/* Main gov.uk header */
.govuk-header
{
    background-color: #aee1f4;
}
/* Main gov.uk header, container */
.govuk-header__container
{
    border-bottom: 10px solid #003c69;
}
/* Datepicker */
.ui-widget,
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover
{
    background-color: #003c69 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #fff;
}
/* Choose time column headers - days with timeslots */
.sis-ct-date-day
{
    background-color: #003c69;
    color: #fff;
}
/* Choose time column headers - days without timeslots */
.sis-ct-date-column-weekend .sis-ct-date-day
{
    background-color:  #003c69;
    color: #fff;
}
/* Choose time selected slot */
.sis-ct-timeslot-selected
{
    background-color: #aa5500;
    color: #fff;
}
/* Button - normal, default button */
.govuk-button
{
    background-color: #003c69;
}
.govuk-button:hover
{
    background-color: #00A1DE;
    text-decoration: none;
}
.govuk-button:focus
{
    background-color: #003c69;
    text-decoration: none;
}
.govuk-button:focus:not(:active):not(:hover)
{
    background-color: #003c69;
    color: #fff;
    border-color: #003c69;
}
/* Button - First Next button in process */
.govuk-button--start
{
    background-color: #003c69;
}
.govuk-button--start:hover
{
    background-color: #00A1DE;
    text-decoration: none;
}
.govuk-button--start:focus
{
    background-color: #00A1DE;
    text-decoration: none;
}
.govuk-button--start:focus:not(:active):not(:hover)
{
    background-color: #003c69;
    color: #fff;
    border-color: #003c69;
}
/* Button - secondary button, e.g. Back */
.govuk-button--secondary
{
    background-color: #ddd;
    color: #000;
}
.govuk-button--secondary:hover
{
    background-color: #ddd;
    text-decoration: none;
    color: #000;
    opacity: .7;
}
.govuk-button--secondary:focus
{
    background-color: #ddd;
    text-decoration: none;
    color: #000;
}
.govuk-button--secondary:focus:not(:active):not(:hover)
{
    background-color: #ddd;
    color: #000;
    color: #000;
    border-color: #003c69;
}
/* Button - warning button, e.g. Exit, Delete */
.govuk-button--warning
{
    background-color: #ddd;
    color: #000;
}
.govuk-button--warning:hover
{
    background-color: #ddd;
    opacity: .7;
    color: #000;
    text-decoration: none;
}

/*East Sussex custom*/
.autocomplete__wrapper {
    position: relative
}

.autocomplete__hint,.autocomplete__input {
    -webkit-appearance: none;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    width: 100%
}

.autocomplete__input {
    background-color: transparent;
    position: relative
}

.autocomplete__hint {
    color: #b1b4b6;
    position: absolute
}

.autocomplete__input--default {
    padding: 5px
}

.autocomplete__input--focused {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.autocomplete__input--show-all-values {
    padding: 5px 34px 5px 5px;
    cursor: pointer
}

.autocomplete__dropdown-arrow-down {
    z-index: -1;
    display: inline-block;
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    top: 10px
}

.autocomplete__menu {
    background-color: #fff;
    border: 2px solid #0b0c0c;
    border-top: 0;
    color: #0b0c0c;
    margin: 0;
    max-height: 342px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    width: calc(100% - 4px)
}

.autocomplete__menu--visible {
    display: block
}

.autocomplete__menu--hidden {
    display: none
}

.autocomplete__menu--overlay {
    box-shadow: rgba(0,0,0,.256863) 0 2px 6px;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 100
}

.autocomplete__menu--inline {
    position: relative
}

.autocomplete__option {
    border-bottom: solid #b1b4b6;
    border-width: 1px 0;
    cursor: pointer;
    display: block;
    position: relative
}

.autocomplete__option>* {
    pointer-events: none
}

.autocomplete__option:first-of-type {
    border-top-width: 0
}

.autocomplete__option:last-of-type {
    border-bottom-width: 0
}

.autocomplete__option--odd {
    background-color: #fafafa
}

.autocomplete__option--focused,.autocomplete__option:hover {
    background-color: #1d70b8;
    border-color: #1d70b8;
    color: #fff;
    outline: 0
}

@media (-ms-high-contrast:active),(forced-colors:active) {
    .autocomplete__menu {
        border-color: FieldText
    }

    .autocomplete__option {
        background-color: Field;
        color: FieldText
    }

    .autocomplete__option--focused,.autocomplete__option:hover {
        forced-color-adjust: none;
        background-color: SelectedItem;
        border-color: SelectedItem;
        color: SelectedItemText;
        outline-color: SelectedItemText
    }
}

.autocomplete__option--no-results {
    background-color: #fafafa;
    color: #646b6f;
    cursor: not-allowed
}

.autocomplete__hint,.autocomplete__input,.autocomplete__option {
    font-size: 16px;
    line-height: 1.25
}

.autocomplete__hint,.autocomplete__option {
    padding: 5px
}

@media (min-width: 641px) {
    .autocomplete__hint,.autocomplete__input,.autocomplete__option {
        font-size:19px;
        line-height: 1.31579
    }
}

@font-face {
    font-family: "Public Sans", sans-serif;
    src: url(../thirdparty/fontawesome/webfonts/Public-Sans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --govuk-frontend-version: "5.4.0";
    --govuk-frontend-breakpoint-mobile: 17.77778rem;
    --govuk-frontend-breakpoint-tablet: 35.61111rem;
    --govuk-frontend-breakpoint-desktop: 42.72222rem
}

.govuk-link {
    font-family: "Public Sans", 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-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 transparent;
    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 {
    .govuk-link[href^="/"]::after,.govuk-link[href^="http://"]::after,.govuk-link[href^="https://"]::after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word
    }
}

.govuk-link--muted:link,.govuk-link--muted:visited {
    color: #626a6e
}

.govuk-link--muted:active,.govuk-link--muted:hover {
    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:active,.govuk-link--inverse:hover {
    color: rgba(255,255,255,.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 transparent;
    box-shadow: 0 0 0 4px #fd0,0 0 0 8px #0b0c0c
}

.govuk-list {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-top: 0;
    margin-bottom: 13px;
    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.05556rem;
        line-height: 1.31579
    }
}

@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:18px
    }
}

.govuk-list .govuk-list {
    margin-top: 8px
}

.govuk-list>li {
    margin-bottom: 3px
}

.govuk-list--bullet {
    padding-left: 18px;
    list-style-type: disc
}

.govuk-list--number {
    padding-left: 18px;
    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:3px
    }
}

.govuk-list--spaced>li {
    margin-bottom: 8px
}

@media (min-width: 40.0625em) {
    .govuk-list--spaced>li {
        margin-bottom:13px
    }
}

.govuk-heading-xl {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.77778rem;
    line-height: 1.09375;
    display: block;
    margin-top: 0;
    margin-bottom: 28px
}

@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:2.66667rem;
        line-height: 1.04167
    }
}

@media print {
    .govuk-heading-xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-xl {
        margin-bottom:48px
    }
}

.govuk-heading-l {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.33333rem;
    line-height: 1.04167;
    display: block;
    margin-top: 0;
    margin-bottom: 18px
}

@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:2rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-heading-l {
        font-size: 24pt;
        line-height: 1.05
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-l {
        margin-bottom:28px
    }
}

.govuk-heading-m {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.11111;
    display: block;
    margin-top: 0;
    margin-bottom: 13px
}

@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.33333rem;
        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:18px
    }
}

.govuk-heading-s {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: .88889rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 13px
}

@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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-heading-s {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-s {
        margin-bottom:18px
    }
}

.govuk-caption-xl {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.11111;
    display: block;
    margin-bottom: 3px;
    color: #626a6e
}

@media print {
    .govuk-caption-xl {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-xl {
        font-size:1.5rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-caption-xl {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-caption-l {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.11111;
    display: block;
    margin-bottom: 3px;
    color: #626a6e
}

@media print {
    .govuk-caption-l {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-l {
        font-size:1.33333rem;
        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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    display: block;
    color: #626a6e
}

@media print {
    .govuk-caption-m {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-m {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-caption-m {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-body-l,.govuk-body-lead {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.11111;
    margin-top: 0;
    margin-bottom: 18px
}

@media print {
    .govuk-body-l,.govuk-body-lead {
        color: #000
    }
}

@media print {
    .govuk-body-l,.govuk-body-lead {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-l,.govuk-body-lead {
        font-size:1.33333rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-body-l,.govuk-body-lead {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-l,.govuk-body-lead {
        margin-bottom:28px
    }
}

.govuk-body,.govuk-body-m {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 13px
}

@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.05556rem;
        line-height: 1.31579
    }
}

@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:18px
    }
}

.govuk-body-s {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1.14286;
    margin-top: 0;
    margin-bottom: 13px
}

@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:.88889rem;
        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:18px
    }
}

.govuk-body-xs {
    color: #0b0c0c;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 2.94444rem;
    line-height: 1.03774;
    margin-top: 0;
    margin-bottom: 13px
}

@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:4.44444rem;
        line-height: 1
    }
}

@media print {
    .govuk-body-xs {
        font-size: 53pt;
        line-height: 1.1
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-xs {
        margin-bottom:18px
    }
}

.govuk-body-l+.govuk-heading-l,.govuk-body-lead+.govuk-heading-l {
    padding-top: 3px
}

@media (min-width: 40.0625em) {
    .govuk-body-l+.govuk-heading-l,.govuk-body-lead+.govuk-heading-l {
        padding-top:8px
    }
}

.govuk-body+.govuk-heading-l,.govuk-body-m+.govuk-heading-l,.govuk-body-s+.govuk-heading-l,.govuk-list+.govuk-heading-l {
    padding-top: 13px
}

@media (min-width: 40.0625em) {
    .govuk-body+.govuk-heading-l,.govuk-body-m+.govuk-heading-l,.govuk-body-s+.govuk-heading-l,.govuk-list+.govuk-heading-l {
        padding-top:18px
    }
}

.govuk-body+.govuk-heading-m,.govuk-body+.govuk-heading-s,.govuk-body-m+.govuk-heading-m,.govuk-body-m+.govuk-heading-s,.govuk-body-s+.govuk-heading-m,.govuk-body-s+.govuk-heading-s,.govuk-list+.govuk-heading-m,.govuk-list+.govuk-heading-s {
    padding-top: 3px
}

@media (min-width: 40.0625em) {
    .govuk-body+.govuk-heading-m,.govuk-body+.govuk-heading-s,.govuk-body-m+.govuk-heading-m,.govuk-body-m+.govuk-heading-s,.govuk-body-s+.govuk-heading-m,.govuk-body-s+.govuk-heading-s,.govuk-list+.govuk-heading-m,.govuk-list+.govuk-heading-s {
        padding-top:8px
    }
}

.govuk-section-break {
    margin: 0;
    border: 0
}

.govuk-section-break--xl {
    margin-top: 28px;
    margin-bottom: 28px
}

@media (min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-top:48px
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-bottom:48px
    }
}

.govuk-section-break--l {
    margin-top: 18px;
    margin-bottom: 18px
}

@media (min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-top:28px
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-bottom:28px
    }
}

.govuk-section-break--m {
    margin-top: 13px;
    margin-bottom: 13px
}

@media (min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-top:18px
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-bottom:18px
    }
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.1875;
    display: inline-block;
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 16px;
    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.05556rem;
        line-height: 1
    }
}

@media print {
    .govuk-button-group .govuk-link {
        font-size: 14pt;
        line-height: 19px
    }
}

.govuk-button-group .govuk-button {
    margin-bottom: 15px
}

@media (min-width: 40.0625em) {
    .govuk-button-group {
        margin-right:-13px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .govuk-button-group .govuk-button,.govuk-button-group .govuk-link {
        margin-right: 13px
    }

    .govuk-button-group .govuk-link {
        text-align: left
    }
}

.govuk-form-group {
    margin-bottom: 18px
}

.govuk-form-group::after {
    content: "";
    display: block;
    clear: both
}

@media (min-width: 40.0625em) {
    .govuk-form-group {
        margin-bottom:28px
    }
}

.govuk-form-group .govuk-form-group:last-of-type {
    margin-bottom: 0
}

.govuk-form-group--error {
    padding-left: 13px;
    border-left: 5px solid #b10e1e
}

.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.33333%;
        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.66667%;
        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.33333%;
        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.66667%;
        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: 18px;
    padding-bottom: 18px
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper {
        padding-top:38px;
        padding-bottom: 38px
    }
}

.govuk-main-wrapper--auto-spacing:first-child,.govuk-main-wrapper--l {
    padding-top: 28px
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper--auto-spacing:first-child,.govuk-main-wrapper--l {
        padding-top:48px
    }
}

.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:58px
    }

    .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: 1100px;
    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: 1160px) {
    .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: 18px
}

