/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/SourceSansPro-Regular.woff2) format("woff2"), url(/assets/fonts/SourceSansPro-Regular.woff) format("woff");
  font-display: fallback
}

@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/SourceSansPro-Bold.woff2) format("woff2"), url(/assets/fonts/SourceSansPro-Bold.woff) format("woff");
  font-display: fallback
}

@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/SourceSansPro-Black.woff2) format("woff2"), url(/assets/fonts/SourceSansPro-Black.woff) format("woff");
  font-display: fallback
}

@media print {

  .govuk-link,
  .idsk-link-caption,
  .idsk-link-l,
  .idsk-link-m,
  .idsk-link-s {
    font-family: Source Sans Pro, sans-serif;
  }
}

main.padding {
  padding-right: 8px;
  padding-left: 8px;
}

.govuk-link:hover,
.idsk-link-caption:hover,
.idsk-link-l:hover,
.idsk-link-m:hover,
.idsk-link-s:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-link:focus,
.idsk-link-caption:focus,
.idsk-link-l:focus,
.idsk-link-m:focus,
.idsk-link-s:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-link:link,
.idsk-link-caption:link,
.idsk-link-l:link,
.idsk-link-m:link,
.idsk-link-s:link {
  color: #126dff;
  font-family: Source Sans Pro, sans-serif;
}

.govuk-link:visited,
.idsk-link-caption:visited,
.idsk-link-l:visited,
.idsk-link-m:visited,
.idsk-link-s:visited {
  color: #4c2c92
}

.govuk-link:hover,
.idsk-link-caption:hover,
.idsk-link-l:hover,
.idsk-link-m:hover,
.idsk-link-s:hover {
  color: #072c66
}

.govuk-link:active,
.govuk-link:focus,
.idsk-link-caption:active,
.idsk-link-caption:focus,
.idsk-link-l:active,
.idsk-link-l:focus,
.idsk-link-m:active,
.idsk-link-m:focus,
.idsk-link-s:active,
.idsk-link-s:focus {
  color: #000
}

@media print {

  [href^="/"].govuk-link:after,
  [href^="/"].idsk-link-caption:after,
  [href^="/"].idsk-link-l:after,
  [href^="/"].idsk-link-m:after,
  [href^="/"].idsk-link-s:after,
  [href^="http://"].govuk-link:after,
  [href^="http://"].idsk-link-caption:after,
  [href^="http://"].idsk-link-l:after,
  [href^="http://"].idsk-link-m:after,
  [href^="http://"].idsk-link-s:after,
  [href^="https://"].govuk-link:after,
  [href^="https://"].idsk-link-caption:after,
  [href^="https://"].idsk-link-l:after,
  [href^="https://"].idsk-link-m:after,
  [href^="https://"].idsk-link-s:after {
    content: " ("attr(href) ")";
    font-size: 90%;
    word-wrap: break-word
  }
}

.idsk-link-l {
  font-size: 19px;
  letter-spacing: .5px;
  line-height: 28px
}

@media (min-width:40.0625em) {
  .idsk-link-l {
    font-size: 24px;
    line-height: 36px
  }
}

.idsk-link-m {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 28px
}

@media (min-width:40.0625em) {
  .idsk-link-m {
    font-size: 19px
  }
}

.idsk-link-s {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 20px
}

@media (min-width:40.0625em) {
  .idsk-link-s {
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 28px
  }
}

.idsk-link-caption {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px
}

@media (max-width:40.0625em) {
  .idsk-link-caption {
    letter-spacing: .4px
  }
}

.govuk-link--muted:link,
.govuk-link--muted:visited {
  color: #757575
}

.govuk-link--muted:active,
.govuk-link--muted:focus,
.govuk-link--muted:hover,
.govuk-link--text-colour:link,
.govuk-link--text-colour:visited {
  color: #000
}

@media print {

  .govuk-link--text-colour:link,
  .govuk-link--text-colour:visited {
    color: #000
  }
}

.govuk-link--text-colour:hover {
  color: rgba(0, 0, 0, .99)
}

.govuk-link--text-colour:active,
.govuk-link--text-colour:focus {
  color: #000
}

@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: hsla(0, 0%, 100%, .99)
}

.govuk-link--inverse:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  outline-color: #fff
}

.govuk-link--no-underline:not(:hover):not(:active) {
  text-decoration: none
}

.govuk-link--no-visited-state:link,
.govuk-link--no-visited-state:visited {
  color: #126dff
}

.govuk-link--no-visited-state:hover {
  color: #072c66
}

.govuk-link--no-visited-state:active,
.govuk-link--no-visited-state:focus {
  color: #000
}

.govuk-link-image {
  display: inline-block;
  line-height: 0;
  text-decoration: none
}

.govuk-link-image:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-list {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none
}

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

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

@media print {
  .govuk-list {
    font-size: 14pt;
    line-height: 1.15;
    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
  }
}

.font-bold {
  font-weight: 700
}

.govuk-heading-xl {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.09375;
  display: block;
  margin-top: 0;
  margin-bottom: 30px
}

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

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

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

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

.govuk-heading-l {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  display: block;
  margin-top: 0;
  margin-bottom: 20px
}

.govuk-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

@media print {
  .govuk-heading-l {
    color: #000;
    font-family: sans-serif
  }
}

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

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

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

.govuk-heading-m {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px
}

@media print {
  .govuk-heading-m {
    color: #000;
    font-family: sans-serif
  }
}

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

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

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

.govuk-heading-s {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  display: block;
  margin-top: 0;
  letter-spacing: .15px;
  margin-bottom: 15px
}

