h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:root {
  --colour--black: rgba(5, 5, 5, 1);
  --colour--brown: rgba(38, 26, 23, 1);
  --colour--olive: rgba(155, 155, 143, 1);
  --colour--blue: rgba(42, 111, 239, 1);
  --colour--darkBlue: rgba(18, 16, 23, 1);
  --colour--lightBlue: rgba(176, 202, 251, 1);
  --colour--grey: rgba(215, 212, 209, 1);
  --colour--lightGrey: rgba(243, 243, 243, 1);
}

.c-blue {
  color: var(--colour--blue) !important;
}

.c-dblue {
  color: var(--colour--darkBlue) !important;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
} 
.times {
  font-family: "Times New Roman", Times, serif;
}

.heading-h2 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.heading-h3 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.heading-h4 {
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width:1024px) {
  .heading-h4 {
    font-size: 0.813rem;
  }
}

.quote {
  font-size: 3.313rem;
  line-height: 1;
}

.bold {
  font-weight: 700;
}

.bc-lg {
  font-size: 3.875rem;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .bc-lg {
    font-size: 1.909rem;
  }
}

.bc-md {
  font-size: 1.375rem;
  line-height: 1;
}

.bc-sm {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width:1200px) {
  .bc-sm {
    font-size: 0.813rem;
  }
}
@media screen and (max-width:650px) {
  .bc-sm {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:390px) {
  .bc-sm {
    font-size: 1rem;
  }
}

.bc-xs {
  font-size: 0.625rem;
  line-height: 1;
}

.copy p {
  margin: 0 0 1em 0;
}
.copy p:last-child {
  margin-bottom: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: helvetica, arial, sans-serif;
  font-size: 1rem;
  color: var(--colour--darkBlue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

@media screen and (max-width:650px) {
  .hom {
    display: none !important;
  }
}

.som {
  display: none;
}
@media screen and (max-width:650px) {
  .som {
    display: block !important;
  }
}

@media screen and (max-width:1200px) {
  .hot {
    display: none !important;
  }
}

.sot {
  display: none;
}
@media screen and (max-width:1200px) {
  .sot {
    display: block !important;
  }
}

@media screen and (min-width:1201px) {
  .hod {
    display: none !important;
  }
}

.sod {
  display: none;
}
@media screen and (min-width:1201px) {
  .sod {
    display: block !important;
  }
}

.tac {
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.b-radius {
  border-radius: 0.625rem;
  overflow: hidden;
}

.imgCont {
  width: 100%;
  position: relative;
  font-size: 0;
}
.imgCont > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.imgCont.ar-16-9 {
  aspect-ratio: 16/9;
}
.imgCont.ar-4-3 {
  aspect-ratio: 4/3;
}
.imgCont.ar-3-2 {
  aspect-ratio: 3/2;
}

.padLR {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.grid {
  -ms-display: grid !important;
  display: grid !important;
  -ms-grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr 1.125rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-gap: 1.125rem;
  grid-column-gap: 1.125rem;
  -ms-grid-row-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-auto-flow: dense;
  grid-auto-flow: dense;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid.tg {
  -ms-grid-template-columns: repeat(20, 1fr);
  -ms-grid-columns: (1fr)[20];
  grid-template-columns: repeat(20, 1fr);
  max-width: unset;
}
.grid.nmw {
  max-width: unset;
}

.col-md-justify-items-start {
  -ms-justify-items: start;
  justify-items: start;
}

.col-md-justify-items-end {
  -ms-justify-items: end;
  justify-items: end;
}

.col-md-justify-items-center {
  -ms-justify-items: center;
  justify-items: center;
}

.col-md-justify-items-stretch {
  -ms-justify-items: stretch;
  justify-items: stretch;
}

.col-md-align-items-start {
  -ms-align-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.col-md-align-items-end {
  -ms-align-items: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.col-md-align-items-center {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-md-align-items-stretch {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.col-md-justify-content-start {
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.col-md-justify-content-end {
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.col-md-justify-content-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-md-justify-content-stretch {
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.col-md-justify-content-space-around {
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.col-md-justify-content-space-between {
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-md-justify-content-space-evenly {
  -ms-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.col-md-align-content-start {
  -ms-align-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.col-md-align-content-end {
  -ms-align-content: end;
  -ms-flex-line-pack: end;
      align-content: end;
}

.col-md-align-content-center {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.col-md-align-content-stretch {
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.col-md-align-content-space-around {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.col-md-align-content-space-between {
  -ms-align-content: start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.col-md-align-content-space-evenly {
  -ms-align-content: end;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.col-md-grid-auto-flow-row {
  -ms-align-content: center;
  grid-auto-flow: row;
}

.col-md-grid-auto-flow-column {
  -ms-align-content: stretch;
  grid-auto-flow: column;
}

.col-md-grid-auto-flow-dense {
  -ms-align-content: space-around;
  grid-auto-flow: dense;
}

.col-md-1 {
  -ms-grid-column-end: span 1;
  grid-column-end: span 1;
}

.col-md-2 {
  -ms-grid-column-end: span 2;
  grid-column-end: span 2;
}

.col-md-3 {
  -ms-grid-column-end: span 3;
  grid-column-end: span 3;
}

.col-md-4 {
  -ms-grid-column-end: span 4;
  grid-column-end: span 4;
}

.col-md-5 {
  -ms-grid-column-end: span 5;
  grid-column-end: span 5;
}

.col-md-6 {
  -ms-grid-column-end: span 6;
  grid-column-end: span 6;
}

.col-md-7 {
  -ms-grid-column-end: span 7;
  grid-column-end: span 7;
}

.col-md-8 {
  -ms-grid-column-end: span 8;
  grid-column-end: span 8;
}

.col-md-9 {
  -ms-grid-column-end: span 9;
  grid-column-end: span 9;
}

.col-md-10 {
  -ms-grid-column-end: span 10;
  grid-column-end: span 10;
}

.col-md-11 {
  -ms-grid-column-end: span 11;
  grid-column-end: span 11;
}

.col-md-12 {
  -ms-grid-column-end: span 12;
  grid-column-end: span 12;
}

.col-md-offset-1 {
  -ms-grid-column-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-md-offset-2 {
  -ms-grid-column-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-md-offset-3 {
  -ms-grid-column-start: 3;
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-md-offset-4 {
  -ms-grid-column-start: 4;
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-md-offset-5 {
  -ms-grid-column-start: 5;
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-md-offset-6 {
  -ms-grid-column-start: 6;
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-md-offset-7 {
  -ms-grid-column-start: 7;
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-md-offset-8 {
  -ms-grid-column-start: 8;
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-md-offset-9 {
  -ms-grid-column-start: 9;
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-md-offset-10 {
  -ms-grid-column-start: 10;
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-md-offset-11 {
  -ms-grid-column-start: 11;
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-md-offset-12 {
  -ms-grid-column-start: 12;
  -ms-grid-column: 12;
      grid-column-start: 12;
}

.col-md-justify-self-start {
  -ms-justify-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

.col-md-justify-self-end {
  -ms-justify-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

.col-md-justify-self-center {
  -ms-justify-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.col-md-justify-self-stretch {
  -ms-justify-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.col-md-align-self-start {
  -ms-justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.col-md-align-self-end {
  -ms-align-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.col-md-align-self-center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-md-align-self-stretch {
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.gr0 {
  grid-row: 0;
}

.gr1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (max-width:1200px) {
  .col-sm-hide {
    display: none;
  }
  .tab {
    display: block;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-justify-self-unset {
    -ms-justify-self: unset;
    -ms-grid-column-align: unset;
    justify-self: unset;
  }
  .col-sm-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-sm-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-sm-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-sm-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-sm-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-sm-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-sm-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-sm-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-sm-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-sm-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-sm-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-sm-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-sm-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-sm-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-sm-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-sm-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-sm-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-sm-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-sm-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-sm-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-sm-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-sm-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-sm-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-sm-20 {
    -ms-grid-column-end: span 20;
    grid-column-end: span 20;
  }
  .col-sm-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-sm-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-sm-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-sm-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-sm-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-sm-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-sm-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-sm-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-sm-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-sm-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-sm-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-sm-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-sm-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-sm-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-sm-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-sm-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-sm-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width:1920px) {
  .col-lg-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-lg-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-lg-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-lg-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-lg-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-lg-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-lg-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-lg-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-lg-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-lg-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-lg-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-lg-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-lg-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-lg-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-lg-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-lg-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-lg-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-lg-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-lg-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-lg-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-lg-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-lg-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-lg-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-lg-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-lg-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-lg-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-lg-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-lg-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-lg-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-lg-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-lg-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-lg-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-lg-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-lg-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-lg-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-lg-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-lg-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-lg-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-lg-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-lg-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width:650px) {
  .col-xs-hide {
    display: none;
  }
  .col-xs-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-xs-20 {
    -ms-grid-column-end: span 20;
    grid-column-end: span 20;
  }
  .col-xs-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-xs-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-xs-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-xs-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-xs-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-xs-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-xs-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-xs-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-xs-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-xs-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-xs-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-xs-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-xs-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-xs-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-xs-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-xs-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-xs-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-xs-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-xs-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.btn-primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--colour--blue);
  border: 0;
  color: var(--colour--darkBlue);
  cursor: pointer;
  font: inherit;
  border-radius: 1.438rem;
  padding: 0.688rem 1.5rem;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.25rem;
}
.btn-primary:hover {
  background-color: rgb(255, 255, 255);
}

.site--footer a.btn-primary {
  color: var(--colour--darkBlue) !important;
}

.site--header {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem 1fr 1rem auto 1rem 1fr 1rem auto;
  grid-template-columns: auto 1fr auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:1024px) {
  .site--header {
    gap: 0;
  }
}
.site--header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
  z-index: 0;
}
.site--header > * {
  position: relative;
  z-index: 1;
}
.site--header--mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site--header--mark a svg {
  height: auto;
  display: block;
  width: 4.438rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.438rem;
          flex: 0 0 4.438rem;
}
.site--header--mark a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.site--header--mark a:hover svg path {
  fill: var(--colour--darkBlue);
}
.site--header--logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.site--header--logo a {
  display: inline-block;
  color: var(--colour--darkBlue);
  font-family: helvetica, arial, sans-serif;
  font-size: 1.563rem;
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width:1024px) {
  .site--header--logo a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:650px) {
  .site--header--logo a {
    font-size: 1.063rem;
  }
}
.site--header--logo a:hover {
  color: var(--colour--blue);
}
.site--header--toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: var(--colour--blue);
  cursor: pointer;
  -ms-grid-column-align: end;
      justify-self: end;
}
.site--header--toggle-icon {
  position: relative;
  display: block;
  width: 1.95rem;
  height: 1.2rem;
}
.site--header--toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.188rem;
  background-color: var(--colour--blue);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.2s ease, top 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, top 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, -webkit-transform 0.25s ease;
}
.site--header--toggle-line:nth-child(1) {
  top: 0;
}
.site--header--toggle-line:nth-child(2) {
  top: 0.5rem;
}
.site--header--toggle-line:nth-child(3) {
  top: 1rem;
}
.site--header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0s;
  transition: opacity 0.6s ease, visibility 0s linear 0s;
}
.site--header--nav .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1rem;
  padding: 0;
  margin: 0;
  max-width: 80%;
  width: 100%;
}
.site--header--nav .menu a {
  color: var(--colour--darkBlue);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  display: block;
}
.site--header--nav .menu a .menu-item-title--short {
  display: none;
}
.site--header--nav .menu a:hover {
  color: var(--colour--blue);
}
.site--header--nav .menu a span {
  position: relative;
}
.site--header--nav .menu a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.063rem;
  background-color: rgb(0, 0, 0);
  margin-top: 0.25rem;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .site--header--nav .menu a span:after {
    display: none;
  }
}
.site--header--nav .menu .current_page_item a span:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 551px) and (max-width: 1600px) {
  .site--header--nav .menu a {
    text-transform: uppercase;
  }
  .site--header--nav .menu a .menu-item-title--full {
    display: none;
  }
  .site--header--nav .menu a .menu-item-title--short {
    display: inline;
  }
}
.site--header--btn .btn {
  background-color: var(--colour--lightGrey);
  color: var(--colour--darkBlue);
  border-radius: 1.438rem;
  text-align: center;
  font-size: 1rem;
  padding: 0.625rem 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site--header--btn .btn:hover {
  background-color: var(--colour--blue);
  color: rgb(255, 255, 255);
}
.site--header .left-nav,
.site--header .right-nav {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .site--header .left-nav,
  .site--header .right-nav {
    margin: auto;
  }
}
@media screen and (max-width:1024px) {
  .site--header .site--header--nav.left-nav {
    margin-top: 1.5rem;
  }
}
.site--header .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site--header .evn {
  min-width: 8.313rem;
}
@media screen and (max-width:1024px) {
  .site--header .evn {
    min-width: unset;
    width: 4rem;
  }
}
@media screen and (max-width:1024px) {
  .site--header {
    -ms-grid-columns: auto 0 1fr 0 auto;
    grid-template-columns: auto 1fr auto;
    gap: 0;
    padding: 1.5rem 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .site--header--mark {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .site--header--mark .evn {
    min-width: 0;
  }
  .site--header--mark a svg {
    width: 4rem;
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
  }
  .site--header--logo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .site--header--toggle {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 2.25rem;
    height: 2.25rem;
  }
  .site--header--nav {
    display: block;
    grid-column: 1/-1;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    text-align: center;
  }
  .site--header--nav .menu {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .site--header--nav .menu li {
    border-top: 0.063rem solid var(--colour--darkBlue);
  }
  .site--header--nav .menu a {
    display: block;
    padding: 0.9rem 1.5rem;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.05;
    text-transform: none;
  }
  .site--header--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/-1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.875rem 0 0;
  }
  .site--header--btn .btn {
    min-width: 10rem;
    padding: 0.875rem 2rem;
  }
  .site--header .left-nav,
  .site--header .right-nav {
    display: none;
  }
  .site--header .right-nav {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .site--header .right-nav li:last-child {
    border-bottom: 0.063rem solid var(--colour--darkBlue);
  }
}
@media screen and (max-width:1024px) {
  .site--header .site--header--btn {
    display: none;
  }
  .site--header.is-open::after {
    height: calc(100% + 10rem);
    opacity: 1;
  }
  .site--header.is-open .left-nav,
  .site--header.is-open .right-nav,
  .site--header.is-open .site--header--btn {
    display: block;
  }
  .site--header.is-open .site--header--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site--header.is-open .site--header--toggle-line:nth-child(1) {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site--header.is-open .site--header--toggle-line:nth-child(2) {
    opacity: 0;
  }
  .site--header.is-open .site--header--toggle-line:nth-child(3) {
    top: 0.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width:1024px) {
  .site--header {
    padding: 1.25rem 0;
  }
  .site--header .evn {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

body.home-loader-active {
  overflow: hidden;
}
body.home-loader-active .site--header--btn,
body.home-loader-active .site--header--nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
body.home-loader-active .site--header--mark a svg path {
  fill: var(--colour--darkBlue);
}
body.home-loader-active .site--header--btn > *:not(.site--loader),
body.home-loader-active .site--content > *:not(.site--loader) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site--loader {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--colour--blue);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}
.site--loader .ani {
  aspect-ratio: 1/1;
  width: 30%;
  position: absolute;
  pointer-events: none;
}
.site--loader .ani.spin-one {
  width: 40%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
@media screen and (max-width:1200px) {
  .site--loader .ani.spin-one {
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 85%;
  }
}
@media screen and (max-width:650px) {
  .site--loader .ani.spin-one {
    left: 0;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
    width: 140%;
  }
}
.site--loader .ani.spin-two {
  width: 45%;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -13%);
          transform: translate(45%, -13%);
}
@media screen and (min-width:1201px) {
  .site--loader .ani.spin-two {
    top: unset;
    bottom: 0;
    -webkit-transform: translate(40%, 40%);
            transform: translate(40%, 40%);
  }
}
@media screen and (max-width:1200px) {
  .site--loader .ani.spin-two {
    -webkit-transform: translate(43%, 40%);
            transform: translate(43%, 40%);
    width: 80%;
  }
}
@media screen and (max-width:650px) {
  .site--loader .ani.spin-two {
    display: none;
  }
}
.site--loader .copy {
  width: 50%;
  max-width: 30.625rem;
  text-align: center;
}
@media screen and (max-width:650px) {
  .site--loader .copy {
    width: 70%;
  }
}
.site--loader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pageBreak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--colour--blue);
  padding-top: 4.438rem;
  padding-bottom: 3.75rem;
}
.pageBreak svg {
  width: 100%;
  height: auto;
}

.site--footer {
  background-color: var(--colour--darkBlue);
  padding: 2.75rem 0 2rem;
  color: var(--colour--blue);
  z-index: 1;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width:1200px) {
  .site--footer {
    padding: 2.75rem 1.25rem 2rem;
  }
}
@media screen and (max-width:1024px) {
  .site--footer {
    padding: 1.063rem 1.25rem 1.375rem;
  }
}
@media screen and (max-width:650px) {
  .site--footer {
    padding: 1.375rem;
  }
}
.site--footer a {
  color: var(--colour--blue);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline;
}
.site--footer a:hover {
  color: rgb(255, 255, 255);
}
.site--footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site--footer__mobile-brand, .site--footer__mobile-mark {
  display: none;
}
@media screen and (max-width:650px) {
  .site--footer__mobile-brand {
    display: block;
    background-color: var(--colour--blue);
    margin-bottom: 1.125rem;
    padding: 0.875rem 1rem 0.75rem;
  }
}
@media screen and (max-width:650px) {
  .site--footer__mobile-brand a {
    color: var(--colour--darkBlue);
    display: inline-block;
    font-family: helvetica, arial, sans-serif;
    font-size: clamp(2.625rem, 8vw, 3.25rem);
    letter-spacing: -0.03em;
    line-height: 0.88;
    text-decoration: none;
  }
}
@media screen and (max-width:650px) {
  .site--footer__mobile-mark {
    display: block;
    padding: 0 0 1.5rem;
  }
}
@media screen and (max-width:650px) {
  .site--footer__mobile-mark svg {
    display: block;
    width: 4.375rem;
    height: auto;
  }
}
.site--footer--mark {
  margin-top: 7.125rem;
}
.site--footer--mark > svg {
  width: 5.438rem;
  height: auto;
}
@media screen and (max-width:650px) {
  .site--footer .top {
    row-gap: 0;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.site--footer .col-two {
  max-width: 15rem;
  margin-left: 3rem;
}
@media screen and (max-width:1200px) {
  .site--footer .col-two {
    margin-left: 0;
  }
}
@media screen and (max-width:650px) {
  .site--footer .col-two {
    max-width: none;
    margin-left: 0;
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width:650px) {
  .site--footer .primary-footer-nav {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2rem;
  }
}
.site--footer .primary-footer-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15em;
}
@media screen and (max-width:650px) {
  .site--footer .primary-footer-nav .menu {
    gap: 0.25rem;
  }
}
.site--footer .primary-footer-nav .menu li a {
  text-decoration: none;
}
@media screen and (max-width:650px) {
  .site--footer .primary-footer-nav .menu li a {
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1.02;
  }
}
.site--footer .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:650px) {
  .site--footer .right-col {
    display: contents;
  }
}
.site--footer .right-col .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width:650px) {
  .site--footer .right-col .base {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    gap: 2.5rem;
    margin-top: 2.75rem;
  }
}
.site--footer .right-col .associations {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.271rem;
}
@media screen and (max-width:650px) {
  .site--footer .right-col .associations {
    gap: 1.75rem;
  }
}
.site--footer .right-col .associations li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.569rem;
}
@media screen and (max-width:650px) {
  .site--footer .right-col .associations li {
    gap: 0.5rem;
  }
}
.site--footer .right-col .associations li svg {
  max-width: 90%;
}
.site--footer .right-col .associations li svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width:650px) {
  .site--footer .right-col .associations li svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 13rem;
  }
}
.site--footer .right-col .associations li a:hover svg path {
  fill: white;
}
@media screen and (max-width:650px) {
  .site--footer .right-col .associations li:nth-child(2) svg {
    max-width: 21.25rem;
    width: 100%;
  }
}
@media screen and (max-width:650px) {
  .site--footer .right-col .associations li:nth-child(3) svg {
    max-width: 7rem;
    width: 100%;
  }
}
@media screen and (max-width:650px) {
  .site--footer .copy {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 0.95rem;
    line-height: 1.08;
  }
}
@media screen and (max-width:650px) {
  .site--footer .copy p {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width:650px) {
  .site--footer .newsletter-signup {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0.875rem;
    padding: 0.813rem 1.5rem;
  }
}
@media screen and (max-width:650px) {
  .site--footer .bnk.hot {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .site--footer .site--footer--mark {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .site--footer .copyright {
    font-size: 0.5rem;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}

.has-modal-open {
  overflow: hidden;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.24s ease, visibility 0.24s ease;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.info-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.info-modal[hidden] {
  display: none;
}
.info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 16, 23, 0.72);
  backdrop-filter: blur(0.5rem);
}
.info-modal__dialog {
  position: relative;
  width: min(100%, 42rem);
  max-height: min(100vh - 3rem, 48rem);
  overflow: auto;
  background: var(--colour--lightGrey);
  color: var(--colour--darkBlue);
  border-radius: 1.25rem;
  padding: 2rem;
  -webkit-box-shadow: 0 2rem 4rem rgba(18, 16, 23, 0.22);
          box-shadow: 0 2rem 4rem rgba(18, 16, 23, 0.22);
}
.info-modal__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.info-modal__title {
  margin: 0 0 1rem;
}
.info-modal__body p:last-child {
  margin-bottom: 0;
}
.info-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
@media screen and (max-width:650px) {
  .info-modal {
    padding: 1rem;
  }
  .info-modal__dialog {
    padding: 1.5rem;
    max-height: calc(100vh - 2rem);
  }
}

.site--content .intro {
  margin-top: 6.25rem;
}
@media screen and (max-width:1024px) {
  .site--content .intro {
    margin-top: 4.188rem;
  }
}
.site--content .landing-grid {
  margin-top: 8.125rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 1.125rem;
}
@media screen and (max-width:1024px) {
  .site--content .landing-grid {
    margin-top: 6.625rem;
    row-gap: 0.625rem;
  }
}

.landing-grid__item {
  margin-bottom: 1.2rem;
}
@media screen and (max-width:1024px) {
  .landing-grid__item {
    margin-bottom: 0;
  }
}
.landing-grid__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  font-size: 0;
  border-radius: 0.625rem;
}
.landing-grid__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.landing-grid__media-image {
  width: 100%;
  height: 100%;
}
.landing-grid__media-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-grid__media-image--overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.landing-grid__media-image--overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:650px) {
  .landing-grid__media-image--overlay img {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.landing-grid__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: var(--colour--darkBlue);
  text-decoration: none;
}
.landing-grid__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0;
}
@media screen and (max-width:1024px) {
  .landing-grid__body {
    padding: 0.813rem 0;
  }
}
.landing-grid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.landing-grid__eyebrow, .landing-grid__subtitle {
  margin: 0;
}
.landing-grid__title {
  margin: 0;
}

.landing-grid__item--single .landing-grid__media {
  aspect-ratio: 1/1;
}

.landing-grid__item--single .landing-grid__subtitle {
  padding-right: 3rem;
}

.components {
  margin-top: 2rem;
}
.components > * {
  margin-bottom: 1.875rem;
}
.components__legend-intro__media {
  margin: 0 0 1.875rem;
}
.components__legend-intro__caption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  color: var(--colour--grey);
}
.components__legend-intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.094rem solid var(--colour--darkBlue);
  padding-bottom: 1.875rem;
  margin-bottom: 0.25rem;
}
.components__legend-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.094rem solid var(--colour--darkBlue);
  padding-bottom: 1.875rem;
  margin-bottom: 0.25rem;
}
.components__legend-nav__link {
  color: var(--colour--darkBlue);
  text-decoration: none;
}
.components__intro {
  color: var(--colour--black);
}
.components__copy {
  color: var(--colour--darkBlue);
}
.components__quote {
  color: var(--colour--darkBlue);
  padding-bottom: 1.625rem;
}
.components__split_images__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .components__split_images__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.components__split_images__item {
  margin: 0 0 0.813rem;
}
.components__split_images__media {
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.components__split_images__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.components__split_images__caption {
  color: var(--colour--darkBlue);
}
.components__large_image__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.components__large_image__media {
  margin: 0;
}
.components__large_image__caption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  color: var(--colour--grey);
}
.components__large_video__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.components__large_video__media {
  overflow: hidden;
}
.components__large_video__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.components__large_video__media--overlay > img {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  top: 0;
  padding: 1rem;
}
.components__spacer {
  height: 1.875rem;
  margin-bottom: 0;
}
.components__articles {
  background-color: var(--colour--lightGrey);
  color: var(--colour--darkBlue);
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 4.625rem;
}
.components__articles.transparent {
  background-color: transparent;
}
.components__articles__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .components__articles__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.components__articles__item {
  margin: 0;
}
.components__articles__media {
  aspect-ratio: 4/3;
  margin-bottom: 1.5rem;
}
.components__articles__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.components__articles__heading {
  margin: 0 0 1.5rem;
}
.components__nominate {
  color: var(--colour--darkBlue);
  background-color: var(--colour--grey);
  padding-top: 2.5rem;
  padding-bottom: 4.625rem;
  margin-bottom: 0;
}
.components__nominate__header {
  max-width: 56rem;
  margin-bottom: 1.5rem;
}
.components__nominate__heading {
  margin: 0 0 0.25rem;
}
.components__nominate__subheading {
  line-height: 1.05;
}
.components__nominate__media {
  aspect-ratio: 16/9;
  margin-bottom: 2.5rem;
}
.components__nominate__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.components__nominate__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width:650px) {
  .components__nominate__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.components__nominate__left div {
  max-width: 26rem;
}
.components__nominate__copy p,
.components__nominate__copy ul,
.components__nominate__copy ol {
  margin: 0 0 1rem;
}
.components__nominate__copy p:last-child,
.components__nominate__copy ul:last-child,
.components__nominate__copy ol:last-child {
  margin-bottom: 0;
}
.components__nominate__form .wpcf7-form .form--note {
  border-bottom: 0.094rem solid var(--colour--darkBlue);
}
.components__nominate__form .wpcf7-form .field p {
  margin: 0;
}
.components__nominate__form .wpcf7-form .field input {
  background-color: transparent;
  padding: 0.688rem 0;
  border: 0;
  width: 100%;
  border-bottom: 0.094rem solid var(--colour--darkBlue);
  border-radius: 0;
}
.components__nominate__form .wpcf7-form .field input::-webkit-input-placeholder {
  opacity: 1;
}
.components__nominate__form .wpcf7-form .field input::-moz-placeholder {
  opacity: 1;
}
.components__nominate__form .wpcf7-form .field input:-ms-input-placeholder {
  opacity: 1;
}
.components__nominate__form .wpcf7-form .field input::-ms-input-placeholder {
  opacity: 1;
}
.components__nominate__form .wpcf7-form .field input::placeholder {
  opacity: 1;
}
.components__nominate__form .wpcf7-form .field input:active {
  border: 0;
}
.components__nominate__form .wpcf7-form .field .btn {
  margin-top: 1.375rem;
}
.components__nominate__form .wpcf7-form .wpcf7-response-output {
  border: 0;
  margin: 2rem 0;
  padding: 0;
  position: absolute;
}
.components__feature {
  color: var(--colour--darkBlue);
  background-color: var(--colour--grey);
  padding-top: 2.5rem;
  padding-bottom: 4.625rem;
  margin-bottom: 0;
}
.components__feature__media {
  aspect-ratio: 16/9;
  margin-bottom: 2rem;
}
.components__feature__media img,
.components__feature__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.components__feature__media--overlay > img {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  top: 0;
  padding: 1rem;
}
.components__feature__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .components__feature__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.components__feature__left div {
  max-width: 26rem;
}
.components__feature__copy p,
.components__feature__copy ul,
.components__feature__copy ol {
  margin: 0 0 1rem;
}
.components__feature__copy p:last-child,
.components__feature__copy ul:last-child,
.components__feature__copy ol:last-child {
  margin-bottom: 0;
}
.components__feature__copy .btn {
  margin-top: 0.375rem;
  display: inline-block;
}
.components__cta {
  color: var(--colour--darkBlue);
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
.components__cta__content {
  max-width: 62rem;
}
.components__cta__heading {
  margin: 0 0 0.25rem;
}
.components__cta__copy {
  margin-bottom: 1.5rem;
  line-height: 1.05;
}
.components__cta .btn {
  margin-top: 0.375rem;
  display: inline-block;
}
.components__logo_block {
  background-color: var(--colour--lightGrey);
  color: var(--colour--darkBlue);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
.components__logo_block__heading {
  margin: 0 0 1.25rem;
}
.components__logo_block__panel {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
}
.components__logo_block__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 3rem;
}
.components__logo_block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5rem;
}
.components__logo_block__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.components__logo_block__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 5rem;
  display: block;
}
.components__video_block {
  color: var(--colour--darkBlue);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
.components__video_block__header {
  max-width: 58rem;
  margin-bottom: 1.5rem;
}
.components__video_block__heading {
  margin: 0 0 0.25rem;
}
.components__video_block__copy p {
  margin: 0;
}
.components__video_block__text-link, .components__video_block__media-link {
  color: inherit;
  text-decoration: none;
}
.components__video_block__media-link {
  display: block;
}
.components__video_block__media-link video {
  pointer-events: none;
}
.components__video_block__media {
  overflow: hidden;
}
.components__video_block__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.discover {
  color: var(--colour--darkBlue);
  padding: 0;
  border-bottom: 0.063rem solid var(--colour--darkBlue);
}
.discover__content {
  position: relative;
  margin-top: 2.5rem;
}
.discover__title {
  margin: 0 0 1rem;
}
.discover__head {
  padding: 0 1.125rem 0.875rem;
  border-bottom: 0.063rem solid var(--colour--darkBlue);
}
@media screen and (max-width:650px) {
  .discover__head {
    padding: 0 0 0.75rem;
  }
}
.discover__sort {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: var(--colour--grey);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font: inherit;
  padding: 0;
  text-align: left;
}
.discover__sort::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.063rem solid currentColor;
  border-bottom: 0.063rem solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-0.125rem);
          transform: rotate(45deg) translateY(-0.125rem);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.discover__sort.is-desc::after {
  -webkit-transform: rotate(-135deg) translateY(-0.125rem);
          transform: rotate(-135deg) translateY(-0.125rem);
}
@media screen and (max-width:650px) {
  .discover__sort {
    padding: 0 0.625rem;
  }
}
.discover__row {
  border-bottom: 0.063rem solid var(--colour--darkBlue);
  color: var(--colour--darkBlue);
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.discover__row:hover {
  background-color: var(--colour--lightGrey);
}
.discover__row:hover .discover__cell--arrow {
  opacity: 1;
}
.discover__row:last-child {
  border-bottom: 0;
}
@media screen and (max-width:650px) {
  .discover__row {
    padding: 0;
  }
  .discover__row:hover {
    background-color: transparent;
  }
}
.discover__cell {
  min-width: 0;
  padding: 1.25rem 0 1.125rem 0;
}
@media screen and (max-width:650px) {
  .discover__cell {
    padding: 0.875rem 0.625rem;
  }
}
@media screen and (max-width:650px) {
  .discover__cell--sector, .discover__sort--sector {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}
@media screen and (max-width:650px) {
  .discover__cell--name, .discover__sort--name {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}
.discover__cell--summary {
  display: block;
}
@media (max-width: 700px) {
  .discover__cell--summary {
    padding-right: 2rem;
  }
}
@media screen and (max-width:650px) {
  .discover__cell--summary {
    display: none;
  }
}
.discover__cell--arrow {
  font-size: 1.25rem;
  -ms-grid-column-align: end;
      justify-self: end;
  position: absolute;
  right: 1.125rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:650px) {
  .discover__cell--arrow {
    right: 0.625rem;
    opacity: 1;
  }
  .discover__cell--arrow svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.discover__detail {
  display: none;
}
@media screen and (max-width:650px) {
  .discover__detail {
    display: block;
    grid-column: 1/-1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
  }
}
.discover__detail-media {
  display: block;
  margin: 0 -0.625rem;
}
@media screen and (max-width:650px) {
  .discover__detail-media {
    border-top: 0.063rem solid var(--colour--darkBlue);
    border-bottom: 0.063rem solid var(--colour--darkBlue);
  }
}
.discover__detail-media img {
  display: block;
  width: 100%;
  height: auto;
}
.discover__detail-summary {
  display: block;
  padding: 0.875rem 0.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width:650px) {
  .discover__row.is-expanded {
    background-color: var(--colour--lightGrey);
  }
}
.discover__row.is-expanded .discover__cell--arrow {
  opacity: 1;
}
@media screen and (max-width:650px) {
  .discover__row.is-expanded .discover__cell--arrow svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width:650px) {
  .discover__row.is-expanded .discover__detail {
    max-height: 40rem;
    opacity: 1;
    padding-top: 0.25rem;
  }
}
@media screen and (max-width:650px) {
  .discover__head-spacer {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .discover__cell--sector, .discover__cell--name {
    border-bottom: 0;
  }
}
.discover__cursor-preview {
  width: 12rem;
  aspect-ratio: 4/3;
  border-radius: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  z-index: 20;
}
.discover__cursor-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.discover__cursor-preview.is-visible {
  opacity: 1;
}
@media (max-width: 900px) {
  .discover__cursor-preview {
    display: none;
  }
}