@media (min-width: 40.0625em) {
    .govuk-accordion {
        margin-bottom:28px
    }
}

.govuk-accordion__section {
    padding-top: 13px
}

.govuk-accordion__section-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px
}

.govuk-accordion__section-button {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.11111;
    color: #0b0c0c;
    display: block;
    margin-bottom: 0;
    padding-top: 13px
}

@media print {
    .govuk-accordion__section-button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-accordion__section-button {
        font-size:1.33333rem;
        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: 13px;
    padding-bottom: 28px
}

@media (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-content {
        padding-top:13px
    }
}

@media (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-content {
        padding-bottom:48px
    }
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    padding: 3px 2px 3px 0;
    border-width: 0;
    color: #1d70b8;
    background: 0 0;
    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.05556rem;
        line-height: 1.31579
    }
}

@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 transparent;
    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.11111rem;
    height: 1.11111rem;
    border: .05556rem 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: .27778rem;
    left: .33333rem;
    width: .33333rem;
    height: .33333rem;
    transform: rotate(-45deg);
    border-top: .11111rem solid;
    border-right: .11111rem solid
}

.govuk-frontend-supported .govuk-accordion-nav__chevron--down {
    transform: rotate(180deg)
}

.govuk-frontend-supported .govuk-accordion__section-button {
    width: 100%;
    padding: 8px 0 0 0;
    border: 0;
    border-top: 1px solid #b1b4b6;
    border-bottom: 8px solid transparent;
    color: #0b0c0c;
    background: 0 0;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none
}

@media (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-button {
        padding-bottom:8px
    }
}

.govuk-frontend-supported .govuk-accordion__section-button:active {
    color: #0b0c0c;
    background: 0 0
}

.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 transparent;
    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: 13px;
    border-bottom: 0
}

@media (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
        padding-bottom:18px
    }
}

.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-heading-text,.govuk-frontend-supported .govuk-accordion__section-summary,.govuk-frontend-supported .govuk-accordion__section-toggle {
    display: block;
    margin-bottom: 13px
}

.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,.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 {
    display: inline
}

.govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: .88889rem;
    line-height: 1.25;
    font-weight: 400;
    color: #1d70b8
}