@media print {
  .govuk-heading-s {
    color: #000;
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .govuk-heading-s {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 20px
  }
}

.idsk-subtitle {
  font-family: Source Sans Pro, arial, sans-serif;
  font-size: 19px;
  letter-spacing: .5px;
  line-height: 28px
}

@media (min-width:40.0625em) {
  .idsk-subtitle {
    font-size: 24px;
    letter-spacing: .15px;
    line-height: 36px
  }
}

.idsk-caption {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.6666666667
}

@media print {
  .idsk-caption {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-caption {
    font-size: .75rem;
    line-height: 1.6666666667
  }
}

@media print {
  .idsk-caption {
    font-size: 12pt;
    line-height: 1
  }
}

.idsk-text-button {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1428571429
}

@media print {
  .idsk-text-button {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-text-button {
    font-size: 1rem;
    line-height: 1.25
  }
}

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

.idsk-required {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #c3112b
}

@media print {
  .idsk-required {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-required {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

.idsk-not-required {
  color: #757575
}

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

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

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

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

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

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

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

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

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

.govuk-caption-m {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  display: block;
  color: #757575
}

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

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

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

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

@media print {

  .govuk-body-l,
  .govuk-body-lead {
    color: #000;
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {

  .govuk-body-l,
  .govuk-body-lead {
    font-size: 1.5rem;
    line-height: 1.25
  }
}

@media print {

  .govuk-body-l,
  .govuk-body-lead {
    font-size: 18pt;
    line-height: 1.15
  }
}

@media (min-width:40.0625em) {

  .govuk-body-l,
  .govuk-body-lead {
    margin-bottom: 30px
  }
}

.govuk-body,
.govuk-body-m {
  color: #000;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-top: 0;
  margin-bottom: 15px
}

@media print {

  .govuk-body,
  .govuk-body-m {
    color: #000;
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {

  .govuk-body,
  .govuk-body-m {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

@media print {

  .govuk-body,
  .govuk-body-m {
    font-size: 14pt;
    line-height: 1.15
  }
}

@media (min-width:40.0625em) {

  .govuk-body,
  .govuk-body-m {
    margin-bottom: 20px
  }
}

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

.govuk-body-grey {
  color: #757575;
}

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

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

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

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

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

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

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

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

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

.govuk-body-l+.govuk-heading-l,
.govuk-body-lead+.govuk-heading-l {
  padding-top: 5px
}

@media (min-width:40.0625em) {

  .govuk-body-l+.govuk-heading-l,
  .govuk-body-lead+.govuk-heading-l {
    padding-top: 10px
  }
}

.govuk-body+.govuk-heading-l,
.govuk-body-m+.govuk-heading-l,
.govuk-body-s+.govuk-heading-l,
.govuk-list+.govuk-heading-l {
  padding-top: 15px
}

@media (min-width:40.0625em) {

  .govuk-body+.govuk-heading-l,
  .govuk-body-m+.govuk-heading-l,
  .govuk-body-s+.govuk-heading-l,
  .govuk-list+.govuk-heading-l {
    padding-top: 20px
  }
}

.govuk-body+.govuk-heading-m,
.govuk-body+.govuk-heading-s,
.govuk-body-m+.govuk-heading-m,
.govuk-body-m+.govuk-heading-s,
.govuk-body-s+.govuk-heading-m,
.govuk-body-s+.govuk-heading-s,
.govuk-list+.govuk-heading-m,
.govuk-list+.govuk-heading-s {
  padding-top: 5px
}

@media (min-width:40.0625em) {

  .govuk-body+.govuk-heading-m,
  .govuk-body+.govuk-heading-s,
  .govuk-body-m+.govuk-heading-m,
  .govuk-body-m+.govuk-heading-s,
  .govuk-body-s+.govuk-heading-m,
  .govuk-body-s+.govuk-heading-s,
  .govuk-list+.govuk-heading-m,
  .govuk-list+.govuk-heading-s {
    padding-top: 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;
    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;
    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;
    margin-bottom: 20px
  }
}

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

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

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

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

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

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

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

.govuk-button-group .govuk-button {
  margin-bottom: 17px
}

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

  .govuk-button-group .govuk-button,
  .govuk-button-group .govuk-link {
    margin-right: 15px
  }

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

.govuk-form-group {
  margin-bottom: 20px
}

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

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

.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0
}

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

.govuk-form-group--error .govuk-form-group {
  padding: 0;
  border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:40.0625em) {

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

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

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

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

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

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

.govuk-width-container {
  max-width: 1240px;
  margin-right: 15px;
  margin-left: 15px;
  overflow: visible;
}

@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:1270px) {
  .govuk-width-container {
    margin-right: auto;
    margin-left: auto;
    width: 1240px;
  }

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

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/material-icon/material-icons.woff2) format("woff2"), url(/assets/fonts/material-icon/material-icons.woff) format("woff")
}

.material-icons {
  font-family: Material Icons, sans-serif;
  font-feature-settings: "liga"
}

@font-face {
  font-family: Material Icons Outlined;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/material-icon/material-icons-outlined.woff2) format("woff2"), url(/assets/fonts/material-icon/material-icons-outlined.woff) format("woff")
}

.material-icons,
.material-icons-outlined {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizelegibility;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.material-icons-outlined {
  font-family: Material Icons Outlined, sans-serif;
  font-feature-settings: "liga"
}

@media (min-width:48.0625em) {
  .desktop-hidden {
    display: none !important
  }
}

@media (max-width:48.0525em) {
  .mobile-hidden {
    display: none !important
  }
}

.hide {
  display: none !important
}

.idsk-shadow-large {
  box-shadow: 0 24px 40px 0 #bdbdbd
}

.idsk-shadow-medium {
  box-shadow: 0 12px 32px 0 #bdbdbd
}

.idsk-shadow-small {
  box-shadow: 0 4px 8px 0 #bdbdbd
}

.idsk-shadow-dialog {
  box-shadow: 0 -8px 44px -10px #bdbdbd
}

.idsk-shadow-head {
  box-shadow: 0 10px 20px -10px #bdbdbd
}

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

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

.govuk-accordion .govuk-accordion__controls .govuk-button {
  margin-bottom: 5px
}

.govuk-accordion__section {
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa
}

.govuk-accordion__section-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

@media (max-width:48.0525em) {
  .govuk-accordion__section-button {
    line-height: 36px
  }
}

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

.govuk-frontend-supported .govuk-accordion__section {
  padding-top: 0
}

.govuk-frontend-supported .govuk-accordion__section-content {
  display: none;
  border-radius: 5px;
  padding: 15px 30px 30px
}

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

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

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block
}

.govuk-frontend-supported .govuk-accordion__section-header {
  padding: 30px 20px 30px 30px;
  border-bottom: 1px solid transparent;
  cursor: pointer
}

.govuk-frontend-supported .govuk-accordion__section-header:hover {
  position: relative;
  box-shadow: 0 0 0 3px #757575
}

.govuk-frontend-supported .govuk-accordion__section-header:hover .govuk-accordion__section-heading .govuk-accordion__section-button {
  text-decoration-thickness: 3px
}

.govuk-frontend-supported .govuk-accordion__section-header:focus-within {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px
}

.govuk-frontend-supported .govuk-accordion__section-header.small {
  padding: 15px 30px
}

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-header {
  border-bottom: 1px solid #e0e0e0
}

.govuk-frontend-supported .govuk-accordion__section-heading {
  padding: 0
}

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

.govuk-frontend-supported .govuk-accordion-nav__chevron:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: .3125rem;
  left: .375rem;
  width: .375rem;
  height: .375rem;
  transform: rotate(-45deg);
  border-top: .125rem solid;
  border-right: .125rem solid
}

.govuk-frontend-supported .govuk-accordion__section-button {
  display: flex;
  width: 100%;
  padding: 0;
  border: none;
  color: #000;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  justify-content: space-between;
  -webkit-appearance: none;
  appearance: none
}

@media (min-width:40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button {
    margin-bottom: 10px
  }
}

.govuk-frontend-supported .govuk-accordion__section-button:focus {
  outline: none
}

.govuk-frontend-supported .govuk-accordion__section-button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
  border-bottom: 0
}

.govuk-frontend-supported .govuk-accordion__section-heading-text,
.govuk-frontend-supported .govuk-accordion__section-summary,
.govuk-frontend-supported .govuk-accordion__section-toggle {
  margin-bottom: 0
}

.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-heading-text-focus {
  display: block;
  text-align: left
}

.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-summary,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-summary,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-summary {
  margin-bottom: 0
}

.govuk-frontend-supported .govuk-accordion__section-toggle {
  font-size: 2.25rem;
  line-height: .6666666667;
  font-weight: 400;
  color: #000
}

@media (min-width:40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

@media screen and (forced-colors:active) {
  .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
    background-color: transparent
  }

  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus {
    background: transparent;
    background-color: transparent
  }
}

@media (hover:none) {
  .govuk-frontend-supported .govuk-accordion__section-header:hover {
    border-top-color: #b1b4b6;
    box-shadow: 0 0 0 3px #757575
  }

  .govuk-frontend-supported .govuk-accordion__section-header:hover .govuk-accordion__section-button {
    border-top-color: #b1b4b6
  }
}

.govuk-breadcrumbs {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1428571429;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px
}

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

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

@media print {
  .govuk-breadcrumbs {
    font-size: 14pt;
    line-height: 1.2;
    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 {
  position: relative;
  margin-bottom: 5px;
  margin-left: .625em;
  padding-left: .9784375em;
  float: left
}

.govuk-breadcrumbs__list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.144375em;
  width: .4375em;
  height: .4375em;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 2px 2px 0 0;
  border-color: #000
}

@supports (border-width:max(0px)) {
  .govuk-breadcrumbs__list-item:before {
    border-width: max(2px, .125em) max(2px, .125em) 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: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  padding: 5px;
  border-radius: 5px
}

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

.govuk-breadcrumbs__link:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-breadcrumbs__link:link,
.govuk-breadcrumbs__link:visited {
  color: #000
}

@media print {

  .govuk-breadcrumbs__link:link,
  .govuk-breadcrumbs__link:visited {
    color: #000
  }
}

.govuk-breadcrumbs__link:hover {
  color: rgba(0, 0, 0, .99)
}

.govuk-breadcrumbs__link:active,
.govuk-breadcrumbs__link:focus {
  color: #000
}

@media print {

  .govuk-breadcrumbs__link:active,
  .govuk-breadcrumbs__link:focus {
    color: #000
  }
}

.govuk-breadcrumbs__link:hover {
  text-decoration-thickness: 3px
}

.govuk-breadcrumbs__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

@media (max-width:40.0525em) {
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
    display: none
  }

  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:first-child,
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:last-child {
    display: inline-block
  }

  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:before {
    top: .375em;
    margin: 0
  }

  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
    display: flex
  }
}

.govuk-breadcrumbs--inverse,
.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: hsla(0, 0%, 100%, .99)
}

.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  outline-color: #fff
}

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

.govuk-button {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.3571428571;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #126dff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

.govuk-button>* {
  vertical-align: top
}

.govuk-button .material-icons {
  position: relative;
  vertical-align: top
}

.govuk-button .material-icons.rotate180 {
  transform: rotateX(180deg)
}

@media (min-width:40.0625em) {
  .govuk-button {
    width: auto
  }
}

.govuk-button:focus {
  z-index: 10;
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

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

.govuk-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent
}

.govuk-button:hover {
  box-shadow: 0 0 0 3px #072c66;
}

.govuk-button[disabled] {
  opacity: 0.15;
  cursor: not-allowed
}

.govuk-button__basic:active {
  background-color: #072c66
}

.govuk-button__basic[disabled] {
  background-color: #9e9e9e;
  box-shadow: none;
  cursor: not-allowed
}

.govuk-button__success {
  background-color: #078814
}

.govuk-button__success:hover {
  box-shadow: 0 0 0 3px #033608
}

.govuk-button__success:active {
  background: #033608
}

.govuk-button__warning {
  background-color: #c3112b
}

.govuk-button__warning:hover {
  box-shadow: 0 0 0 3px #4e0711
}

.govuk-button__warning:active {
  background: #4e0711
}

.govuk-button--sec {
  border: 2px solid #072C66;
  color: #072C66;
  background-color: #EFF5FE;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.govuk-button--sec:hover {
  box-shadow: 0 0 0 3px #072C66
}

.govuk-button--sec:active {
  border-color: #072c66;
  background-color: #eff5fe
}

.govuk-button--sec:active:hover {
  box-shadow: 0 0 0 3px #072c66
}

.govuk-button--sec[disabled] {
  border-color: #9e9e9e;
  outline: none;
  color: #9e9e9e;
  background: #f5f5f5;
  cursor: not-allowed
}

.govuk-button--sec[disabled]:hover {
  box-shadow: none
}

.govuk-button--sec__success {
  border-color: #078814;
  color: #033608;
  background: #ebf5ec
}

.govuk-button--sec__success:hover {
  box-shadow: 0 0 0 3px #078814
}

.govuk-button--sec__success:active {
  border-color: #033608
}

.govuk-button--sec__success:active:hover {
  box-shadow: 0 0 0 3px #033608
}

.govuk-button--sec__warning {
  border-color: #c3112b;
  color: #4e0711;
  background: #fbeef0
}

.govuk-button--sec__warning:hover {
  box-shadow: 0 0 0 3px #c3112b
}

.govuk-button--sec__warning:active {
  border-color: #4e0711
}

.govuk-button--sec__warning:active:hover {
  box-shadow: 0 0 0 3px #4e0711
}

.govuk-button--texted {
  border: none;
  padding: 0;
  color: #0B4199;
  background-color: transparent;
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  text-align: left;
}

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

.govuk-button--texted:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-button--texted:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-button--texted:hover {
  color: #072c66;
  box-shadow: none
}

.govuk-button--texted__success {
  color: #078814
}

.govuk-button--texted__success:hover {
  color: #033608
}

.govuk-button--texted__warning {
  color: #c3112b
}

.govuk-button--texted__warning:hover {
  color: #4e0711
}

.govuk-button--texted[disabled] {
  outline: none;
  color: #9e9e9e;
  background: transparent;
  cursor: not-allowed
}

.govuk-button--texted[disabled]:hover {
  box-shadow: none;
  text-decoration-thickness: auto
}

.govuk-button--texted--inverse {
  border: none;
  color: #fff;
  background-color: transparent;
  letter-spacing: inherit
}

.govuk-button--texted--inverse>:not(.material-icons) {
  text-decoration: underline
}

.govuk-button--texted--inverse:not([disabled]):hover {
  outline-color: #fff;
  background-color: transparent;
  box-shadow: none
}

.govuk-button--texted--inverse:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  outline-color: #fff
}

.govuk-button__large {
  padding: .75rem 1.25rem
}

.govuk-button--start {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center
}

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

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

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

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

.idsk-card {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.5;
  padding: 15px;
  display: grid;
  flex-direction: row;
  max-width: 48rem;
  row-gap: 1.25rem;
  column-gap: 2.5rem;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  max-width: 100% !important;
}

.idsk-card-no-grid {
  display: block;
}

@media print {
  .idsk-card {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-card {
    font-size: 1rem;
    line-height: 1.5
  }
}

@media print {
  .idsk-card {
    font-size: 14pt;
    line-height: 1.5
  }
}

@media (min-width:40.0625em) {
  .idsk-card {
    padding: 20px
  }
}

@media (min-width:48.0625em) {
  .idsk-card {
    grid-template-columns: minmax(0, 20rem) minmax(0, 1fr)
  }
}

.idsk-card:hover {
  border-color: transparent;
  box-shadow: 0 0 0 3px #757575
}

.idsk-card:hover .idsk-card__heading a {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.idsk-card--vertical {
  display: flex;
  flex-direction: column;
  column-gap: 1.25rem
}

.idsk-card__image-wrapper {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden
}

.idsk-card__image-wrapper>* {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center
}

.idsk-card__heading {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.1875;
  font-weight: 700
}

@media print {
  .idsk-card__heading {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-card__heading {
    font-size: 1.5rem;
    line-height: 2.1875
  }
}

@media print {
  .idsk-card__heading {
    font-size: 18pt;
    line-height: 2.1875
  }
}

@media (max-width:40.0525em) {
  .idsk-card__heading {
    font-family: Source Sans Pro, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.625
  }
}

@media print and (max-width:40.0525em) {
  .idsk-card__heading {
    font-family: sans-serif
  }
}

@media (max-width:40.0525em) and (min-width:40.0625em) {
  .idsk-card__heading {
    font-size: 1.25rem;
    line-height: 1.625
  }
}

.idsk-card__heading h3 {
  margin: 0
}

@media (min-width:48.0625em) {
  .idsk-card__description {
    font-family: Source Sans Pro, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.75;
    letter-spacing: .5
  }
}

@media print and (min-width:48.0625em) {
  .idsk-card__description {
    font-family: sans-serif
  }
}

@media (min-width:48.0625em) and (min-width:40.0625em) {
  .idsk-card__description {
    font-size: 1.1875rem;
    line-height: 1.75
  }
}

@media print and (min-width:48.0625em) {
  .idsk-card__description {
    font-size: 14pt;
    line-height: 1.75
  }
}

.idsk-card__date-tags {
  letter-spacing: .5px
}

@media (max-width:40.0525em) {
  .idsk-card__date-tags {
    font-family: Source Sans Pro, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.25;
    letter-spacing: .1px
  }
}

@media print and (max-width:40.0525em) {
  .idsk-card__date-tags {
    font-family: sans-serif
  }
}

@media (max-width:40.0525em) and (min-width:40.0625em) {
  .idsk-card__date-tags {
    font-size: .875rem;
    line-height: 1.25
  }
}

@media print and (max-width:40.0525em) {
  .idsk-card__date-tags {
    font-size: 12pt;
    line-height: 1.25
  }
}

.govuk-error-message {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: .6666666667;
  display: block;
  margin-top: 4px;
  margin-bottom: 0 !important;
  clear: both;
  color: #c3112b
}

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

@media (min-width:40.0625em) {
  .govuk-error-message {
    font-size: 0.8rem;
    line-height: 1.4736842105
  }
}

@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,
  x:-moz-any-link {
    display: table-cell
  }
}

.govuk-fieldset__legend {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  white-space: normal
}

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

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

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

.govuk-fieldset__legend--l,
.govuk-fieldset__legend--m,
.govuk-fieldset__legend--xl {
  font-weight: 700;
  margin-bottom: 15px
}

.govuk-fieldset__legend--xl {
  font-size: 2rem;
  line-height: 1.09375
}

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

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

.govuk-fieldset__legend--l {
  font-size: 1.5rem;
  line-height: 1.0416666667
}

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

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

.govuk-fieldset__legend--m {
  font-size: 1.125rem;
  line-height: 1.1111111111
}

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

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

.govuk-fieldset__legend--s {
  font-weight: 700
}

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

.govuk-hint {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  margin-bottom: 15px;
  color: #757575
}

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

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

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

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

.govuk-fieldset__legend+.govuk-hint {
  margin-top: -5px
}

.govuk-label {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  color: #000;
  display: block;
  margin-bottom: 5px
}

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

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

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

.govuk-label--l,
.govuk-label--m,
.govuk-label--xl {
  font-weight: 700;
  margin-bottom: 15px
}

.govuk-label--xl {
  font-size: 2rem;
  line-height: 1.09375
}

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

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

.govuk-label--l {
  font-size: 1.5rem;
  line-height: 1.0416666667
}

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

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

.govuk-label--m {
  font-size: 1.125rem;
  line-height: 1.1111111111
}

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

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

.govuk-label--s {
  font-weight: 700
}

.govuk-label-wrapper {
  margin: 0
}

.govuk-checkboxes__item {
  display: flex;
  gap: 8px;
  position: relative;
}

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

.govuk-checkboxes__input {
  z-index: 1;
  min-width: 26px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer
}

.govuk-checkboxes__label {
  align-self: center;
  margin-bottom: 0;
  padding: 7px 15px 7px 2px;
  cursor: pointer;
  touch-action: manipulation
}

.govuk-checkboxes__label:before {
  top: 9px;
  left: 2px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 5px
}

.govuk-checkboxes__label:after,
.govuk-checkboxes__label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  background: transparent
}

.govuk-checkboxes__label:after {
  top: 14px;
  left: 9px;
  width: 12px;
  height: 8px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 2px 2px;
  border-top-color: transparent;
  opacity: 0
}

.govuk-checkboxes__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 55px
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl)+.govuk-checkboxes__hint {
  margin-bottom: 0
}

.govuk-checkboxes__input:hover:not(:disabled)+.govuk-checkboxes__label:before {
  box-shadow: 0 0 0 10px #eee
}

.govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
  border-width: 2px;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px
}

@media (-ms-high-contrast:active),
screen and (forced-colors:active) {
  .govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
    outline-color: Highlight
  }
}

.govuk-checkboxes__input:checked+.govuk-checkboxes__label:after {
  opacity: 1
}

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled+.govuk-checkboxes__label {
  cursor: not-allowed
}

.govuk-checkboxes__input:disabled+.govuk-checkboxes__label,
.govuk-checkboxes__input:disabled~.govuk-hint {
  opacity: .5
}

.govuk-checkboxes__divider {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  width: 36px;
  margin-bottom: 10px;
  text-align: center
}

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

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

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

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

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

.govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
  display: none
}

.govuk-checkboxes--small .govuk-checkboxes__item,
.govuk-checkboxes__conditional>:last-child {
  margin-bottom: 0
}

.govuk-checkboxes--small .govuk-checkboxes__input {
  margin-left: -8px
}

.govuk-checkboxes--small .govuk-checkboxes__label {
  padding-left: 1px
}

.govuk-checkboxes--small .govuk-checkboxes__label:before {
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px
}

.govuk-checkboxes--small .govuk-checkboxes__label:after {
  top: 17px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px
}

.govuk-checkboxes--small .govuk-checkboxes__hint {
  padding-left: 32px
}

.govuk-checkboxes--small .govuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 18px
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled)+.govuk-checkboxes__label:before {
  box-shadow: 0 0 0 7.5px #eee
}

@media (hover:none),
(pointer:coarse) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled)+.govuk-checkboxes__label:before {
    box-shadow: none
  }

  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
    box-shadow: 0 0 0 3px #d96e00
  }
}

