﻿.govuk-link,
a {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
}

@media print {
    .govuk-link,
    a {
        font-family: sans-serif;
    }
}

.govuk-link:hover,
a:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
}

.govuk-link:focus,
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-link {
    font-size:19px;
}

.govuk-link:link,
a:link {
    color: #1d70b8;
}

.govuk-link:visited,
a:visited {
    color: #4c2c92;
}

.govuk-link:hover,
a:hover {
    color: #003078;
}

.govuk-link:active,
a:active {
    color: #0b0c0c;
}

.govuk-link:focus,
a:focus {
    color: #0b0c0c;
}

@media print {
    [href^="/"].govuk-link:after, [href^="http://"].govuk-link:after, [href^="https://"].govuk-link:after, a[href^="/"]:after, a[href^="http://"]:after, a[href^="https://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word;
    }
}

.govuk-link--muted:link,
.govuk-link--muted:visited {
    color: #505a5f;
}

.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, 0.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, 0.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-list {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none;
}

@media print {
    .govuk-list {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-list {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-list {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-list {
        margin-bottom: 20px;
    }
}

.govuk-list .govuk-list {
    margin-top: 10px;
}

.govuk-list > li {
    margin-bottom: 5px;
}

.govuk-list--bullet {
    padding-left: 20px;
    list-style-type: disc;
}

.govuk-list--number {
    padding-left: 20px;
    list-style-type: decimal;
}

    .govuk-list--bullet > li,
    .govuk-list--number > li {
        margin-bottom: 0;
    }

@media (min-width: 40.0625em) {
    .govuk-list--bullet > li,
    .govuk-list--number > li {
        margin-bottom: 5px;
    }
}

.govuk-list--spaced > li {
    margin-bottom: 10px;
}

@media (min-width: 40.0625em) {
    .govuk-list--spaced > li {
        margin-bottom: 15px;
    }
}

.govuk-heading-xl

.govuk-heading-xl {
    /*color: #0b0c0c;*/
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
}

@media print {
    .govuk-heading-xl {
        color: #000;
    }
}

@media print {
    .govuk-heading-xl {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-heading-xl {
        font-size: 32pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-xl {
        margin-bottom: 30px;
    }
}

.das-primary-banner a {
    font-weight:bold;
}

.govuk-heading-l,
.das-highlight-box .das-highlight-box__card-heading,
.das-primary-banner__heading {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}

@media print {
    .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-heading,
    .das-primary-banner__heading {
        color: #000;
    }
}

@media print {
    .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-heading,
    .das-primary-banner__heading {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-heading,
    .das-primary-banner__heading {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-heading,
    .das-primary-banner__heading {
        font-size: 24pt;
        line-height: 1.05;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-heading,
    .das-primary-banner__heading {
        margin-bottom: 30px;
    }
}

.govuk-heading-m,
.das-filter__heading,
.das-highlight-box .das-highlight-box__card-heading-m,
.das-tile__body-heading {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-heading-m,
    .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-heading-m,
    .das-tile__body-heading {
        color: #000;
    }
}

@media print {
    .govuk-heading-m,
    .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-heading-m,
    .das-tile__body-heading {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-m,
    .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-heading-m,
    .das-tile__body-heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-heading-m,
    .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-heading-m,
    .das-tile__body-heading {
        font-size: 18pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-m,
    .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-heading-m,
    .das-tile__body-heading {
        margin-bottom: 20px;
    }
}

.govuk-heading-s,
.das-filter__info-label p,
.das-highlight-box .das-highlight-box__card-heading-s {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-heading-s,
    .das-filter__info-label p,
    .das-highlight-box .das-highlight-box__card-heading-s {
        color: #000;
    }
}

@media print {
    .govuk-heading-s,
    .das-filter__info-label p,
    .das-highlight-box .das-highlight-box__card-heading-s {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-s,
    .das-filter__info-label p,
    .das-highlight-box .das-highlight-box__card-heading-s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-heading-s,
    .das-filter__info-label p,
    .das-highlight-box .das-highlight-box__card-heading-s {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-heading-s,
    .das-filter__info-label p,
    .das-highlight-box .das-highlight-box__card-heading-s {
        margin-bottom: 20px;
    }
}

.govuk-caption-xl {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f;
}

@media print {
    .govuk-caption-xl {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-xl {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-caption-xl {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-caption-l {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f;
}

@media print {
    .govuk-caption-l {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-l {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-caption-l {
        font-size: 18pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-l {
        margin-bottom: 0;
    }
}

.govuk-caption-m {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    color: #505a5f;
}

@media print {
    .govuk-caption-m {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-caption-m {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-caption-m {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-body-l,
.govuk-body-lead,
.das-primary-banner__text {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-top: 0;
    margin-bottom: 20px;
}

@media print {
    .govuk-body-l,
    .govuk-body-lead,
    .das-primary-banner__text {
        color: #000;
    }
}

@media print {
    .govuk-body-l,
    .govuk-body-lead,
    .das-primary-banner__text {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-l,
    .govuk-body-lead,
    .das-primary-banner__text {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-body-l,
    .govuk-body-lead,
    .das-primary-banner__text {
        font-size: 18pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-l,
    .govuk-body-lead,
    .das-primary-banner__text {
        margin-bottom: 30px;
    }
}

.govuk-body,
.govuk-body-m,
.das-highlight-box .das-highlight-box__card-text,
.das-tile__body-text,
p {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text,
    p {
        color: #000;
    }
}

@media print {
    .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text,
    p {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text,
    p {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text,
    p {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text,
    p {
        margin-bottom: 20px;
    }
}

.govuk-body-s {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-body-s {
        color: #000;
    }
}

@media print {
    .govuk-body-s {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-s {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-body-s {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-s {
        margin-bottom: 20px;
    }
}

.govuk-body-xs {
    color: #0b0c0c;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-body-xs {
        color: #000;
    }
}

@media print {
    .govuk-body-xs {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-xs {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }
}

@media print {
    .govuk-body-xs {
        font-size: 12pt;
        line-height: 1.2;
    }
}

@media (min-width: 40.0625em) {
    .govuk-body-xs {
        margin-bottom: 20px;
    }
}

.govuk-body-l + .govuk-heading-l,
.govuk-body-l + .das-primary-banner__heading,
.govuk-body-lead + .govuk-heading-l,
.govuk-body-lead + .das-primary-banner__heading,
.das-highlight-box .govuk-body-l + .das-highlight-box__card-heading,
.das-highlight-box .govuk-body-lead + .das-highlight-box__card-heading,
.das-highlight-box .das-primary-banner__text + .das-highlight-box__card-heading,
.das-primary-banner__text + .govuk-heading-l,
.das-primary-banner__text + .das-primary-banner__heading {
    padding-top: 5px;
}

@media (min-width: 40.0625em) {
    .govuk-body-l + .govuk-heading-l,
    .govuk-body-l + .das-primary-banner__heading,
    .govuk-body-lead + .govuk-heading-l,
    .govuk-body-lead + .das-primary-banner__heading,
    .das-highlight-box .govuk-body-l + .das-highlight-box__card-heading,
    .das-highlight-box .govuk-body-lead + .das-highlight-box__card-heading,
    .das-highlight-box .das-primary-banner__text + .das-highlight-box__card-heading,
    .das-primary-banner__text + .govuk-heading-l,
    .das-primary-banner__text + .das-primary-banner__heading {
        padding-top: 10px;
    }
}

.govuk-body + .govuk-heading-l,
.govuk-body + .das-primary-banner__heading,
.govuk-body-m + .govuk-heading-l,
.govuk-body-m + .das-primary-banner__heading,
.govuk-body-s + .govuk-heading-l,
.govuk-body-s + .das-primary-banner__heading,
.govuk-list + .govuk-heading-l,
.govuk-list + .das-primary-banner__heading,
.das-highlight-box .govuk-body + .das-highlight-box__card-heading,
.das-highlight-box .govuk-body-m + .das-highlight-box__card-heading,
.das-highlight-box .govuk-body-s + .das-highlight-box__card-heading,
.das-highlight-box .govuk-list + .das-highlight-box__card-heading,
.das-highlight-box .das-highlight-box__card-text + .govuk-heading-l,
.das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading,
.das-highlight-box .das-highlight-box__card-text + .das-primary-banner__heading,
.das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading,
.das-highlight-box p + .das-highlight-box__card-heading,
.das-tile__body-text + .govuk-heading-l,
.das-tile__body-text + .das-primary-banner__heading,
p + .govuk-heading-l,
p + .das-primary-banner__heading {
    padding-top: 15px;
}

@media (min-width: 40.0625em) {
    .govuk-body + .govuk-heading-l,
    .govuk-body + .das-primary-banner__heading,
    .govuk-body-m + .govuk-heading-l,
    .govuk-body-m + .das-primary-banner__heading,
    .govuk-body-s + .govuk-heading-l,
    .govuk-body-s + .das-primary-banner__heading,
    .govuk-list + .govuk-heading-l,
    .govuk-list + .das-primary-banner__heading,
    .das-highlight-box .govuk-body + .das-highlight-box__card-heading,
    .das-highlight-box .govuk-body-m + .das-highlight-box__card-heading,
    .das-highlight-box .govuk-body-s + .das-highlight-box__card-heading,
    .das-highlight-box .govuk-list + .das-highlight-box__card-heading,
    .das-highlight-box .das-highlight-box__card-text + .govuk-heading-l,
    .das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading,
    .das-highlight-box .das-highlight-box__card-text + .das-primary-banner__heading,
    .das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading,
    .das-highlight-box p + .das-highlight-box__card-heading,
    .das-tile__body-text + .govuk-heading-l,
    .das-tile__body-text + .das-primary-banner__heading,
    p + .govuk-heading-l,
    p + .das-primary-banner__heading {
        padding-top: 20px;
    }
}

.govuk-body + .govuk-heading-m,
.govuk-body + .govuk-heading-s,
.govuk-body + .das-filter__heading,
.govuk-body + .das-tile__body-heading,
.govuk-body-m + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body-m + .das-filter__heading,
.govuk-body-m + .das-tile__body-heading,
.govuk-body-s + .govuk-heading-m,
.govuk-body-s + .govuk-heading-s,
.govuk-body-s + .das-filter__heading,
.govuk-body-s + .das-tile__body-heading,
.govuk-list + .govuk-heading-m,
.govuk-list + .govuk-heading-s,
.govuk-list + .das-filter__heading,
.govuk-list + .das-tile__body-heading,
.das-filter__info-label .govuk-body + p,
.das-filter__info-label .govuk-body-m + p,
.das-filter__info-label .govuk-body-s + p,
.das-filter__info-label .govuk-list + p,
.das-filter__info-label .das-highlight-box .das-highlight-box__card-text + p,
.das-filter__info-label .das-tile__body-text + p,
.das-filter__info-label p + p,
.das-highlight-box .govuk-body + .das-highlight-box__card-heading-m,
.das-highlight-box .govuk-body + .das-highlight-box__card-heading-s,
.das-highlight-box .govuk-body-m + .das-highlight-box__card-heading-m,
.das-highlight-box .govuk-body-m + .das-highlight-box__card-heading-s,
.das-highlight-box .govuk-body-s + .das-highlight-box__card-heading-m,
.das-highlight-box .govuk-body-s + .das-highlight-box__card-heading-s,
.das-highlight-box .govuk-list + .das-highlight-box__card-heading-m,
.das-highlight-box .govuk-list + .das-highlight-box__card-heading-s,
.das-highlight-box .das-filter__info-label .das-highlight-box__card-text + p,
.das-highlight-box .das-highlight-box__card-text + .govuk-heading-m,
.das-highlight-box .das-highlight-box__card-text + .govuk-heading-s,
.das-highlight-box .das-highlight-box__card-text + .das-filter__heading,
.das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading-m,
.das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading-s,
.das-highlight-box .das-highlight-box__card-text + .das-tile__body-heading,
.das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading-m,
.das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading-s,
.das-highlight-box p + .das-highlight-box__card-heading-m,
.das-highlight-box p + .das-highlight-box__card-heading-s,
.das-tile__body-text + .govuk-heading-m,
.das-tile__body-text + .govuk-heading-s,
.das-tile__body-text + .das-filter__heading,
.das-tile__body-text + .das-tile__body-heading,
p + .govuk-heading-m,
p + .govuk-heading-s,
p + .das-filter__heading,
p + .das-tile__body-heading {
    padding-top: 5px;
}

@media (min-width: 40.0625em) {
    .govuk-body + .govuk-heading-m,
    .govuk-body + .govuk-heading-s,
    .govuk-body + .das-filter__heading,
    .govuk-body + .das-tile__body-heading,
    .govuk-body-m + .govuk-heading-m,
    .govuk-body-m + .govuk-heading-s,
    .govuk-body-m + .das-filter__heading,
    .govuk-body-m + .das-tile__body-heading,
    .govuk-body-s + .govuk-heading-m,
    .govuk-body-s + .govuk-heading-s,
    .govuk-body-s + .das-filter__heading,
    .govuk-body-s + .das-tile__body-heading,
    .govuk-list + .govuk-heading-m,
    .govuk-list + .govuk-heading-s,
    .govuk-list + .das-filter__heading,
    .govuk-list + .das-tile__body-heading,
    .das-filter__info-label .govuk-body + p,
    .das-filter__info-label .govuk-body-m + p,
    .das-filter__info-label .govuk-body-s + p,
    .das-filter__info-label .govuk-list + p,
    .das-filter__info-label .das-highlight-box .das-highlight-box__card-text + p,
    .das-filter__info-label .das-tile__body-text + p,
    .das-filter__info-label p + p,
    .das-highlight-box .govuk-body + .das-highlight-box__card-heading-m,
    .das-highlight-box .govuk-body + .das-highlight-box__card-heading-s,
    .das-highlight-box .govuk-body-m + .das-highlight-box__card-heading-m,
    .das-highlight-box .govuk-body-m + .das-highlight-box__card-heading-s,
    .das-highlight-box .govuk-body-s + .das-highlight-box__card-heading-m,
    .das-highlight-box .govuk-body-s + .das-highlight-box__card-heading-s,
    .das-highlight-box .govuk-list + .das-highlight-box__card-heading-m,
    .das-highlight-box .govuk-list + .das-highlight-box__card-heading-s,
    .das-highlight-box .das-filter__info-label .das-highlight-box__card-text + p,
    .das-highlight-box .das-highlight-box__card-text + .govuk-heading-m,
    .das-highlight-box .das-highlight-box__card-text + .govuk-heading-s,
    .das-highlight-box .das-highlight-box__card-text + .das-filter__heading,
    .das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading-m,
    .das-highlight-box .das-highlight-box__card-text + .das-highlight-box__card-heading-s,
    .das-highlight-box .das-highlight-box__card-text + .das-tile__body-heading,
    .das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading-m,
    .das-highlight-box .das-tile__body-text + .das-highlight-box__card-heading-s,
    .das-highlight-box p + .das-highlight-box__card-heading-m,
    .das-highlight-box p + .das-highlight-box__card-heading-s,
    .das-tile__body-text + .govuk-heading-m,
    .das-tile__body-text + .govuk-heading-s,
    .das-tile__body-text + .das-filter__heading,
    .das-tile__body-text + .das-tile__body-heading,
    p + .govuk-heading-m,
    p + .govuk-heading-s,
    p + .das-filter__heading,
    p + .das-tile__body-heading {
        padding-top: 10px;
    }
}

.govuk-section-break {
    margin: 0;
    border: 0;
}

.govuk-section-break--xl {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-top: 50px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-bottom: 50px;
    }
}

.govuk-section-break--l {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-top: 30px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-bottom: 30px;
    }
}

.govuk-section-break--m {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-top: 20px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-bottom: 20px;
    }
}

.govuk-section-break--visible {
    border-bottom: 1px solid #d30172;
}

.govuk-button-group {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 40.0625em) {
    .govuk-button-group {
        margin-bottom: 15px;
    }
}

.govuk-button-group .govuk-link {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

@media print {
    .govuk-button-group .govuk-link {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-button-group .govuk-link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

@media print {
    .govuk-button-group .govuk-link {
        font-size: 14pt;
        line-height: 19px;
    }
}

.govuk-button-group .govuk-button,
.govuk-button-group .das-button,
.govuk-button-group .das-button__primary,
.govuk-button-group .das-button__secondary,
.govuk-button-group .das-linkbutton__primary {
    margin-bottom: 17px;
}

@media (min-width: 40.0625em) {
    .govuk-button-group {
        margin-right: -15px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

        .govuk-button-group .govuk-button,
        .govuk-button-group .govuk-link,
        .govuk-button-group .das-button,
        .govuk-button-group .das-button__primary,
        .govuk-button-group .das-button__secondary,
        .govuk-button-group .das-linkbutton__primary {
            margin-right: 15px;
        }

        .govuk-button-group .govuk-link {
            text-align: left;
        }
}

.govuk-form-group,
.das-filter__section {
    margin-bottom: 20px;
}

    .govuk-form-group:after,
    .das-filter__section:after {
        content: "";
        display: block;
        clear: both;
    }

@media (min-width: 40.0625em) {
    .govuk-form-group {
        margin-bottom: 30px;
    }

    .das-filter__section {
        margin-bottom: 18px;
    }

}

.govuk-form-group .govuk-form-group:last-of-type,
.govuk-form-group .das-filter__section:last-of-type,
.das-filter__section .govuk-form-group:last-of-type,
.das-filter__section .das-filter__section:last-of-type {
    margin-bottom: 0;
}

.govuk-form-group--error {
    padding-left: 15px;
    border-left: 5px solid #d4351c;
}

    .govuk-form-group--error .govuk-form-group,
    .govuk-form-group--error .das-filter__section {
        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: 769px) {
    .govuk-grid-column-one-third {
        width: 33.3333333333%;
        float: left;
    }
}

.govuk-grid-column-one-half {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-one-half {
        width: 50%;
        float: left;
    }
}

.govuk-grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 769px) {
    .govuk-grid-column-two-thirds {
        width: 66.6666666667%;
        float: left;
    }
}

.govuk-grid-column-three-quarters {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-three-quarters {
        width: 75%;
        float: left;
    }
}

.govuk-grid-column-full {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .govuk-grid-column-full {
        width: 100%;
        float: left;
    }
}

.govuk-grid-column-one-quarter-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-one-quarter-from-desktop {
        width: 25%;
        float: left;
    }
}

.govuk-grid-column-one-third-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-one-third-from-desktop {
        width: 33.3333333333%;
        float: left;
    }
}

.govuk-grid-column-one-half-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-one-half-from-desktop {
        width: 50%;
        float: left;
    }
}

.govuk-grid-column-two-thirds-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-two-thirds-from-desktop {
        width: 66.6666666667%;
        float: left;
    }
}

.govuk-grid-column-three-quarters-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-three-quarters-from-desktop {
        width: 75%;
        float: left;
    }
}

.govuk-grid-column-full-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 48.0625em) {
    .govuk-grid-column-full-from-desktop {
        width: 100%;
        float: left;
    }
}

.govuk-main-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
    padding-top: 30px;
}

@media (min-width: 40.0625em) {
    .govuk-main-wrapper--auto-spacing:first-child,
    .govuk-main-wrapper--l {
        padding-top: 50px;
    }
}

.govuk-template {
    background-color: #f3f2f1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .govuk-template {
        scroll-padding-top: 60px;
    }

        .govuk-template:not(:has(.govuk-exit-this-page)) {
            scroll-padding-top: 0;
        }
}

@media screen {
    .govuk-template {
        overflow-y: scroll;
    }
}

.govuk-template__body {
    margin: 0;
    background-color: #F1F1F1;
}

.govuk-width-container {
    max-width: 960px;
    margin-right: 15px;
    margin-left: 15px;
}

@supports (margin: max(calc(0px))) {
    .govuk-width-container {
        margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
        margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
    }
}

@media (min-width: 40.0625em) {
    .govuk-width-container {
        margin-right: 30px;
        margin-left: 30px;
    }

    @supports (margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
            margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
        }
    }
}

@media (min-width: 1020px) {
    .govuk-width-container {
        margin-right: auto;
        margin-left: auto;
    }

    @supports (margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: auto;
            margin-left: auto;
        }
    }
}

.govuk-accordion {
    margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-accordion {
        margin-bottom: 30px;
    }
}

.govuk-accordion__section {
    padding-top: 15px;
}

.govuk-accordion__section-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.govuk-accordion__section-button {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    color: #0b0c0c;
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
}

@media print {
    .govuk-accordion__section-button {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-accordion__section-button {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-accordion__section-button {
        font-size: 18pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-accordion__section-button {
        color: #000;
    }
}

.govuk-accordion__section-content > :last-child {
    margin-bottom: 0;
}

.js-enabled .govuk-accordion {
    border-bottom: 1px solid #b1b4b6;
}

.js-enabled .govuk-accordion__section {
    padding-top: 0;
}

.js-enabled .govuk-accordion__section-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 30px;
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-content {
        padding-bottom: 50px;
    }
}

.js-enabled .govuk-accordion__section-content[hidden] {
    padding-top: 0;
    padding-bottom: 0;
}

@supports (content-visibility: hidden) {
    .js-enabled .govuk-accordion__section-content[hidden] {
        content-visibility: hidden;
        display: inherit;
    }
}

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-content {
    display: block;
}

.js-enabled .govuk-accordion__show-all {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    padding: 5px 2px 5px 0;
    border-width: 0;
    color: #1d70b8;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
}

@media print {
    .js-enabled .govuk-accordion__show-all {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__show-all {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .js-enabled .govuk-accordion__show-all {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__show-all {
        margin-bottom: 14px;
    }
}

.js-enabled .govuk-accordion__show-all::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.js-enabled .govuk-accordion__show-all:hover {
    color: #0b0c0c;
    background: #f3f2f1;
    box-shadow: 0 -2px #f3f2f1, 0 4px #f3f2f1;
}

    .js-enabled .govuk-accordion__show-all:hover .govuk-accordion__section-toggle-text {
        color: #0b0c0c;
    }

    .js-enabled .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c;
    }

        .js-enabled .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron:after {
            color: #f3f2f1;
        }

.js-enabled .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;
}

    .js-enabled .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron {
        background: #0b0c0c;
    }

        .js-enabled .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron:after {
            color: #fd0;
        }

.js-enabled .govuk-accordion__section-heading {
    padding: 0;
}

.js-enabled .govuk-accordion-nav__chevron {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid;
    border-radius: 50%;
    vertical-align: middle;
}

    .js-enabled .govuk-accordion-nav__chevron:after {
        content: "";
        box-sizing: border-box;
        display: block;
        position: absolute;
        bottom: 0.3125rem;
        left: 0.375rem;
        width: 0.375rem;
        height: 0.375rem;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 0.125rem solid;
        border-right: 0.125rem solid;
    }

.js-enabled .govuk-accordion-nav__chevron--down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js-enabled .govuk-accordion__section-button {
    width: 100%;
    padding: 10px 0 0 0;
    border: 0;
    border-top: 1px solid #b1b4b6;
    border-bottom: 10px solid transparent;
    color: #0b0c0c;
    background: 0 0;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-button {
        padding-bottom: 10px;
    }
}

.js-enabled .govuk-accordion__section-button:active {
    color: #0b0c0c;
    background: 0 0;
}

.js-enabled .govuk-accordion__section-button:hover {
    color: #0b0c0c;
    background: #f3f2f1;
}

    .js-enabled .govuk-accordion__section-button:hover .govuk-accordion__section-toggle-text {
        color: #0b0c0c;
    }

    .js-enabled .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c;
    }

        .js-enabled .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron:after {
            color: #f3f2f1;
        }

.js-enabled .govuk-accordion__section-button:focus {
    outline: 0;
}

    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
    .js-enabled .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;
    }

    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c;
    }

        .js-enabled .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron:after {
            color: #fd0;
        }

.js-enabled .govuk-accordion__section-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-button {
    padding-bottom: 15px;
    border-bottom: 0;
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-button {
        padding-bottom: 20px;
    }
}

.js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    padding-bottom: 3px;
}

@media (min-width: 48.0625em) {
    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
        padding-bottom: 2px;
    }
}

.js-enabled .govuk-accordion__section-heading-text,
.js-enabled .govuk-accordion__section-summary,
.js-enabled .govuk-accordion__section-toggle {
    display: block;
    margin-bottom: 13px;
}

    .js-enabled .govuk-accordion__section-heading-text .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__section-heading-text .govuk-accordion__section-summary-focus,
    .js-enabled .govuk-accordion__section-heading-text .govuk-accordion__section-toggle-focus,
    .js-enabled .govuk-accordion__section-summary .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__section-summary .govuk-accordion__section-summary-focus,
    .js-enabled .govuk-accordion__section-summary .govuk-accordion__section-toggle-focus,
    .js-enabled .govuk-accordion__section-toggle .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__section-toggle .govuk-accordion__section-summary-focus,
    .js-enabled .govuk-accordion__section-toggle .govuk-accordion__section-toggle-focus {
        display: inline;
    }

.js-enabled .govuk-accordion__section-toggle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #1d70b8;
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-toggle {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .js-enabled .govuk-accordion__section-toggle {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.js-enabled .govuk-accordion__section-toggle-text,
.js-enabled .govuk-accordion__show-all-text {
    margin-left: 5px;
    vertical-align: middle;
}

@media screen and (forced-colors: active) {
    .js-enabled .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron,
    .js-enabled .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
        background-color: transparent;
    }

    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron,
    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
    .js-enabled .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus,
    .js-enabled .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron,
    .js-enabled .govuk-accordion__show-all:focus .govuk-accordion__section-heading-text-focus,
    .js-enabled .govuk-accordion__show-all:focus .govuk-accordion__section-summary-focus,
    .js-enabled .govuk-accordion__show-all:focus .govuk-accordion__section-toggle-focus {
        background: 0 0;
        background-color: transparent;
    }
}

@media (hover: none) {
    .js-enabled .govuk-accordion__section-header:hover {
        border-top-color: #b1b4b6;
        box-shadow: inset 0 3px 0 0 #1d70b8;
    }

        .js-enabled .govuk-accordion__section-header:hover .govuk-accordion__section-button {
            border-top-color: #b1b4b6;
        }
}

.govuk-back-link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0.875em;
}

@media (min-width: 40.0625em) {
    .govuk-back-link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-back-link {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media print {
    .govuk-back-link {
        font-family: sans-serif;
    }
}

.govuk-back-link:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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, 0.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: 0.1875em;
    width: 0.4375em;
    height: 0.4375em;
    margin: auto 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #505a5f;
}

@supports (border-width: max(0px)) {
    .govuk-back-link:before {
        border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
        font-size: max(16px, 1em);
    }
}

.govuk-back-link:focus:before {
    border-color: #0b0c0c;
}

.govuk-back-link:after {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    bottom: -14px;
    left: 0;
}

.govuk-back-link--inverse:link,
.govuk-back-link--inverse:visited {
    color: #fff;
}

.govuk-back-link--inverse:active,
.govuk-back-link--inverse:hover {
    color: rgba(255, 255, 255, 0.99);
}

.govuk-back-link--inverse:focus {
    color: #0b0c0c;
}

.govuk-back-link--inverse:before {
    border-color: currentcolor;
}

.govuk-breadcrumbs {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    color: #0b0c0c;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media print {
    .govuk-breadcrumbs {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-breadcrumbs {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-breadcrumbs {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media print {
    .govuk-breadcrumbs {
        color: #000;
    }
}

.govuk-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .govuk-breadcrumbs__list:after {
        content: "";
        display: block;
        clear: both;
    }

.govuk-breadcrumbs__list-item {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-left: 0.625em;
    padding-left: 0.9784375em;
    float: left;
}

    .govuk-breadcrumbs__list-item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.206875em;
        width: 0.4375em;
        height: 0.4375em;
        margin: auto 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid;
        border-width: 1px 1px 0 0;
        border-color: #505a5f;
    }

@supports (border-width: max(0px)) {
    .govuk-breadcrumbs__list-item:before {
        border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
        font-size: max(16px, 1em);
    }
}

.govuk-breadcrumbs__list-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

    .govuk-breadcrumbs__list-item:first-child:before {
        content: none;
        display: none;
    }

.govuk-breadcrumbs__link {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
}

@media print {
    .govuk-breadcrumbs__link {
        font-family: sans-serif;
    }
}

.govuk-breadcrumbs__link:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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, 0.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) {

    .video-scheme-iframe {
        height:186px !important;
    }

    .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: 0.375em;
            margin: 0;
        }

    .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
        display: -ms-flexbox;
        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, 0.99);
    }

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
        color: #0b0c0c;
    }

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__list-item:before {
        border-color: currentcolor;
    }

.govuk-button,
.das-button,
.das-button__primary,
.das-button__secondary,
.das-linkbutton__primary {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 22px;
    padding: 8px 10px 7px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #00703c;
    box-shadow: 0 2px 0 #002d18;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}

@media print {
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
    }
}

@media print {
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        font-size: 14pt;
        line-height: 19px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        margin-bottom: 32px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        width: auto;
    }
}

.govuk-button:active,
.govuk-button:hover,
.govuk-button:link,
.govuk-button:visited,
.das-button:active,
.das-button:hover,
.das-button:link,
.das-button:visited,
.das-button__primary:active,
.das-button__primary:hover,
.das-button__primary:link,
.das-button__primary:visited,

.das-linkbutton__primary:active,
.das-linkbutton__primary:hover,
.das-linkbutton__primary:link,
.das-linkbutton__primary:visited {
    color: #fff;
    text-decoration: none;
}

.das-button__secondary:active,
.das-button__secondary:hover,
.das-button__secondary:link,
.das-button__secondary:visited {
    color: #0B0C0C;
    text-decoration: none;
}

.govuk-button::-moz-focus-inner,
.das-button::-moz-focus-inner,
.das-button__primary::-moz-focus-inner,
.das-button__secondary::-moz-focus-inner,
.das-linkbutton__primary::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.govuk-button:hover,
.das-button:hover,
.das-button__primary:hover,
.das-button__secondary:hover,
.das-linkbutton__primary:hover {
    background-color: #005a30;
}

.govuk-button:active,
.das-button:active,
.das-button__primary:active,
.das-button__secondary:active,
.das-linkbutton__primary:active {
    top: 2px;
}

.govuk-button:focus,
.das-button:focus,
.das-button__primary:focus,
.das-linkbutton__primary:focus {
    border-color: #fd0;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 1px #fd0;
}

    .govuk-button:focus:not(:active):not(:hover),
    .das-button:focus:not(:active):not(:hover),
    .das-button__primary:focus:not(:active):not(:hover),
    .das-button__secondary:focus:not(:active):not(:hover),
    .das-linkbutton__primary:focus:not(:active):not(:hover) {
        border-color: #fd0;
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 2px 0 #0b0c0c;
    }

.govuk-button:before,
.das-button:before,
.das-button__primary:before,
.das-button__secondary:before,
.das-linkbutton__primary:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: 0 0;
}

.govuk-button:active:before,
.das-button:active:before,
.das-button__primary:active:before,
.das-button__secondary:active:before,
.das-linkbutton__primary:active:before {
    top: -4px;
}

.govuk-button--disabled,
.govuk-button[disabled="disabled"],
.govuk-button[disabled],
[disabled="disabled"].das-button,
[disabled="disabled"].das-button__primary,
[disabled="disabled"].das-button__secondary,
[disabled="disabled"].das-linkbutton__primary,
[disabled].das-button,
[disabled].das-button__primary,
[disabled].das-button__secondary,
[disabled].das-linkbutton__primary {
    opacity: 0.5;
}

    .govuk-button--disabled:hover,
    .govuk-button[disabled="disabled"]:hover,
    .govuk-button[disabled]:hover,
    [disabled="disabled"].das-button:hover,
    [disabled="disabled"].das-button__primary:hover,
    [disabled="disabled"].das-button__secondary:hover,
    [disabled="disabled"].das-linkbutton__primary:hover,
    [disabled].das-button:hover,
    [disabled].das-button__primary:hover,
    [disabled].das-button__secondary:hover,
    [disabled].das-linkbutton__primary:hover {
        background-color: #00703c;
        cursor: not-allowed;
    }

    .govuk-button--disabled:active,
    .govuk-button[disabled="disabled"]:active,
    .govuk-button[disabled]:active,
    [disabled="disabled"].das-button:active,
    [disabled="disabled"].das-button__primary:active,
    [disabled="disabled"].das-button__secondary:active,
    [disabled="disabled"].das-linkbutton__primary:active,
    [disabled].das-button:active,
    [disabled].das-button__primary:active,
    [disabled].das-button__secondary:active,
    [disabled].das-linkbutton__primary:active {
        top: 0;
        box-shadow: 0 2px 0 #002d18;
    }

.govuk-button--secondary {
    background-color: #ffffff;
    box-shadow: 0 2px 0 #0B0C0C;
    color: #0B0C0C;
}

    .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: #d4351c;
    box-shadow: 0 2px 0 #55150b;
}

    .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: #aa2a16;
        }

            .govuk-button--warning:hover[disabled] {
                background-color: #d4351c;
            }

.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: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: auto;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 40.0625em) {
    .govuk-button--start {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
    }
}

@media print {
    .govuk-button--start {
        font-size: 18pt;
        line-height: 1;
    }
}

.govuk-button__start-icon {
    margin-left: 5px;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    forced-color-adjust: auto;
}

@media (min-width: 48.0625em) {
    .govuk-button__start-icon {
        margin-left: 10px;
    }
}

.govuk-error-message {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    clear: both;
    color: #d4351c;
}

@media print {
    .govuk-error-message {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-message {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-error-message {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.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 {
        display: table-cell;
    }
}

.govuk-fieldset__legend,
.das-filter__section-heading {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    white-space: normal;
}

@media print {
    .govuk-fieldset__legend,
    .das-filter__section-heading {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend,
    .das-filter__section-heading {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-fieldset__legend,
    .das-filter__section-heading {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-fieldset__legend,
    .das-filter__section-heading {
        color: #000;
    }
}

.govuk-fieldset__legend--xl {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
    margin-bottom: 15px;
}

@media print {
    .govuk-fieldset__legend--xl {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-fieldset__legend--xl {
        font-size: 32pt;
        line-height: 1.15;
    }
}

.govuk-fieldset__legend--l {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    margin-bottom: 15px;
}

@media print {
    .govuk-fieldset__legend--l {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-fieldset__legend--l {
        font-size: 24pt;
        line-height: 1.05;
    }
}

.govuk-fieldset__legend--m,
.das-filter__section-heading {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-bottom: 15px;
}

@media print {
    .govuk-fieldset__legend--m,
    .das-filter__section-heading {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--m,
    .das-filter__section-heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-fieldset__legend--m,
    .das-filter__section-heading {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-fieldset__legend--s {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

@media print {
    .govuk-fieldset__legend--s {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-fieldset__legend--s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-fieldset__legend--s {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-fieldset__heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.govuk-hint {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #505a5f;
}

@media print {
    .govuk-hint {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-hint {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-hint {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
    margin-bottom: 10px;
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.das-filter__section-heading):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint,
.das-filter__section-heading:not(.govuk-fieldset__legend--m):not(.das-filter__section-heading):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
    margin-bottom: 10px;
}

.govuk-fieldset__legend + .govuk-hint,
.das-filter__section-heading + .govuk-hint {
    margin-top: -5px;
}

.govuk-label {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    margin-bottom: 5px;
}

@media print {
    .govuk-label {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-label {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-label {
        color: #000;
    }
}

.govuk-label--xl {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
    margin-bottom: 15px;
}

@media print {
    .govuk-label--xl {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-label--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-label--xl {
        font-size: 32pt;
        line-height: 1.15;
    }
}

.govuk-label--l {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    margin-bottom: 15px;
}

@media print {
    .govuk-label--l {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-label--l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-label--l {
        font-size: 24pt;
        line-height: 1.05;
    }
}

.govuk-label--m {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-bottom: 10px;
}

@media print {
    .govuk-label--m {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-label--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-label--m {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-label--s {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

@media print {
    .govuk-label--s {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-label--s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-label--s {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-label-wrapper {
    margin: 0;
}

.govuk-checkboxes__item,
.das-filter__checkbox-item {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left;
}

@media print {
    .govuk-checkboxes__item,
    .das-filter__checkbox-item {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__item,
    .das-filter__checkbox-item {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-checkboxes__item,
    .das-filter__checkbox-item {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type,
.das-filter__checkbox-item:last-child,
.das-filter__checkbox-item:last-of-type {
    margin-bottom: 0;
}

.govuk-checkboxes__input,
.das-filter__checkbox-item-input {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
}

.govuk-checkboxes__label,
.das-filter__checkbox-item-label {
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .govuk-checkboxes__label:before,
    .das-filter__checkbox-item-label:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border: 2px solid currentcolor;
        background: 0 0;
    }

    .govuk-checkboxes__label:after,
    .das-filter__checkbox-item-label:after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 11px;
        left: 9px;
        width: 23px;
        height: 12px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        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;
    padding-right: 15px;
    padding-left: 15px;
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
.govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
.das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
.das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-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,
    .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
    .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
    .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before {
        outline-color: Highlight;
    }
}

.govuk-checkboxes__input:checked + .govuk-checkboxes__label:after,
.govuk-checkboxes__input:checked + .das-filter__checkbox-item-label:after,
.das-filter__checkbox-item-input:checked + .govuk-checkboxes__label:after,
.das-filter__checkbox-item-input:checked + .das-filter__checkbox-item-label:after {
    opacity: 1;
}

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input:disabled + .das-filter__checkbox-item-label,
.das-filter__checkbox-item-input:disabled,
.das-filter__checkbox-item-input:disabled + .govuk-checkboxes__label,
.das-filter__checkbox-item-input:disabled + .das-filter__checkbox-item-label {
    cursor: not-allowed;
}

    .govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
    .govuk-checkboxes__input:disabled + .das-filter__checkbox-item-label,
    .govuk-checkboxes__input:disabled ~ .govuk-hint,
    .das-filter__checkbox-item-input:disabled + .govuk-checkboxes__label,
    .das-filter__checkbox-item-input:disabled + .das-filter__checkbox-item-label,
    .das-filter__checkbox-item-input:disabled ~ .govuk-hint {
        opacity: 0.5;
    }

.govuk-checkboxes__divider {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media print {
    .govuk-checkboxes__divider {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__divider {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-checkboxes__divider {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-checkboxes__divider {
        color: #000;
    }
}

.govuk-checkboxes__conditional {
    margin-bottom: 15px;
    margin-left: 18px;
    padding-left: 33px;
    border-left: 4px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__conditional {
        margin-bottom: 20px;
    }
}

.js-enabled .govuk-checkboxes__conditional--hidden {
    display: none;
}

.govuk-checkboxes__conditional > :last-child {
    margin-bottom: 0;
}

.govuk-checkboxes--small .govuk-checkboxes__item,
.govuk-checkboxes--small .das-filter__checkbox-item,
.das-filter__section-options .govuk-checkboxes__item,
.das-filter__section-options .das-filter__checkbox-item {
    min-height: 0;
    margin-bottom: 0;
    padding-left: 34px;
    float: left;
}

    .govuk-checkboxes--small .govuk-checkboxes__item:after,
    .govuk-checkboxes--small .das-filter__checkbox-item:after,
    .das-filter__section-options .govuk-checkboxes__item:after,
    .das-filter__section-options .das-filter__checkbox-item:after {
        content: "";
        display: block;
        clear: both;
    }

.govuk-checkboxes--small .govuk-checkboxes__input,
.govuk-checkboxes--small .das-filter__checkbox-item-input,
.das-filter__section-options .govuk-checkboxes__input,
.das-filter__section-options .das-filter__checkbox-item-input {
    left: -10px;
}

.govuk-checkboxes--small .govuk-checkboxes__label,
.govuk-checkboxes--small .das-filter__checkbox-item-label,
.das-filter__section-options .govuk-checkboxes__label,
.das-filter__section-options .das-filter__checkbox-item-label {
    margin-top: -2px;
    padding: 13px 15px 13px 1px;
    float: left;
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes--small .govuk-checkboxes__label,
    .govuk-checkboxes--small .das-filter__checkbox-item-label,
    .das-filter__section-options .govuk-checkboxes__label,
    .das-filter__section-options .das-filter__checkbox-item-label {
        padding: 11px 15px 10px 1px;
    }
}

.govuk-checkboxes--small .govuk-checkboxes__label:before,
.govuk-checkboxes--small .das-filter__checkbox-item-label:before,
.das-filter__section-options .govuk-checkboxes__label:before,
.das-filter__section-options .das-filter__checkbox-item-label:before {
    top: 8px;
    width: 24px;
    height: 24px;
}

.govuk-checkboxes--small .govuk-checkboxes__label:after,
.govuk-checkboxes--small .das-filter__checkbox-item-label:after,
.das-filter__section-options .govuk-checkboxes__label:after,
.das-filter__section-options .das-filter__checkbox-item-label:after {
    top: 15px;
    left: 6px;
    width: 12px;
    height: 6.5px;
    border-width: 0 0 3px 3px;
}

.govuk-checkboxes--small .govuk-checkboxes__hint,
.das-filter__section-options .govuk-checkboxes__hint {
    padding: 0;
    clear: both;
}

.govuk-checkboxes--small .govuk-checkboxes__conditional,
.das-filter__section-options .govuk-checkboxes__conditional {
    margin-left: 10px;
    padding-left: 20px;
    clear: both;
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before {
    box-shadow: 0 0 0 10px #b1b4b6;
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
.govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
.das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
.das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before {
    box-shadow: 0 0 0 3px #fd0, 0 0 0 10px #b1b4b6;
}

@media (hover: none), (pointer: coarse) {
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:not(:disabled) + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .govuk-checkboxes__label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:not(:disabled) + .das-filter__checkbox-item-label:before {
        box-shadow: initial;
    }

    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
    .govuk-checkboxes--small .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
    .das-filter__section-options .govuk-checkboxes__item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .govuk-checkboxes__input:focus + .das-filter__checkbox-item-label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .govuk-checkboxes__label:before,
    .das-filter__section-options .das-filter__checkbox-item:hover .das-filter__checkbox-item-input:focus + .das-filter__checkbox-item-label:before {
        box-shadow: 0 0 0 3px #fd0;
    }
}

.govuk-textarea {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    resize: vertical;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
}

@media print {
    .govuk-textarea {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-textarea {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-textarea {
        font-size: 14pt;
        line-height: 1.25;
    }
}

@media (min-width: 40.0625em) {
    .govuk-textarea {
        margin-bottom: 30px;
    }
}

.govuk-textarea:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.govuk-textarea:disabled {
    opacity: 0.5;
    color: inherit;
    background-color: transparent;
    cursor: not-allowed;
}

.govuk-textarea--error {
    border-color: #d4351c;
}

    .govuk-textarea--error:focus {
        border-color: #0b0c0c;
    }

.govuk-character-count {
    margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-character-count {
        margin-bottom: 30px;
    }
}

.govuk-character-count .govuk-form-group,
.govuk-character-count .govuk-textarea,
.govuk-character-count .das-filter__section {
    margin-bottom: 5px;
}

.govuk-character-count__message {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

@media print {
    .govuk-character-count__message {
        font-family: sans-serif;
    }
}

@supports (font-variant-numeric: tabular-nums) {
    .govuk-character-count__message {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant-numeric: tabular-nums;
    }
}

.govuk-character-count__message:after {
    content: "​";
}

.govuk-character-count__message--disabled {
    visibility: hidden;
}

.govuk-cookie-banner {
    padding-top: 20px;
    border-bottom: 10px solid transparent;
    background-color: #f3f2f1;
}

    .govuk-cookie-banner[hidden] {
        display: none;
    }

.govuk-cookie-banner__message {
    margin-bottom: -10px;
}

    .govuk-cookie-banner__message[hidden] {
        display: none;
    }

    .govuk-cookie-banner__message:focus {
        outline: 0;
    }

.govuk-input {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

@media print {
    .govuk-input {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-input {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-input {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-input:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.govuk-input:disabled {
    opacity: 0.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: #d4351c;
}

    .govuk-input--error:focus {
        border-color: #0b0c0c;
    }

.govuk-input--extra-letter-spacing {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1;
    font-weight: 400;
    letter-spacing: 0.05em;
}

@media print {
    .govuk-input--extra-letter-spacing {
        font-family: sans-serif;
    }
}

@supports (font-variant-numeric: tabular-nums) {
    .govuk-input--extra-letter-spacing {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant-numeric: tabular-nums;
    }
}

.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: -ms-flexbox;
    display: flex;
}

    .govuk-input__wrapper .govuk-input {
        -ms-flex: 0 1 auto;
        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: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: inline-block;
    min-width: 40px;
    min-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    background-color: #f3f2f1;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    -ms-flex: 0 0 auto;
    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: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-input__prefix,
    .govuk-input__suffix {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (max-width: 40.0525em) {
    .govuk-input__prefix,
    .govuk-input__suffix {
        line-height: 1.6;
    }
}

@media (max-width: 19.99em) {
    .govuk-input__prefix,
    .govuk-input__suffix {
        display: block;
        height: 100%;
        white-space: normal;
    }
}

@media (max-width: 19.99em) {
    .govuk-input__prefix {
        border-bottom: 0;
    }
}

@media (min-width: 20em) {
    .govuk-input__prefix {
        border-right: 0;
    }
}

@media (max-width: 19.99em) {
    .govuk-input__suffix {
        border-top: 0;
    }
}

@media (min-width: 20em) {
    .govuk-input__suffix {
        border-left: 0;
    }
}

.govuk-date-input {
    font-size: 0;
}

    .govuk-date-input:after {
        content: "";
        display: block;
        clear: both;
    }

.govuk-date-input__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.govuk-date-input__label {
    display: block;
}

.govuk-date-input__input {
    margin-bottom: 0;
}

.govuk-details {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-bottom: 20px;
    display: block;
}

@media print {
    .govuk-details {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-details {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-details {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-details {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-details {
        margin-bottom: 30px;
    }
}

.govuk-details__summary {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
    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, 0.0625rem);
    text-underline-offset: 0.1578em;
}

.govuk-details__summary:hover .govuk-details__summary-text {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-left: 5px solid #D30172;
}

    .govuk-details__text p {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .govuk-details__text > :last-child {
        margin-bottom: 0;
    }

.govuk-error-summary {
    color: #0b0c0c;
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid #d4351c;
}

@media print {
    .govuk-error-summary {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary {
        padding: 20px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary {
        margin-bottom: 50px;
    }
}

.govuk-error-summary:focus {
    outline: 3px solid #fd0;
}

.govuk-error-summary__title {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-top: 0;
    margin-bottom: 15px;
}

@media print {
    .govuk-error-summary__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-error-summary__title {
        font-size: 18pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__title {
        margin-bottom: 20px;
    }
}

.govuk-error-summary__body {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

@media print {
    .govuk-error-summary__body {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__body {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-error-summary__body {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-error-summary__body p {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
    .govuk-error-summary__body p {
        margin-bottom: 20px;
    }
}

.govuk-error-summary__list {
    margin-top: 0;
    margin-bottom: 0;
}

    .govuk-error-summary__list a {
        font-weight: 700;
        font-family: arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: underline;
        text-decoration-thickness: max(1px, 0.0625rem);
        text-underline-offset: 0.1578em;
    }

@media print {
    .govuk-error-summary__list a {
        font-family: sans-serif;
    }
}

.govuk-error-summary__list a:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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: #d4351c;
}

.govuk-error-summary__list a:hover {
    color: #942514;
}

.govuk-error-summary__list a:active {
    color: #d4351c;
}

.govuk-error-summary__list a:focus {
    color: #0b0c0c;
}

.govuk-exit-this-page {
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 40.0625em) {
    .govuk-exit-this-page {
        margin-bottom: 50px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-exit-this-page {
        display: inline-block;
        right: 0;
        left: auto;
        width: auto;
        float: right;
    }
}

.govuk-exit-this-page__button {
    margin-bottom: 0;
}

.govuk-exit-this-page__indicator {
    padding: 10px;
    display: none;
    padding-bottom: 0;
    color: inherit;
    line-height: 0;
    text-align: center;
    pointer-events: none;
}

.govuk-exit-this-page__indicator--visible {
    display: block;
}

.govuk-exit-this-page__indicator-light {
    box-sizing: border-box;
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin: 0 0.125em;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    border-color: currentcolor;
}

.govuk-exit-this-page__indicator-light--on {
    border-width: 0.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: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -5px;
    padding: 5px;
}

@media print {
    .govuk-file-upload {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-file-upload {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-file-upload {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-file-upload {
        color: #000;
    }
}

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

.govuk-file-upload:focus {
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c;
}

.govuk-file-upload:focus-within {
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c;
}

.govuk-file-upload:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.govuk-footer {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #b1b4b6;
    color: #0b0c0c;
    background: #f3f2f1;
}

@media print {
    .govuk-footer {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-footer {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-footer {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media (min-width: 40.0625em) {
    .govuk-footer {
        padding-top: 40px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-footer {
        padding-bottom: 25px;
    }
}

.govuk-footer__link {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
}

@media print {
    .govuk-footer__link {
        font-family: sans-serif;
    }
}

.govuk-footer__link:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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, 0.99);
}

.govuk-footer__link:active,
.govuk-footer__link:focus {
    color: #0b0c0c;
}

@media print {
    .govuk-footer__link:active,
    .govuk-footer__link:focus {
        color: #000;
    }
}

.govuk-footer__section-break {
    margin: 0;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
    .govuk-footer__section-break {
        margin-bottom: 50px;
    }
}

.govuk-footer__meta {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
}

.govuk-footer__meta-item {
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
}

.govuk-footer__meta-item--grow {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 40.0525em) {
    .govuk-footer__meta-item--grow {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }
}

.govuk-footer__licence-logo {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    forced-color-adjust: auto;
}

@media (max-width: 48.0525em) {
    .govuk-footer__licence-logo {
        margin-bottom: 15px;
    }
}

.govuk-footer__licence-description {
    display: inline-block;
}

.govuk-footer__copyright-logo {
    display: inline-block;
    min-width: 125px;
    padding-top: 112px;
    background-image: url(../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(../images/govuk-crest-2x.png);
    }
}

.govuk-footer__inline-list {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

.govuk-footer__meta-custom {
    margin-bottom: 20px;
}

.govuk-footer__inline-list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.govuk-footer__heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b4b6;
}

@media (max-width: 40.0525em) {
    .govuk-footer__heading {
        padding-bottom: 10px;
    }
}

.govuk-footer__navigation {
    margin-right: -15px;
    margin-left: -15px;
}

    .govuk-footer__navigation:after {
        content: "";
        display: block;
        clear: both;
    }

.govuk-footer__section {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}

.govuk-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

@media (min-width: 48.0625em) {
    .govuk-footer__list--columns-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .govuk-footer__list--columns-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.govuk-footer__list-item {
    margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
    .govuk-footer__list-item {
        margin-bottom: 20px;
    }
}

.govuk-footer__list-item:last-child {
    margin-bottom: 0;
}

.govuk-header,
.das-header {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    border-bottom: 10px solid #fff;
    color: #fff;
    background: #0b0c0c;
}

@media print {
    .govuk-header,
    .das-header {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-header,
    .das-header {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-header,
    .das-header {
        font-size: 14pt;
        line-height: 1.2;
    }
}

.das-header h1.das-website-heading {
    color: #FFFFFF !important;
    font-weight: 100;
    font-size: 48px !important;
}

.govuk-header__container--full-width {
    padding: 0 15px;
    border-color: #1d70b8;
}

.govuk-header__container {
    position: relative;
    margin-bottom: -10px;
    padding-top: 10px;
    border-bottom: 10px solid #D30172;
}

    .govuk-header__container:after {
        content: "";
        display: block;
        clear: both;
    }

    .govuk-header__container h1 {
        color: #FFFFFF !important;
    }

.govuk-header__logotype {
    display: inline-block;
    margin-right: 5px;
}

@media (forced-colors: active) {
    .govuk-header__logotype {
        forced-color-adjust: none;
        color: linktext;
    }
}

.govuk-header__logotype:last-child {
    margin-right: 0;
}

.govuk-header__logotype-crown {
    position: relative;
    top: -1px;
    margin-right: 1px;
    fill: currentcolor;
    vertical-align: top;
}

.govuk-header__logotype-crown-fallback-image {
    width: 36px;
    height: 32px;
    border: 0;
    vertical-align: bottom;
}

.govuk-header__product-name {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-table;
}

@media print {
    .govuk-header__product-name {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-header__product-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
    }
}

@media print {
    .govuk-header__product-name {
        font-size: 18pt;
        line-height: 1;
    }
}

.govuk-header__link {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

@media print {
    .govuk-header__link {
        font-family: sans-serif;
    }
}

.govuk-header__link:link,
.govuk-header__link:visited {
    color: #000000;
}

.govuk-header__link:focus {
    color: #0b0c0c;
}

.govuk-header__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.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 {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    line-height: 1;
}

@media print {
    .govuk-header__link--homepage {
        font-family: sans-serif;
    }
}

@media (min-width: 40.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__link--service-name,
.govuk-header__service-name {
    display: inline-block;
    margin-bottom: 10px;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
}

@media print {
    .govuk-header__link--service-name,
    .govuk-header__service-name {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-header__link--service-name,
    .govuk-header__service-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-header__link--service-name,
    .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: 10px;
    padding-right: 50px;
}

@media (min-width: 48.0625em) {
    .govuk-header__logo {
        width: 33.33%;
        padding-right: 15px;
        float: left;
        vertical-align: top;
    }
}

@media (min-width: 48.0625em) {
    .govuk-header__content {
        width: 66.66%;
        padding-left: 15px;
        float: left;
    }
}

.govuk-header__menu-button {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: 0 0;
    cursor: pointer;
}

@media print {
    .govuk-header__menu-button {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-header__menu-button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-header__menu-button {
        font-size: 14pt;
        line-height: 1.2;
    }
}

.govuk-header__menu-button:hover {
    -webkit-text-decoration: solid underline 3px;
    text-decoration: solid underline 3px;
    text-underline-offset: 0.1578em;
}

.govuk-header__menu-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #FFDD00;
    box-shadow: none !important;
    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: 5px;
}

.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: 15px;
    }
}

.js-enabled .govuk-header__menu-button {
    display: flex;
}

    .govuk-header__menu-button[hidden],
    .js-enabled .govuk-header__menu-button[hidden] {
        display: none;
    }

@media (min-width: 48.0625em) {
    .govuk-header__navigation {
        margin-bottom: 10px;
    }
}

.govuk-header__navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .govuk-header__navigation-list[hidden] {
        display: none;
    }

@media (min-width: 48.0625em) {
    .govuk-header__navigation--end {
        margin: 0;
        padding: 5px 0;
        text-align: right;
    }
}

.govuk-header__navigation--no-service-name {
    padding-top: 40px;
}

.govuk-header__navigation-item,
.das-header .govuk-header__navigation-list-mobile-heading {
    padding: 10px 0;
    border-bottom: 1px solid #2e3133;
}

    .govuk-header__navigation-item:not(.govuk-header__navigation-item--active) a:hover {
        cursor: pointer;
    }

@media (min-width: 48.0625em) {
    .govuk-header__navigation-item, .das-header .govuk-header__navigation-list-mobile-heading {
        display: inline-block;
        margin-right: 15px;
        padding: 5px 0;
        border: 0;
    }
}

.govuk-header__navigation-item a,
.das-header .govuk-header__navigation-list-mobile-heading a {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    white-space: nowrap;
}

.govuk-header__navigation-item:not(.govuk-header__navigation-item--active):focus {
    background-color: #FFDD00 !important;
    cursor: pointer;
    text-decoration: none !important;
}

@media (min-width: 48.0625em) {

    .das-header .govuk-header__navigation-item a:hover,
    .das-header .govuk-header__navigation-list-mobile-heading a:hover {
        text-decoration: underline;
    }
}

.das-header .govuk-header__navigation-item.govuk-header__navigation-item--active a {
    pointer-events:none;
}

@media print {
    .govuk-header__navigation-item a,
    .das-header .govuk-header__navigation-list-mobile-heading a {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-header__navigation-item a,
    .das-header .govuk-header__navigation-list-mobile-heading a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-header__navigation-item a,
    .das-header .govuk-header__navigation-list-mobile-heading 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,
.das-header .govuk-header__navigation-list-mobile-heading:last-child {
    margin-right: 0;
    border-bottom: 0;
}

@media print {
    .govuk-header,
    .das-header {
        border-bottom-width: 0;
        color: #0b0c0c;
        background: 0 0;
    }

    .govuk-header__logotype-crown-fallback-image {
        display: none;
    }

    .govuk-header__link:link,
    .govuk-header__link:visited {
        color: #0b0c0c;
    }

    .govuk-header__link:after {
        display: none;
    }
}

.govuk-inset-text {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    border-left: 5px solid #D30172;
}

@media print {
    .govuk-inset-text {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-inset-text {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-inset-text {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-inset-text {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-inset-text {
        margin-top: 30px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-inset-text {
        margin-bottom: 30px;
    }
}

.govuk-inset-text > :first-child {
    margin-top: 0;
}

.govuk-inset-text > :last-child,
.govuk-inset-text > :only-child {
    margin-bottom: 0;
}

.govuk-notification-banner {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px;
    border: 5px solid #1d70b8;
    background-color: #1d70b8;
}

@media print {
    .govuk-notification-banner {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-notification-banner {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner {
        margin-bottom: 50px;
    }
}

.govuk-notification-banner:focus {
    outline: 3px solid #fd0;
}

.govuk-notification-banner__header {
    padding: 2px 15px 5px;
    border-bottom: 1px solid transparent;
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__header {
        padding: 2px 20px 5px;
    }
}

.govuk-notification-banner__title {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #fff;
}

@media print {
    .govuk-notification-banner__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__title {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-notification-banner__title {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-notification-banner__content {
    color: #0b0c0c;
    padding: 15px;
    background-color: #fff;
}

@media print {
    .govuk-notification-banner__content {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__content {
        padding: 20px;
    }
}

.govuk-notification-banner__content > * {
    box-sizing: border-box;
    max-width: 605px;
}

.govuk-notification-banner__content > :last-child {
    margin-bottom: 0;
}

.govuk-notification-banner__heading {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin: 0 0 15px 0;
    padding: 0;
}

@media print {
    .govuk-notification-banner__heading {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-notification-banner__heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-notification-banner__heading {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-notification-banner__link {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
}

@media print {
    .govuk-notification-banner__link {
        font-family: sans-serif;
    }
}

.govuk-notification-banner__link:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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: #00703c;
    background-color: #00703c;
}

    .govuk-notification-banner--success .govuk-notification-banner__link:link,
    .govuk-notification-banner--success .govuk-notification-banner__link:visited {
        color: #00703c;
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:hover {
        color: #004e2a;
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:active {
        color: #00703c;
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:focus {
        color: #0b0c0c;
    }

.govuk-pagination {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 40.0625em) {
    .govuk-pagination {
        margin-bottom: 30px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-pagination {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        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: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    position: relative;
    min-width: 45px;
    min-height: 45px;
    padding: 10px 15px;
    float: left;
}

@media print {
    .govuk-pagination__item,
    .govuk-pagination__next,
    .govuk-pagination__prev {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-pagination__item,
    .govuk-pagination__next,
    .govuk-pagination__prev {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-pagination__item,
    .govuk-pagination__next,
    .govuk-pagination__prev {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-pagination__item:hover,
.govuk-pagination__next:hover,
.govuk-pagination__prev:hover {
    background-color: #f3f2f1;
}

.govuk-pagination__item {
    display: none;
    text-align: center;
}

@media (min-width: 40.0625em) {
    .govuk-pagination__item {
        display: block;
    }
}

.govuk-pagination__next,
.govuk-pagination__prev {
    font-weight: 700;
}

    .govuk-pagination__next .govuk-pagination__link,
    .govuk-pagination__prev .govuk-pagination__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        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, 0.99);
    }

    .govuk-pagination__item--current .govuk-pagination__link:focus {
        color: #0b0c0c;
    }

.govuk-pagination__item--ellipses {
    font-weight: 700;
    color: #505a5f;
}

    .govuk-pagination__item--ellipses:hover {
        background-color: transparent;
    }

.govuk-pagination__link {
    display: block;
    min-width: 15px;
}

@media screen {
    .govuk-pagination__link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.govuk-pagination__link:active .govuk-pagination__link-title--decorated,
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated {
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.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, 0.1875rem, 0.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-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
    display: inline-block;
    padding-left: 30px;
}

@media print {
    .govuk-pagination__link-label {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-pagination__link-label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-pagination__link-label {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-pagination__icon {
    width: 0.9375rem;
    height: 0.8125rem;
    color: #505a5f;
    fill: currentcolor;
    forced-color-adjust: auto;
}

.govuk-pagination__icon--prev {
    margin-right: 15px;
}

.govuk-pagination__icon--next {
    margin-left: 15px;
}

.govuk-pagination--block {
    display: block;
}

    .govuk-pagination--block .govuk-pagination__item {
        padding: 15px;
        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: 15px;
    }

        .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: 10px;
    }

.govuk-panel {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 35px;
    border: 5px solid transparent;
    text-align: center;
}

@media print {
    .govuk-panel {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-panel {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-panel {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (max-width: 40.0525em) {
    .govuk-panel {
        padding: 10px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

.govuk-panel--confirmation {
    color: #fff;
    background: #00703c;
}

@media print {
    .govuk-panel--confirmation {
        border-color: currentcolor;
        color: #000;
        background: 0 0;
    }
}

.govuk-panel__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
}

@media print {
    .govuk-panel__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-panel__title {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-panel__title {
        font-size: 32pt;
        line-height: 1.15;
    }
}

.govuk-panel__title:last-child {
    margin-bottom: 0;
}

.govuk-panel__body {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
}

@media print {
    .govuk-panel__body {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-panel__body {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-panel__body {
        font-size: 24pt;
        line-height: 1.05;
    }
}

.govuk-tag {
    display: inline-block;
    outline: 2px solid transparent;
    outline-offset: -2px;
    color: #fff;
    background-color: #1d70b8;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
}

@media print {
    .govuk-tag {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-tag {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
    }
}

@media print {
    .govuk-tag {
        font-size: 14pt;
        line-height: 1;
    }
}

.govuk-tag--grey {
    color: #383f43;
    background: #eeefef;
}

.govuk-tag--purple {
    color: #3d2375;
    background: #dbd5e9;
}

.govuk-tag--turquoise {
    color: #10403c;
    background: #bfe3e0;
}

.govuk-tag--blue {
    color: #144e81;
    background: #d2e2f1;
}

.govuk-tag--yellow {
    color: #594d00;
    background: #fff7bf;
}

.govuk-tag--orange {
    color: #6e3619;
    background: #fcd6c3;
}

.govuk-tag--red {
    color: #942514;
    background: #f6d7d2;
}

.govuk-tag--pink {
    color: #80224d;
    background: #f7d7e6;
}

.govuk-tag--green {
    color: #005a30;
    background: #cce2d8;
}

.govuk-phase-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b4b6;
}

.govuk-phase-banner p {
    margin-bottom: 0;
}

    .govuk-phase-banner .govuk-body, .govuk-phase-banner a {
        font-size: 14px;
    }

.govuk-phase-banner__content {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    color: #0b0c0c;
    display: table;
    margin: 0;
}

@media print {
    .govuk-phase-banner__content {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-phase-banner__content {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-phase-banner__content {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media print {
    .govuk-phase-banner__content {
        color: #000;
    }
}

.govuk-phase-banner__content__tag {
    margin-right: 10px;
}

.govuk-phase-banner__text {
    display: table-cell;
    vertical-align: middle;
}

.govuk-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-tabs {
        margin-bottom: 30px;
    }
}

.govuk-tabs__title {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-bottom: 10px;
}

@media print {
    .govuk-tabs__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-tabs__title {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-tabs__title {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-tabs__title {
        color: #000;
    }
}

.govuk-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
    .govuk-tabs__list {
        margin-bottom: 30px;
    }
}

.govuk-tabs__list-item {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-left: 25px;
}

@media print {
    .govuk-tabs__list-item {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-tabs__list-item {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-tabs__list-item {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-tabs__list-item:before {
    color: #0b0c0c;
    content: "—";
    margin-left: -25px;
    padding-right: 5px;
}

@media print {
    .govuk-tabs__list-item:before {
        color: #000;
    }
}

.govuk-tabs__tab {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
    display: inline-block;
    margin-bottom: 10px;
}

@media print {
    .govuk-tabs__tab {
        font-family: sans-serif;
    }
}

.govuk-tabs__tab:hover {
    text-decoration-thickness: max(3px, 0.1875rem, 0.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: 30px;
}

@media (min-width: 40.0625em) {
    .govuk-tabs__panel {
        margin-bottom: 50px;
    }
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__list {
        margin-bottom: 0;
        border-bottom: 1px solid #b1b4b6;
    }

        .js-enabled .govuk-tabs__list:after {
            content: "";
            display: block;
            clear: both;
        }

    .js-enabled .govuk-tabs__title {
        display: none;
    }

    .js-enabled .govuk-tabs__list-item {
        position: relative;
        margin-right: 5px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 10px 20px;
        float: left;
        background-color: #f3f2f1;
        text-align: center;
    }

        .js-enabled .govuk-tabs__list-item:before {
            content: none;
        }

    .js-enabled .govuk-tabs__list-item--selected {
        position: relative;
        margin-top: -5px;
        margin-bottom: -1px;
        padding-top: 14px;
        padding-right: 19px;
        padding-bottom: 16px;
        padding-left: 19px;
        border: 1px solid #b1b4b6;
        border-bottom: 0;
        background-color: #fff;
    }

        .js-enabled .govuk-tabs__list-item--selected .govuk-tabs__tab {
            text-decoration: none;
        }

    .js-enabled .govuk-tabs__tab {
        margin-bottom: 0;
    }

        .js-enabled .govuk-tabs__tab:link,
        .js-enabled .govuk-tabs__tab:visited {
            color: #0b0c0c;
        }
}

@media print and (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab:link,
    .js-enabled .govuk-tabs__tab:visited {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab:hover {
        color: rgba(11, 12, 12, 0.99);
    }

    .js-enabled .govuk-tabs__tab:active,
    .js-enabled .govuk-tabs__tab:focus {
        color: #0b0c0c;
    }
}

@media print and (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab:active,
    .js-enabled .govuk-tabs__tab:focus {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .js-enabled .govuk-tabs__panel {
        margin-bottom: 0;
        padding: 30px 20px;
        border: 1px solid #b1b4b6;
        border-top: 0;
    }

        .js-enabled .govuk-tabs__panel > :last-child {
            margin-bottom: 0;
        }

    .js-enabled .govuk-tabs__panel--hidden {
        display: none;
    }
}

.govuk-radios__item {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left;
}

@media print {
    .govuk-radios__item {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-radios__item {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-radios__item {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-radios__item:last-child,
.govuk-radios__item:last-of-type {
    margin-bottom: 0;
}

.govuk-radios__input {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
}

.govuk-radios__label {
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 15px 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .govuk-radios__label:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border: 2px solid currentcolor;
        border-radius: 50%;
        background: 0 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;
    }

.govuk-radios__hint {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.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: 0.5;
    }

@media (min-width: 40.0625em) {
    .govuk-radios--inline:after {
        content: "";
        display: block;
        clear: both;
    }

    .govuk-radios--inline .govuk-radios__item {
        margin-right: 20px;
        float: left;
        clear: none;
    }
}

.govuk-radios__divider {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media print {
    .govuk-radios__divider {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-radios__divider {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-radios__divider {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-radios__divider {
        color: #000;
    }
}

.govuk-radios__conditional {
    margin-bottom: 15px;
    margin-left: 18px;
    padding-left: 33px;
    border-left: 4px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
    .govuk-radios__conditional {
        margin-bottom: 20px;
    }
}

.js-enabled .govuk-radios__conditional--hidden {
    display: none;
}

.govuk-radios__conditional > :last-child {
    margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__item {
    min-height: 0;
    margin-bottom: 0;
    padding-left: 34px;
    float: left;
}

    .govuk-radios--small .govuk-radios__item:after {
        content: "";
        display: block;
        clear: both;
    }

.govuk-radios--small .govuk-radios__input {
    left: -10px;
}

.govuk-radios--small .govuk-radios__label {
    margin-top: -2px;
    padding: 13px 15px 13px 1px;
    float: left;
}

@media (min-width: 40.0625em) {
    .govuk-radios--small .govuk-radios__label {
        padding: 11px 15px 10px 1px;
    }
}

.govuk-radios--small .govuk-radios__label:before {
    top: 8px;
    width: 24px;
    height: 24px;
}

.govuk-radios--small .govuk-radios__label:after {
    top: 15px;
    left: 7px;
    border-width: 5px;
}

.govuk-radios--small .govuk-radios__hint {
    padding: 0;
    clear: both;
    pointer-events: none;
}

.govuk-radios--small .govuk-radios__conditional {
    margin-left: 10px;
    padding-left: 20px;
    clear: both;
}

.govuk-radios--small .govuk-radios__divider {
    width: 24px;
    margin-bottom: 5px;
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label:before {
    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 (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: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    min-width: 11.5em;
    max-width: 100%;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    color: #0b0c0c;
    background-color: #fff;
}

@media print {
    .govuk-select {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-select {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-select {
        font-size: 14pt;
        line-height: 1.25;
    }
}

.govuk-select:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
}

.govuk-select:disabled {
    opacity: 0.5;
    color: inherit;
    cursor: not-allowed;
}

.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
    color: #fff;
    background-color: #1d70b8;
}

.govuk-select--error {
    border-color: #d4351c;
}

    .govuk-select--error:focus {
        border-color: #0b0c0c;
    }

.govuk-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;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    display: block;
    padding: 10px 15px;
}

    .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;
    }

@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, 0.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: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-skip-link {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@supports (padding: max(calc(0px))) {
    .govuk-skip-link {
        padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
        padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
    }
}

.govuk-skip-link:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0;
    box-shadow: none;
}

.govuk-skip-link-focused-element:focus {
    outline: 0;
}

.govuk-summary-list {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin: 0;
    margin-bottom: 20px;
}

@media print {
    .govuk-summary-list {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-summary-list {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-summary-list {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list {
        margin-bottom: 30px;
    }
}

.govuk-summary-list__row {
    border-bottom: 1px solid #b1b4b6;
}

@media (max-width: 40.0525em) {
    .govuk-summary-list__row {
        margin-bottom: 15px;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__row {
        display: table-row;
    }
}

.govuk-summary-list__row:not(.govuk-summary-list__row--no-actions) > :last-child {
    padding-right: 0;
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__row--no-actions:after {
        content: "";
        display: table-cell;
        width: 20%;
    }
}

.govuk-summary-list__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: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
}

.govuk-summary-list__actions {
    margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__actions {
        width: 20%;
        padding-right: 0;
        text-align: right;
    }
}

.govuk-summary-list__key,
.govuk-summary-list__value {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.govuk-summary-list__key {
    margin-bottom: 5px;
    font-weight: 700;
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__key {
        width: 30%;
    }
}

@media (max-width: 40.0525em) {
    .govuk-summary-list__value {
        margin-bottom: 15px;
    }
}

.govuk-summary-list__value > p {
    margin-bottom: 10px;
}

.govuk-summary-list__value > :last-child {
    margin-bottom: 0;
}

.govuk-summary-list__actions-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.govuk-summary-list__actions-list-item {
    display: inline-block;
}

@media (max-width: 40.0525em) {
    .govuk-summary-list__actions-list-item {
        margin-right: 10px;
        padding-right: 10px;
    }

        .govuk-summary-list__actions-list-item:not(:last-child) {
            border-right: 1px solid #b1b4b6;
        }

        .govuk-summary-list__actions-list-item:last-child {
            margin-right: 0;
            padding-right: 0;
            border: 0;
        }
}

@media (min-width: 40.0625em) {
    .govuk-summary-list__actions-list-item {
        margin-left: 10px;
        padding-left: 10px;
    }

        .govuk-summary-list__actions-list-item:not(:first-child) {
            border-left: 1px solid #b1b4b6;
        }

        .govuk-summary-list__actions-list-item:first-child {
            margin-left: 0;
            padding-left: 0;
            border: 0;
        }
}

.govuk-summary-list--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: 11px;
    }
}

.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: 11px;
    }
}

.govuk-summary-card {
    margin-bottom: 20px;
    border: 1px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
    .govuk-summary-card {
        margin-bottom: 30px;
    }
}

.govuk-summary-card__title-wrapper {
    padding: 15px;
    border-bottom: 1px solid transparent;
    background-color: #f3f2f1;
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__title-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 15px 20px;
    }
}

.govuk-summary-card__title {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 5px 20px 10px 0;
}

@media print {
    .govuk-summary-card__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__title {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-summary-card__title {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__title {
        margin-bottom: 5px;
    }
}

.govuk-summary-card__actions {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

@media print {
    .govuk-summary-card__actions {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__actions {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-summary-card__actions {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__actions {
        -ms-flex-pack: right;
        justify-content: right;
        text-align: right;
    }
}

.govuk-summary-card__action {
    display: inline;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__action {
        margin-right: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .govuk-summary-card__action {
        margin-bottom: 5px;
    }
}

.govuk-summary-card__action:last-child {
    margin: 0;
    padding-right: 0;
    border-right: none;
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__action:last-child {
        padding-left: 10px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .govuk-summary-card__action:last-child {
        margin-bottom: 0;
    }
}

.govuk-summary-card__content {
    padding: 15px 15px 0;
}

@media (min-width: 40.0625em) {
    .govuk-summary-card__content {
        padding: 15px 20px;
    }
}

.govuk-summary-card__content .govuk-summary-list {
    margin-bottom: 0;
}

.govuk-summary-card__content .govuk-summary-list__row:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.govuk-table {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

@media print {
    .govuk-table {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-table {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media print {
    .govuk-table {
        color: #000;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table {
        margin-bottom: 30px;
    }
}

.govuk-table__header {
    font-weight: 700;
}

.govuk-table__cell,
.govuk-table__header {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top;
}

.govuk-table__cell--numeric {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1;
    font-weight: 400;
}

@media print {
    .govuk-table__cell--numeric {
        font-family: sans-serif;
    }
}

@supports (font-variant-numeric: tabular-nums) {
    .govuk-table__cell--numeric {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        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--xl {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.09375;
    margin-bottom: 15px;
}

@media print {
    .govuk-table__caption--xl {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667;
    }
}

@media print {
    .govuk-table__caption--xl {
        font-size: 32pt;
        line-height: 1.15;
    }
}

.govuk-table__caption--l {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    margin-bottom: 15px;
}

@media print {
    .govuk-table__caption--l {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111;
    }
}

@media print {
    .govuk-table__caption--l {
        font-size: 24pt;
        line-height: 1.05;
    }
}

.govuk-table__caption--m {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-bottom: 15px;
}

@media print {
    .govuk-table__caption--m {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media print {
    .govuk-table__caption--m {
        font-size: 18pt;
        line-height: 1.15;
    }
}

.govuk-table__caption--s {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

@media print {
    .govuk-table__caption--s {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-table__caption--s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-table__caption--s {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.govuk-warning-text {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
}

@media (min-width: 40.0625em) {
    .govuk-warning-text {
        margin-bottom: 30px;
    }
}

.govuk-warning-text__assistive {
    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;
}

    .govuk-warning-text__assistive:before {
        content: " ";
    }

    .govuk-warning-text__assistive:after {
        content: " ";
    }

.govuk-warning-text__icon {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
    user-select: none;
    forced-color-adjust: none;
}

@media print {
    .govuk-warning-text__icon {
        font-family: sans-serif;
    }
}

@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 {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    padding-left: 45px;
}

@media print {
    .govuk-warning-text__text {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .govuk-warning-text__text {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .govuk-warning-text__text {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@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;
}

    .govuk-visually-hidden:before {
        content: " ";
    }

    .govuk-visually-hidden:after {
        content: " ";
    }

.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;
}

    .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;
    }

.govuk-\!-display-inline {
    display: inline !important;
}

.govuk-\!-display-inline-block {
    display: inline-block !important;
}

.govuk-\!-display-block {
    display: block !important;
}

.govuk-\!-display-none {
    display: none !important;
}

@media print {
    .govuk-\!-display-none-print {
        display: none !important;
    }
}

.govuk-\!-margin-0 {
    margin: 0 !important;
}

.govuk-\!-margin-top-0 {
    margin-top: 0 !important;
}

.govuk-\!-margin-right-0 {
    margin-right: 0 !important;
}

.govuk-\!-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.govuk-\!-margin-left-0 {
    margin-left: 0 !important;
}

.govuk-\!-margin-1 {
    margin: 5px !important;
}

.govuk-\!-margin-top-1 {
    margin-top: 5px !important;
}

.govuk-\!-margin-right-1 {
    margin-right: 5px !important;
}

.govuk-\!-margin-bottom-1 {
    margin-bottom: 5px !important;
}

.govuk-\!-margin-left-1 {
    margin-left: 5px !important;
}

.govuk-\!-margin-2 {
    margin: 10px !important;
}

.govuk-\!-margin-top-2 {
    margin-top: 10px !important;
}

.govuk-\!-margin-right-2 {
    margin-right: 10px !important;
}

.govuk-\!-margin-bottom-2 {
    margin-bottom: 10px !important;
}

.govuk-\!-margin-left-2 {
    margin-left: 10px !important;
}

.govuk-\!-margin-3 {
    margin: 15px !important;
}

.govuk-\!-margin-top-3 {
    margin-top: 15px !important;
}

.govuk-\!-margin-right-3 {
    margin-right: 15px !important;
}

.govuk-\!-margin-bottom-3 {
    margin-bottom: 15px !important;
}

.govuk-\!-margin-left-3 {
    margin-left: 15px !important;
}

.govuk-\!-margin-4 {
    margin: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-4 {
        margin: 20px !important;
    }
}

.govuk-\!-margin-top-4 {
    margin-top: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-4 {
        margin-top: 20px !important;
    }
}

.govuk-\!-margin-right-4 {
    margin-right: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-4 {
        margin-right: 20px !important;
    }
}

.govuk-\!-margin-bottom-4 {
    margin-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-4 {
        margin-bottom: 20px !important;
    }
}

.govuk-\!-margin-left-4 {
    margin-left: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-4 {
        margin-left: 20px !important;
    }
}

.govuk-\!-margin-5 {
    margin: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-5 {
        margin: 25px !important;
    }
}

.govuk-\!-margin-top-5 {
    margin-top: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-5 {
        margin-top: 25px !important;
    }
}

.govuk-\!-margin-right-5 {
    margin-right: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-5 {
        margin-right: 25px !important;
    }
}

.govuk-\!-margin-bottom-5 {
    margin-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-5 {
        margin-bottom: 25px !important;
    }
}

.govuk-\!-margin-left-5 {
    margin-left: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-5 {
        margin-left: 25px !important;
    }
}

.govuk-\!-margin-6 {
    margin: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-6 {
        margin: 30px !important;
    }
}

.govuk-\!-margin-top-6 {
    margin-top: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-6 {
        margin-top: 30px !important;
    }
}

.govuk-\!-margin-right-6 {
    margin-right: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-6 {
        margin-right: 30px !important;
    }
}

.govuk-\!-margin-bottom-6 {
    margin-bottom: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-6 {
        margin-bottom: 30px !important;
    }
}

.govuk-\!-margin-left-6 {
    margin-left: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-6 {
        margin-left: 30px !important;
    }
}

.govuk-\!-margin-7 {
    margin: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-7 {
        margin: 40px !important;
    }
}

.govuk-\!-margin-top-7 {
    margin-top: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-7 {
        margin-top: 40px !important;
    }
}

.govuk-\!-margin-right-7 {
    margin-right: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-7 {
        margin-right: 40px !important;
    }
}

.govuk-\!-margin-bottom-7 {
    margin-bottom: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-7 {
        margin-bottom: 40px !important;
    }
}

.govuk-\!-margin-left-7 {
    margin-left: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-7 {
        margin-left: 40px !important;
    }
}

.govuk-\!-margin-8 {
    margin: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-8 {
        margin: 50px !important;
    }
}

.govuk-\!-margin-top-8 {
    margin-top: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-8 {
        margin-top: 50px !important;
    }
}

.govuk-\!-margin-right-8 {
    margin-right: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-8 {
        margin-right: 50px !important;
    }
}

.govuk-\!-margin-bottom-8 {
    margin-bottom: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-8 {
        margin-bottom: 50px !important;
    }
}

.govuk-\!-margin-left-8 {
    margin-left: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-8 {
        margin-left: 50px !important;
    }
}

.govuk-\!-margin-9 {
    margin: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-9 {
        margin: 60px !important;
    }
}

.govuk-\!-margin-top-9 {
    margin-top: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-top-9 {
        margin-top: 60px !important;
    }
}

.govuk-\!-margin-right-9 {
    margin-right: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-right-9 {
        margin-right: 60px !important;
    }
}

.govuk-\!-margin-bottom-9 {
    margin-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-9 {
        margin-bottom: 60px !important;
    }
}

.govuk-\!-margin-left-9 {
    margin-left: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-margin-left-9 {
        margin-left: 60px !important;
    }
}

.govuk-\!-padding-0 {
    padding: 0 !important;
}

.govuk-\!-padding-top-0 {
    padding-top: 0 !important;
}

.govuk-\!-padding-right-0 {
    padding-right: 0 !important;
}

.govuk-\!-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.govuk-\!-padding-left-0 {
    padding-left: 0 !important;
}

.govuk-\!-padding-1 {
    padding: 5px !important;
}

.govuk-\!-padding-top-1 {
    padding-top: 5px !important;
}

.govuk-\!-padding-right-1 {
    padding-right: 5px !important;
}

.govuk-\!-padding-bottom-1 {
    padding-bottom: 5px !important;
}

.govuk-\!-padding-left-1 {
    padding-left: 5px !important;
}

.govuk-\!-padding-2 {
    padding: 10px !important;
}

.govuk-\!-padding-top-2 {
    padding-top: 10px !important;
}

.govuk-\!-padding-right-2 {
    padding-right: 10px !important;
}

.govuk-\!-padding-bottom-2 {
    padding-bottom: 10px !important;
}

.govuk-\!-padding-left-2 {
    padding-left: 10px !important;
}

.govuk-\!-padding-3 {
    padding: 15px !important;
}

.govuk-\!-padding-top-3 {
    padding-top: 15px !important;
}

.govuk-\!-padding-right-3 {
    padding-right: 15px !important;
}

.govuk-\!-padding-bottom-3 {
    padding-bottom: 15px !important;
}

.govuk-\!-padding-left-3 {
    padding-left: 15px !important;
}

.govuk-\!-padding-4 {
    padding: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-4 {
        padding: 20px !important;
    }
}

.govuk-\!-padding-top-4 {
    padding-top: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-4 {
        padding-top: 20px !important;
    }
}

.govuk-\!-padding-right-4 {
    padding-right: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-4 {
        padding-right: 20px !important;
    }
}

.govuk-\!-padding-bottom-4 {
    padding-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-4 {
        padding-bottom: 20px !important;
    }
}

.govuk-\!-padding-left-4 {
    padding-left: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-4 {
        padding-left: 20px !important;
    }
}

.govuk-\!-padding-5 {
    padding: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-5 {
        padding: 25px !important;
    }
}

.govuk-\!-padding-top-5 {
    padding-top: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-5 {
        padding-top: 25px !important;
    }
}

.govuk-\!-padding-right-5 {
    padding-right: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-5 {
        padding-right: 25px !important;
    }
}

.govuk-\!-padding-bottom-5 {
    padding-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-5 {
        padding-bottom: 25px !important;
    }
}

.govuk-\!-padding-left-5 {
    padding-left: 15px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-5 {
        padding-left: 25px !important;
    }
}

.govuk-\!-padding-6 {
    padding: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-6 {
        padding: 30px !important;
    }
}

.govuk-\!-padding-top-6 {
    padding-top: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-6 {
        padding-top: 30px !important;
    }
}

.govuk-\!-padding-right-6 {
    padding-right: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-6 {
        padding-right: 30px !important;
    }
}

.govuk-\!-padding-bottom-6 {
    padding-bottom: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-6 {
        padding-bottom: 30px !important;
    }
}

.govuk-\!-padding-left-6 {
    padding-left: 20px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-6 {
        padding-left: 30px !important;
    }
}

.govuk-\!-padding-7 {
    padding: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-7 {
        padding: 40px !important;
    }
}

.govuk-\!-padding-top-7 {
    padding-top: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-7 {
        padding-top: 40px !important;
    }
}

.govuk-\!-padding-right-7 {
    padding-right: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-7 {
        padding-right: 40px !important;
    }
}

.govuk-\!-padding-bottom-7 {
    padding-bottom: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-7 {
        padding-bottom: 40px !important;
    }
}

.govuk-\!-padding-left-7 {
    padding-left: 25px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-7 {
        padding-left: 40px !important;
    }
}

.govuk-\!-padding-8 {
    padding: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-8 {
        padding: 50px !important;
    }
}

.govuk-\!-padding-top-8 {
    padding-top: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-8 {
        padding-top: 50px !important;
    }
}

.govuk-\!-padding-right-8 {
    padding-right: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-8 {
        padding-right: 50px !important;
    }
}

.govuk-\!-padding-bottom-8 {
    padding-bottom: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-8 {
        padding-bottom: 50px !important;
    }
}

.govuk-\!-padding-left-8 {
    padding-left: 30px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-8 {
        padding-left: 50px !important;
    }
}

.govuk-\!-padding-9 {
    padding: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-9 {
        padding: 60px !important;
    }
}

.govuk-\!-padding-top-9 {
    padding-top: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-top-9 {
        padding-top: 60px !important;
    }
}

.govuk-\!-padding-right-9 {
    padding-right: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-right-9 {
        padding-right: 60px !important;
    }
}

.govuk-\!-padding-bottom-9 {
    padding-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-bottom-9 {
        padding-bottom: 60px !important;
    }
}

.govuk-\!-padding-left-9 {
    padding-left: 40px !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-padding-left-9 {
        padding-left: 60px !important;
    }
}

.govuk-\!-margin-static-0,
.govuk-\!-static-margin-0 {
    margin: 0 !important;
}

.govuk-\!-margin-top-static-0,
.govuk-\!-static-margin-top-0 {
    margin-top: 0 !important;
}

.govuk-\!-margin-right-static-0,
.govuk-\!-static-margin-right-0 {
    margin-right: 0 !important;
}

.govuk-\!-margin-bottom-static-0,
.govuk-\!-static-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.govuk-\!-margin-left-static-0,
.govuk-\!-static-margin-left-0 {
    margin-left: 0 !important;
}

.govuk-\!-margin-static-1,
.govuk-\!-static-margin-1 {
    margin: 5px !important;
}

.govuk-\!-margin-top-static-1,
.govuk-\!-static-margin-top-1 {
    margin-top: 5px !important;
}

.govuk-\!-margin-right-static-1,
.govuk-\!-static-margin-right-1 {
    margin-right: 5px !important;
}

.govuk-\!-margin-bottom-static-1,
.govuk-\!-static-margin-bottom-1 {
    margin-bottom: 5px !important;
}

.govuk-\!-margin-left-static-1,
.govuk-\!-static-margin-left-1 {
    margin-left: 5px !important;
}

.govuk-\!-margin-static-2,
.govuk-\!-static-margin-2 {
    margin: 10px !important;
}

.govuk-\!-margin-top-static-2,
.govuk-\!-static-margin-top-2 {
    margin-top: 10px !important;
}

.govuk-\!-margin-right-static-2,
.govuk-\!-static-margin-right-2 {
    margin-right: 10px !important;
}

.govuk-\!-margin-bottom-static-2,
.govuk-\!-static-margin-bottom-2 {
    margin-bottom: 10px !important;
}

.govuk-\!-margin-left-static-2,
.govuk-\!-static-margin-left-2 {
    margin-left: 10px !important;
}

.govuk-\!-margin-static-3,
.govuk-\!-static-margin-3 {
    margin: 15px !important;
}

.govuk-\!-margin-top-static-3,
.govuk-\!-static-margin-top-3 {
    margin-top: 15px !important;
}

.govuk-\!-margin-right-static-3,
.govuk-\!-static-margin-right-3 {
    margin-right: 15px !important;
}

.govuk-\!-margin-bottom-static-3,
.govuk-\!-static-margin-bottom-3 {
    margin-bottom: 15px !important;
}

.govuk-\!-margin-left-static-3,
.govuk-\!-static-margin-left-3 {
    margin-left: 15px !important;
}

.govuk-\!-margin-static-4,
.govuk-\!-static-margin-4 {
    margin: 20px !important;
}

.govuk-\!-margin-top-static-4,
.govuk-\!-static-margin-top-4 {
    margin-top: 20px !important;
}

.govuk-\!-margin-right-static-4,
.govuk-\!-static-margin-right-4 {
    margin-right: 20px !important;
}

.govuk-\!-margin-bottom-static-4,
.govuk-\!-static-margin-bottom-4 {
    margin-bottom: 20px !important;
}

.govuk-\!-margin-left-static-4,
.govuk-\!-static-margin-left-4 {
    margin-left: 20px !important;
}

.govuk-\!-margin-static-5,
.govuk-\!-static-margin-5 {
    margin: 25px !important;
}

.govuk-\!-margin-top-static-5,
.govuk-\!-static-margin-top-5 {
    margin-top: 25px !important;
}

.govuk-\!-margin-right-static-5,
.govuk-\!-static-margin-right-5 {
    margin-right: 25px !important;
}

.govuk-\!-margin-bottom-static-5,
.govuk-\!-static-margin-bottom-5 {
    margin-bottom: 25px !important;
}

.govuk-\!-margin-left-static-5,
.govuk-\!-static-margin-left-5 {
    margin-left: 25px !important;
}

.govuk-\!-margin-static-6,
.govuk-\!-static-margin-6 {
    margin: 30px !important;
}

.govuk-\!-margin-top-static-6,
.govuk-\!-static-margin-top-6 {
    margin-top: 30px !important;
}

.govuk-\!-margin-right-static-6,
.govuk-\!-static-margin-right-6 {
    margin-right: 30px !important;
}

.govuk-\!-margin-bottom-static-6,
.govuk-\!-static-margin-bottom-6 {
    margin-bottom: 30px !important;
}

.govuk-\!-margin-left-static-6,
.govuk-\!-static-margin-left-6 {
    margin-left: 30px !important;
}

.govuk-\!-margin-static-7,
.govuk-\!-static-margin-7 {
    margin: 40px !important;
}

.govuk-\!-margin-top-static-7,
.govuk-\!-static-margin-top-7 {
    margin-top: 40px !important;
}

.govuk-\!-margin-right-static-7,
.govuk-\!-static-margin-right-7 {
    margin-right: 40px !important;
}

.govuk-\!-margin-bottom-static-7,
.govuk-\!-static-margin-bottom-7 {
    margin-bottom: 40px !important;
}

.govuk-\!-margin-left-static-7,
.govuk-\!-static-margin-left-7 {
    margin-left: 40px !important;
}

.govuk-\!-margin-static-8,
.govuk-\!-static-margin-8 {
    margin: 50px !important;
}

.govuk-\!-margin-top-static-8,
.govuk-\!-static-margin-top-8 {
    margin-top: 50px !important;
}

.govuk-\!-margin-right-static-8,
.govuk-\!-static-margin-right-8 {
    margin-right: 50px !important;
}

.govuk-\!-margin-bottom-static-8,
.govuk-\!-static-margin-bottom-8 {
    margin-bottom: 50px !important;
}

.govuk-\!-margin-left-static-8,
.govuk-\!-static-margin-left-8 {
    margin-left: 50px !important;
}

.govuk-\!-margin-static-9,
.govuk-\!-static-margin-9 {
    margin: 60px !important;
}

.govuk-\!-margin-top-static-9,
.govuk-\!-static-margin-top-9 {
    margin-top: 60px !important;
}

.govuk-\!-margin-right-static-9,
.govuk-\!-static-margin-right-9 {
    margin-right: 60px !important;
}

.govuk-\!-margin-bottom-static-9,
.govuk-\!-static-margin-bottom-9 {
    margin-bottom: 60px !important;
}

.govuk-\!-margin-left-static-9,
.govuk-\!-static-margin-left-9 {
    margin-left: 60px !important;
}

.govuk-\!-padding-static-0,
.govuk-\!-static-padding-0 {
    padding: 0 !important;
}

.govuk-\!-padding-top-static-0,
.govuk-\!-static-padding-top-0 {
    padding-top: 0 !important;
}

.govuk-\!-padding-right-static-0,
.govuk-\!-static-padding-right-0 {
    padding-right: 0 !important;
}

.govuk-\!-padding-bottom-static-0,
.govuk-\!-static-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.govuk-\!-padding-left-static-0,
.govuk-\!-static-padding-left-0 {
    padding-left: 0 !important;
}

.govuk-\!-padding-static-1,
.govuk-\!-static-padding-1 {
    padding: 5px !important;
}

.govuk-\!-padding-top-static-1,
.govuk-\!-static-padding-top-1 {
    padding-top: 5px !important;
}

.govuk-\!-padding-right-static-1,
.govuk-\!-static-padding-right-1 {
    padding-right: 5px !important;
}

.govuk-\!-padding-bottom-static-1,
.govuk-\!-static-padding-bottom-1 {
    padding-bottom: 5px !important;
}

.govuk-\!-padding-left-static-1,
.govuk-\!-static-padding-left-1 {
    padding-left: 5px !important;
}

.govuk-\!-padding-static-2,
.govuk-\!-static-padding-2 {
    padding: 10px !important;
}

.govuk-\!-padding-top-static-2,
.govuk-\!-static-padding-top-2 {
    padding-top: 10px !important;
}

.govuk-\!-padding-right-static-2,
.govuk-\!-static-padding-right-2 {
    padding-right: 10px !important;
}

.govuk-\!-padding-bottom-static-2,
.govuk-\!-static-padding-bottom-2 {
    padding-bottom: 10px !important;
}

.govuk-\!-padding-left-static-2,
.govuk-\!-static-padding-left-2 {
    padding-left: 10px !important;
}

.govuk-\!-padding-static-3,
.govuk-\!-static-padding-3 {
    padding: 15px !important;
}

.govuk-\!-padding-top-static-3,
.govuk-\!-static-padding-top-3 {
    padding-top: 15px !important;
}

.govuk-\!-padding-right-static-3,
.govuk-\!-static-padding-right-3 {
    padding-right: 15px !important;
}

.govuk-\!-padding-bottom-static-3,
.govuk-\!-static-padding-bottom-3 {
    padding-bottom: 15px !important;
}

.govuk-\!-padding-left-static-3,
.govuk-\!-static-padding-left-3 {
    padding-left: 15px !important;
}

.govuk-\!-padding-static-4,
.govuk-\!-static-padding-4 {
    padding: 20px !important;
}

.govuk-\!-padding-top-static-4,
.govuk-\!-static-padding-top-4 {
    padding-top: 20px !important;
}

.govuk-\!-padding-right-static-4,
.govuk-\!-static-padding-right-4 {
    padding-right: 20px !important;
}

.govuk-\!-padding-bottom-static-4,
.govuk-\!-static-padding-bottom-4 {
    padding-bottom: 20px !important;
}

.govuk-\!-padding-left-static-4,
.govuk-\!-static-padding-left-4 {
    padding-left: 20px !important;
}

.govuk-\!-padding-static-5,
.govuk-\!-static-padding-5 {
    padding: 25px !important;
}

.govuk-\!-padding-top-static-5,
.govuk-\!-static-padding-top-5 {
    padding-top: 25px !important;
}

.govuk-\!-padding-right-static-5,
.govuk-\!-static-padding-right-5 {
    padding-right: 25px !important;
}

.govuk-\!-padding-bottom-static-5,
.govuk-\!-static-padding-bottom-5 {
    padding-bottom: 25px !important;
}

.govuk-\!-padding-left-static-5,
.govuk-\!-static-padding-left-5 {
    padding-left: 25px !important;
}

.govuk-\!-padding-static-6,
.govuk-\!-static-padding-6 {
    padding: 30px !important;
}

.govuk-\!-padding-top-static-6,
.govuk-\!-static-padding-top-6 {
    padding-top: 30px !important;
}

.govuk-\!-padding-right-static-6,
.govuk-\!-static-padding-right-6 {
    padding-right: 30px !important;
}

.govuk-\!-padding-bottom-static-6,
.govuk-\!-static-padding-bottom-6 {
    padding-bottom: 30px !important;
}

.govuk-\!-padding-left-static-6,
.govuk-\!-static-padding-left-6 {
    padding-left: 30px !important;
}

.govuk-\!-padding-static-7,
.govuk-\!-static-padding-7 {
    padding: 40px !important;
}

.govuk-\!-padding-top-static-7,
.govuk-\!-static-padding-top-7 {
    padding-top: 40px !important;
}

.govuk-\!-padding-right-static-7,
.govuk-\!-static-padding-right-7 {
    padding-right: 40px !important;
}

.govuk-\!-padding-bottom-static-7,
.govuk-\!-static-padding-bottom-7 {
    padding-bottom: 40px !important;
}

.govuk-\!-padding-left-static-7,
.govuk-\!-static-padding-left-7 {
    padding-left: 40px !important;
}

.govuk-\!-padding-static-8,
.govuk-\!-static-padding-8 {
    padding: 50px !important;
}

.govuk-\!-padding-top-static-8,
.govuk-\!-static-padding-top-8 {
    padding-top: 50px !important;
}

.govuk-\!-padding-right-static-8,
.govuk-\!-static-padding-right-8 {
    padding-right: 50px !important;
}

.govuk-\!-padding-bottom-static-8,
.govuk-\!-static-padding-bottom-8 {
    padding-bottom: 50px !important;
}

.govuk-\!-padding-left-static-8,
.govuk-\!-static-padding-left-8 {
    padding-left: 50px !important;
}

.govuk-\!-padding-static-9,
.govuk-\!-static-padding-9 {
    padding: 60px !important;
}

.govuk-\!-padding-top-static-9,
.govuk-\!-static-padding-top-9 {
    padding-top: 60px !important;
}

.govuk-\!-padding-right-static-9,
.govuk-\!-static-padding-right-9 {
    padding-right: 60px !important;
}

.govuk-\!-padding-bottom-static-9,
.govuk-\!-static-padding-bottom-9 {
    padding-bottom: 60px !important;
}

.govuk-\!-padding-left-static-9,
.govuk-\!-static-padding-left-9 {
    padding-left: 60px !important;
}

.govuk-\!-text-align-left {
    text-align: left !important;
}

.govuk-\!-text-align-centre {
    text-align: center !important;
}

.govuk-\!-text-align-right {
    text-align: right !important;
}

.govuk-\!-font-size-80 {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
    line-height: 1.0377358491 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-80 {
        font-size: 80px !important;
        font-size: 5rem !important;
        line-height: 1 !important;
    }
}

@media print {
    .govuk-\!-font-size-80 {
        font-size: 53pt !important;
        line-height: 1.1 !important;
    }
}

.govuk-\!-font-size-48 {
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.09375 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-48 {
        font-size: 48px !important;
        font-size: 3rem !important;
        line-height: 1.0416666667 !important;
    }
}

@media print {
    .govuk-\!-font-size-48 {
        font-size: 32pt !important;
        line-height: 1.15 !important;
    }
}

.govuk-\!-font-size-36 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.0416666667 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-36 {
        font-size: 36px !important;
        font-size: 2.25rem !important;
        line-height: 1.1111111111 !important;
    }
}

@media print {
    .govuk-\!-font-size-36 {
        font-size: 24pt !important;
        line-height: 1.05 !important;
    }
}

.govuk-\!-font-size-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-27 {
        font-size: 27px !important;
        font-size: 1.6875rem !important;
        line-height: 1.1111111111 !important;
    }
}

@media print {
    .govuk-\!-font-size-27 {
        font-size: 18pt !important;
        line-height: 1.15 !important;
    }
}

.govuk-\!-font-size-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-24 {
        font-size: 24px !important;
        font-size: 1.5rem !important;
        line-height: 1.25 !important;
    }
}

@media print {
    .govuk-\!-font-size-24 {
        font-size: 18pt !important;
        line-height: 1.15 !important;
    }
}

.govuk-\!-font-size-19 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-19 {
        font-size: 19px !important;
        font-size: 1.1875rem !important;
        line-height: 1.3157894737 !important;
    }
}

@media print {
    .govuk-\!-font-size-19 {
        font-size: 14pt !important;
        line-height: 1.15 !important;
    }
}

.govuk-\!-font-size-16 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.1428571429 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-16 {
        font-size: 16px !important;
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }
}

@media print {
    .govuk-\!-font-size-16 {
        font-size: 14pt !important;
        line-height: 1.2 !important;
    }
}

.govuk-\!-font-size-14 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    line-height: 1.25 !important;
}

@media (min-width: 40.0625em) {
    .govuk-\!-font-size-14 {
        font-size: 14px !important;
        font-size: 0.875rem !important;
        line-height: 1.4285714286 !important;
    }
}

@media print {
    .govuk-\!-font-size-14 {
        font-size: 12pt !important;
        line-height: 1.2 !important;
    }
}

.govuk-\!-font-weight-regular {
    font-weight: 400 !important;
}

.govuk-\!-font-weight-bold {
    font-weight: 700 !important;
}

.govuk-\!-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;
    }
}

.das-side-navigation {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
}

@media print {
    .das-side-navigation {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-side-navigation {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .das-side-navigation {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media (max-width: 40.0525em) {
    .das-side-navigation {
        display: flex;
        overflow-x: scroll;
    }
}

@media (min-width: 40.0625em) {
    .das-side-navigation {
        display: block;
        padding: 20px 0 0;
    }
}

.das-side-navigation__title {
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #505a5f;
    margin: 0;
    padding: 10px;
    padding-left: 14px;
}

@media print {
    .das-side-navigation__title {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-side-navigation__title {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .das-side-navigation__title {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (max-width: 40.0525em) {
    .das-side-navigation__title {
        display: none;
    }
}

.das-side-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 40.0525em) {
    .das-side-navigation__list {
        display: flex;
        margin: 0;
        white-space: nowrap;
    }
}

@media (min-width: 40.0625em) {
    .das-side-navigation__list {
        margin-bottom: 20px;
    }
}

@media (max-width: 40.0525em) {
    .das-side-navigation__item {
        display: flex;
    }
}

.das-side-navigation__item a,
.das-side-navigation__item a:link,
.das-side-navigation__item a:visited {
    background-color: inherit;
    color: #1d70b8;
    display: block;
    text-decoration: none;
}

@media (max-width: 40.0525em) {
    .das-side-navigation__item a,
    .das-side-navigation__item a:link,
    .das-side-navigation__item a:visited {
        border-bottom: 4px solid transparent;
        padding: 15px;
        padding-bottom: 11px;
    }
}

@media (min-width: 40.0625em) {
    .das-side-navigation__item a,
    .das-side-navigation__item a:link,
    .das-side-navigation__item a:visited {
        background-color: inherit;
        border-left: 4px solid transparent;
        padding: 10px;
    }
}

.das-side-navigation__item a:hover {
    border-color: #5694ca;
}

.das-side-navigation__item a:focus {
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    border-color: #0b0c0c;
    border-left-color: transparent;
    position: relative;
}

.das-side-navigation__item--active a:link,
.das-side-navigation__item--active a:visited {
    border-color: #1d70b8;
    color: #1d70b8;
    font-weight: 700;
}

.das-side-navigation__item--active a:focus {
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    border-color: #0b0c0c;
    border-left-color: transparent;
}

@media (min-width: 40.0625em) {
    .das-side-navigation__item--active a:link,
    .das-side-navigation__item--active a:visited {
        background-color: #f3f2f1;
    }

    .das-side-navigation__item--active a:focus {
        color: #0b0c0c;
        background-color: #fd0;
        border-color: transparent;
    }
}

.app-back-to-top {
    display: none;
    font-family: arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
}

@media print {
    .app-back-to-top {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .app-back-to-top {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .app-back-to-top {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media (min-width: 40.0625em) {
    .app-back-to-top {
        display: block;
        position: -webkit-sticky;
        position: absolute;
        bottom: 30px;
        margin-bottom: 0;
        padding-left: 15px;
    }

        .app-back-to-top a,
        .app-back-to-top a:link,
        .app-back-to-top a:visited {
            color: #1d70b8;
        }

            .app-back-to-top a:focus {
                color: #0b0c0c;
                background-color: #fd0;
                box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
            }
}

.app-back-to-top__icon {
    display: inline-block;
    width: 0.8em;
    height: 1em;
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;
}

.das-button,
.das-button__primary,
.das-button__secondary,
.das-linkbutton__primary {
    border-radius: 44px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    padding: 15px;
    line-height: 24px;
    box-shadow: none;
    color: #fff;
    align-items: center;
    text-align: center;
    vertical-align: baseline;
}

    .das-button:focus,
    .das-button:focus:not(:active):not(:hover),
    .das-button__primary:focus,
    .das-linkbutton__primary:focus {
        color: #fff;
        outline: 2px solid #fd0;
        border-color: #fd0;
        box-shadow: none;
    }

    .das-button__secondary:focus {
        color: #fff;
        outline: 2px solid #fd0;
        border-color: #0B0C0C;
        box-shadow: none;
    }

@media screen and (min-width: 40.0625em) {
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        width: auto;
        height: auto;
        padding: 15px 48px;
    }
}

.das-button__primary {
    background-color: #d30172;
}

    .das-button__primary:hover {
        background-color: #912b88;
    }

    .das-button__primary:focus,
    .das-button__primary:focus:not(:active):not(:hover) {
        color: #fff;
        background-color: #d53880;
    }

.das-button__secondary {
    background-color: #ffffff;
    border: 2px solid #0B0C0C;
}

    .das-button__secondary:hover {
        background-color: #F3F2F1;
    }

    .das-button__secondary:focus,
    .das-button__secondary:focus:not(:active):not(:hover) {
        color: #0B0C0C;
        background-color: #ffffff;
    }

.das-linkbutton__primary {
    background-color: #d30172;
}

    .das-linkbutton__primary:hover {
        background-color: #912b88;
    }

    .das-linkbutton__primary:focus,
    .das-linkbutton__primary:focus:not(:active):not(:hover) {
        color: #fff;
        background-color: #d53880;
        box-shadow: none;
    }

.das-header {
    border-bottom: 10px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #d30172;
    min-height: 70px;
    background-color: #001d35;
}

@media (min-width: 48.0625em) {
    .das-header {
        padding-bottom: 0;
    }
}

.das-header .govuk-header__navigation-item,
.das-header .govuk-header__navigation-list-mobile-heading {
    padding: 16px;
    border-bottom: 1px solid #f3f2f1;
    background-color: #fff;
}

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation-item,
    .das-header .govuk-header__navigation-list-mobile-heading {
        background-color: #001d35;
        border-bottom: none;
        margin-right: 0px;
    }
}

.das-header .govuk-header__navigation-item.das-header-navigation-item-chevron-mobile :after,
.das-header .das-header-navigation-item-chevron-mobile.govuk-header__navigation-list-mobile-heading :after {
    content: " ";
    border-bottom: 1px solid #B3BCC1;
    border-right: 1px solid #B3BCC1;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    float: right;
}

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation-item.das-header-navigation-item-chevron-mobile ::after,
    .das-header .das-header-navigation-item-chevron-mobile.govuk-header__navigation-list-mobile-heading ::after {
        display: none !important;
    }
}

.das-header .govuk-header__navigation-item:not(.govuk-header__navigation-item--active):focus-within {
    background-color: #fd0 !important;
    box-shadow: inset 0 -3px #FFDD00;
}

.das-header .govuk-header__navigation-item:not(.govuk-header__navigation-item--active):focus-within ::after,
.das-header .govuk-header__navigation-list-mobile-heading ::after {
    border-color: #0b0c0c !important;
}

.govuk-header__navigation-item {
    color:black;
}

.das-header .govuk-header__navigation-item a,
.das-header .govuk-header__navigation-list-mobile-heading a {
    text-decoration: none;
    box-shadow: none;
    font-weight: 400;
}

    .das-header .govuk-header__navigation-item a:focus,
    .das-header .govuk-header__navigation-list-mobile-heading a:focus {
        color: #000;
    }

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation-item a,
    .das-header .govuk-header__navigation-list-mobile-heading a {
        color: #f1f1f1;
    }
}

.das-header .govuk-header__navigation-item--active.govuk-header__navigation-list-mobile-heading,
.das-header .govuk-header__navigation-item.govuk-header__navigation-item--active {
    font-weight: bold !important;
    background-color: #D30172;
    color:white;
}

    .das-header .govuk-header__navigation-item--active.govuk-header__navigation-list-mobile-heading a,
    .das-header .govuk-header__navigation-item.govuk-header__navigation-item--active a {
        color: white;
        font-weight: bold;
        pointer-events: none;
    }

.das-header__desktop .govuk-header__navigation-item.govuk-header__navigation-item--active {
    background-color: #d30172;
}

.das-header__desktop .govuk-header__navigation-item.govuk-header__navigation-item--active a {
    color: #ffffff;
    font-weight:bold;
}

.das-header .govuk-header__navigation-item--active.govuk-header__navigation-list-mobile-heading ::after,
.das-header .govuk-header__navigation-item.govuk-header__navigation-item--active ::after {
    border-color: #000000 !important;
}

    .das-header .govuk-header__navigation-item--active.govuk-header__navigation-list-mobile-heading a {
        color: black;
        font-weight: 700;
    }

        .das-header .govuk-header__navigation-item--active.govuk-header__navigation-list-mobile-heading a:focus,
        .das-header .govuk-header__navigation-item.govuk-header__navigation-item--active a:focus {
            color: #000;
        }

.das-header .das-header__row {
    height: 105px;
}

.das-header .govuk-header__logo {
    display: none !important;
}

.das-header .das-header__navigation {
    height: 63px;
    padding: 0 65px 0 0;
}

.das-header .das-header__logo-container {
    display: flex;
    align-items: center;
    height: 100%;
}

    .das-header .das-header__logo-container #das-desktop-logo,
    .das-header .das-header__logo-container #das-mobile-logo {
        fill: #fff !important;
        height: 68px;
        width: auto;
    }

    .das-header .das-header__logo-container a:focus > #das-desktop-logo,
    .das-header .das-header__logo-container a:focus > #das-mobile-logo {
        fill: #001d35 !important;
        background: #fd0;
    }

@media (max-width: 48.0624em) {
    .das-header .das-header__logo-container #das-desktop-logo {
        display: none;
    }

    .das-header .das-header__logo-container #das-mobile-logo {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 48.0625em) {
    .das-header .das-header__logo-container #das-desktop-logo {
        display: inline-block;
        vertical-align: top;
    }

    .das-header .das-header__logo-container #das-mobile-logo {
        display: none;
    }
}

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation {
        border-top: 2px solid #d30172;
    }

    .das-header .govuk-header__content {
        width: max-content;
        min-width: 100%;
        padding-left: 0;
    }
}

.das-header .govuk-header__menu-button {
    border: 2px solid #fff;
    padding: 9px 14px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    width: 77px;
    height: 37px;
    white-space: nowrap;
}

    .das-header .govuk-header__menu-button:after {
        display: none;
    }

.das-header .govuk-header__navigation-list-mobile-heading {
    color: #1d70b8;
    font-weight: 600;
}

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation-list-mobile-heading {
        display: none;
    }
}

@media (min-width: 48.0625em) {
    .das-header .govuk-header__navigation-list-mobile-heading a {
        color: #f1f1f1;
    }
}

.das-header .govuk-header__navigation-list-mobile-heading .govuk-header__navigation-list-mobile-close-btn {
    border: none;
    background-color: transparent;
    float: right;
    height: 18px;
    width: 18px;
    padding: 0;
    display: none;
}

.das-header .govuk-header__navigation-list-mobile-heading .govuk-header__navigation-list-mobile-close-btn:focus {
    background-color: #fd0;
}

.das-header .das-header__container {
    border-bottom: none;
    overflow-x: auto;
}

@media (max-width: 48.0625em) {
    .das-header .govuk-header__content-container {
        margin: 0;
    }
}

.app-example-wrapper .das-hero .content .sub-heading .block span {
    margin: 0 2px;
}

.das-highlight-box .das-highlight-box__card {
    min-height: 170px;
    background-color: #eaf0f6;
    padding: 30px 30px 45px 30px;
    margin-bottom: 15px;
    border-radius: 30px;
    outline: solid 0.5px #d6e5ee;
}

.das-highlight-box .das-highlight-box__header {
    text-decoration: none;
    color: #0b0c0c;
}

.das-panel--confirmation {
    color: #0b0c0c;
    background-color: rgba(86, 148, 202, 0.1450980392) !important;
}

    .das-panel--confirmation .das-progress--complete .das-progress__count {
        color: #0b0c0c;
    }

    .das-panel--confirmation .das-progress--complete .das-progress__bar span {
        color: #0b0c0c;
        background-color: #0b0c0c;
    }

    .das-panel--confirmation .das-panel__title {
        color: #0b0c0c !important;
    }

.das-primary-banner {
    border:1px solid #FFDFEF;
    background-color: #F6EFF3;
    color: #000;
    padding: 0 10px 10px 10px;
}

@media screen and (min-width: 40.0625em) {
    .das-primary-banner {
        padding: 0 30px 45px 30px;
    }
}

.das-primary-banner__heading {
    margin-bottom: 10px;
    margin-top: 20px !important;
}

.das-footer:not(hr) {
    background-color: #001d35;
    color: #fff;
}

    .das-footer:not(hr) .govuk-footer__link {
        color: #fff !important;
    }

        .das-footer:not(hr) .govuk-footer__link:focus,
        .das-footer:not(hr) .govuk-footer__link:focus:not(:active):not(:hover) {
            color: #000 !important;
            border-color: #fd0;
        }

    .das-footer:not(hr) h2 {
        color: #fff;
    }

.govuk-footer__licence-description {
    color: #fff !important;
}

.govuk-footer__copyright-logo {
    background-image: url(../images/footer-crest.png);
}

.das-footer img {
    height: auto;
    width: 100%;
}

.das-hero-image-card {
    margin-bottom: 30px !important;
}

.das-hero-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

    .das-hero-image img {
        width: 100%;
        height: auto;
    }

.das-tile {
    background: #f8f8f8;
    border-radius: 25px;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    word-wrap: break-word;
    padding: 0;
    height: 100%;
    position: relative;
}

.das-tile-no-border {
    border: none;
    background: #fff;
}

.ncssp-external-trainingchoice {
    background: #fff;
}

.das-tile__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 25px 25px 0 0;
}

.das-tile__body {
    padding: 20px;
}

.das-tile__tile-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.das-hr {
    border-color: #d30172;
    margin: 32px 0;
}

@media screen and (min-width: 40.0625em) {
    .das-hr {
        margin: 40px 0;
    }
}

.ncssp-section-clearboth {
    clear: both;
}

.das-filter {
    border: solid 1px #b1b4b6;
    margin-bottom: 40px;
    background-color: #F8F8F8;
}

.das-filter__heading {
    background-color: #d30172;
    color: #fff;
    padding: 16px;
}

.das-filter__body {
    padding: 15px 15px 40px 15px;
}

.das-filter__info-label p {
    background-color: #f3f2f1;
    padding: 10px;
}

.das-filter__section {
    border-bottom: 1px solid #d30172;
    padding-top: 12px;
    padding-bottom: 15px;
}

.das-grid,
.das-grid-one-column,
.das-grid-three-columns,
.das-grid-two-columns {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 600px) {
    .das-grid-three-columns,
    .das-grid-two-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .das-grid-three-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

.das-breadcrumbs {
    margin-top: 0 !important;
    padding-top: 15px;
}

.das-cookie-banner {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    padding: 10px 0;
    background-color: #f3f2f1;
}

#global-cookie-banner .govuk-form-group,
#global-cookie-banner .das-filter__section {
    margin-bottom: 0 !important;
}

@media print {
    .das-cookie-banner {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}

@media print {
    .das-cookie-banner {
        font-size: 14pt;
        line-height: 1.2;
    }
}

@media (max-width: 48.0525em) {
    .das-govspeak,
    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        margin-bottom: 20px;
    }
}

.das-cookie-banner#global-cookie-message {
    background-color: #f3f2f1;
    padding: 20px 0;
    box-sizing: border-box;
}

    .das-cookie-banner#global-cookie-message .das-cookie-banner__buttons,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation-message {
        font-family: Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }

@media print {
    .das-cookie-banner#global-cookie-message .das-cookie-banner__buttons,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation-message {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner#global-cookie-message .das-cookie-banner__buttons,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation-message {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .das-cookie-banner#global-cookie-message .das-cookie-banner__buttons,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation,
    .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation-message {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.das-cookie-banner#global-cookie-message p {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 10px 0;
}

@media print {
    .das-cookie-banner#global-cookie-message p {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner#global-cookie-message p {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .das-cookie-banner#global-cookie-message p {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.global-bar .global-bar-message-container,
.govuk-width-container {
    max-width: 1020px;
    margin: 0 15px;
}

@media (min-width: 1100px) {
    .global-bar .global-bar-message-container,
    .govuk-width-container {
        margin: 0 auto;
    }
}

.das-cookie-banner .govuk-grid-row {
    margin-right: -15px;
    margin-left: -15px;
}

    .das-cookie-banner .govuk-grid-row:after {
        content: "";
        display: block;
        clear: both;
    }

.das-cookie-banner .govuk-grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 40.0625em) {
    .das-cookie-banner .govuk-grid-column-two-thirds {
        width: 66.6666%;
        float: left;
    }
}

.das-cookie-banner .govuk-heading-m,
.das-cookie-banner .das-filter__heading,
.das-cookie-banner .das-highlight-box .das-highlight-box__card-heading-m,
.das-cookie-banner .das-tile__body-heading,
.das-highlight-box .das-cookie-banner .das-highlight-box__card-heading-m {
    color: #0b0c0c;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1111111111;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
    .das-cookie-banner .govuk-heading-m,
    .das-cookie-banner .das-filter__heading,
    .das-cookie-banner .das-highlight-box .das-highlight-box__card-heading-m,
    .das-cookie-banner .das-tile__body-heading,
    .das-highlight-box .das-cookie-banner .das-highlight-box__card-heading-m {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 20px;
    }
}

@media print {
    .das-cookie-banner .govuk-heading-m,
    .das-cookie-banner .das-filter__heading,
    .das-cookie-banner .das-highlight-box .das-highlight-box__card-heading-m,
    .das-cookie-banner .das-tile__body-heading,
    .das-highlight-box .das-cookie-banner .das-highlight-box__card-heading-m {
        color: #000;
        font-family: sans-serif;
        font-size: 18pt;
        line-height: 1.15;
    }
}

.das-cookie-banner .govuk-body,
.das-cookie-banner .govuk-body-m,
.das-cookie-banner .das-highlight-box .das-highlight-box__card-text,
.das-cookie-banner .das-tile__body-text,
.das-highlight-box .das-cookie-banner .das-highlight-box__card-text {
    color: #0b0c0c;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}

.das-cookie-banner .govuk-grid-column-full {
    width: 100%;
}

@media print {
    .das-cookie-banner .govuk-button,
    .das-cookie-banner .das-button,
    .das-cookie-banner .das-button__primary,
    .das-cookie-banner .das-linkbutton__primary {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 19px;
    }
}

.das-cookie-banner .das-govspeak .das-button:focus,
.das-cookie-banner .govuk-button:focus,
.das-cookie-banner .das-button:focus,
.das-cookie-banner .das-button__primary:focus,
.das-cookie-banner .das-linkbutton__primary:focus {
    border-color: #fd0;
    outline: 3px solid transparent !important;
    box-shadow: inset 0 0 0 1px #fd0;
}

.das-cookie-banner .govuk-button:focus,
.das-cookie-banner .das-button:focus,
.das-cookie-banner .das-button__primary:focus,
.das-cookie-banner .das-linkbutton__primary:focus {
    outline: #ffbf47 solid 3px;
    outline-offset: 0;
}

.das-cookie-banner .govuk-button:active,
.das-cookie-banner .govuk-button:hover,
.das-cookie-banner .govuk-button:link,
.das-cookie-banner .govuk-button:visited,
.das-cookie-banner .das-button:active,
.das-cookie-banner .das-button:hover,
.das-cookie-banner .das-button:link,
.das-cookie-banner .das-button:visited,
.das-cookie-banner .das-button__primary:active,
.das-cookie-banner .das-button__primary:hover,
.das-cookie-banner .das-button__primary:link,
.das-cookie-banner .das-button__primary:visited,
.das-cookie-banner .das-linkbutton__primary:active,
.das-cookie-banner .das-linkbutton__primary:hover,
.das-cookie-banner .das-linkbutton__primary:link,
.das-cookie-banner .das-linkbutton__primary:visited {
    color: #fff;
    text-decoration: none;
}

    .das-cookie-banner .govuk-button:link:focus,
    .das-cookie-banner .das-button:link:focus,
    .das-cookie-banner .das-button__primary:link:focus,
    .das-cookie-banner .das-linkbutton__primary:link:focus {
        color: #fff;
    }

.das-cookie-banner .govuk-button::-moz-focus-inner,
.das-cookie-banner .das-button::-moz-focus-inner,
.das-cookie-banner .das-button__primary::-moz-focus-inner,
.das-cookie-banner .das-linkbutton__primary::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.das-cookie-banner .das-govspeak .das-button:focus,
.das-cookie-banner .govuk-button:focus,
.das-cookie-banner .das-button:focus,
.das-cookie-banner .das-button__primary:focus,
.das-cookie-banner .das-linkbutton__primary:focus {
    border-color: #fd0;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 1px #fd0;
}

.das-cookie-banner .das-govspeak .das-button:link:focus,
.das-cookie-banner .govuk-button:link:focus,
.das-cookie-banner .das-button:link:focus,
.das-cookie-banner .das-button__primary:link:focus,
.das-cookie-banner .das-linkbutton__primary:link:focus {
    color: #fff;
}

.das-cookie-banner .das-govspeak .das-button:active::before,
.das-cookie-banner .govuk-button:active::before,
.das-cookie-banner .das-button:active::before,
.das-cookie-banner .das-button__primary:active::before,
.das-cookie-banner .das-linkbutton__primary:active::before {
    top: -4px;
}

.das-cookie-banner .das-govspeak [disabled="disabled"].das-button,
.das-cookie-banner .das-govspeak [disabled].das-button,
.das-cookie-banner .govuk-button--disabled,
.das-cookie-banner .govuk-button[disabled="disabled"],
.das-cookie-banner .govuk-button[disabled],
.das-cookie-banner [disabled="disabled"].das-button,
.das-cookie-banner [disabled="disabled"].das-button__primary,
.das-cookie-banner [disabled="disabled"].das-linkbutton__primary,
.das-cookie-banner [disabled].das-button,
.das-cookie-banner [disabled].das-button__primary,
.das-cookie-banner [disabled].das-linkbutton__primary {
    opacity: 0.5;
}

    .das-cookie-banner .das-govspeak [disabled="disabled"].das-button:hover,
    .das-cookie-banner .das-govspeak [disabled].das-button:hover,
    .das-cookie-banner .govuk-button--disabled:hover,
    .das-cookie-banner .govuk-button[disabled="disabled"]:hover,
    .das-cookie-banner .govuk-button[disabled]:hover,
    .das-cookie-banner [disabled="disabled"].das-button:hover,
    .das-cookie-banner [disabled="disabled"].das-button__primary:hover,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:hover,
    .das-cookie-banner [disabled].das-button:hover,
    .das-cookie-banner [disabled].das-button__primary:hover,
    .das-cookie-banner [disabled].das-linkbutton__primary:hover {
        background-color: #00703c;
        cursor: default;
    }

    .das-cookie-banner .das-govspeak [disabled="disabled"].das-button:focus,
    .das-cookie-banner .das-govspeak [disabled].das-button:focus,
    .das-cookie-banner .govuk-button--disabled:focus,
    .das-cookie-banner .govuk-button[disabled="disabled"]:focus,
    .das-cookie-banner .govuk-button[disabled]:focus,
    .das-cookie-banner [disabled="disabled"].das-button:focus,
    .das-cookie-banner [disabled="disabled"].das-button__primary:focus,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:focus,
    .das-cookie-banner [disabled].das-button:focus,
    .das-cookie-banner [disabled].das-button__primary:focus,
    .das-cookie-banner [disabled].das-linkbutton__primary:focus {
        outline: 0;
    }

    .das-cookie-banner .das-govspeak [disabled="disabled"].das-button:active,
    .das-cookie-banner .das-govspeak [disabled].das-button:active,
    .das-cookie-banner .govuk-button--disabled:active,
    .das-cookie-banner .govuk-button[disabled="disabled"]:active,
    .das-cookie-banner .govuk-button[disabled]:active,
    .das-cookie-banner [disabled="disabled"].das-button:active,
    .das-cookie-banner [disabled="disabled"].das-button__primary:active,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:active,
    .das-cookie-banner [disabled].das-button:active,
    .das-cookie-banner [disabled].das-button__primary:active,
    .das-cookie-banner [disabled].das-linkbutton__primary:active {
        top: 0;
        box-shadow: 0 2px 0 #002d18;
    }

.das-cookie-banner .govuk-button--secondary {
    background-color: #f3f2f1;
    box-shadow: 0 2px 0 #929191;
}

    .das-cookie-banner .govuk-button--secondary,
    .das-cookie-banner .govuk-button--secondary:hover,
    .das-cookie-banner .govuk-button--secondary:visited,
    .govuk-button--secondary:active,
    .govuk-button--secondary:link {
        color: #0b0c0c;
    }

        .das-cookie-banner .govuk-button--secondary:link:focus {
            color: #0b0c0c;
        }

        .das-cookie-banner .govuk-button--secondary:hover {
            background-color: #dbdad9;
        }

            .das-cookie-banner .govuk-button--secondary:hover[disabled] {
                background-color: #f3f2f1;
            }

.das-cookie-banner .govuk-button--warning {
    background-color: #d4351c;
    box-shadow: 0 2px 0 #55150b;
}

    .das-cookie-banner .govuk-button--warning,
    .das-cookie-banner .govuk-button--warning:active,
    .das-cookie-banner .govuk-button--warning:hover,
    .das-cookie-banner .govuk-button--warning:link,
    .das-cookie-banner .govuk-button--warning:visited {
        color: #fff;
    }

        .das-cookie-banner .govuk-button--warning:link:focus {
            color: #fff;
        }

        .das-cookie-banner .govuk-button--warning:hover {
            background-color: #aa2a16;
        }

            .das-cookie-banner .govuk-button--warning:hover[disabled] {
                background-color: #d4351c;
            }

.das-cookie-banner .govuk-button:active,
.das-cookie-banner .das-button:active,
.das-cookie-banner .das-button__primary:active,
.das-cookie-banner .das-linkbutton__primary:active {
    top: 2px;
    box-shadow: none;
}

.das-cookie-banner .govuk-button::before,
.das-cookie-banner .das-button::before,
.das-cookie-banner .das-button__primary::before,
.das-cookie-banner .das-linkbutton__primary::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: 0 0;
}

.das-cookie-banner .govuk-button:active::before,
.das-cookie-banner .das-button:active::before,
.das-cookie-banner .das-button__primary:active::before,
.das-cookie-banner .das-linkbutton__primary:active::before {
    top: -4px;
}

.das-cookie-banner .govuk-button--disabled,
.das-cookie-banner .govuk-button[disabled="disabled"],
.das-cookie-banner .govuk-button[disabled],
.das-cookie-banner [disabled="disabled"].das-button,
.das-cookie-banner [disabled="disabled"].das-button__primary,
.das-cookie-banner [disabled="disabled"].das-linkbutton__primary,
.das-cookie-banner [disabled].das-button,
.das-cookie-banner [disabled].das-button__primary,
.das-cookie-banner [disabled].das-linkbutton__primary {
    opacity: 0.5;
    background: #00823b;
}

    .das-cookie-banner .govuk-button--disabled:hover,
    .das-cookie-banner .govuk-button[disabled="disabled"]:hover,
    .das-cookie-banner .govuk-button[disabled]:hover,
    .das-cookie-banner [disabled="disabled"].das-button:hover,
    .das-cookie-banner [disabled="disabled"].das-button__primary:hover,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:hover,
    .das-cookie-banner [disabled].das-button:hover,
    .das-cookie-banner [disabled].das-button__primary:hover,
    .das-cookie-banner [disabled].das-linkbutton__primary:hover {
        background-color: #00823b;
        cursor: default;
    }

    .das-cookie-banner .govuk-button--disabled:focus,
    .das-cookie-banner .govuk-button[disabled="disabled"]:focus,
    .das-cookie-banner .govuk-button[disabled]:focus,
    .das-cookie-banner [disabled="disabled"].das-button:focus,
    .das-cookie-banner [disabled="disabled"].das-button__primary:focus,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:focus,
    .das-cookie-banner [disabled].das-button:focus,
    .das-cookie-banner [disabled].das-button__primary:focus,
    .das-cookie-banner [disabled].das-linkbutton__primary:focus {
        outline: 0;
    }

    .das-cookie-banner .govuk-button--disabled:active,
    .das-cookie-banner .govuk-button[disabled="disabled"]:active,
    .das-cookie-banner .govuk-button[disabled]:active,
    .das-cookie-banner [disabled="disabled"].das-button:active,
    .das-cookie-banner [disabled="disabled"].das-button__primary:active,
    .das-cookie-banner [disabled="disabled"].das-linkbutton__primary:active,
    .das-cookie-banner [disabled].das-button:active,
    .das-cookie-banner [disabled].das-button__primary:active,
    .das-cookie-banner [disabled].das-linkbutton__primary:active {
        top: 0;
        box-shadow: 0 2px 0 #003618;
    }

@media (min-width: 40.0625em) {
    .das-cookie-banner .govuk-button,
    .das-cookie-banner .das-button,
    .das-cookie-banner .das-button__primary,
    .das-cookie-banner .das-linkbutton__primary {
        font-size: 19px;
        line-height: 1;
        width: auto;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text {
        font-size: 19px;
        line-height: 1.3157894737;
        margin-bottom: 20px;
    }
}

@media print {
    .das-cookie-banner .govuk-body,
    .govuk-body-m,
    .das-highlight-box .das-highlight-box__card-text,
    .das-tile__body-text {
        color: #000;
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner .das-cookie-banner#global-cookie-message p {
        font-size: 19px;
        line-height: 1.3157894737;
    }

    .govuk-button,
    .das-button,
    .das-button__primary,
    .das-button__secondary,
    .das-linkbutton__primary {
        font-size: 19px;
        line-height: 1;
    }

    .das-cookie-banner .das-cookie-banner#global-cookie-message .das-cookie-banner__buttons,
    .das-cookie-banner .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation,
    .das-cookie-banner .das-cookie-banner#global-cookie-message .das-cookie-banner__confirmation-message,
    .das-cookie-banner .das-cookie-banner#global-cookie-message .das-cookie-banner__message,
    .das-cookie-banner .das-cookie-banner__hide-button {
        font-size: 19px;
    }
}

@media (max-width: 48.0525em) {
    .das-cookie-banner .govuk-button,
    .das-cookie-banner .das-button,
    .das-cookie-banner .das-button__primary,
    .das-cookie-banner .das-linkbutton__primary {
        margin-bottom: 20px;
    }
}

.das-cookie-banner#global-cookie-message p {
    font-size: 19px;
}

.cookie-settings__no-js {
    display: block;
}

#cookie-settings-confirmation,
.cookie-settings__form-wrapper {
    display: none;
}

.js-hide {
    display: none;
}

.js-enabled .js-hide {
    display: block;
}

.js-enabled .cookie-settings__no-js {
    display: none;
}

.cookie-settings__confirmation {
    display: none;
}

.das-notice {
    color: #0b0c0c;
    padding: 15px !important;
    margin-bottom: 30px !important;
    clear: both !important;
    border: 5px solid #912b88 !important;
}

@media (min-width: 40.0625em) {
    .das-notice {
        padding: 20px !important;
    }
}

.das-cookie-banner__confirmation {
    display: none;
    position: relative;
    padding: 5px;
}

    .das-cookie-banner__confirmation:focus {
        outline: 0;
    }

.das-cookie-banner__confirmation-message,
.das-cookie-banner__hide-button {
    display: block;
}

.das-cookie-banner .das-cookie-banner__confirmation .das-cookie-banner__confirmation-message {
    margin-bottom: 0;
}

@media (min-width: 48.0625em) {
    .das-cookie-banner__confirmation-message,
    .das-cookie-banner__hide-button {
        display: inline-block;
    }
}

.das-cookie-banner__confirmation-message {
    margin-right: 20px;
}

@media (min-width: 48.0625em) {
    .das-cookie-banner__confirmation-message {
        max-width: 90%;
    }
}

.das-cookie-banner__hide-button {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    outline: 0;
    border: 0;
    background: 0 0;
    text-decoration: underline;
    color: #1d70b8;
    padding: 0;
    margin-top: 10px;
}

@media print {
    .das-cookie-banner__hide-button {
        font-family: sans-serif;
    }
}

@media (min-width: 40.0625em) {
    .das-cookie-banner__hide-button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}

@media print {
    .das-cookie-banner__hide-button {
        font-size: 14pt;
        line-height: 1.15;
    }
}

.das-cookie-banner__hide-button:hover {
    color: #003078;
    cursor: pointer;
}

.das-cookie-banner__hide-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
}

@media (min-width: 48.0625em) {
    .das-cookie-banner__hide-button {
        margin-top: 0;
        position: absolute;
        right: 5px;
    }
}

#global-cookie-message.app-cookie-banner {
    display: none !important;
}

.govuk-list li {
    word-wrap: break-word;
}

.govuk-width-container {
    max-width: 1020px;
}

.govuk-phase-bannertag {
    margin-right: 10px;
}

.das-table__container {
    overflow-x: auto;
}

.das-header-mobile {
    display: flex;
    flex-wrap: wrap;
    height: 95px;
    padding: 10px;
}

    .das-header-mobile h1.das-mobile-heading {
        color: #FFFFFF !important;
        font-weight: 100;
        font-size: 32px !important;
        width: 120px;
        margin-bottom: 5px !important;
    }

    .das-header-mobile .das-header-mobile__flex_column {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
    }