@media (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-toggle {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-frontend-supported .govuk-accordion__section-toggle {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-frontend-supported .govuk-accordion__section-toggle-text,.govuk-frontend-supported .govuk-accordion__show-all-text {
    margin-left: 3px;
    vertical-align: middle
}

@media screen and (forced-colors:active) {
    .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron,.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
        background-color: transparent
    }

    .govuk-frontend-supported .govuk-accordion__section-button: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__show-all:focus .govuk-accordion-nav__chevron,.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 {
        background: 0 0;
        background-color: transparent
    }
}

@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: .77778rem;
    line-height: 1.14286;
    font-family: "Public Sans", 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: 13px;
    margin-bottom: 13px;
    padding-left: .875em
}

@media (min-width: 40.0625em) {
    .govuk-back-link {
        font-size:.88889rem;
        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 transparent;
    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: #626a6e
}

@supports (border-width: max(0px)) {
    .govuk-back-link::before {
        border-width:max(1px,.0625em) max(1px,.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:active,.govuk-back-link--inverse:hover {
    color: rgba(255,255,255,.99)
}

.govuk-back-link--inverse:focus {
    color: #0b0c0c
}

.govuk-back-link--inverse::before {
    border-color: currentcolor
}

.govuk-breadcrumbs {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1.14286;
    color: #0b0c0c;
    margin-top: 13px;
    margin-bottom: 8px
}

@media print {
    .govuk-breadcrumbs {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-breadcrumbs {
        font-size:.88889rem;
        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: 3px;
    margin-left: .5em;
    padding-left: .85344em;
    float: left
}

.govuk-breadcrumbs__list-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.20688em;
    width: .4375em;
    height: .4375em;
    margin: auto 0;
    transform: rotate(45deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #626a6e
}

@supports (border-width: max(0px)) {
    .govuk-breadcrumbs__list-item::before {
        border-width:max(1px,.0625em) max(1px,.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: "Public Sans", 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 transparent;
    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:active,.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:hover {
    color: rgba(255,255,255,.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    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: 20px;
    padding: 6px 8px 5px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #003c69;
    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.05556rem;
        line-height: 1
    }
}

@media print {
    .govuk-button {
        font-size: 14pt;
        line-height: 19px
    }
}

@media (min-width: 40.0625em) {
    .govuk-button {
        margin-bottom:30px
    }
}

@media (min-width: 40.0625em) {
    .govuk-button {
        width:auto
    }
}

.govuk-button:active,.govuk-button:hover,.govuk-button:link,.govuk-button:visited {
    color: #fff;
    text-decoration: none
}

.govuk-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.govuk-button:hover {
    background-color: #002745;
}

.govuk-button:active {
    top: 2px
}

.govuk-button:focus {
    border-color: #fd0;
    outline: 3px solid transparent;
    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: 0 0
}

.govuk-button:active::before {
    top: -4px
}

.govuk-button[disabled] {
    opacity: .5
}

.govuk-button[disabled]:hover {
    background-color: #003c69;
    cursor: not-allowed
}

.govuk-button[disabled]:active {
    top: 0;
    box-shadow: 0 2px 0 #002d18
}

.govuk-button--secondary {
    background-color: #f3f2f1;
}

.govuk-button--secondary,.govuk-button--secondary:active,.govuk-button--secondary:hover,.govuk-button--secondary:link,.govuk-button--secondary:visited {
    color: #0b0c0c
}

.govuk-button--secondary:hover {
    background-color: #dbdad9;
}

.govuk-button--secondary:hover[disabled] {
    background-color: #f3f2f1
}

.govuk-button--warning {
    background-color: #b10e1e;
    box-shadow: 0 2px 0 #47060c
}

.govuk-button--warning,.govuk-button--warning:active,.govuk-button--warning:hover,.govuk-button--warning:link,.govuk-button--warning:visited {
    color: #fff
}

.govuk-button--warning:hover {
    background-color: #8e0b18
}

.govuk-button--warning:hover[disabled] {
    background-color: #b10e1e
}

.govuk-button--inverse {
    background-color: #fff;
    box-shadow: 0 2px 0 #144e81
}

.govuk-button--inverse,.govuk-button--inverse:active,.govuk-button--inverse:hover,.govuk-button--inverse:link,.govuk-button--inverse:visited {
    color: #1d70b8
}

.govuk-button--inverse:hover {
    background-color: #e8f1f8
}

.govuk-button--inverse:hover[disabled] {
    background-color: #fff
}

.govuk-button--start {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    min-height: auto;
    justify-content: center
}

@media (min-width: 40.0625em) {
    .govuk-button--start {
        font-size:1.33333rem;
        line-height: 1
    }
}

@media print {
    .govuk-button--start {
        font-size: 18pt;
        line-height: 1
    }
}

.govuk-button__start-icon {
    margin-left: 3px;
    vertical-align: middle;
    flex-shrink: 0;
    align-self: center;
    forced-color-adjust: auto
}

@media (min-width: 48.0625em) {
    .govuk-button__start-icon {
        margin-left:8px
    }
}

.govuk-error-message {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: .88889rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 13px;
    clear: both;
    color: #b10e1e
}

@media print {
    .govuk-error-message {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-message {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-error-message {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-hint {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    margin-bottom: 13px;
    color: #626a6e
}

@media print {
    .govuk-hint {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-hint {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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: 8px
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl)+.govuk-hint {
    margin-bottom: 8px
}

.govuk-fieldset__legend+.govuk-hint {
    margin-top: -3px
}

.govuk-label {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    margin-bottom: 3px
}

@media print {
    .govuk-label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-label {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-label {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-label {
        color: #000
    }
}

.govuk-label--l,.govuk-label--m,.govuk-label--xl {
    font-weight: 700;
    margin-bottom: 13px
}

.govuk-label--xl {
    font-size: 1.77778rem;
    line-height: 1.09375
}

@media (min-width: 40.0625em) {
    .govuk-label--xl {
        font-size:2.66667rem;
        line-height: 1.04167
    }
}

@media print {
    .govuk-label--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-label--l {
    font-size: 1.33333rem;
    line-height: 1.04167
}

@media (min-width: 40.0625em) {
    .govuk-label--l {
        font-size:2rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-label--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-label--m {
    font-size: 1rem;
    line-height: 1.11111
}

@media (min-width: 40.0625em) {
    .govuk-label--m {
        font-size:1.33333rem;
        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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 18px;
    padding: 3px;
    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.05556rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-textarea {
        font-size: 14pt;
        line-height: 1.25
    }
}

@media (min-width: 40.0625em) {
    .govuk-textarea {
        margin-bottom:28px
    }
}

.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: transparent;
    cursor: not-allowed
}

.govuk-textarea--error {
    border-color: #b10e1e
}

.govuk-textarea--error:focus {
    border-color: #0b0c0c
}

.govuk-character-count {
    margin-bottom: 18px
}

@media (min-width: 40.0625em) {
    .govuk-character-count {
        margin-bottom:28px
    }
}

.govuk-character-count .govuk-form-group,.govuk-character-count .govuk-textarea {
    margin-bottom: 3px
}

.govuk-character-count__message {
    font-variant-numeric: tabular-nums;
    margin-top: 0;
    margin-bottom: 0
}

.govuk-character-count__message::after {
    content: "\200B"
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    margin-bottom: 8px;
    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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-fieldset__legend {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-fieldset__legend {
        color: #000
    }
}

.govuk-fieldset__legend--l,.govuk-fieldset__legend--m,.govuk-fieldset__legend--xl {
    font-weight: 700;
    margin-bottom: 13px
}

.govuk-fieldset__legend--xl {
    font-size: 1.77778rem;
    line-height: 1.09375
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--xl {
        font-size:2.66667rem;
        line-height: 1.04167
    }
}

@media print {
    .govuk-fieldset__legend--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-fieldset__legend--l {
    font-size: 1.33333rem;
    line-height: 1.04167
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--l {
        font-size:2rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-fieldset__legend--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-fieldset__legend--m {
    font-size: 1rem;
    line-height: 1.11111
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--m {
        font-size:1.33333rem;
        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: 8px
}

.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% - 70px);
    margin-bottom: 0;
    padding: 5px 13px;
    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: 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: transparent;
    opacity: 0;
    background: 0 0
}

.govuk-checkboxes__hint {
    display: block;
    width: 100%;
    margin-top: -3px;
    padding-right: 13px;
    padding-left: 57px
}

.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 transparent;
    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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 8px;
    text-align: center
}

@media print {
    .govuk-checkboxes__divider {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__divider {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-checkboxes__divider {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-checkboxes__divider {
        color: #000
    }
}

.govuk-checkboxes__conditional {
    margin-bottom: 13px;
    margin-left: 18px;
    padding-left: 31px;
    border-left: 4px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__conditional {
        margin-bottom:18px
    }
}

.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__item:hover .govuk-checkboxes__input:not(:disabled)+.govuk-checkboxes__label::before {
    outline: 3px dashed transparent;
    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: 18px;
    border-bottom: 8px solid transparent;
    background-color: #f3f2f1
}

.govuk-cookie-banner[hidden] {
    display: none
}

.govuk-cookie-banner__message {
    margin-bottom: -8px
}

.govuk-cookie-banner__message[hidden] {
    display: none
}

.govuk-cookie-banner__message:focus {
    outline: 0
}

.govuk-input {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
    height: 2.22222rem;
    margin-top: 0;
    padding: 3px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media print {
    .govuk-input {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-input {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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: transparent;
    cursor: not-allowed
}

.govuk-input::-webkit-inner-spin-button,.govuk-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.govuk-input[type=number] {
    -moz-appearance: textfield
}

.govuk-input--error {
    border-color: #b10e1e
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.22222rem;
    height: 2.22222rem;
    padding: 3px;
    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.05556rem;
        line-height: 1.31579
    }
}

@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: 18px;
    margin-bottom: 0
}

.govuk-date-input__label {
    display: block
}

.govuk-date-input__input {
    margin-bottom: 0
}

.govuk-details {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-bottom: 18px;
    display: block
}

@media print {
    .govuk-details {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-details {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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:28px
    }
}

.govuk-details__summary {
    display: inline-block;
    margin-bottom: 3px
}

.govuk-details__summary-text>:first-child {
    margin-top: 0
}

.govuk-details__summary-text>:last-child,.govuk-details__summary-text>:only-child {
    margin-bottom: 0
}

.govuk-details__text {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 18px
}

.govuk-details__text p {
    margin-top: 0;
    margin-bottom: 18px
}

.govuk-details__text>:last-child {
    margin-bottom: 0
}

@media screen\0 {
    .govuk-details {
        border-left: 10px solid #b1b4b6
    }

    .govuk-details__summary {
        margin-top: 13px
    }

    .govuk-details__summary-text {
        font-weight: 700;
        margin-bottom: 13px;
        padding-left: 18px
    }
}

@media screen and (min-width: 40.0625em) {
    .govuk-details__summary-text {
        margin-bottom:18px
    }
}

@supports not (-ms-ime-align:auto) {
    .govuk-details__summary {
        position: relative;
        padding-left: 23px;
        color: #1d70b8;
        cursor: pointer
    }

    .govuk-details__summary:hover {
        color: #003078
    }

    .govuk-details__summary:focus {
        outline: 3px solid transparent;
        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: transparent;
        -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: transparent;
        -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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 13px;
    margin-bottom: 28px;
    border: 5px solid #b10e1e
}

@media print {
    .govuk-error-summary {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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:18px
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary {
        margin-bottom:48px
    }
}

.govuk-error-summary:focus {
    outline: 3px solid #fd0
}

.govuk-error-summary__title {
    font-size: 1rem;
    line-height: 1.11111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 13px
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__title {
        font-size:1.33333rem;
        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:18px
    }
}

.govuk-error-summary__body p {
    margin-bottom: 0
}

.govuk-error-summary__body>*+* {
    margin-top: 13px
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__body>*+* {
        margin-top:18px
    }
}

.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: "Public Sans", 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 transparent;
    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: #b10e1e
}

.govuk-error-summary__list a:hover {
    color: #7c0a15
}

.govuk-error-summary__list a:active {
    color: #b10e1e
}

.govuk-error-summary__list a:focus {
    color: #0b0c0c
}

.govuk-exit-this-page {
    margin-bottom: 28px;
    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:48px
    }
}

@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: 8px;
    display: none;
    padding-bottom: 0;
    color: inherit;
    line-height: 0;
    text-align: center;
    pointer-events: none
}

@media (min-width: 40.0625em) {
    .govuk-exit-this-page__indicator {
        padding:8px
    }
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -3px;
    padding: 3px
}

@media print {
    .govuk-file-upload {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-file-upload {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1.14286;
    padding-top: 23px;
    padding-bottom: 13px;
    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:.88889rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-footer {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media (min-width: 40.0625em) {
    .govuk-footer {
        padding-top:38px
    }
}

@media (min-width: 40.0625em) {
    .govuk-footer {
        padding-bottom:23px
    }
}

.govuk-footer__link {
    font-family: "Public Sans", 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 transparent;
    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: 28px;
    border: 0;
    border-bottom: 1px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .govuk-footer__section-break {
        margin-bottom:48px
    }
}

.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: 23px;
    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: 8px;
    vertical-align: top;
    forced-color-adjust: auto
}

@media (max-width: 48.0525em) {
    .govuk-footer__licence-logo {
        margin-bottom:13px
    }
}

.govuk-footer__licence-description {
    display: inline-block
}

.govuk-footer__copyright-logo {
    display: inline-block;
    min-width: 125px;
    padding-top: 110px;
    background-image: url(/dist/images/govuk-crest.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 125px 102px;
    text-align: center;
    white-space: nowrap
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .govuk-footer__copyright-logo {
        background-image:url(/dist/images/govuk-crest-2x.png)
    }
}

.govuk-footer__inline-list {
    margin-top: 0;
    margin-bottom: 13px;
    padding: 0
}

.govuk-footer__meta-custom {
    margin-bottom: 18px
}

.govuk-footer__inline-list-item {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 3px
}

.govuk-footer__heading {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #b1b4b6
}

@media (max-width: 40.0525em) {
    .govuk-footer__heading {
        padding-bottom:8px
    }
}

.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;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (min-width: 48.0625em) {
    .govuk-footer__list--columns-2 {
        -moz-column-count:2;
        column-count: 2
    }

    .govuk-footer__list--columns-3 {
        -moz-column-count: 3;
        column-count: 3
    }
}

.govuk-footer__list-item {
    margin-bottom: 13px
}

@media (min-width: 40.0625em) {
    .govuk-footer__list-item {
        margin-bottom:18px
    }
}

.govuk-footer__list-item:last-child {
    margin-bottom: 0
}

.govuk-header {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1;
    border-bottom: 8px solid #fff;
    color: #fff;
    background: #0b0c0c
}

@media print {
    .govuk-header {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-header {
        font-size:.88889rem;
        line-height: 1
    }
}

@media print {
    .govuk-header {
        font-size: 14pt;
        line-height: 1
    }
}

.govuk-header__container--full-width {
    padding: 0 13px;
    border-color: #1d70b8
}

.govuk-header__container--full-width .govuk-header__menu-button {
    right: 13px
}

.govuk-header__container {
    position: relative;
    margin-bottom: -8px;
    padding-top: 8px;
    border-bottom: 8px solid #1d70b8
}

.govuk-header__container::after {
    content: "";
    display: block;
    clear: both
}

.govuk-header__logotype {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 3px;
    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: 1rem;
    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.33333rem;
        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:active,.govuk-header__link:hover {
    color: rgba(255,255,255,.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 transparent;
    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: 8px;
    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:active,.govuk-header__link--homepage:hover {
    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: 8px;
    font-size: 1rem;
    line-height: 1.11111;
    font-weight: 700
}

@media (min-width: 40.0625em) {
    .govuk-header__service-name {
        font-size:1.33333rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-header__service-name {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-header__content,.govuk-header__logo {
    box-sizing: border-box
}

.govuk-header__logo {
    margin-bottom: 8px;
    padding-right: 80px
}

@media (min-width: 40.0625em) {
    .govuk-header__logo {
        margin-bottom:8px
    }
}

@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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1.14286;
    position: absolute;
    top: 11px;
    right: 0;
    max-width: 80px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: 0 0;
    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:.88889rem;
        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 transparent;
    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: transparent;
    -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: 3px
}

.govuk-header__menu-button[aria-expanded=true]::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -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 5px;
    border-bottom-color: inherit
}

@media (min-width: 40.0625em) {
    .govuk-header__menu-button {
        top:13px
    }
}

.govuk-frontend-supported .govuk-header__menu-button {
    display: block
}

.govuk-frontend-supported .govuk-header__menu-button[hidden],.govuk-header__menu-button[hidden] {
    display: none
}

@media (min-width: 48.0625em) {
    .govuk-header__navigation {
        margin-bottom:8px
    }
}

.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: 3px 0;
        text-align: right
    }
}

.govuk-header__navigation-item {
    padding: 8px 0;
    border-bottom: 1px solid #2e3133
}

@media (min-width: 48.0625em) {
    .govuk-header__navigation-item {
        display:inline-block;
        margin-right: 13px;
        padding: 3px 0;
        border: 0
    }
}

.govuk-header__navigation-item a {
    font-size: .77778rem;
    line-height: 1.14286;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width: 40.0625em) {
    .govuk-header__navigation-item a {
        font-size:.88889rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-header__navigation-item a {
        font-size: 14pt;
        line-height: 1.2
    }
}

.govuk-header__navigation-item--active a:hover,.govuk-header__navigation-item--active a:link,.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: 0 0
    }

    .govuk-header__link:link,.govuk-header__link:visited {
        color: #0b0c0c
    }

    .govuk-header__link::after {
        display: none
    }
}

.govuk-inset-text {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 13px;
    margin-top: 18px;
    margin-bottom: 18px;
    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.05556rem;
        line-height: 1.31579
    }
}

@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:28px
    }
}

@media (min-width: 40.0625em) {
    .govuk-inset-text {
        margin-bottom:28px
    }
}

.govuk-inset-text>:first-child {
    margin-top: 0
}

.govuk-inset-text>:last-child,.govuk-inset-text>:only-child {
    margin-bottom: 0
}

.govuk-notification-banner {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    margin-bottom: 28px;
    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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-notification-banner {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner {
        margin-bottom:48px
    }
}

.govuk-notification-banner:focus {
    outline: 3px solid #fd0
}

.govuk-notification-banner__header {
    padding: 2px 13px 3px;
    border-bottom: 1px solid transparent
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__header {
        padding:2px 18px 3px
    }
}

.govuk-notification-banner__title {
    font-size: .88889rem;
    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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-notification-banner__title {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__content {
    color: #0b0c0c;
    padding: 13px;
    background-color: #fff
}

@media print {
    .govuk-notification-banner__content {
        color: #000
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__content {
        padding:18px
    }
}

.govuk-notification-banner__content>* {
    box-sizing: border-box;
    max-width: 700.33333px
}

.govuk-notification-banner__content>:last-child {
    margin-bottom: 0
}

.govuk-notification-banner__heading {
    font-size: 1rem;
    line-height: 1.11111;
    font-weight: 700;
    margin: 0 0 13px 0;
    padding: 0
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__heading {
        font-size:1.33333rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-notification-banner__heading {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__link {
    font-family: "Public Sans", 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 transparent;
    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: #003c69;
    background-color: #003c69
}

.govuk-notification-banner--success .govuk-notification-banner__link:link,.govuk-notification-banner--success .govuk-notification-banner__link:visited {
    color: #003c69
}

.govuk-notification-banner--success .govuk-notification-banner__link:hover {
    color: #004e2a
}

.govuk-notification-banner--success .govuk-notification-banner__link:active {
    color: #003c69
}

.govuk-notification-banner--success .govuk-notification-banner__link:focus {
    color: #0b0c0c
}

.govuk-pagination {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 40.0625em) {
    .govuk-pagination {
        margin-bottom:28px
    }
}

@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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    box-sizing: border-box;
    position: relative;
    min-width: 45px;
    min-height: 45px;
    padding: 8px 13px;
    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.05556rem;
        line-height: 1.31579
    }
}

@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__next,.govuk-pagination__prev {
    font-weight: 700
}

.govuk-pagination__next .govuk-pagination__link,.govuk-pagination__prev .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 transparent;
    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:active,.govuk-pagination__item--current .govuk-pagination__link:hover {
    color: rgba(255,255,255,.99)
}

.govuk-pagination__item--current .govuk-pagination__link:focus {
    color: #0b0c0c
}

.govuk-pagination__item--ellipses {
    font-weight: 700;
    color: #626a6e
}

.govuk-pagination__item--ellipses:hover {
    background-color: transparent
}

.govuk-pagination__link {
    display: block;
    min-width: 13px
}

@media screen {
    .govuk-pagination__link::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.govuk-pagination__link:active .govuk-pagination__link-title--decorated,.govuk-pagination__link:hover .govuk-pagination__link-title--decorated {
    text-decoration: underline;
    text-decoration-thickness: max(1px,.0625rem);
    text-underline-offset: .1578em
}

.govuk-pagination__link:active .govuk-pagination__link-label,.govuk-pagination__link:active .govuk-pagination__link-title--decorated,.govuk-pagination__link:hover .govuk-pagination__link-label,.govuk-pagination__link:hover .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;
    padding-left: 28px
}

.govuk-pagination__icon {
    width: .83333rem;
    height: .72222rem;
    color: #626a6e;
    fill: currentcolor;
    forced-color-adjust: auto
}

.govuk-pagination__icon--prev {
    margin-right: 13px
}

.govuk-pagination__icon--next {
    margin-left: 13px
}

.govuk-pagination--block {
    display: block
}

.govuk-pagination--block .govuk-pagination__item {
    padding: 13px;
    float: none
}

.govuk-pagination--block .govuk-pagination__next,.govuk-pagination--block .govuk-pagination__prev {
    padding-left: 0;
    float: none
}

.govuk-pagination--block .govuk-pagination__next {
    padding-right: 13px
}

.govuk-pagination--block .govuk-pagination__next .govuk-pagination__icon {
    margin-left: 0
}

.govuk-pagination--block .govuk-pagination__prev+.govuk-pagination__next {
    border-top: 1px solid #b1b4b6
}

.govuk-pagination--block .govuk-pagination__link,.govuk-pagination--block .govuk-pagination__link-title {
    display: inline
}

.govuk-pagination--block .govuk-pagination__link-title::after {
    content: "";
    display: block
}

.govuk-pagination--block .govuk-pagination__link {
    text-align: left
}

.govuk-pagination--block .govuk-pagination__link:focus .govuk-pagination__link-label {
    outline: 3px solid transparent;
    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-pagination--block .govuk-pagination__link:not(:focus) {
    text-decoration: none
}

.govuk-pagination--block .govuk-pagination__icon {
    margin-right: 8px
}

.govuk-panel {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.33333rem;
    line-height: 1.04167;
    box-sizing: border-box;
    margin-bottom: 13px;
    padding: 33px;
    border: 5px solid transparent;
    text-align: center
}

@media print {
    .govuk-panel {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-panel {
        font-size:2rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-panel {
        font-size: 24pt;
        line-height: 1.05
    }
}

@media (max-width: 40.0525em) {
    .govuk-panel {
        padding:8px;
        overflow-wrap: break-word;
        word-wrap: break-word
    }
}

.govuk-panel--confirmation {
    color: #fff;
    background: #003c69
}

@media print {
    .govuk-panel--confirmation {
        border-color: currentcolor;
        color: #000;
        background: 0 0
    }
}

.govuk-panel__title {
    font-size: 1.77778rem;
    line-height: 1.09375;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 28px
}

@media (min-width: 40.0625em) {
    .govuk-panel__title {
        font-size:2.66667rem;
        line-height: 1.04167
    }
}

@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: 3px;
    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: 3px
    }
}

.govuk-tag {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    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: #0c2d4a;
    background-color: #bbd4ea;
    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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-tag {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media screen and (forced-colors:active) {
    .govuk-tag {
        font-weight: 700
    }
}

.govuk-tag--grey {
    color: #313537;
    background-color: #e7e9e9
}

.govuk-tag--purple {
    color: #491644;
    background-color: #efdfed
}

.govuk-tag--turquoise {
    color: #10403c;
    background-color: #d4ecea
}

.govuk-tag--blue {
    color: #0c2d4a;
    background-color: #bbd4ea
}

.govuk-tag--light-blue {
    color: #0c2d4a;
    background-color: #e8f1f8
}

.govuk-tag--yellow {
    color: #594d00;
    background-color: #fff7bf
}

.govuk-tag--orange {
    color: #6e3619;
    background-color: #fcd6c3
}

.govuk-tag--red {
    color: #230306;
    background-color: #ecc3c7
}

.govuk-tag--pink {
    color: #6b1c40;
    background-color: #f9e1ec
}

.govuk-tag--green {
    color: #002745;
    background-color: #cce2d8
}

.govuk-phase-banner {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b1b4b6
}

.govuk-phase-banner__content {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .77778rem;
    line-height: 1.14286;
    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:.88889rem;
        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: .77778rem;
    line-height: 1.14286;
    margin-right: 8px
}

@media (min-width: 40.0625em) {
    .govuk-phase-banner__content__tag {
        font-size:.88889rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-phase-banner__content__tag {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media screen and (forced-colors:active) {
    .govuk-phase-banner__content__tag {
        font-weight: 700
    }
}

.govuk-phase-banner__text {
    display: table-cell;
    vertical-align: middle
}

.govuk-radios__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 8px
}

.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% - 70px);
    margin-bottom: 0;
    padding: 5px 13px;
    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: 0 0
}

.govuk-radios__label::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 0;
    height: 0;
    border: 8px solid currentcolor;
    border-radius: 50%;
    opacity: 0;
    background: currentcolor
}

.govuk-radios__hint {
    display: block;
    width: 100%;
    margin-top: -3px;
    padding-right: 13px;
    padding-left: 57px
}

.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 transparent;
    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: inline-block;
    }

    .govuk-radios--inline .govuk-radios__item {
        margin-right: 18px
    }
}

.govuk-radios__divider {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 8px;
    text-align: center
}

@media print {
    .govuk-radios__divider {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-radios__divider {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-radios__divider {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-radios__divider {
        color: #000
    }
}

.govuk-radios__conditional {
    margin-bottom: 13px;
    margin-left: 18px;
    padding-left: 31px;
    border-left: 4px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .govuk-radios__conditional {
        margin-bottom:18px
    }
}

.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: 19px;
    left: 9px;
    border-width: 3px
}

.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: 3px
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled)+.govuk-radios__label::before {
    outline: 4px dashed transparent;
    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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    box-sizing: border-box;
    min-width: 11.5em;
    max-width: 100%;
    height: 2.22222rem;
    padding: 3px;
    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.05556rem;
        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: #b10e1e
}

.govuk-select--error:focus {
    border-color: #0b0c0c
}

.govuk-skip-link {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: 0!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: "Public Sans", 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: .77778rem;
    line-height: 1.14286;
    display: block;
    padding: 8px 13px
}

.govuk-skip-link:active,.govuk-skip-link:focus {
    position: static!important;
    width: auto!important;
    height: auto!important;
    margin: inherit!important;
    overflow: visible!important;
    clip: auto!important;
    -webkit-clip-path: none!important;
    clip-path: none!important;
    white-space: inherit!important;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    user-select: text
}

@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:.88889rem;
        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(13px,calc(13px + env(safe-area-inset-right)));
        padding-left: max(13px,calc(13px + env(safe-area-inset-left)))
    }
}

.govuk-skip-link:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0
}

.govuk-skip-link-focused-element:focus {
    outline: 0
}

.govuk-summary-list {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin: 0;
    margin-bottom: 18px
}

@media print {
    .govuk-summary-list {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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:28px
    }
}

.govuk-summary-list__row {
    border-bottom: 1px solid #b1b4b6
}

@media (max-width: 40.0525em) {
    .govuk-summary-list__row {
        margin-bottom:13px
    }
}

@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__actions,.govuk-summary-list__key,.govuk-summary-list__value {
    margin: 0
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__actions,.govuk-summary-list__key,.govuk-summary-list__value {
        display:table-cell;
        padding-top: 8px;
        padding-right: 18px;
        padding-bottom: 8px
    }
}

.govuk-summary-list__actions {
    margin-bottom: 13px
}

@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: 3px;
    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:13px
    }
}

.govuk-summary-list__value>p {
    margin-bottom: 8px
}

.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:8px;
        padding-right: 8px;
        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:8px;
        padding-left: 8px
    }

    .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__actions,.govuk-summary-list--no-border .govuk-summary-list__key,.govuk-summary-list--no-border .govuk-summary-list__value {
        padding-bottom:9px
    }
}

.govuk-summary-list__row--no-border {
    border: 0
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__row--no-border .govuk-summary-list__actions,.govuk-summary-list__row--no-border .govuk-summary-list__key,.govuk-summary-list__row--no-border .govuk-summary-list__value {
        padding-bottom:9px
    }
}

.govuk-summary-card {
    margin-bottom: 18px;
    border: 1px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .govuk-summary-card {
        margin-bottom:28px
    }
}

.govuk-summary-card__title-wrapper {
    padding: 13px;
    border-bottom: 1px solid transparent;
    background-color: #f3f2f1
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__title-wrapper {
        display:flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 13px 18px
    }
}

.govuk-summary-card__title {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin: 3px 18px 8px 0
}

@media print {
    .govuk-summary-card__title {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__title {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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:3px
    }
}

.govuk-summary-card__actions {
    font-size: .88889rem;
    line-height: 1.25;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 3px 0;
    padding: 0;
    list-style: none
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__actions {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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 8px 0 0;
    padding-right: 8px;
    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: 3px
    }
}

.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:8px
    }
}

@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: 13px 13px 0
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__content {
        padding:13px 18px
    }
}

.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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 100%;
    margin-bottom: 18px;
    border-spacing: 0;
    border-collapse: collapse
}

@media print {
    .govuk-table {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-table {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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:28px
    }
}

.govuk-table__header {
    font-weight: 700
}

.govuk-table__cell,.govuk-table__header {
    padding: 8px 18px 8px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top
}

.govuk-table__cell--numeric {
    font-variant-numeric: tabular-nums
}

.govuk-table__cell--numeric,.govuk-table__header--numeric {
    text-align: right
}

.govuk-table__cell:last-child,.govuk-table__header:last-child {
    padding-right: 0
}

.govuk-table__caption {
    font-weight: 700;
    display: table-caption;
    text-align: left
}

.govuk-table__caption--l,.govuk-table__caption--m,.govuk-table__caption--xl {
    margin-bottom: 13px
}

.govuk-table__caption--xl {
    font-size: 1.77778rem;
    line-height: 1.09375
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--xl {
        font-size:2.66667rem;
        line-height: 1.04167
    }
}

@media print {
    .govuk-table__caption--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-table__caption--l {
    font-size: 1.33333rem;
    line-height: 1.04167
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--l {
        font-size:2rem;
        line-height: 1.11111
    }
}

@media print {
    .govuk-table__caption--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-table__caption--m {
    font-size: 1rem;
    line-height: 1.11111
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--m {
        font-size:1.33333rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-table__caption--m {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-tabs {
    margin-top: 3px;
    margin-bottom: 18px;
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25
}

@media (min-width: 40.0625em) {
    .govuk-tabs {
        margin-top:3px
    }
}

@media (min-width: 40.0625em) {
    .govuk-tabs {
        margin-bottom:28px
    }
}

@media print {
    .govuk-tabs {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-tabs {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-tabs {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-tabs__title {
    font-size: .88889rem;
    line-height: 1.25;
    font-weight: 400;
    color: #0b0c0c;
    margin-bottom: 8px
}

@media (min-width: 40.0625em) {
    .govuk-tabs__title {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@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: 18px
}

@media (min-width: 40.0625em) {
    .govuk-tabs__list {
        margin-bottom:28px
    }
}

.govuk-tabs__list-item {
    margin-left: 23px
}

.govuk-tabs__list-item::before {
    color: #0b0c0c;
    content: "\2014 ";
    margin-left: -23px;
    padding-right: 3px
}

@media print {
    .govuk-tabs__list-item::before {
        color: #000
    }
}

.govuk-tabs__tab {
    font-family: "Public Sans", 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: 8px
}

@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 transparent;
    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: 28px
}

@media (min-width: 40.0625em) {
    .govuk-tabs__panel {
        margin-bottom:48px
    }
}

@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: 3px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 8px 18px;
        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: -3px;
        margin-bottom: -1px;
        padding-top: 12px;
        padding-right: 17px;
        padding-bottom: 14px;
        padding-left: 17px;
        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: 28px 18px;
        border: 1px solid #b1b4b6;
        border-top: 0
    }
}

@media (min-width: 40.0625em) and (min-width:40.0625em) {
    .govuk-frontend-supported .govuk-tabs__panel {
        margin-bottom:0
    }
}

@media (min-width: 40.0625em) {
    .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: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 18px;
    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.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-task-list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-task-list {
        margin-bottom:28px
    }
}

.govuk-task-list__item {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    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: 8px;
    text-align: right;
    vertical-align: top;
    color: #0b0c0c
}

@media print {
    .govuk-task-list__status {
        color: #000
    }
}

.govuk-task-list__status--cannot-start-yet {
    color: #626a6e
}

.govuk-task-list__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.govuk-task-list__hint {
    margin-top: 3px;
    color: #626a6e
}

.govuk-warning-text {
    font-family: "Public Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1.25;
    margin-bottom: 18px;
    position: relative;
    padding: 8px 0
}

@media print {
    .govuk-warning-text {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-warning-text {
        font-size:1.05556rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-warning-text {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .govuk-warning-text {
        margin-bottom:28px
    }
}

.govuk-warning-text__icon {
    font-weight: 700;
    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;
    -moz-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: 0 0
    }
}

.govuk-warning-text__text {
    color: #0b0c0c;
    display: block;
    padding-left: 45px
}

@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;
    -moz-user-select: none;
    user-select: none
}

.govuk-visually-hidden::before {
    content: "\00a0"
}

.govuk-visually-hidden::after {
    content: "\00a0"
}

.govuk-visually-hidden-focusable {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: 0!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.govuk-visually-hidden-focusable:active,.govuk-visually-hidden-focusable:focus {
    position: static!important;
    width: auto!important;
    height: auto!important;
    margin: inherit!important;
    overflow: visible!important;
    clip: auto!important;
    -webkit-clip-path: none!important;
    clip-path: none!important;
    white-space: inherit!important;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.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
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-0 {
        margin:0!important
    }
}

.govuk-\!-margin-top-0 {
    margin-top: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-0 {
        margin-top:0!important
    }
}

.govuk-\!-margin-right-0 {
    margin-right: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-0 {
        margin-right:0!important
    }
}

.govuk-\!-margin-bottom-0 {
    margin-bottom: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-0 {
        margin-bottom:0!important
    }
}

.govuk-\!-margin-left-0 {
    margin-left: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-0 {
        margin-left:0!important
    }
}

.govuk-\!-margin-1 {
    margin: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-1 {
        margin:3px!important
    }
}

.govuk-\!-margin-top-1 {
    margin-top: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-1 {
        margin-top:3px!important
    }
}

.govuk-\!-margin-right-1 {
    margin-right: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-1 {
        margin-right:3px!important
    }
}

.govuk-\!-margin-bottom-1 {
    margin-bottom: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-1 {
        margin-bottom:3px!important
    }
}

.govuk-\!-margin-left-1 {
    margin-left: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-1 {
        margin-left:3px!important
    }
}

.govuk-\!-margin-2 {
    margin: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-2 {
        margin:8px!important
    }
}

.govuk-\!-margin-top-2 {
    margin-top: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-2 {
        margin-top:8px!important
    }
}

.govuk-\!-margin-right-2 {
    margin-right: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-2 {
        margin-right:8px!important
    }
}

.govuk-\!-margin-bottom-2 {
    margin-bottom: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-2 {
        margin-bottom:8px!important
    }
}

.govuk-\!-margin-left-2 {
    margin-left: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-2 {
        margin-left:8px!important
    }
}

.govuk-\!-margin-3 {
    margin: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-3 {
        margin:13px!important
    }
}

.govuk-\!-margin-top-3 {
    margin-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-3 {
        margin-top:13px!important
    }
}

.govuk-\!-margin-right-3 {
    margin-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-3 {
        margin-right:13px!important
    }
}

.govuk-\!-margin-bottom-3 {
    margin-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-3 {
        margin-bottom:13px!important
    }
}

.govuk-\!-margin-left-3 {
    margin-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-3 {
        margin-left:13px!important
    }
}

.govuk-\!-margin-4 {
    margin: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-4 {
        margin:18px!important
    }
}

.govuk-\!-margin-top-4 {
    margin-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-4 {
        margin-top:18px!important
    }
}

.govuk-\!-margin-right-4 {
    margin-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-4 {
        margin-right:18px!important
    }
}

.govuk-\!-margin-bottom-4 {
    margin-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-4 {
        margin-bottom:18px!important
    }
}

.govuk-\!-margin-left-4 {
    margin-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-4 {
        margin-left:18px!important
    }
}

.govuk-\!-margin-5 {
    margin: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-5 {
        margin:23px!important
    }
}

.govuk-\!-margin-top-5 {
    margin-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-5 {
        margin-top:23px!important
    }
}

.govuk-\!-margin-right-5 {
    margin-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-5 {
        margin-right:23px!important
    }
}

.govuk-\!-margin-bottom-5 {
    margin-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-5 {
        margin-bottom:23px!important
    }
}

.govuk-\!-margin-left-5 {
    margin-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-5 {
        margin-left:23px!important
    }
}

.govuk-\!-margin-6 {
    margin: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-6 {
        margin:28px!important
    }
}

.govuk-\!-margin-top-6 {
    margin-top: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-6 {
        margin-top:28px!important
    }
}

.govuk-\!-margin-right-6 {
    margin-right: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-6 {
        margin-right:28px!important
    }
}

.govuk-\!-margin-bottom-6 {
    margin-bottom: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-6 {
        margin-bottom:28px!important
    }
}

.govuk-\!-margin-left-6 {
    margin-left: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-6 {
        margin-left:28px!important
    }
}

.govuk-\!-margin-7 {
    margin: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-7 {
        margin:38px!important
    }
}

.govuk-\!-margin-top-7 {
    margin-top: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-7 {
        margin-top:38px!important
    }
}

.govuk-\!-margin-right-7 {
    margin-right: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-7 {
        margin-right:38px!important
    }
}

.govuk-\!-margin-bottom-7 {
    margin-bottom: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-7 {
        margin-bottom:38px!important
    }
}

.govuk-\!-margin-left-7 {
    margin-left: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-7 {
        margin-left:38px!important
    }
}

.govuk-\!-margin-8 {
    margin: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-8 {
        margin:48px!important
    }
}

.govuk-\!-margin-top-8 {
    margin-top: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-8 {
        margin-top:48px!important
    }
}

.govuk-\!-margin-right-8 {
    margin-right: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-8 {
        margin-right:48px!important
    }
}

.govuk-\!-margin-bottom-8 {
    margin-bottom: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-8 {
        margin-bottom:48px!important
    }
}

.govuk-\!-margin-left-8 {
    margin-left: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-8 {
        margin-left:48px!important
    }
}

.govuk-\!-margin-9 {
    margin: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-9 {
        margin:58px!important
    }
}

.govuk-\!-margin-top-9 {
    margin-top: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-9 {
        margin-top:58px!important
    }
}

.govuk-\!-margin-right-9 {
    margin-right: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-9 {
        margin-right:58px!important
    }
}

.govuk-\!-margin-bottom-9 {
    margin-bottom: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-9 {
        margin-bottom:58px!important
    }
}

.govuk-\!-margin-left-9 {
    margin-left: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-9 {
        margin-left:58px!important
    }
}

.govuk-\!-padding-0 {
    padding: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-0 {
        padding:0!important
    }
}

.govuk-\!-padding-top-0 {
    padding-top: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-0 {
        padding-top:0!important
    }
}

.govuk-\!-padding-right-0 {
    padding-right: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-0 {
        padding-right:0!important
    }
}

.govuk-\!-padding-bottom-0 {
    padding-bottom: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-0 {
        padding-bottom:0!important
    }
}

.govuk-\!-padding-left-0 {
    padding-left: 0!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-0 {
        padding-left:0!important
    }
}

.govuk-\!-padding-1 {
    padding: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-1 {
        padding:3px!important
    }
}

.govuk-\!-padding-top-1 {
    padding-top: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-1 {
        padding-top:3px!important
    }
}

.govuk-\!-padding-right-1 {
    padding-right: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-1 {
        padding-right:3px!important
    }
}

.govuk-\!-padding-bottom-1 {
    padding-bottom: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-1 {
        padding-bottom:3px!important
    }
}

.govuk-\!-padding-left-1 {
    padding-left: 3px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-1 {
        padding-left:3px!important
    }
}

.govuk-\!-padding-2 {
    padding: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-2 {
        padding:8px!important
    }
}

.govuk-\!-padding-top-2 {
    padding-top: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-2 {
        padding-top:8px!important
    }
}

.govuk-\!-padding-right-2 {
    padding-right: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-2 {
        padding-right:8px!important
    }
}

.govuk-\!-padding-bottom-2 {
    padding-bottom: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-2 {
        padding-bottom:8px!important
    }
}

.govuk-\!-padding-left-2 {
    padding-left: 8px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-2 {
        padding-left:8px!important
    }
}

.govuk-\!-padding-3 {
    padding: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-3 {
        padding:13px!important
    }
}

.govuk-\!-padding-top-3 {
    padding-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-3 {
        padding-top:13px!important
    }
}

.govuk-\!-padding-right-3 {
    padding-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-3 {
        padding-right:13px!important
    }
}

.govuk-\!-padding-bottom-3 {
    padding-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-3 {
        padding-bottom:13px!important
    }
}

.govuk-\!-padding-left-3 {
    padding-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-3 {
        padding-left:13px!important
    }
}

.govuk-\!-padding-4 {
    padding: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-4 {
        padding:18px!important
    }
}

.govuk-\!-padding-top-4 {
    padding-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-4 {
        padding-top:18px!important
    }
}

.govuk-\!-padding-right-4 {
    padding-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-4 {
        padding-right:18px!important
    }
}

.govuk-\!-padding-bottom-4 {
    padding-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-4 {
        padding-bottom:18px!important
    }
}

.govuk-\!-padding-left-4 {
    padding-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-4 {
        padding-left:18px!important
    }
}

.govuk-\!-padding-5 {
    padding: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-5 {
        padding:23px!important
    }
}

.govuk-\!-padding-top-5 {
    padding-top: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-5 {
        padding-top:23px!important
    }
}

.govuk-\!-padding-right-5 {
    padding-right: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-5 {
        padding-right:23px!important
    }
}

.govuk-\!-padding-bottom-5 {
    padding-bottom: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-5 {
        padding-bottom:23px!important
    }
}

.govuk-\!-padding-left-5 {
    padding-left: 13px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-5 {
        padding-left:23px!important
    }
}

.govuk-\!-padding-6 {
    padding: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-6 {
        padding:28px!important
    }
}

.govuk-\!-padding-top-6 {
    padding-top: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-6 {
        padding-top:28px!important
    }
}

.govuk-\!-padding-right-6 {
    padding-right: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-6 {
        padding-right:28px!important
    }
}

.govuk-\!-padding-bottom-6 {
    padding-bottom: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-6 {
        padding-bottom:28px!important
    }
}

.govuk-\!-padding-left-6 {
    padding-left: 18px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-6 {
        padding-left:28px!important
    }
}

.govuk-\!-padding-7 {
    padding: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-7 {
        padding:38px!important
    }
}

.govuk-\!-padding-top-7 {
    padding-top: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-7 {
        padding-top:38px!important
    }
}

.govuk-\!-padding-right-7 {
    padding-right: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-7 {
        padding-right:38px!important
    }
}

.govuk-\!-padding-bottom-7 {
    padding-bottom: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-7 {
        padding-bottom:38px!important
    }
}

.govuk-\!-padding-left-7 {
    padding-left: 23px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-7 {
        padding-left:38px!important
    }
}

.govuk-\!-padding-8 {
    padding: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-8 {
        padding:48px!important
    }
}

.govuk-\!-padding-top-8 {
    padding-top: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-8 {
        padding-top:48px!important
    }
}

.govuk-\!-padding-right-8 {
    padding-right: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-8 {
        padding-right:48px!important
    }
}

.govuk-\!-padding-bottom-8 {
    padding-bottom: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-8 {
        padding-bottom:48px!important
    }
}

.govuk-\!-padding-left-8 {
    padding-left: 28px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-8 {
        padding-left:48px!important
    }
}

.govuk-\!-padding-9 {
    padding: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-9 {
        padding:58px!important
    }
}

.govuk-\!-padding-top-9 {
    padding-top: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-9 {
        padding-top:58px!important
    }
}

.govuk-\!-padding-right-9 {
    padding-right: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-9 {
        padding-right:58px!important
    }
}

.govuk-\!-padding-bottom-9 {
    padding-bottom: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-9 {
        padding-bottom:58px!important
    }
}

.govuk-\!-padding-left-9 {
    padding-left: 38px!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-9 {
        padding-left:58px!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: 3px!important
}

.govuk-\!-static-margin-top-1 {
    margin-top: 3px!important
}

.govuk-\!-static-margin-right-1 {
    margin-right: 3px!important
}

.govuk-\!-static-margin-bottom-1 {
    margin-bottom: 3px!important
}

.govuk-\!-static-margin-left-1 {
    margin-left: 3px!important
}

.govuk-\!-static-margin-2 {
    margin: 8px!important
}

.govuk-\!-static-margin-top-2 {
    margin-top: 8px!important
}

.govuk-\!-static-margin-right-2 {
    margin-right: 8px!important
}

.govuk-\!-static-margin-bottom-2 {
    margin-bottom: 8px!important
}

.govuk-\!-static-margin-left-2 {
    margin-left: 8px!important
}

.govuk-\!-static-margin-3 {
    margin: 13px!important
}

.govuk-\!-static-margin-top-3 {
    margin-top: 13px!important
}

.govuk-\!-static-margin-right-3 {
    margin-right: 13px!important
}

.govuk-\!-static-margin-bottom-3 {
    margin-bottom: 13px!important
}

.govuk-\!-static-margin-left-3 {
    margin-left: 13px!important
}

.govuk-\!-static-margin-4 {
    margin: 18px!important
}

.govuk-\!-static-margin-top-4 {
    margin-top: 18px!important
}

.govuk-\!-static-margin-right-4 {
    margin-right: 18px!important
}

.govuk-\!-static-margin-bottom-4 {
    margin-bottom: 18px!important
}

.govuk-\!-static-margin-left-4 {
    margin-left: 18px!important
}

.govuk-\!-static-margin-5 {
    margin: 23px!important
}

.govuk-\!-static-margin-top-5 {
    margin-top: 23px!important
}

.govuk-\!-static-margin-right-5 {
    margin-right: 23px!important
}

.govuk-\!-static-margin-bottom-5 {
    margin-bottom: 23px!important
}

.govuk-\!-static-margin-left-5 {
    margin-left: 23px!important
}

.govuk-\!-static-margin-6 {
    margin: 28px!important
}

.govuk-\!-static-margin-top-6 {
    margin-top: 28px!important
}

.govuk-\!-static-margin-right-6 {
    margin-right: 28px!important
}

.govuk-\!-static-margin-bottom-6 {
    margin-bottom: 28px!important
}

.govuk-\!-static-margin-left-6 {
    margin-left: 28px!important
}

.govuk-\!-static-margin-7 {
    margin: 38px!important
}

.govuk-\!-static-margin-top-7 {
    margin-top: 38px!important
}

.govuk-\!-static-margin-right-7 {
    margin-right: 38px!important
}

.govuk-\!-static-margin-bottom-7 {
    margin-bottom: 38px!important
}

.govuk-\!-static-margin-left-7 {
    margin-left: 38px!important
}

.govuk-\!-static-margin-8 {
    margin: 48px!important
}

.govuk-\!-static-margin-top-8 {
    margin-top: 48px!important
}

.govuk-\!-static-margin-right-8 {
    margin-right: 48px!important
}

.govuk-\!-static-margin-bottom-8 {
    margin-bottom: 48px!important
}

.govuk-\!-static-margin-left-8 {
    margin-left: 48px!important
}

.govuk-\!-static-margin-9 {
    margin: 58px!important
}

.govuk-\!-static-margin-top-9 {
    margin-top: 58px!important
}

.govuk-\!-static-margin-right-9 {
    margin-right: 58px!important
}

.govuk-\!-static-margin-bottom-9 {
    margin-bottom: 58px!important
}

.govuk-\!-static-margin-left-9 {
    margin-left: 58px!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: 3px!important
}

.govuk-\!-static-padding-top-1 {
    padding-top: 3px!important
}

.govuk-\!-static-padding-right-1 {
    padding-right: 3px!important
}

.govuk-\!-static-padding-bottom-1 {
    padding-bottom: 3px!important
}

.govuk-\!-static-padding-left-1 {
    padding-left: 3px!important
}

.govuk-\!-static-padding-2 {
    padding: 8px!important
}

.govuk-\!-static-padding-top-2 {
    padding-top: 8px!important
}

.govuk-\!-static-padding-right-2 {
    padding-right: 8px!important
}

.govuk-\!-static-padding-bottom-2 {
    padding-bottom: 8px!important
}

.govuk-\!-static-padding-left-2 {
    padding-left: 8px!important
}

.govuk-\!-static-padding-3 {
    padding: 13px!important
}

.govuk-\!-static-padding-top-3 {
    padding-top: 13px!important
}

.govuk-\!-static-padding-right-3 {
    padding-right: 13px!important
}

.govuk-\!-static-padding-bottom-3 {
    padding-bottom: 13px!important
}

.govuk-\!-static-padding-left-3 {
    padding-left: 13px!important
}

.govuk-\!-static-padding-4 {
    padding: 18px!important
}

.govuk-\!-static-padding-top-4 {
    padding-top: 18px!important
}

.govuk-\!-static-padding-right-4 {
    padding-right: 18px!important
}

.govuk-\!-static-padding-bottom-4 {
    padding-bottom: 18px!important
}

.govuk-\!-static-padding-left-4 {
    padding-left: 18px!important
}

.govuk-\!-static-padding-5 {
    padding: 23px!important
}

.govuk-\!-static-padding-top-5 {
    padding-top: 23px!important
}

.govuk-\!-static-padding-right-5 {
    padding-right: 23px!important
}

.govuk-\!-static-padding-bottom-5 {
    padding-bottom: 23px!important
}

.govuk-\!-static-padding-left-5 {
    padding-left: 23px!important
}

.govuk-\!-static-padding-6 {
    padding: 28px!important
}

.govuk-\!-static-padding-top-6 {
    padding-top: 28px!important
}

.govuk-\!-static-padding-right-6 {
    padding-right: 28px!important
}

.govuk-\!-static-padding-bottom-6 {
    padding-bottom: 28px!important
}

.govuk-\!-static-padding-left-6 {
    padding-left: 28px!important
}

.govuk-\!-static-padding-7 {
    padding: 38px!important
}

.govuk-\!-static-padding-top-7 {
    padding-top: 38px!important
}

.govuk-\!-static-padding-right-7 {
    padding-right: 38px!important
}

.govuk-\!-static-padding-bottom-7 {
    padding-bottom: 38px!important
}

.govuk-\!-static-padding-left-7 {
    padding-left: 38px!important
}

.govuk-\!-static-padding-8 {
    padding: 48px!important
}

.govuk-\!-static-padding-top-8 {
    padding-top: 48px!important
}

.govuk-\!-static-padding-right-8 {
    padding-right: 48px!important
}

.govuk-\!-static-padding-bottom-8 {
    padding-bottom: 48px!important
}

.govuk-\!-static-padding-left-8 {
    padding-left: 48px!important
}

.govuk-\!-static-padding-9 {
    padding: 58px!important
}

.govuk-\!-static-padding-top-9 {
    padding-top: 58px!important
}

.govuk-\!-static-padding-right-9 {
    padding-right: 58px!important
}

.govuk-\!-static-padding-bottom-9 {
    padding-bottom: 58px!important
}

.govuk-\!-static-padding-left-9 {
    padding-left: 58px!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: 2.94444rem!important;
    line-height: 1.03774!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-80 {
        font-size:4.44444rem!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: 1.77778rem!important;
    line-height: 1.09375!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-48 {
        font-size:2.66667rem!important;
        line-height: 1.04167!important
    }
}

@media print {
    .govuk-\!-font-size-48 {
        font-size: 32pt!important;
        line-height: 1.15!important
    }
}

.govuk-\!-font-size-36 {
    font-size: 1.33333rem!important;
    line-height: 1.04167!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-36 {
        font-size:2rem!important;
        line-height: 1.11111!important
    }
}

@media print {
    .govuk-\!-font-size-36 {
        font-size: 24pt!important;
        line-height: 1.05!important
    }
}

.govuk-\!-font-size-27 {
    font-size: 1rem!important;
    line-height: 1.11111!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-27 {
        font-size:1.5rem!important;
        line-height: 1.11111!important
    }
}

@media print {
    .govuk-\!-font-size-27 {
        font-size: 18pt!important;
        line-height: 1.15!important
    }
}

.govuk-\!-font-size-24 {
    font-size: 1rem!important;
    line-height: 1.11111!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-24 {
        font-size:1.33333rem!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: .88889rem!important;
    line-height: 1.25!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-19 {
        font-size:1.05556rem!important;
        line-height: 1.31579!important
    }
}

@media print {
    .govuk-\!-font-size-19 {
        font-size: 14pt!important;
        line-height: 1.15!important
    }
}

.govuk-\!-font-size-16 {
    font-size: .77778rem!important;
    line-height: 1.14286!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-16 {
        font-size:.88889rem!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: 2.94444rem!important;
    line-height: 1.03774!important
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-14 {
        font-size:4.44444rem!important;
        line-height: 1!important
    }
}

@media print {
    .govuk-\!-font-size-14 {
        font-size: 53pt!important;
        line-height: 1.1!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-\!-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
    }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1,1)
}

.fa-flip-vertical {
    transform: scale(1,-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1,-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
} */

.fa,.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
} */

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.govuk-header__logotype-eastsussex {
    max-width: 80px;
    height: auto
}

.govuk-header__logotype-eastsussex__footer {
    max-width: 120px;
    position: relative;
    top: -15px
}

.govuk-header__logo {
    margin-bottom: 0
}

.govuk-header {
    border-bottom: 0
}

.govuk-header__content {
    margin-top: 10px
}

.govuk-header__nav {
    border-bottom: 3px solid
}

.govuk-header__container {
    padding-top: 5px;
    border-bottom: 5px solid;
    margin-bottom: 0
}

.govuk-header__container .govuk-header__logo {
    width: auto
}

.govuk-header__container .govuk-header__navigation-item--active a:hover,.govuk-header__container .govuk-header__navigation-item--active a:link,.govuk-header__container .govuk-header__navigation-item--active a:visited {
    color: #fff
}

.govuk-header__container .govuk-header__navigation-item--active a:focus {
    color: #f3f2f1
}

.govuk-radios__label::before {
    top: 0!important;
    left: 0!important
}

.govuk-radios--small .govuk-radios__label::before {
    top: 10px!important;
    left: 0!important
}

.clear {
    clear: both
}

.validation-summary-valid {
    display: none
}

.dateofbirthshadow {
    visibility: hidden
}

.field-validation-error {
    color: #b10e1e
}

.umbraco-forms-hidden {
    display: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-underline {
    text-decoration: underline
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.no-box-shadow {
    box-shadow: none
}

.show-only-mobile {
    display: none!important
}

.show-button-only-desktop {
    display: none!important
}

@media only screen and (max-width: 640px) {
    .show-only-mobile {
        display:block!important
    }

    .show-only-desktop {
        display: none!important
    }
}

@media only screen and (min-width: 641px) {
    .show-button-only-desktop {
        display:inline-block!important
    }
}

#particles-js {
    position: fixed;
    width: 100%;
    pointer-events: none;
    height: 100%
}

#particles-jscanvas {
    display: block;
    vertical-align: bottom
}

.border {
    border-width: 3px!important
}

.border-thin {
    border-width: 1px!important
}

.border-all {
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid
}

.border-top {
    border-top: solid
}

.border-bottom {
    border-bottom: solid
}

.border-left {
    border-left: solid
}

.border-right {
    border-right: solid
}

.border-top-none {
    border-top: 0
}

.border-bottom-none {
    border-bottom: 0
}

.border-left-none {
    border-left: 0
}

.border-right-none {
    border-right: 0
}

.border-none {
    border: 0
}

.font-default {
    color: #000
}

.background-default {
    background-color: #fff
}

.brand-background-primary {
    background-color: #003c69
}

.brand-background-primary-light {
    background-color: #336387
}

.brand-background-primary-lighter {
    background-color: #ccd9e2
}

.brand-font-primary {
    color: #003c69
}

.brand-font-primary-light {
    color: #336387
}

.brand-font-primary-lighter {
    color: #ccd9e2
}

.brand-border-primary {
    border-color: #003c69
}

.brand-border-primary-light {
    border-color: #336387
}

.brand-border-primary-lighter {
    border-color: #ccd9e2
}

.brand-background-secondary {
    background-color: #bed600
}

.brand-background-secondary-light {
    background-color: #d8e666
}

.brand-background-secondary-lighter {
    background-color: #e5ef99
}

.brand-font-secondary {
    color: #bed600
}

.brand-font-secondary-light {
    color: #d8e666
}

.brand-font-secondary-lighter {
    color: #e5ef99
}

.brand-border-secondary {
    border-color: #bed600
}

.brand-border-secondary-light {
    border-color: #d8e666
}

.brand-border-secondary-lighter {
    border-color: #e5ef99
}

.brand-background-accent {
    background-color: #00a1de
}

.brand-background-accent-light {
    background-color: #ccecf8
}

.brand-font-accent {
    color: #00a1de
}

.brand-font-accent-light {
    color: #ccecf8
}

.brand-border-accent {
    border-color: #00a1de
}

.brand-border-accent-light {
    border-color: #ccecf8
}

.background-red {
    background-color: #b10e1e
}

.background-red-tint-25 {
    background-color: #c54a56
}

.background-red-tint-50 {
    background-color: #d8878f
}

.font-red {
    color: #b10e1e
}

.font-red-tint-25 {
    color: #c54a56
}

.font-red-tint-50 {
    color: #d8878f
}

.border-red {
    border-color: #b10e1e
}

.border-red-tint-25 {
    border-color: #c54a56
}

.border-red-tint-50 {
    border-color: #d8878f
}

.background-yellow {
    background-color: #fd0
}

.background-yellow-tint-25 {
    background-color: #ffe640
}

.background-yellow-tint-50 {
    background-color: #ffee80
}

.font-yellow {
    color: #fd0
}

.font-yellow-tint-25 {
    color: #ffe640
}

.font-yellow-tint-50 {
    color: #ffee80
}

.border-yellow {
    border-color: #fd0
}

.border-yellow-tint-25 {
    border-color: #ffe640
}

.border-yellow-tint-50 {
    border-color: #ffee80
}

.background-green {
    background-color: #003c69
}

.background-green-tint-25 {
    background-color: #40946d
}

.background-green-tint-50 {
    background-color: #80b89e
}

.font-green {
    color: #003c69
}

.font-green-tint-25 {
    color: #40946d
}

.font-green-tint-50 {
    color: #80b89e
}

.border-green {
    border-color: #003c69
}

.border-green-tint-25 {
    border-color: #40946d
}

.border-green-tint-50 {
    border-color: #80b89e
}

.background-blue {
    background-color: #1d70b8
}

.background-blue-tint-25 {
    background-color: #5694ca
}

.background-blue-tint-50 {
    background-color: #8eb8dc
}

.font-blue {
    color: #1d70b8
}

.font-blue-tint-25 {
    color: #5694ca
}

.font-blue-tint-50 {
    color: #8eb8dc
}

.border-blue {
    border-color: #1d70b8
}

.border-blue-tint-25 {
    border-color: #5694ca
}

.border-blue-tint-50 {
    border-color: #8eb8dc
}

.background-dark-blue {
    background-color: #003078
}

.background-dark-blue-tint-25 {
    background-color: #40649a
}

.background-dark-blue-tint-50 {
    background-color: #8098bc
}

.font-dark-blue {
    color: #003078
}

.font-dark-blue-tint-25 {
    color: #40649a
}

.font-dark-blue-tint-50 {
    color: #8098bc
}

.border-dark-blue {
    border-color: #003078
}

.border-dark-blue-tint-25 {
    border-color: #40649a
}

.border-dark-blue-tint-50 {
    border-color: #8098bc
}

.background-light-blue {
    background-color: #5694ca
}

.background-light-blue-tint-25 {
    background-color: #80afd7
}

.background-light-blue-tint-50 {
    background-color: #abcae5
}

.font-light-blue {
    color: #5694ca
}

.font-light-blue-tint-25 {
    color: #80afd7
}

.font-light-blue-tint-50 {
    color: #abcae5
}

.border-light-blue {
    border-color: #5694ca
}

.border-light-blue-tint-25 {
    border-color: #80afd7
}

.border-light-blue-tint-50 {
    border-color: #abcae5
}

.background-purple {
    background-color: #4c2c92
}

.background-purple-tint-25 {
    background-color: #7961ad
}

.background-purple-tint-50 {
    background-color: #a696c9
}

.font-purple {
    color: #4c2c92
}

.font-purple-tint-25 {
    color: #7961ad
}

.font-purple-tint-50 {
    color: #a696c9
}

.border-purple {
    border-color: #4c2c92
}

.border-purple-tint-25 {
    border-color: #7961ad
}

.border-purple-tint-50 {
    border-color: #a696c9
}

.background-black {
    background-color: #0b0c0c
}

.background-black-tint-25 {
    background-color: #484949
}

.background-black-tint-50 {
    background-color: #858686
}

.font-black {
    color: #0b0c0c
}

.font-black-tint-25 {
    color: #484949
}

.font-black-tint-50 {
    color: #858686
}

.border-black {
    border-color: #0b0c0c
}

.border-black-tint-25 {
    border-color: #484949
}

.border-black-tint-50 {
    border-color: #858686
}

.background-dark-grey {
    background-color: #626a6e
}

.background-dark-grey-tint-25 {
    background-color: #898f92
}

.background-dark-grey-tint-50 {
    background-color: #b1b5b7
}

.font-dark-grey {
    color: #626a6e
}

.font-dark-grey-tint-25 {
    color: #898f92
}

.font-dark-grey-tint-50 {
    color: #b1b5b7
}

.border-dark-grey {
    border-color: #626a6e
}

.border-dark-grey-tint-25 {
    border-color: #898f92
}

.border-dark-grey-tint-50 {
    border-color: #b1b5b7
}

.background-mid-grey {
    background-color: #b1b4b6
}

.background-mid-grey-tint-25 {
    background-color: #c5c7c8
}

.background-mid-grey-tint-50 {
    background-color: #d8dadb
}

.font-mid-grey {
    color: #b1b4b6
}

.font-mid-grey-tint-25 {
    color: #c5c7c8
}

.font-mid-grey-tint-50 {
    color: #d8dadb
}

.border-mid-grey {
    border-color: #b1b4b6
}

.border-mid-grey-tint-25 {
    border-color: #c5c7c8
}

.border-mid-grey-tint-50 {
    border-color: #d8dadb
}

.background-light-grey {
    background-color: #f3f2f1
}

.background-light-grey-tint-25 {
    background-color: #f6f5f5
}

.background-light-grey-tint-50 {
    background-color: #f9f9f8
}

.font-light-grey {
    color: #f3f2f1
}

.font-light-grey-tint-25 {
    color: #f6f5f5
}

.font-light-grey-tint-50 {
    color: #f9f9f8
}

.border-light-grey {
    border-color: #f3f2f1
}

.border-light-grey-tint-25 {
    border-color: #f6f5f5
}

.border-light-grey-tint-50 {
    border-color: #f9f9f8
}

.background-white {
    background-color: #fff
}

.background-white-tint-25 {
    background-color: #fff
}

.background-white-tint-50 {
    background-color: #fff
}

.font-white {
    color: #fff
}

.font-white-tint-25 {
    color: #fff
}

.font-white-tint-50 {
    color: #fff
}

.border-white {
    border-color: #fff
}

.border-white-tint-25 {
    border-color: #fff
}

.border-white-tint-50 {
    border-color: #fff
}

.background-light-purple {
    background-color: #6f72af
}

.background-light-purple-tint-25 {
    background-color: #9395c3
}

.background-light-purple-tint-50 {
    background-color: #b7b9d7
}

.font-light-purple {
    color: #6f72af
}

.font-light-purple-tint-25 {
    color: #9395c3
}

.font-light-purple-tint-50 {
    color: #b7b9d7
}

.border-light-purple {
    border-color: #6f72af
}

.border-light-purple-tint-25 {
    border-color: #9395c3
}

.border-light-purple-tint-50 {
    border-color: #b7b9d7
}

.background-bright-purple {
    background-color: #912b88
}

.background-bright-purple-tint-25 {
    background-color: #ad60a6
}

.background-bright-purple-tint-50 {
    background-color: #c895c4
}

.font-bright-purple {
    color: #912b88
}

.font-bright-purple-tint-25 {
    color: #ad60a6
}

.font-bright-purple-tint-50 {
    color: #c895c4
}

.border-bright-purple {
    border-color: #912b88
}

.border-bright-purple-tint-25 {
    border-color: #ad60a6
}

.border-bright-purple-tint-50 {
    border-color: #c895c4
}

.background-pink {
    background-color: #d53880
}

.background-pink-tint-25 {
    background-color: #e06aa0
}

.background-pink-tint-50 {
    background-color: #ea9cc0
}

.font-pink {
    color: #d53880
}

.font-pink-tint-25 {
    color: #e06aa0
}

.font-pink-tint-50 {
    color: #ea9cc0
}

.border-pink {
    border-color: #d53880
}

.border-pink-tint-25 {
    border-color: #e06aa0
}

.border-pink-tint-50 {
    border-color: #ea9cc0
}

.background-light-pink {
    background-color: #f499be
}

.background-light-pink-tint-25 {
    background-color: #f7b3ce
}

.background-light-pink-tint-50 {
    background-color: #faccdf
}

.font-light-pink {
    color: #f499be
}

.font-light-pink-tint-25 {
    color: #f7b3ce
}

.font-light-pink-tint-50 {
    color: #faccdf
}

.border-light-pink {
    border-color: #f499be
}

.border-light-pink-tint-25 {
    border-color: #f7b3ce
}

.border-light-pink-tint-50 {
    border-color: #faccdf
}

.background-orange {
    background-color: #f47738
}

.background-orange-tint-25 {
    background-color: #f7996a
}

.background-orange-tint-50 {
    background-color: #fabb9c
}

.font-orange {
    color: #f47738
}

.font-orange-tint-25 {
    color: #f7996a
}

.font-orange-tint-50 {
    color: #fabb9c
}

.border-orange {
    border-color: #f47738
}

.border-orange-tint-25 {
    border-color: #f7996a
}

.border-orange-tint-50 {
    border-color: #fabb9c
}

.background-brown {
    background-color: #b58840
}

.background-brown-tint-25 {
    background-color: #c8a670
}

.background-brown-tint-50 {
    background-color: #dac4a0
}

.font-brown {
    color: #b58840
}

.font-brown-tint-25 {
    color: #c8a670
}

.font-brown-tint-50 {
    color: #dac4a0
}

.border-brown {
    border-color: #b58840
}

.border-brown-tint-25 {
    border-color: #c8a670
}

.border-brown-tint-50 {
    border-color: #dac4a0
}

.background-light-green {
    background-color: #85994b
}

.background-light-green-tint-25 {
    background-color: #a4b378
}

.background-light-green-tint-50 {
    background-color: #c2cca5
}

.font-light-green {
    color: #85994b
}

.font-light-green-tint-25 {
    color: #a4b378
}

.font-light-green-tint-50 {
    color: #c2cca5
}

.border-light-green {
    border-color: #85994b
}

.border-light-green-tint-25 {
    border-color: #a4b378
}

.border-light-green-tint-50 {
    border-color: #c2cca5
}

.background-turquoise {
    background-color: #28a197
}

.background-turquoise-tint-25 {
    background-color: #5eb9b1
}

.background-turquoise-tint-50 {
    background-color: #94d0cb
}

.font-turquoise {
    color: #28a197
}

.font-turquoise-tint-25 {
    color: #5eb9b1
}

.font-turquoise-tint-50 {
    color: #94d0cb
}

.border-turquoise {
    border-color: #28a197
}

.border-turquoise-tint-25 {
    border-color: #5eb9b1
}

.border-turquoise-tint-50 {
    border-color: #94d0cb
}

.govuk-list.govuk-list__sub-navigation {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px
}

.govuk-list.govuk-list__sub-navigation li {
    width: 100%
}

.govuk-list.govuk-list__sub-navigation-3-columns {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px
}

.govuk-list.govuk-list__sub-navigation-3-columns li {
    width: 100%
}

.govuk-list.govuk-list__sub-navigation-no-gap {
    -moz-column-count: 2;
    column-count: 2
}

.govuk-list.govuk-list__sub-navigation-no-gap li {
    width: 100%
}

@media only screen and (max-width: 640px) {
    .govuk-list.govuk-list__sub-navigation {
        -moz-column-count:1;
        -moz-column-gap: 30px;
        -webkit-column-count: 1;
        -webkit-column-gap: 30px;
        column-count: 1;
        column-gap: 30px
    }

    .govuk-list.govuk-list__sub-navigation li {
        width: 100%
    }

    .govuk-list.govuk-list__sub-navigation-3-columns {
        -moz-column-count: 1;
        -moz-column-gap: 30px;
        -webkit-column-count: 1;
        -webkit-column-gap: 30px;
        column-count: 1;
        column-gap: 30px
    }

    .govuk-list.govuk-list__sub-navigation-3-columns li {
        width: 100%
    }

    .govuk-list.govuk-list__sub-navigation-no-gap {
        -moz-column-count: 1;
        column-count: 1
    }

    .govuk-list.govuk-list__sub-navigation-no-gap li {
        width: 100%
    }
}

.govuk-breadcrumbs__list-item--unhide {
    display: block
}

.govuk-breadcrumbs--unhide {
    cursor: pointer
}

.govuk-breadcrumbs__list {
    display: block!important
}

.govuk-breadcrumbs__list li:nth-child(2) {
    display: block!important
}

.govuk-link.govuk-link__against-dark-background {
    color: #fff
}

.govuk-link.govuk-link__against-dark-background:focus {
    color: #000
}

.govuk-link.govuk-link__dont-wrap {
    overflow-wrap: unset;
    word-wrap: unset;
    -ms-word-break: unset;
    word-break: unset
}

.quick-link {
    text-decoration: none;
    display: inline-block
}

.quick-link:hover {
    text-decoration: underline
}

.nav-link {
    text-decoration: none
}

.nav-link:hover {
    text-decoration: underline
}

.tabs-component-link-active {
    text-decoration: none
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word
}

.embedded-video__container {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: calc(var(--aspect-ratio,.5625) * 100%);
    height: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 20px
}

.embedded-video__container>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plyr {
    border-radius: 20px
}

.noStartMargin {
    -webkit-margin-before: 0!important;
    margin-block-start:0!important}

.figure-inline {
    text-align: center
}

figure {
    display: table
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    margin-top: 10px;
    margin-bottom: 10px
}

.figure-center {
    display: block!important
}

.figure-center figcaption {
    display: block!important;
    caption-side: unset!important;
    margin-top: 10px;
    margin-bottom: 10px
}

.figure-rte {
    -webkit-margin-before: .5em;
    margin-block-start:.5em;-webkit-margin-after: .5em;
    margin-block-end:.5em;-webkit-margin-start: 20px;
    margin-inline-start:20px;-webkit-margin-end: 20px;
    margin-inline-end:20px}

.figure-left {
    float: left
}

.figure-right {
    float: right
}

.image {
    max-width: 100%;
    display: inline;
    height: auto
}

.figure-grid {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.figure-grid.figure-grid__portrait {
    text-align: center
}

.banner {
    padding-top: 20px;
    padding-bottom: 20px
}

.image-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%
}

.image-circle {
    border-radius: 50%
}

.govuk-button--secondary:hover {
    background-color: #dbdad9!important;
    color: #0b0c0c!important
}

.govuk-button--secondary:hover * {
    color: #0b0c0c!important
}

.govuk-button--secondary:focus * {
    color: #0b0c0c!important
}

.govuk-input__suffix-button {
    cursor: pointer;
    height: 2.45rem
}

@media only screen and (max-width: 641px) {
    .govuk-input__suffix-button {
        height:2.15rem;
        line-height: 1.25
    }
}

@media only screen and (max-width: 640px) {
    .govuk-button--mobile-width-auto {
        width:auto
    }
}

.govuk-button--circle {
    border-radius: 50%
}

.govuk-grid-column-one-fifth {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

.govuk-grid-column-two-fifths {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

.govuk-grid-column-three-fifths {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

.govuk-grid-column-four-fifths {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

.govuk-grid-column-one-tenth {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

.govuk-grid-column-nine-tenths {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-one-fifth {
        width:20%;
        float: left
    }

    .govuk-grid-column-two-fifths {
        width: 40%;
        float: left
    }

    .govuk-grid-column-three-fifths {
        width: 60%;
        float: left
    }

    .govuk-grid-column-four-fifths {
        width: 80%;
        float: left
    }

    .govuk-grid-column-one-tenth {
        width: 10%;
        float: left
    }

    .govuk-grid-column-nine-tenths {
        width: 90%;
        float: left
    }
}

.govuk-grid-column-one-half-mobile {
    width: 50%!important;
    float: left
}

.govuk-grid-column-one-quarter-mobile {
    width: 25%!important;
    float: left
}

.govuk-grid-column-three-quarters-mobile {
    width: 75%!important;
    float: left
}

.govuk-grid-column-one-third-mobile {
    width: 33.3333%!important;
    float: left
}

.govuk-grid-column-two-thirds-mobile {
    width: 66.6666%!important;
    float: left
}

.govuk-grid-column-one-fifth-mobile {
    width: 20%!important;
    float: left
}

.govuk-grid-column-two-fifths-mobile {
    width: 40%!important;
    float: left
}

.govuk-grid-column-three-fifths-mobile {
    width: 60%!important;
    float: left
}

.govuk-grid-column-four-fifths-mobile {
    width: 80%!important;
    float: left
}

.govuk-grid-column__thin {
    padding: 0 5px!important
}

.iframe {
    width: 100%
}

.gallery-component {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 640px
}

.gallery-component-small {
    max-height: 125px
}

.gallery-component-medium {
    max-height: 170px
}

.gallery-component-large {
    max-height: 250px
}

.gallery-component-extra-large {
    max-height: 640px
}

.modal-component-container {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    overflow: auto
}

.modal-component-content {
    max-height: 60%;
    overflow: auto;
    padding: 1%;
    margin: auto;
    background-color: #fefefe;
    width: 80%;
    border: 1px solid grey
}

.modal-component-header {
    margin: auto;
    max-height: 5%;
    padding: 1%;
    background-color: #003c69;
    color: #fff;
    width: 80%
}

.modal-component-footer {
    margin: auto;
    max-height: 5%;
    padding: 1%;
    background-color: #fefefe;
    width: 80%
}

.modal-component-icon {
    float: left;
    color: #fff
}

.modal-component-heading {
    margin-bottom: 0;
    color: #fff;
    text-align: left
}

.map-component-display:focus {
    border: 3px solid #fd0
}

.table-responsive {
    overflow-x: auto;
    background-image: linear-gradient(to right,#fff,#fff),linear-gradient(to right,#fff,#fff),linear-gradient(to right,rgba(0,0,0,.25),rgba(255,255,255,0)),linear-gradient(to left,rgba(0,0,0,.25),rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 20px 100%,20px 100%,10px 100%,10px 100%;
    background-attachment: local,local,local,scroll
}

.table-responsive .table-sticky-first-column td:first-child,.table-responsive .table-sticky-first-column th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #fff
}

.govuk-table__cell,.govuk-table__header {
    max-width: 170px;
    overflow-wrap: break-word
}

.govuk-summary-list .govuk-summary-list__row:last-child .govuk-summary-list__value {
    border: 0
}

.govuk-summary-list .govuk-summary-list__row:last-child .govuk-summary-list__key {
    border: 0
}

.govuk-radios__label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border: 10px solid currentColor;
    border-radius: 50%;
    opacity: 0;
    background: currentColor
}

.search-button {
    box-shadow: none;
    padding: 7px;
    padding-bottom: 9px;
    border: 2px solid #000
}

.site-search {
    padding-top: 5px
}

.govuk-pane {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    
}

.govuk-width-container {
    flex-grow: 1;
    width: 100%;
  
}

.main-wrapper {
    margin: auto;
    
}

.sis-basket-template {
    overflow-x: unset !important;
}

.sis-basket-template table {
    border-spacing: 0px !important;
}

.sis-basket-template table thead tr th,
.sis-basket-template table tbody tr td {
    padding: 4px 8px !important;
}