.govuk-error-summary {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #c3112b;
  border-left-width: 5px
}

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

@media (min-width:40.0625em) {
  .govuk-error-summary {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

@media print {
  .govuk-error-summary {
    font-size: 14pt;
    line-height: 1.15;
    color: #000
  }
}

@media (min-width:40.0625em) {
  .govuk-error-summary {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px
  }
}

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

.govuk-error-summary__title {
  font-size: 2.25rem;
  line-height: .6666666667;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0
}

@media (min-width:40.0625em) {
  .govuk-error-summary__title {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

.govuk-error-summary__description {
  font-size: .875rem;
  line-height: 1.1428571429;
  margin-top: 0;
  margin-bottom: 0
}

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

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

.govuk-error-summary__body {
  margin-top: 20px
}

.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-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em
}

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

.govuk-error-summary__list a:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-error-summary__list a:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-file-upload {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  max-width: 100%;
  margin-left: -5px;
  padding: 5px
}

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

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

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

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

.govuk-file-upload:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-file-upload:focus-within {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

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

.govuk-file-upload::-webkit-file-upload-button {
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  background: #126dff
}

.govuk-file-upload::file-selector-button {
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  background: #126dff
}

.govuk-file-upload:hover:not(:disabled)::-webkit-file-upload-button {
  box-shadow: 0 0 0 3px #072c66
}

.govuk-file-upload:hover:not(:disabled)::file-selector-button {
  box-shadow: 0 0 0 3px #072c66
}

.govuk-file-upload:active:not(:disabled)::-webkit-file-upload-button {
  background: #072c66
}

.govuk-file-upload:active:not(:disabled)::file-selector-button {
  background: #072c66
}

.govuk-file-upload:disabled::-webkit-file-upload-button {
  background: #757575
}

.govuk-file-upload:disabled::file-selector-button {
  background: #757575
}

.file-upload-component.govuk-form-group--error {
  padding-left: 0
}

.file-upload-component.govuk-form-group--error .govuk-heading-m {
  margin-bottom: 0
}

.file-upload-component.govuk-form-group--error .govuk-error-message {
  margin-left: 30px
}

.file-upload-component:not(.js-enabled) .upload-container {
  border: none;
  background: none;
  text-align: left
}

.file-upload-component.disabled .upload-box {
  cursor: not-allowed
}

.file-upload-component.disabled .upload-container {
  border-color: #e0e0e0
}

.file-upload-component.disabled .upload-container .upload-icon .material-icons,
.file-upload-component.disabled .upload-container .upload-text p {
  color: #757575
}

.file-upload-component .govuk-heading-m {
  margin-right: 30px;
  margin-left: 30px
}

@media (max-width:40.0525em) {
  .file-upload-component .govuk-heading-m {
    margin-right: 10px;
    margin-left: 10px
  }
}

.upload-container {
  margin: 0 30px 30px
}

.upload-container .govuk-heading-m {
  margin-right: 0;
  margin-left: 0
}

@media (max-width:40.0525em) {
  .upload-container {
    margin: 0 10px 10px
  }
}

.upload-box {
  display: flex;
  margin-bottom: 15px;
  border: 2px dashed #9e9e9e;
  border-radius: 5px;
  background-color: #fafafa;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  align-items: center
}

.upload-box.dragover {
  border-color: #126dff;
  background: #eff5fe
}

.upload-icon {
  margin-top: 30px
}

.upload-icon .material-icons {
  color: #072c66;
  font-size: 36px
}

.upload-text p {
  margin: 5px 0;
  color: #072c66
}

.upload-button {
  display: flex;
  width: auto;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  align-items: center
}

.upload-button .material-icons {
  margin-right: 10px
}

.upload-files {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.25;
  padding: 0
}

@media print {
  .upload-files {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .upload-files {
    font-size: .875rem;
    line-height: 1.4285714286
  }
}

@media print {
  .upload-files {
    font-size: 12pt;
    line-height: 1.2
  }
}

.upload-file-box {
  margin: 10px 0;
  padding: 5px 10px;
  border: .5px double #e0e0e0;
  border-radius: 2.5px;
  background-color: #fafafa;
  gap: 15px;
  align-items: center
}

.upload-file-box,
.upload-file-box button {
  display: flex;
  justify-content: space-between
}

.upload-file-box button {
  cursor: pointer
}

.upload-file-box.error {
  border: .5px double #c3112b
}

.upload-file-box.error .upload-file-content .upload-file-content-info,
.upload-file-box.error .upload-file-icon {
  color: #c3112b
}

.upload-file-box .upload-file-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  gap: 5px;
  margin-right: 10px
}

.upload-file-box .upload-file-content .material-icons {
  color: #126dff
}

.upload-file-box .upload-file-content .upload-file-content-filename {
  flex-grow: 1;
  text-align: start;
  word-break: break-word
}

.upload-file-box .upload-file-content .upload-file-content-info {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0
}

.upload-file-box .upload-file-close-icon {
  padding: 0;
  border: 0;
  flex-shrink: 0;
  background-color: transparent
}

progress[value] {
  -webkit-appearance: none;
  appearance: none;
  min-width: 180px;
  height: 5px;
  border: .5px solid #126dff;
  border-radius: 2.5px;
  background: none
}

@media (max-width:40.0525em) {
  progress[value] {
    min-width: auto
  }
}

progress[value]::-webkit-progress-bar {
  border-radius: 2.5px;
  background: none
}

progress[value]::-webkit-progress-value {
  border-radius: 2.5px;
  background: #126dff
}

progress[value]::-moz-progress-bar {
  border-radius: 2.5px;
  background: #126dff
}

.govuk-footer {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.75;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, .25);
  color: #000;
  background: #f5f5f5
}

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

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

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

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

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

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

.govuk-footer__link:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-footer__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-footer__link:link,
.govuk-footer__link:visited {
  color: #000
}

@media print {

  .govuk-footer__link:link,
  .govuk-footer__link:visited {
    color: #000
  }
}

.govuk-footer__link:hover {
  color: rgba(0, 0, 0, .99)
}

.govuk-footer__link:active,
.govuk-footer__link:focus {
  color: #000
}

@media print {

  .govuk-footer__link:active,
  .govuk-footer__link:focus {
    color: #000
  }
}

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

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

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

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

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

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

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

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

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

.govuk-footer__copyright-logo {
  display: inline-block;
  min-width: 125px;
  text-align: center;
  white-space: nowrap
}

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

@media (max-width:40.0525em) {
  .govuk-footer__inline-list {
    margin-bottom: 0
  }
}

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

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

@media (max-width:40.0525em) {
  .govuk-footer__inline-list-item {
    width: 100%;
    margin-bottom: 15px
  }
}

.govuk-footer__heading {
  font-size: 2.25rem;
  line-height: .6666666667;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b4b6
}

@media (min-width:40.0625em) {
  .govuk-footer__heading {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

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

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

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

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

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

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

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

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

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

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

button {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media print {
  button {
    font-family: sans-serif
  }
}

.idsk-button:focus {
  outline-color: #fff
}

.govuk-header {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1
}

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

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

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

.govuk-header .hidden {
  display: none
}

@media (min-width:48.0625em) {
  .govuk-header__actionPanel {
    display: flex;
    align-items: center
  }
}

@media (max-width:48.0525em) {
  .govuk-header__actionPanel {
    display: flex
  }
}

@media (min-width:769px) {
  .govuk-header__actionPanel {
    gap: 10px
  }
}

@media (max-width:769px) {
  .govuk-header__actionPanel {
    gap: 5px
  }
}

.govuk-header__actionPanel .govuk-button {
  background-color: transparent;
  min-height: 40px;
  min-width: 40px;
  padding: 0
}

.govuk-header__actionPanel .govuk-button * {
  vertical-align: middle
}

.govuk-header__actionPanel .govuk-header__profile_button {
  background-color: #000;
  border-radius: 50%
}

.govuk-header__actionPanel .material-icons {
  font-size: 28px;
  color: #0b4199;
  cursor: pointer
}

.govuk-header__actionPanel .profile {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover
}

.govuk-header dialog {
  border: none;
  z-index: 20
}

@media (max-width:48.0525em) {
  .govuk-header dialog {
    position: static;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 0 30px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px
  }
}

@media (min-width:48.0625em) {
  .govuk-header .dialog {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    z-index: 20;
  }

  .govuk-header .dialog .govuk-header__profile {
    max-width: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}

.govuk-header__profile {
  height: 100%;
  width: 100%
}

.govuk-header__profile__header {
  border-top: 2.5rem solid #000000;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.govuk-header__profile__header .govuk-heading-m {
  margin: 0
}

.govuk-header__profile__header .govuk-header__profile_close_button {
  margin-bottom: 20px;
  color: #000
}

.govuk-header__profile__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px
}

.govuk-header__profile img.profile {
  border-radius: 50%;
  max-width: 50px
}

.govuk-header__profile button.govuk-button {
  margin: 10px
}

@media (max-width:48.0525em) {
  .govuk-header .btnWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 30px
  }
}

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

.govuk-header__container--full-width .govuk-header__menu-button {
  right: 15px
}

.govuk-header__container {
  position: relative;
  background-color: #000000
}

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

.govuk-header__logotype {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  fill: currentcolor;
  vertical-align: top
}

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

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

.govuk-header__product-name {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  display: inline-table;
  margin-top: 10px;
  vertical-align: top
}

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

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

@-moz-document url-prefix() {
  .govuk-header__product-name {
    margin-top: 9.5px
  }
}

@media (min-width:40.0625em) {
  .govuk-header__product-name {
    margin-top: 5px
  }

  @-moz-document url-prefix() {
    .govuk-header__product-name {
      margin-top: 4.5px
    }
  }
}

.govuk-header__link {
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
}

.govuk-header__link--wrapper {
  display: flex;
  align-items: center;
}

.govuk-header__link:hover {
  text-decoration: underline
}

.govuk-header__link:hover .material-icons {
  text-decoration: none
}

.govuk-header__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-header__link--homepage {
  display: inline-block;
  margin-right: 10px
}

@media (min-width:48.0625em) {
  .govuk-header__link--homepage {
    display: inline
  }

  .govuk-header__link--homepage:focus {
    box-shadow: 0 0 #d96e00
  }
}

@media (max-width:48.0525em) {
  .govuk-header__link--homepage img {
    max-width: 180px
  }
}

@media (max-width:40.0525em) {
  .govuk-header__link--homepage img {
    max-width: 140px
  }
}

.govuk-header__link--homepage:link,
.govuk-header__link--homepage:visited {
  text-decoration: none
}

.govuk-header__link--homepage:active {
  margin-bottom: -3px;
  border-bottom: 3px solid
}

.govuk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0
}

.govuk-header__link--homepage[hidden] {
  display: none
}

.govuk-header__service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700
}

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

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

.govuk-header__content,
.govuk-header__logo {
  box-sizing: border-box;
  display: flex;
  align-items: center
}

@media (max-width:48.0525em) {

  .govuk-header__content,
  .govuk-header__logo {
    display: flex;
    align-items: center
  }
}

@media (min-width:48.0625em) {
  .govuk-header__logo {
    margin-right: 40px
  }

  .govuk-header__logo:last-child {
    width: auto;
    padding-right: 0;
    float: none
  }

  .govuk-header__content {
    border-top: 1px solid #e0e0e0
  }
}

.govuk-header__link {
  color: #000
}

.govuk-header__menu-button {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.1428571429;
  padding: 8px 13px;
  color: #072c66;
  background: none;
  word-break: break-all;
  cursor: pointer;
  border: 2px solid #072c66;
  border-radius: 5px
}

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

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

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

.govuk-header__menu-button .material-icons {
  margin-left: 5px
}

.govuk-header__menu-button:hover {
  text-underline-offset: .1578em
}

.govuk-header__menu-button:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-header__menu-button:after {
  margin-left: 5px
}

@media (min-width:40.0625em) {
  .govuk-header__menu-button {
    top: 15px
  }
}

.govuk-frontend-supported .govuk-header__menu-button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.govuk-frontend-supported .govuk-header__menu-button[hidden],
.govuk-header__menu-button[hidden] {
  display: none
}

.govuk-header__navigation {
  position: relative;
}

.govuk-header__navigation span.text {
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #757575
}

@media (min-width:48.0625em) {
  .govuk-header__navigation span.text {
    display: none
  }
}

.govuk-header__navigation-list {
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

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

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

.govuk-header__navigation-list .warning {
  background: #c3112b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: .75rem;
  line-height: 1.6666666667;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px
}

@media (min-width:40.0625em) {
  .govuk-header__navigation-list .warning {
    font-size: .75rem;
    line-height: 1.6666666667
  }
}

@media print {
  .govuk-header__navigation-list .warning {
    font-size: 12pt;
    line-height: 1
  }
}

@media (max-width:48.0525em) {
  .govuk-header__navigation-list {
    margin: 0
  }
}

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

.govuk-header__navigation-item {
  padding: 24px 6px;
}

.govuk-header__navigation-item:hover {
  background-color: #eff5fe
}

@media (min-width:48.0625em) {
  .govuk-header__navigation-item {
    display: inline-block;
    border: 0
  }
}

@media (max-width:48.0525em) {
  .govuk-header__navigation-item {
    border-bottom: 0;
    padding-right: 0;
    padding: 6px;
  }

  .govuk-header__navigation-item .govuk-header__link {
    font-size: 19px;
  }
}

.govuk-header__navigation-item a {
  font-size: 1.25rem;
  line-height: .6666666667;
  height: inherit;
  white-space: nowrap;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 400;
  width: 100%;
  justify-content: flex-start;
}

@media (min-width:40.0625em) {
  .govuk-header__navigation-item a {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

@media (min-width:48.0625em) {
  .govuk-header__navigation-item a {
    padding: calc(1.25rem - 6px) calc(.625rem - 6px)
  }
}

@media (max-width:48.0525em) {
  .govuk-header__navigation-item a {
    padding: 15px 0 15px 20px
  }
}

.govuk-header__navigation-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em
}

.govuk-header__navigation-item .idsk-dropdown__wrapper>.idsk-dropdown__options {
  top: 66px;
  left: -3px
}

.govuk-header__navigation-item--active {
  border-left: 5px solid #0b4199;
  background: #EEEEEE;
}

@media (min-width:48.0625em) {
  .govuk-header__navigation-item--active {
    border-bottom: 4px solid #0b4199;
    color: #0b4199;
    border-left: 0;
    background: none;
  }

  .govuk-header__navigation-item--active_no_line {
    border-bottom: 4px solid white !important;
  }
}

@media (max-width:48.0525em) {
  .govuk-header__navigation-item--active {
    border-bottom: 0;
  }

  .govuk-header__navigation-item--active_no_line {
    border-left: 5px solid white !important;
  }
}

.govuk-header__navigation-item--active_no_line {
  display: inline-flex;
  align-items: center;
}

.govuk-header__navigation-item--active .active>a {
  color: #072c66
}

.govuk-header__navigation-item--active a:hover,
.govuk-header__navigation-item--active a:link,
.govuk-header__navigation-item--active a:visited {
  color: #072c66;
  font-weight: 700
}

.govuk-header__navigation-item--active .idsk-dropdown__option a {
  font-weight: 400;
  color: #000
}

.govuk-header__navigation-item--active .idsk-dropdown__option.active a {
  color: #072c66
}

.govuk-header__navigation-item--active .idsk-dropdown__option .active a {
  color: #072c66;
  font-weight: 700
}

@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #000;
    background: transparent
  }

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

.govuk-header__wrapper {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 41;
  display: flex;
  width: 100%;
  flex-direction: column
}

.govuk-header__wrapper .idsk-secondary-navigation__dropdown {
  position: absolute;
  right: 0;
  padding-top: .4rem
}

.govuk-header__wrapper .idsk-secondary-navigation__dropdown .idsk-dropdown__options {
  top: 2.5rem
}

.govuk-header__wrapper .idsk-secondary-navigation__header {
  display: flex;
  position: relative;
  z-index: 10;
  right: 0;
  left: 0;
  min-height: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  justify-content: space-between;
  letter-spacing: .5px
}

.govuk-header__wrapper .idsk-secondary-navigation__heading-title {
  display: inline-flex;
  align-items: center;
  padding-top: .4rem
}

.govuk-header__wrapper .idsk-secondary-navigation__heading-button {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0 5px
}

.govuk-header__wrapper .idsk-secondary-navigation__text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: .625rem 0
}

@media (min-width:48.0625em) {
  .govuk-header__wrapper .idsk-secondary-navigation__text {
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.govuk-header__wrapper .idsk-secondary-navigation__text .govuk-body-s {
  color: #fff;
  margin-bottom: 10px
}

@media (min-width:48.0625em) {
  .govuk-header__wrapper .idsk-secondary-navigation__text .max-width77-desktop {
    max-width: 77%
  }
}

.idsk-searchbar__wrapper {
  display: flex;
  align-items: flex-start
}

@media (max-width:48.0525em) {
  .idsk-searchbar__wrapper {
    width: 100%
  }
}

.idsk-searchbar__wrapper button,
.idsk-searchbar__wrapper input {
  height: 100%
}

@media (min-width:20em) {
  .idsk-searchbar__wrapper {
    display: flex
  }

  .idsk-searchbar__wrapper .govuk-button {
    margin-bottom: 0;
    width: auto
  }
}

.idsk-searchbar__wrapper .govuk-input {
  width: 250px;
  border-radius: 0;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.idsk-searchbar__wrapper .govuk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #000;
  border-left: 0
}

.idsk-searchbar__wrapper .govuk-button .material-icons {
  font-size: 17px
}

.govuk-js-header-toggle {
  display: flex;
  align-items: center;
}

.govuk-js-header-toggle .material-icons {
  font-size: 15px;
}

.govuk-predheader {
  display: flex;
  justify-content: space-between
}

@media (max-width:48.0525em) {
  .govuk-predheader {
    margin: 10px 30px;
  }
}

.govuk-predheader .govuk-header__btns-search {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

@media (max-width:48.0525em) {
  .govuk-predheader .govuk-header__btns-search {
    width: 100%;
    flex-wrap: wrap
  }
}

.govuk-predheader .govuk-header__btns-search .govuk-header__mobile-menu {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center
}

.govuk-predheader .govuk-header__btns-search .govuk-header__mobile-menu .govuk-header__menu-button {
  margin: 10px 0;
  margin-left: auto;
}

.govuk-predheader .govuk-header__btns-search .govuk-header__navigation {
  border-top: none
}

.govuk-predheader .govuk-header__btns-search .govuk-button {
  margin-bottom: 0
}

.idsk-secondary-navigation__heading-desktop {
  display: none
}

.idsk-secondary-navigation__heading-button-icon {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  text-decoration: none
}

.dropdown-toggle {
  position: relative
}

@media (max-width:48.0525em) {
  .dropdown-toggle a {
    display: flex;
    justify-content: space-between
  }

  .dropdown-toggle ul.submenu {
    margin-top: 15px
  }
}

.dropdown-toggle.open .submenu {
  display: block
}

.dropdown-toggle.open .govuk-header__link span.material-icons {
  rotate: 180deg
}

.submenu {
  display: none;
  position: absolute;
  top: 85%;
  left: -.2rem;
  width: auto;
  list-style-type: none;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: #fff
}

@media (max-width:48.0525em) {
  .submenu {
    position: static
  }
}

.submenu .govuk-header__navigation-item {
  width: calc(100% - 1.25rem)
}

@media (max-width:48.0525em) {
  .submenu.idsk-shadow-medium {
    box-shadow: none
  }
}

.rotate180 {
  transform: rotate(180deg)
}

@media (min-width:520px) {
  .idsk-secondary-navigation__heading-mobile {
    display: none
  }

  .idsk-secondary-navigation__heading-desktop {
    display: inline
  }
}

.idsk-button {
  display: inline-flex;
  position: relative;
  border: none;
  background: none;
  font-size: .875rem;
  line-height: 1.1428571429
}

.idsk-button:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

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

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

.idsk-dropdown__wrapper {
  display: inline-block;
  position: relative
}

.idsk-dropdown__wrapper .idsk-dropdown {
  font-weight: 400;
  text-decoration: none
}

.idsk-dropdown__wrapper .idsk-dropdown:hover {
  text-decoration: none
}

.idsk-dropdown__wrapper .idsk-dropdown:hover>:not(.material-icons) {
  text-decoration: underline
}

.idsk-dropdown__wrapper .idsk-dropdown .material-icons {
  text-decoration: none
}

.idsk-dropdown__wrapper.open>.idsk-dropdown__options {
  display: block
}

@media (max-width:48.0525em) {
  .idsk-dropdown__wrapper.open>.idsk-dropdown__options {
    position: static
  }
}

.idsk-dropdown__wrapper.open>.idsk-dropdown>.material-icons {
  rotate: 180deg
}

.idsk-dropdown__wrapper .idsk-button {
  cursor: pointer
}

.idsk-dropdown__wrapper .idsk-button>.idsk-button__text:hover {
  text-decoration: underline
}

.idsk-dropdown__wrapper:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.idsk-dropdown__icon {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  width: 1.5rem;
  height: 1.5rem
}

@media (min-width:40.0625em) {
  .idsk-dropdown__icon {
    font-size: 1.5rem;
    line-height: 1.25
  }
}

@media print {
  .idsk-dropdown__icon {
    font-size: 18pt;
    line-height: 1.15
  }
}

.idsk-dropdown__icon--opened {
  rotate: 180deg
}

.idsk-dropdown__options {
  display: none;
  position: absolute;
  z-index: 10;
  top: 30px;
  padding: 0;
  margin: 0;
  opacity: 0;
  color: #000;
  background-color: #fff
}

.idsk-dropdown__options hr {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  border: 1px solid #e0e0e0
}

.idsk-dropdown__option {
  display: flex;
  padding: .75rem 0 .75rem 6px;
  white-space: nowrap;
  border-left: 4px solid transparent
}

.idsk-dropdown__option.active {
  border-left: 4px solid #0b4199
}

@media (max-width:48.0525em) {
  .idsk-dropdown__option.active {
    border-left: 4px solid #126dff
  }
}

.idsk-dropdown__option.active a {
  font-weight: 700
}

.idsk-dropdown__option a {
  text-decoration: none;
  font-weight: 400;
  margin-right: 6px
}

.idsk-dropdown__option:first-of-type {
  margin-top: 5px
}

.idsk-dropdown__option:last-of-type {
  margin-bottom: 5px
}

.idsk-dropdown__option:hover {
  background-color: #eff5fe
}

.idsk-dropdown__option:active {
  font-weight: 700
}

.idsk-dropdown__option:first-child {
  margin-top: .25rem
}

.idsk-dropdown__option:last-child {
  margin-bottom: .25rem
}

.idsk-dropdown__option * {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.5;
  box-sizing: border-box;
  color: inherit;
  text-decoration: inherit
}

@media print {
  .idsk-dropdown__option * {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-dropdown__option * {
    font-size: 1rem;
    line-height: 1.5
  }
}

@media print {
  .idsk-dropdown__option * {
    font-size: 14pt;
    line-height: 1.5
  }
}

.idsk-dropdown__option :not(hr) {
  padding: 5px 15px 10px;
  width: 100%
}

.idsk-dropdown__option :not(hr):hover {
  background-color: #eff5fe
}

.idsk-dropdown__option :not(hr):focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}


@media (max-width:48.0525em) {
  .idsk-dropdown__option :not(hr) {
    padding: 5px;
  }
}

.idsk-dropdown--opened {
  opacity: 1
}

.govuk-input {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: .6666666667;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding: 5px 1rem;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #424242;
  border-radius: 5px
}

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

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

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

.govuk-input:not([disabled]):hover {
  box-shadow: 0 0 0 3px #757575
}

.govuk-input:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-input:disabled {
  border-color: #bdbdbd;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed
}

.govuk-input.small {
  height: 2.5rem
}

.govuk-input-container {
  position: relative
}

.govuk-input-container .input-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%)
}

.govuk-input-container .govuk-body-s {
  margin-bottom: 10px;
  color: #757575
}

.govuk-input-container .descriptive-text {
  margin-top: 10px
}

.govuk-input::-webkit-inner-spin-button,
.govuk-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.govuk-input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}

.govuk-input--error {
  border-color: #c3112b
}

.govuk-input--error:focus {
  border-color: #424242
}

.govuk-input--extra-letter-spacing {
  font-variant-numeric: tabular-nums;
  letter-spacing: .05em
}

.govuk-input__wrapper {
  display: flex
}

.govuk-input__wrapper .govuk-input {
  flex: 0 1 auto
}

.govuk-input__wrapper .govuk-input:focus {
  z-index: 1
}

@media (max-width:19.99em) {
  .govuk-input__wrapper {
    display: block
  }

  .govuk-input__wrapper .govuk-input {
    max-width: 100%
  }
}

.govuk-input-component .govuk-label {
  margin-bottom: 0;
  padding-bottom: 10px
}

.govuk-input-component .govuk-label.small {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1428571429
}

@media print {
  .govuk-input-component .govuk-label.small {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .govuk-input-component .govuk-label.small {
    font-size: 1rem;
    line-height: 1.25
  }
}

@media print {
  .govuk-input-component .govuk-label.small {
    font-size: 14pt;
    line-height: 1.2
  }
}

.govuk-input-component .govuk-body-s {
  margin-bottom: 10px;
  color: #757575
}

.govuk-input-component .required {
  color: #c3112b
}

.govuk-notification-banner {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  margin-bottom: 30px;
  border: 5px solid #126dff;
  border-radius: 10px;
  background-color: #126dff
}

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

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

@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 #d96e00
}

.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-size: 2.25rem;
  line-height: .6666666667;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff
}

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

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

.govuk-notification-banner__content {
  color: #000;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  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: 925px
}

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

.govuk-notification-banner__heading {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0
}

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

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

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

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

.govuk-notification-banner__link:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-notification-banner__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-notification-banner__link:link,
.govuk-notification-banner__link:visited {
  color: #126dff
}

.govuk-notification-banner__link:hover {
  color: #072c66
}

.govuk-notification-banner__link:active,
.govuk-notification-banner__link:focus {
  color: #000
}

.govuk-notification-banner--success {
  border-color: #078814;
  background-color: #078814
}

.govuk-notification-banner--warning {
  border-color: #c3112b;
  background-color: #c3112b
}

.govuk-notification-banner--small .govuk-notification-banner__heading {
  font-size: 2.25rem;
  line-height: .6666666667
}

@media (min-width:40.0625em) {
  .govuk-notification-banner--small .govuk-notification-banner__heading {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

.govuk-notification-banner--small .govuk-notification-banner__header {
  padding: 5px 15px
}

.govuk-notification-banner--small .govuk-notification-banner__title {
  font-size: .875rem;
  line-height: 1.1428571429
}

@media (min-width:40.0625em) {
  .govuk-notification-banner--small .govuk-notification-banner__title {
    font-size: 1rem;
    line-height: 1.25
  }
}

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

.govuk-notification-banner--small .govuk-body,
.govuk-notification-banner--small .govuk-notification-banner__content {
  font-size: .875rem;
  line-height: 1.1428571429
}

@media (min-width:40.0625em) {

  .govuk-notification-banner--small .govuk-body,
  .govuk-notification-banner--small .govuk-notification-banner__content {
    font-size: 1rem;
    line-height: 1.25
  }
}

@media print {

  .govuk-notification-banner--small .govuk-body,
  .govuk-notification-banner--small .govuk-notification-banner__content {
    font-size: 14pt;
    line-height: 1.2
  }
}

.govuk-notification-banner--small .govuk-notification-banner__content {
  padding: 15px
}

.govuk-radios__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

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

.govuk-radios__input {
  z-index: 1;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer
}

.govuk-radios__label {
  align-self: center;
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation
}

.govuk-radios__label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 50%;
  background: transparent
}

.govuk-radios__label:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor
}

.govuk-radios__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl)+.govuk-radios__hint {
  margin-bottom: 0
}

.govuk-radios__input:hover:not(:disabled)+.govuk-radios__label:before {
  box-shadow: 0 0 0 10px #eee
}

.govuk-radios__input:focus+.govuk-radios__label:before {
  border-width: 2px;
  outline: 3px solid #d96e00;
  outline-offset: 3px
}

@media (-ms-high-contrast:active),
screen and (forced-colors:active) {
  .govuk-radios__input:focus+.govuk-radios__label:before {
    outline-color: Highlight
  }
}

.govuk-radios__input:checked+.govuk-radios__label:after {
  opacity: 1
}

.govuk-radios__input:disabled,
.govuk-radios__input:disabled+.govuk-radios__label {
  cursor: not-allowed
}

.govuk-radios__input:disabled+.govuk-radios__label,
.govuk-radios__input:disabled~.govuk-hint {
  opacity: .5
}

@media (min-width:40.0625em) {
  .govuk-radios--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
  }

  .govuk-radios--inline .govuk-radios__item {
    margin-right: 20px
  }
}

.govuk-radios__divider {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  width: 40px;
  margin-bottom: 10px;
  text-align: center
}

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

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

@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
    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
  }
}

.govuk-frontend-supported .govuk-radios__conditional--hidden {
  display: none
}

.govuk-radios--small .govuk-radios__item,
.govuk-radios__conditional>:last-child {
  margin-bottom: 0
}

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

.govuk-radios--small .govuk-radios__label {
  max-width: calc(100% - 50px);
  padding-left: 1px
}

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

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

.govuk-radios--small .govuk-radios__hint {
  padding-left: 34px
}

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

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

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled)+.govuk-radios__label:before {
  box-shadow: 0 0 0 10px #eee
}

.govuk-radios--small .govuk-radios__input:focus .govuk-radios__input:not(:disabled)+.govuk-radios__label:before {
  outline: 3px solid #d96e00;
  outline-offset: 3px
}

.govuk-select {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  min-width: 11.5em;
  max-width: 100%;
  width: 100%;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #424242;
  border-radius: 5px;
  color: #000;
  background-color: #fff
}

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

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

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

.govuk-select:hover {
  box-shadow: 0 0 0 3px #757575
}

.govuk-select:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

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

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

.govuk-textarea {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 64px;
  margin-bottom: 10px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #424242;
  border-radius: .25rem;
  -webkit-appearance: none;
  appearance: none
}

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

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

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

.govuk-textarea:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-textarea:hover {
  box-shadow: 0 0 0 3px #757575
}

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

.govuk-textarea--error {
  border-color: #c3112b
}

.govuk-textarea--error:focus {
  border-color: #424242
}

.idsk-textarea__wrapper {
  position: relative
}

.idsk-textarea--counter {
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: #757575
}

.idsk-textarea__input-description {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1428571429;
  color: #757575
}

@media print {
  .idsk-textarea__input-description {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .idsk-textarea__input-description {
    font-size: 1rem;
    line-height: 1.25
  }
}

@media print {
  .idsk-textarea__input-description {
    font-size: 14pt;
    line-height: 1.2
  }
}

.govuk-table {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse
}

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

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

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

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

.govuk-table tbody {
  border-radius: .25rem
}

.govuk-table__head {
  font-weight: 700
}

.govuk-table__head .govuk-table__row {
  background-color: #EEEEEE
}

.govuk-table__row {
  display: block;
  position: relative;
  min-width: 3.125rem;
  padding: .5rem 1.25rem;
  border-top-style: none;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top-color: #e0e0e0;
  background-color: #F5F5F5;
  align-items: center;
  gap: .5rem;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column
}

.govuk-table.light .govuk-table__row {
  background-color: transparent;
}

.govuk-table.light .govuk-table__head .govuk-table__row {
  background-color: #eeeeee;
}

.govuk-table__row:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

@media (min-width:730px) {
  .govuk-table__row {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column
  }
}

@media (max-width:729px) {
  .govuk-table__row th, .govuk-table__row td, .govuk-table__row p {
    font-size: 12px;
  }

  .govuk-table__row {
    align-items: flex-start;
    padding: 8px;
  }

  .govuk-table__header {
    text-align: left;
  }

  .govuk-table__row td {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.govuk-table__header {
  font-weight: 700
}

.govuk-table__cell,
.govuk-table__header {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.govuk-table__cell--numeric {
  font-variant-numeric: tabular-nums
}

.govuk-table__cell--numeric,
.govuk-table__header--numeric {
  text-align: right
}

.govuk-table__cell:last-child,
.govuk-table__header:last-child {
  padding-right: 0
}

.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left
}

.govuk-table__caption-medium {
  display: table-caption;
  text-align: left;
  margin-bottom: 15px
}

.govuk-table__caption--l,
.govuk-table__caption--m,
.govuk-table__caption--xl {
  margin-bottom: 15px
}

.govuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.09375
}

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

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

.govuk-table__caption--l {
  font-size: 1.5rem;
  line-height: 1.0416666667
}

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

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

.govuk-table__caption--m {
  font-size: 1.125rem;
  line-height: 1.1111111111
}

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

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

.govuk-signpost {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  display: block;
  text-decoration: none
}

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

@media (min-width:40.0625em) {
  .govuk-signpost {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

.govuk-signpost__card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff
}

.govuk-signpost__card--vertical {
  flex-direction: column;
  gap: 5px
}

.govuk-signpost__icon {
  color: #126dff;
  font-size: 24px
}

.govuk-signpost__icon--vertical {
  display: inline-block
}

.govuk-signpost__title {
  margin: 0;
  color: #000
}

.govuk-signpost__card--text {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0
}

.govuk-signpost__card--text .govuk-signpost__title {
  color: #126dff;
  text-decoration: underline
}

.govuk-signpost__card--text .govuk-signpost__title:hover {
  text-decoration-thickness: 3px
}

.govuk-signpost__subtitle,
.govuk-signpost__tag {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1428571429;
  color: #757575
}

@media print {

  .govuk-signpost__subtitle,
  .govuk-signpost__tag {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {

  .govuk-signpost__subtitle,
  .govuk-signpost__tag {
    font-size: 1rem;
    line-height: 1.25
  }
}

@media print {

  .govuk-signpost__subtitle,
  .govuk-signpost__tag {
    font-size: 14pt;
    line-height: 1.2
  }
}

.govuk-signpost__subtitle {
  margin: 0
}

.govuk-signpost__tag {
  margin: 10px 0 0
}

.govuk-link .govuk-signpost__title {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  color: #126dff;
  -webkit-text-decoration-color: #126dff;
  text-decoration-color: #126dff
}

.govuk-link .govuk-signpost__title:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  color: #126dff;
  -webkit-text-decoration-color: "blue";
  text-decoration-color: "blue"
}

.govuk-signpost__link:hover {
  box-shadow: 0 0 0 3px #757575
}

.govuk-signpost__link:hover .govuk-signpost__title {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-signpost__link .govuk-signpost__title {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  color: #126dff
}

.govuk-signpost__link .govuk-signpost__title:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.govuk-signpost__link:focus {
  z-index: 1;
  border-radius: 5px;
  outline: 3px solid #d96e00;
  outline-offset: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.govuk-signpost__description {
  margin: 10px 0 0;
  color: #000
}

.govuk-signpost__container {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  width: 100%
}

.govuk-signpost__arrow-icon {
  color: #000
}

.govuk-signpost__actions {
  margin: 15px 0 0
}

.govuk-signpost__actions button {
  margin: 0
}

.govuk-signpost__image {
  width: 100%
}

.govuk-feedback-bar {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  padding: 10px;
  background-color: #eee
}

@media print {
  .govuk-feedback-bar {
    font-family: sans-serif
  }
}

@media (min-width:40.0625em) {
  .govuk-feedback-bar {
    font-size: 1.1875rem;
    line-height: 1.4736842105
  }
}

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

.govuk-feedback-bar__body {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1120px;
  margin: auto
}

.govuk-feedback-bar__body button {
  margin: 0
}

.govuk-feedback-bar__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 700
}

.govuk-feedback-bar__actions {
  display: flex;
  align-items: center;
  gap: 15px
}

.govuk-feedback-bar__action {
  margin-left: auto
}

.govuk-feedback-bar__check {
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 1000px;
  color: #fff;
  background-color: #078814
}

.govuk-details {
  font-family: Source Sans Pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: .6666666667;
  color: #000;
  margin-bottom: 20px;
  display: block
}

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

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

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

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

.govuk-details__summary {
  display: inline-block;
  margin-bottom: 5px
}

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

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

.govuk-details__text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px
}

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

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

@media screen\0 {
  .govuk-details {
    border-left: 10px solid #b1b4b6
  }

  .govuk-details__summary {
    margin-top: 15px
  }

  .govuk-details__summary-text {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 20px
  }
}

@media screen and (min-width:40.0625em) {
  .govuk-details__summary-text {
    margin-bottom: 20px
  }
}

@supports not (-ms-ime-align:auto) {
  .govuk-details__summary {
    position: relative;
    padding-left: 25px;
    color: #126dff;
    cursor: pointer
  }

  .govuk-details__summary:hover {
    color: #072c66
  }

  .govuk-details__summary:focus {
    z-index: 1;
    border-radius: 5px;
    outline: 3px solid #d96e00;
    outline-offset: 3px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }

  .govuk-details__summary-text {
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
  }

  .govuk-details__summary:hover .govuk-details__summary-text {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
  }

  .govuk-details__summary::-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;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 12.124px;
    border-left-color: inherit
  }

  .govuk-details[open]>.govuk-details__summary:before {
    display: block;
    width: 0;
    height: 0;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    border-color: transparent;
    border-style: solid;
    border-width: 12.124px 7px 0;
    border-top-color: inherit
  }

  .govuk-details__text {
    border-left: 5px solid #b1b4b6
  }
}

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

.govuk-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.govuk-visually-hidden:after,
.govuk-visually-hidden:before {
  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;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.govuk-visually-hidden-focusable:active,
.govuk-visually-hidden-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  white-space: inherit !important;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.govuk-\!-display-inline {
  display: inline !important
}

.govuk-\!-display-inline-block {
  display: inline-block !important
}

.govuk-\!-display-block {
  display: block !important
}

.govuk-\!-display-none {
  display: none !important
}

@media print {
  .govuk-\!-display-none-print {
    display: none !important
  }
}

.govuk-\!-margin-0 {
  margin: 0 !important
}

.govuk-\!-margin-top-0 {
  margin-top: 0 !important
}

.govuk-\!-margin-right-0 {
  margin-right: 0 !important
}

.govuk-\!-margin-bottom-0 {
  margin-bottom: 0 !important
}

.govuk-\!-margin-left-0 {
  margin-left: 0 !important
}

.govuk-\!-margin-1 {
  margin: 5px !important
}

.govuk-\!-margin-top-1 {
  margin-top: 5px !important
}

.govuk-\!-margin-right-1 {
  margin-right: 5px !important
}

.govuk-\!-margin-bottom-1 {
  margin-bottom: 5px !important
}

.govuk-\!-margin-left-1 {
  margin-left: 5px !important
}

.govuk-\!-margin-2 {
  margin: 10px !important
}

.govuk-\!-margin-top-2 {
  margin-top: 10px !important
}

.govuk-\!-margin-right-2 {
  margin-right: 10px !important
}

.govuk-\!-margin-bottom-2 {
  margin-bottom: 10px !important
}

.govuk-\!-margin-left-2 {
  margin-left: 10px !important
}

.govuk-\!-margin-3 {
  margin: 15px !important
}

.govuk-\!-margin-top-3 {
  margin-top: 15px !important
}

.govuk-\!-margin-right-3 {
  margin-right: 15px !important
}

.govuk-\!-margin-bottom-3 {
  margin-bottom: 15px !important
}

.govuk-\!-margin-left-3 {
  margin-left: 15px !important
}

.govuk-\!-margin-4 {
  margin: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-4 {
    margin: 20px !important
  }
}

.govuk-\!-margin-top-4 {
  margin-top: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-4 {
    margin-top: 20px !important
  }
}

.govuk-\!-margin-right-4 {
  margin-right: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-4 {
    margin-right: 20px !important
  }
}

.govuk-\!-margin-bottom-4 {
  margin-bottom: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-4 {
    margin-bottom: 20px !important
  }
}

.govuk-\!-margin-left-4 {
  margin-left: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-4 {
    margin-left: 20px !important
  }
}

.govuk-\!-margin-5 {
  margin: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-5 {
    margin: 25px !important
  }
}

.govuk-\!-margin-top-5 {
  margin-top: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-5 {
    margin-top: 25px !important
  }
}

.govuk-\!-margin-right-5 {
  margin-right: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-5 {
    margin-right: 25px !important
  }
}

.govuk-\!-margin-bottom-5 {
  margin-bottom: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-5 {
    margin-bottom: 25px !important
  }
}

.govuk-\!-margin-left-5 {
  margin-left: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-5 {
    margin-left: 25px !important
  }
}

.govuk-\!-margin-6 {
  margin: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-6 {
    margin: 30px !important
  }
}

.govuk-\!-margin-top-6 {
  margin-top: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-6 {
    margin-top: 30px !important
  }
}

.govuk-\!-margin-right-6 {
  margin-right: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-6 {
    margin-right: 30px !important
  }
}

.govuk-\!-margin-bottom-6 {
  margin-bottom: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-6 {
    margin-bottom: 30px !important
  }
}

.govuk-\!-margin-left-6 {
  margin-left: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-6 {
    margin-left: 30px !important
  }
}

.govuk-\!-margin-7 {
  margin: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-7 {
    margin: 40px !important
  }
}

.govuk-\!-margin-top-7 {
  margin-top: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-7 {
    margin-top: 40px !important
  }
}

.govuk-\!-margin-right-7 {
  margin-right: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-7 {
    margin-right: 40px !important
  }
}

.govuk-\!-margin-bottom-7 {
  margin-bottom: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-7 {
    margin-bottom: 40px !important
  }
}

.govuk-\!-margin-left-7 {
  margin-left: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-7 {
    margin-left: 40px !important
  }
}

.govuk-\!-margin-8 {
  margin: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-8 {
    margin: 50px !important
  }
}

.govuk-\!-margin-top-8 {
  margin-top: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-8 {
    margin-top: 50px !important
  }
}

.govuk-\!-margin-right-8 {
  margin-right: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-8 {
    margin-right: 50px !important
  }
}

.govuk-\!-margin-bottom-8 {
  margin-bottom: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-8 {
    margin-bottom: 50px !important
  }
}

.govuk-\!-margin-left-8 {
  margin-left: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-8 {
    margin-left: 50px !important
  }
}

.govuk-\!-margin-9 {
  margin: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-9 {
    margin: 60px !important
  }
}

.govuk-\!-margin-top-9 {
  margin-top: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-top-9 {
    margin-top: 60px !important
  }
}

.govuk-\!-margin-right-9 {
  margin-right: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-right-9 {
    margin-right: 60px !important
  }
}

.govuk-\!-margin-bottom-9 {
  margin-bottom: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-bottom-9 {
    margin-bottom: 60px !important
  }
}

.govuk-\!-margin-left-9 {
  margin-left: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-margin-left-9 {
    margin-left: 60px !important
  }
}

.govuk-\!-padding-0 {
  padding: 0 !important
}

.govuk-\!-padding-top-0 {
  padding-top: 0 !important
}

.govuk-\!-padding-right-0 {
  padding-right: 0 !important
}

.govuk-\!-padding-bottom-0 {
  padding-bottom: 0 !important
}

.govuk-\!-padding-left-0 {
  padding-left: 0 !important
}

.govuk-\!-padding-1 {
  padding: 5px !important
}

.govuk-\!-padding-top-1 {
  padding-top: 5px !important
}

.govuk-\!-padding-right-1 {
  padding-right: 5px !important
}

.govuk-\!-padding-bottom-1 {
  padding-bottom: 5px !important
}

.govuk-\!-padding-left-1 {
  padding-left: 5px !important
}

.govuk-\!-padding-2 {
  padding: 10px !important
}

.govuk-\!-padding-top-2 {
  padding-top: 10px !important
}

.govuk-\!-padding-right-2 {
  padding-right: 10px !important
}

.govuk-\!-padding-bottom-2 {
  padding-bottom: 10px !important
}

.govuk-\!-padding-left-2 {
  padding-left: 10px !important
}

.govuk-\!-padding-3 {
  padding: 15px !important
}

.govuk-\!-padding-top-3 {
  padding-top: 15px !important
}

.govuk-\!-padding-right-3 {
  padding-right: 15px !important
}

.govuk-\!-padding-bottom-3 {
  padding-bottom: 15px !important
}

.govuk-\!-padding-left-3 {
  padding-left: 15px !important
}

.govuk-\!-padding-4 {
  padding: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-4 {
    padding: 20px !important
  }
}

.govuk-\!-padding-top-4 {
  padding-top: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-4 {
    padding-top: 20px !important
  }
}

.govuk-\!-padding-right-4 {
  padding-right: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-4 {
    padding-right: 20px !important
  }
}

.govuk-\!-padding-bottom-4 {
  padding-bottom: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-4 {
    padding-bottom: 20px !important
  }
}

.govuk-\!-padding-left-4 {
  padding-left: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-4 {
    padding-left: 20px !important
  }
}

.govuk-\!-padding-5 {
  padding: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-5 {
    padding: 25px !important
  }
}

.govuk-\!-padding-top-5 {
  padding-top: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-5 {
    padding-top: 25px !important
  }
}

.govuk-\!-padding-right-5 {
  padding-right: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-5 {
    padding-right: 25px !important
  }
}

.govuk-\!-padding-bottom-5 {
  padding-bottom: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-5 {
    padding-bottom: 25px !important
  }
}

.govuk-\!-padding-left-5 {
  padding-left: 15px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-5 {
    padding-left: 25px !important
  }
}

.govuk-\!-padding-6 {
  padding: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-6 {
    padding: 30px !important
  }
}

.govuk-\!-padding-top-6 {
  padding-top: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-6 {
    padding-top: 30px !important
  }
}

.govuk-\!-padding-right-6 {
  padding-right: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-6 {
    padding-right: 30px !important
  }
}

.govuk-\!-padding-bottom-6 {
  padding-bottom: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-6 {
    padding-bottom: 30px !important
  }
}

.govuk-\!-padding-left-6 {
  padding-left: 20px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-6 {
    padding-left: 30px !important
  }
}

.govuk-\!-padding-7 {
  padding: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-7 {
    padding: 40px !important
  }
}

.govuk-\!-padding-top-7 {
  padding-top: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-7 {
    padding-top: 40px !important
  }
}

.govuk-\!-padding-right-7 {
  padding-right: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-7 {
    padding-right: 40px !important
  }
}

.govuk-\!-padding-bottom-7 {
  padding-bottom: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-7 {
    padding-bottom: 40px !important
  }
}

.govuk-\!-padding-left-7 {
  padding-left: 25px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-7 {
    padding-left: 40px !important
  }
}

.govuk-\!-padding-8 {
  padding: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-8 {
    padding: 50px !important
  }
}

.govuk-\!-padding-top-8 {
  padding-top: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-8 {
    padding-top: 50px !important
  }
}

.govuk-\!-padding-right-8 {
  padding-right: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-8 {
    padding-right: 50px !important
  }
}

.govuk-\!-padding-bottom-8 {
  padding-bottom: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-8 {
    padding-bottom: 50px !important
  }
}

.govuk-\!-padding-left-8 {
  padding-left: 30px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-8 {
    padding-left: 50px !important
  }
}

.govuk-\!-padding-9 {
  padding: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-9 {
    padding: 60px !important
  }
}

.govuk-\!-padding-top-9 {
  padding-top: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-top-9 {
    padding-top: 60px !important
  }
}

.govuk-\!-padding-right-9 {
  padding-right: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-right-9 {
    padding-right: 60px !important
  }
}

.govuk-\!-padding-bottom-9 {
  padding-bottom: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-bottom-9 {
    padding-bottom: 60px !important
  }
}

.govuk-\!-padding-left-9 {
  padding-left: 40px !important
}

@media (min-width:40.0625em) {
  .govuk-\!-padding-left-9 {
    padding-left: 60px !important
  }
}

.govuk-\!-static-margin-0 {
  margin: 0 !important
}

.govuk-\!-static-margin-top-0 {
  margin-top: 0 !important
}

.govuk-\!-static-margin-right-0 {
  margin-right: 0 !important
}

.govuk-\!-static-margin-bottom-0 {
  margin-bottom: 0 !important
}

.govuk-\!-static-margin-left-0 {
  margin-left: 0 !important
}

.govuk-\!-static-margin-1 {
  margin: 5px !important
}

.govuk-\!-static-margin-top-1 {
  margin-top: 5px !important
}

.govuk-\!-static-margin-right-1 {
  margin-right: 5px !important
}

.govuk-\!-static-margin-bottom-1 {
  margin-bottom: 5px !important
}

.govuk-\!-static-margin-left-1 {
  margin-left: 5px !important
}

.govuk-\!-static-margin-2 {
  margin: 10px !important
}

.govuk-\!-static-margin-top-2 {
  margin-top: 10px !important
}

.govuk-\!-static-margin-right-2 {
  margin-right: 10px !important
}

.govuk-\!-static-margin-bottom-2 {
  margin-bottom: 10px !important
}

.govuk-\!-static-margin-left-2 {
  margin-left: 10px !important
}

.govuk-\!-static-margin-3 {
  margin: 15px !important
}

.govuk-\!-static-margin-top-3 {
  margin-top: 15px !important
}

.govuk-\!-static-margin-right-3 {
  margin-right: 15px !important
}

.govuk-\!-static-margin-bottom-3 {
  margin-bottom: 15px !important
}

.govuk-\!-static-margin-left-3 {
  margin-left: 15px !important
}

.govuk-\!-static-margin-4 {
  margin: 20px !important
}

.govuk-\!-static-margin-top-4 {
  margin-top: 20px !important
}

.govuk-\!-static-margin-right-4 {
  margin-right: 20px !important
}

.govuk-\!-static-margin-bottom-4 {
  margin-bottom: 20px !important
}

.govuk-\!-static-margin-left-4 {
  margin-left: 20px !important
}

.govuk-\!-static-margin-5 {
  margin: 25px !important
}

.govuk-\!-static-margin-top-5 {
  margin-top: 25px !important
}

.govuk-\!-static-margin-right-5 {
  margin-right: 25px !important
}

.govuk-\!-static-margin-bottom-5 {
  margin-bottom: 25px !important
}

.govuk-\!-static-margin-left-5 {
  margin-left: 25px !important
}

.govuk-\!-static-margin-6 {
  margin: 30px !important
}

.govuk-\!-static-margin-top-6 {
  margin-top: 30px !important
}

.govuk-\!-static-margin-right-6 {
  margin-right: 30px !important
}

.govuk-\!-static-margin-bottom-6 {
  margin-bottom: 30px !important
}

.govuk-\!-static-margin-left-6 {
  margin-left: 30px !important
}

.govuk-\!-static-margin-7 {
  margin: 40px !important
}

.govuk-\!-static-margin-top-7 {
  margin-top: 40px !important
}

.govuk-\!-static-margin-right-7 {
  margin-right: 40px !important
}

.govuk-\!-static-margin-bottom-7 {
  margin-bottom: 40px !important
}

.govuk-\!-static-margin-left-7 {
  margin-left: 40px !important
}

.govuk-\!-static-margin-8 {
  margin: 50px !important
}

.govuk-\!-static-margin-top-8 {
  margin-top: 50px !important
}

.govuk-\!-static-margin-right-8 {
  margin-right: 50px !important
}

.govuk-\!-static-margin-bottom-8 {
  margin-bottom: 50px !important
}

.govuk-\!-static-margin-left-8 {
  margin-left: 50px !important
}

.govuk-\!-static-margin-9 {
  margin: 60px !important
}

.govuk-\!-static-margin-top-9 {
  margin-top: 60px !important
}

.govuk-\!-static-margin-right-9 {
  margin-right: 60px !important
}

.govuk-\!-static-margin-bottom-9 {
  margin-bottom: 60px !important
}

.govuk-\!-static-margin-left-9 {
  margin-left: 60px !important
}

.govuk-\!-static-padding-0 {
  padding: 0 !important
}

.govuk-\!-static-padding-top-0 {
  padding-top: 0 !important
}

.govuk-\!-static-padding-right-0 {
  padding-right: 0 !important
}

.govuk-\!-static-padding-bottom-0 {
  padding-bottom: 0 !important
}

.govuk-\!-static-padding-left-0 {
  padding-left: 0 !important
}

.govuk-\!-static-padding-1 {
  padding: 5px !important
}

.govuk-\!-static-padding-top-1 {
  padding-top: 5px !important
}

.govuk-\!-static-padding-right-1 {
  padding-right: 5px !important
}

.govuk-\!-static-padding-bottom-1 {
  padding-bottom: 5px !important
}

.govuk-\!-static-padding-left-1 {
  padding-left: 5px !important
}

.govuk-\!-static-padding-2 {
  padding: 10px !important
}

.govuk-\!-static-padding-top-2 {
  padding-top: 10px !important
}

.govuk-\!-static-padding-right-2 {
  padding-right: 10px !important
}

.govuk-\!-static-padding-bottom-2 {
  padding-bottom: 10px !important
}

.govuk-\!-static-padding-left-2 {
  padding-left: 10px !important
}

.govuk-\!-static-padding-3 {
  padding: 15px !important
}

.govuk-\!-static-padding-top-3 {
  padding-top: 15px !important
}

.govuk-\!-static-padding-right-3 {
  padding-right: 15px !important
}

.govuk-\!-static-padding-bottom-3 {
  padding-bottom: 15px !important
}

.govuk-\!-static-padding-left-3 {
  padding-left: 15px !important
}

.govuk-\!-static-padding-4 {
  padding: 20px !important
}

.govuk-\!-static-padding-top-4 {
  padding-top: 20px !important
}

.govuk-\!-static-padding-right-4 {
  padding-right: 20px !important
}

.govuk-\!-static-padding-bottom-4 {
  padding-bottom: 20px !important
}

.govuk-\!-static-padding-left-4 {
  padding-left: 20px !important
}

.govuk-\!-static-padding-5 {
  padding: 25px !important
}

.govuk-\!-static-padding-top-5 {
  padding-top: 25px !important
}

.govuk-\!-static-padding-right-5 {
  padding-right: 25px !important
}

.govuk-\!-static-padding-bottom-5 {
  padding-bottom: 25px !important
}

.govuk-\!-static-padding-left-5 {
  padding-left: 25px !important
}

.govuk-\!-static-padding-6 {
  padding: 30px !important
}

.govuk-\!-static-padding-top-6 {
  padding-top: 30px !important
}

.govuk-\!-static-padding-right-6 {
  padding-right: 30px !important
}

.govuk-\!-static-padding-bottom-6 {
  padding-bottom: 30px !important
}

.govuk-\!-static-padding-left-6 {
  padding-left: 30px !important
}

.govuk-\!-static-padding-7 {
  padding: 40px !important
}

.govuk-\!-static-padding-top-7 {
  padding-top: 40px !important
}

.govuk-\!-static-padding-right-7 {
  padding-right: 40px !important
}

.govuk-\!-static-padding-bottom-7 {
  padding-bottom: 40px !important
}

.govuk-\!-static-padding-left-7 {
  padding-left: 40px !important
}

.govuk-\!-static-padding-8 {
  padding: 50px !important
}

.govuk-\!-static-padding-top-8 {
  padding-top: 50px !important
}

.govuk-\!-static-padding-right-8 {
  padding-right: 50px !important
}

.govuk-\!-static-padding-bottom-8 {
  padding-bottom: 50px !important
}

.govuk-\!-static-padding-left-8 {
  padding-left: 50px !important
}

.govuk-\!-static-padding-9 {
  padding: 60px !important
}

.govuk-\!-static-padding-top-9 {
  padding-top: 60px !important
}

.govuk-\!-static-padding-right-9 {
  padding-right: 60px !important
}

.govuk-\!-static-padding-bottom-9 {
  padding-bottom: 60px !important
}

.govuk-\!-static-padding-left-9 {
  padding-left: 60px !important
}

.govuk-\!-text-align-left {
  text-align: left !important
}

.govuk-\!-text-align-centre {
  text-align: center !important
}

.govuk-\!-text-align-right {
  text-align: right !important
}

.govuk-\!-font-size-80 {
  font-size: 3.3125rem !important;
  line-height: 1.0377358491 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-80 {
    font-size: 5rem !important;
    line-height: 1 !important
  }
}

@media print {
  .govuk-\!-font-size-80 {
    font-size: 53pt !important;
    line-height: 1.1 !important
  }
}

.govuk-\!-font-size-48 {
  font-size: 2rem !important;
  line-height: 1.09375 !important
}

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

@media print {
  .govuk-\!-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important
  }
}

.govuk-\!-font-size-36 {
  font-size: 1.5rem !important;
  line-height: 1.0416666667 !important
}

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

@media print {
  .govuk-\!-font-size-36 {
    font-size: 24pt !important;
    line-height: 1.05 !important
  }
}

.govuk-\!-font-size-27 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 1.6875rem !important;
    line-height: 1.1111111111 !important
  }
}

@media print {
  .govuk-\!-font-size-27 {
    font-size: 18pt !important;
    line-height: 1.15 !important
  }
}

.govuk-\!-font-size-24 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important
  }
}

@media print {
  .govuk-\!-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important
  }
}

.govuk-\!-font-size-20 {
  font-size: 1.1875rem !important;
  line-height: 1.2631578947 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-20 {
    font-size: 1.25rem !important;
    line-height: 1.3 !important
  }
}

.govuk-\!-font-size-19 {
  font-size: 2.25rem !important;
  line-height: .6666666667 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-19 {
    font-size: 1.1875rem !important;
    line-height: 1.4736842105 !important
  }
}

@media print {
  .govuk-\!-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important
  }
}

.govuk-\!-font-size-16 {
  font-size: .875rem !important;
  line-height: 1.1428571429 !important
}

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

@media print {
  .govuk-\!-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important
  }
}

.govuk-\!-font-size-14 {
  font-size: .75rem !important;
  line-height: 1.25 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-14 {
    font-size: .875rem !important;
    line-height: 1.4285714286 !important
  }
}

@media print {
  .govuk-\!-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important
  }
}

.govuk-\!-font-size-12 {
  font-size: .75rem !important;
  line-height: 1.6666666667 !important
}

@media (min-width:40.0625em) {
  .govuk-\!-font-size-12 {
    font-size: .75rem !important;
    line-height: 1.6666666667 !important
  }
}

@media print {
  .govuk-\!-font-size-12 {
    font-size: 12pt !important;
    line-height: 1 !important
  }
}

.govuk-\!-font-weight-regular {
  font-weight: 400 !important
}

.govuk-\!-font-weight-bold {
  font-weight: 700 !important
}

.govuk-\!-width-full,
.govuk-\!-width-three-quarters {
  width: 100% !important
}

@media (min-width:40.0625em) {
  .govuk-\!-width-three-quarters {
    width: 75% !important
  }
}

.govuk-\!-width-two-thirds {
  width: 100% !important
}

@media (min-width:40.0625em) {
  .govuk-\!-width-two-thirds {
    width: 66.66% !important
  }
}

.govuk-\!-width-one-half {
  width: 100% !important
}

@media (min-width:40.0625em) {
  .govuk-\!-width-one-half {
    width: 50% !important
  }
}

.govuk-\!-width-one-third {
  width: 100% !important
}

@media (min-width:40.0625em) {
  .govuk-\!-width-one-third {
    width: 33.33% !important
  }
}

.govuk-\!-width-one-quarter {
  width: 100% !important
}

@media (min-width:40.0625em) {
  .govuk-\!-width-one-quarter {
    width: 25% !important
  }
}

.govuk-warning-banner {
  padding: 20px 16px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #EFF5FE;
  max-width: 740px;
}

.govuk-warning-banner__title {
  margin-bottom: 0;
  font-weight: 700;
}

.govuk-warning-banner__icon {
  color: #126DFF;
}

.govuk-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #0B4199;
}

.govuk-button__icon {
  font-size: 14px;
}

.govuk-container-center {
  margin: 0 auto;
}

.govuk-container-740 {
  width: 740px;
  max-width: 100%;
  overflow: visible;
}

.govuk-container-1120 {
  width: 1120px;
  max-width: 100%;
  overflow: visible;
  position: relative;
}

.govuk-container-450 {
  max-width: 450px;
  overflow: visible;
}

.govuk-screen-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}

.govuk-center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.govuk-button-center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.govuk-list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.govuk-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.govuk-image {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .govuk-image {
    width: 100%;
    height: auto;
  }
}

.govuk-flex-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.govuk-flex-justify-between {
  justify-content: space-between;
}

.govuk-flex-align-center {
  align-items: center;
}

.govuk-flex {
  flex: 1;
}

.idsk-card-no-padding {
  padding: 0 !important;
}

.padding-15-container {
  padding: 15px;
}

.govuk-button-footer {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
}

.govuk-button-footer .govuk-button {
  margin: 0 !important;
}

.govuk-accordion__section-header:hover {
  border-color: transparent;
  box-shadow: 0 0 0 3px #757575
}

tr .govuk-body-m {
  margin: 0 !important;
}

.asterisk {
  color: #C3112B;
}

.gap-128 {
  column-gap: 128px;
  row-gap: 32px;
}

.container-100\% {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .container-100\% {
    width: auto;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px rgba(0, 0, 0, .1) solid;
  padding: 0;

}

.text-white {
  color: #FFFFFF !important;
}

strong {
  font-weight: 700 !important;
}

.govuk-container-100\% {
  max-width: 100%;
}

.text-decoration-none {
  text-decoration: none !important;
}

.govuk-flex-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.govuk-button-grey {
  background-color: #F5F5F5;
  border-color: #BDBDBD;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important
}

.govuk-buttons {
  display: flex;
  gap: 8px;
}

.govuk-buttons .govuk-button {
  flex: 1;
  text-align: center;
}

.govuk-flex-container {
  display: flex;
}

.govuk-body--error .govuk-checkboxes__label:before {
  border-width: 2px;
  border-radius: 5px;
  outline: 3px solid #C3112B;
  outline-offset: 3px
}

.govuk-full-button {
  width: 100%;
}

.govuk-cursor-pointer {
  cursor: pointer !important;
}

.govuk-cursor-pointer.disabled {
  cursor: default !important;
}