/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/main.scss ***!
  \*********************************************************************************************************************************************************************/
/* RESET STYLESHEET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* SILVERCHIP RESETS */
* {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.clear {
  clear: both;
}

:root {
  /* colours */
  --brand-primary: #0060A9;
  --brand-primary-highlight: #0060A9;
  --brand-primary-dark: #024170;
  --brand-primary-medium: #146eb2;
  --brand-primary-light:#c7e0f2;
  --brand-primary-highlight:#a9cde8;
  --brand-secondary: #009FE3;
  --brand-secondary-highlight: #0060A9;
  --brand-tertiary: #F0F0F0;
  --brand-tertiary-light:#FAFAFA;
  --brand-tertiary-cta: #E5E597;
  --brand-tertiary-cta-hover: #c6c686;
  --brand-quaternary:#ADD8E6;
  --brand-quinary:#c7e0f2;
  --brand-neutral: #FDFDFD;
  --brand-neutral-highlight: #EEEEEE;
  --brand-blank: #FFFFFF;
  --border-black:#000000;
  --border-blue:var(--brand-primary);
  --border-primary:var(--brand-primary);
  --border-secondary:var(--brand-secondary);
  --border-tertiary:var(--brand-tertiary);
  --border-quaternary:var(--brand-quaternary);
  --typography-primary-light-background:var(--brand-primary);
  --typography-body: #262626;
  --typography-brand-primary:var(--brand-primary);
  --typography-brand-secondary:var(--brand-secondary);
  --typography-brand-quaternary:var(--brand-quaternary);
  --typography-dark-background:#FDFDFD;
  --typography-tertiary-background:#555555;
  --typography-dark-grey: #555555;
  --typography-black: #000000;
  --typography-heading: #0462a5;
  --typography-heading-dark-background: #FDFDFD;
  --typography-input: #0060A9;
  --typography-label: #0060A9;
  --typography-footer: #888888;
  --input-border: #0060A9;
  --button-default-text: #FDFDFD;
  --button-default-border: #FDFDFD;
  --button-default-hover: #036CB8;
  --button-blank-text:var(--brand-primary);
  --button-primary: #0076CE;
  --button-primary-hover: #036CB8;
  --button-primary-focus: #036CB8;
  --button-primary-disabled: #c1b5b5;
  --button-primary-text: #FFFFFF;
  --button-secondary: #FDFDFD;
  --button-secondary-hover: #0060A9;
  --button-secondary-focus: #0060A9;
  --button-secondary-disabled: transparent;
  --button-secondary-text: #FDFDFD;
  --button-secondary-disabled-border: #FDFDFD;
  --button-secondary-disabled-text: #FDFDFD;
  --button-secondary-border: #FDFDFD;
  --button-tertiary: #FDFDFD;
  --button-tertiary-hover: #E3E3E3;
  --button-tertiary-text: #005FA1;
  --input-placeholder: #B3B3B3;
  --basic-text: #262626;
  --footer-text:#555555;
  --gradient-primary-dark:#176DAD;
  --gradient-primary-light:#7ECAF1;
  --box-shadow: #E3E3E3;
  /* fonts */
  --opensans: "Open Sans", sans-serif;
  --ubuntu: "Ubuntu", sans-serif;
  --arial: "Arial", sans-serif;
  /* font sizes */
  --fontsize-small: 0.813rem; /* 13px */
  --fontsize-default: 1rem; /* 16px */
  --fontsize-medium: 1.12rem; /* 18px */
  --fontsize-large: 1.25rem; /* 20px */
  --fontsize-xl: 1.5rem; /* 20px */
  --fontsize-xxl: 2rem; /* 32px */
  --fontsize-xxxl: 2.5rem; /* px */
  /* media queries */
  --media-query-large-desktop: 1599px;
  --media-query-medium-desktop: 1279px;
  --media-query-small-desktop: 1099px;
  --media-query-landscape-tablet: 1023px;
  --media-query-portrait-tablet: 800px;
  --media-query-large-mobile: 767px;
  --media-query-medium-mobile: 479px;
  --media-query-small-mobile: 413px;
  /* spacing */
  --base-space: 8px;
  --navigation-secondary-link-top-bottom:30px;
}

.full-size {
  width: 100%;
  height: 100%;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-baseline {
  align-items: baseline;
}

.flex {
  flex-basis: auto;
  flex-grow: 1;
}

.flex-full {
  flex-basis: 100%;
}

.flex-1 {
  flex-basis: 8.3333333333%;
  flex-grow: 0;
}

.flex-2 {
  flex-basis: 16.6666666667%;
  flex-grow: 0;
}

.flex-3 {
  flex-basis: 25%;
  flex-grow: 0;
}

.flex-4 {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
}

.flex-5 {
  flex-basis: 41.6666666667%;
  flex-grow: 0;
}

.flex-6 {
  flex-basis: 50%;
  flex-grow: 0;
}

.flex-7 {
  flex-basis: 58.3333333333%;
  flex-grow: 0;
}

.flex-8 {
  flex-basis: 66.6666666667%;
  flex-grow: 0;
}

.flex-9 {
  flex-basis: 75%;
  flex-grow: 0;
}

.flex-10 {
  flex-basis: 83.3333333333%;
  flex-grow: 0;
}

.flex-11 {
  flex-basis: 91.6666666667%;
  flex-grow: 0;
}

.flex-12 {
  flex-basis: 100%;
  flex-grow: 0;
}

[class*=grid-] {
  display: grid;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.width-1 {
  width: 8.3333333333%;
}

.width-2 {
  width: 16.6666666667%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.3333333333%;
}

.width-5 {
  width: 41.6666666667%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.3333333333%;
}

.width-8 {
  width: 66.6666666667%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.3333333333%;
}

.width-11 {
  width: 91.6666666667%;
}

.width-12 {
  width: 100%;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

@media only screen and (max-width: 1599px) {
  .flex-row-ld {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-ld {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-ld {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-ld {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-ld {
    flex-wrap: wrap;
  }
  .flex-nowrap-ld {
    flex-wrap: nowrap;
  }
  .justify-start-ld {
    justify-content: flex-start;
  }
  .justify-end-ld {
    justify-content: flex-end;
  }
  .justify-center-ld {
    justify-content: center;
  }
  .justify-around-ld {
    justify-content: space-around;
  }
  .justify-between-ld {
    justify-content: space-between;
  }
  .justify-evenly-ld {
    justify-content: space-evenly;
  }
  .align-start-ld {
    align-items: flex-start;
  }
  .align-end-ld {
    align-items: flex-end;
  }
  .align-center-ld {
    align-items: center;
  }
  .align-stretch-ld {
    align-items: stretch;
  }
  .align-baseline-ld {
    align-items: baseline;
  }
  .flex-ld {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-ld {
    flex-basis: 100%;
  }
  .flex-1-ld {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-ld {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-ld {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-ld {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-ld {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-ld {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-ld {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-ld {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-ld {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-ld {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-ld {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-ld {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-ld {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-ld {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-ld {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-ld {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-ld {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-ld {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-ld {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-ld {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-ld {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-ld {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-ld {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-ld {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-ld {
    width: 8.3333333333%;
  }
  .width-2-ld {
    width: 16.6666666667%;
  }
  .width-3-ld {
    width: 25%;
  }
  .width-4-ld {
    width: 33.3333333333%;
  }
  .width-5-ld {
    width: 41.6666666667%;
  }
  .width-6-ld {
    width: 50%;
  }
  .width-7-ld {
    width: 58.3333333333%;
  }
  .width-8-ld {
    width: 66.6666666667%;
  }
  .width-9-ld {
    width: 75%;
  }
  .width-10-ld {
    width: 83.3333333333%;
  }
  .width-11-ld {
    width: 91.6666666667%;
  }
  .width-12-ld {
    width: 100%;
  }
  .display-block-ld {
    display: block;
  }
  .display-flex-ld {
    display: flex;
  }
  .display-inline-ld {
    display: inline;
  }
  .display-inline-block-ld {
    display: inline-block;
  }
  .display-none-ld {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .flex-row-md {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-md {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-md {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-md {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .justify-start-md {
    justify-content: flex-start;
  }
  .justify-end-md {
    justify-content: flex-end;
  }
  .justify-center-md {
    justify-content: center;
  }
  .justify-around-md {
    justify-content: space-around;
  }
  .justify-between-md {
    justify-content: space-between;
  }
  .justify-evenly-md {
    justify-content: space-evenly;
  }
  .align-start-md {
    align-items: flex-start;
  }
  .align-end-md {
    align-items: flex-end;
  }
  .align-center-md {
    align-items: center;
  }
  .align-stretch-md {
    align-items: stretch;
  }
  .align-baseline-md {
    align-items: baseline;
  }
  .flex-md {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-md {
    flex-basis: 100%;
  }
  .flex-1-md {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-md {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-md {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-md {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-md {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-md {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-md {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-md {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-md {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-md {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-md {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-md {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-md {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-md {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-md {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-md {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-md {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-md {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-md {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-md {
    width: 8.3333333333%;
  }
  .width-2-md {
    width: 16.6666666667%;
  }
  .width-3-md {
    width: 25%;
  }
  .width-4-md {
    width: 33.3333333333%;
  }
  .width-5-md {
    width: 41.6666666667%;
  }
  .width-6-md {
    width: 50%;
  }
  .width-7-md {
    width: 58.3333333333%;
  }
  .width-8-md {
    width: 66.6666666667%;
  }
  .width-9-md {
    width: 75%;
  }
  .width-10-md {
    width: 83.3333333333%;
  }
  .width-11-md {
    width: 91.6666666667%;
  }
  .width-12-md {
    width: 100%;
  }
  .display-block-md {
    display: block;
  }
  .display-flex-md {
    display: flex;
  }
  .display-inline-md {
    display: inline;
  }
  .display-inline-block-md {
    display: inline-block;
  }
  .display-none-md {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  .flex-row-sd {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-sd {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-sd {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-sd {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-sd {
    flex-wrap: wrap;
  }
  .flex-nowrap-sd {
    flex-wrap: nowrap;
  }
  .justify-start-sd {
    justify-content: flex-start;
  }
  .justify-end-sd {
    justify-content: flex-end;
  }
  .justify-center-sd {
    justify-content: center;
  }
  .justify-around-sd {
    justify-content: space-around;
  }
  .justify-between-sd {
    justify-content: space-between;
  }
  .justify-evenly-sd {
    justify-content: space-evenly;
  }
  .align-start-sd {
    align-items: flex-start;
  }
  .align-end-sd {
    align-items: flex-end;
  }
  .align-center-sd {
    align-items: center;
  }
  .align-stretch-sd {
    align-items: stretch;
  }
  .align-baseline-sd {
    align-items: baseline;
  }
  .flex-sd {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-sd {
    flex-basis: 100%;
  }
  .flex-1-sd {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-sd {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-sd {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-sd {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-sd {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-sd {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-sd {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-sd {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-sd {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-sd {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-sd {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-sd {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-sd {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-sd {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-sd {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-sd {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-sd {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-sd {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-sd {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-sd {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-sd {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-sd {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-sd {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-sd {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-sd {
    width: 8.3333333333%;
  }
  .width-2-sd {
    width: 16.6666666667%;
  }
  .width-3-sd {
    width: 25%;
  }
  .width-4-sd {
    width: 33.3333333333%;
  }
  .width-5-sd {
    width: 41.6666666667%;
  }
  .width-6-sd {
    width: 50%;
  }
  .width-7-sd {
    width: 58.3333333333%;
  }
  .width-8-sd {
    width: 66.6666666667%;
  }
  .width-9-sd {
    width: 75%;
  }
  .width-10-sd {
    width: 83.3333333333%;
  }
  .width-11-sd {
    width: 91.6666666667%;
  }
  .width-12-sd {
    width: 100%;
  }
  .display-block-sd {
    display: block;
  }
  .display-flex-sd {
    display: flex;
  }
  .display-inline-sd {
    display: inline;
  }
  .display-inline-block-sd {
    display: inline-block;
  }
  .display-none-sd {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-row-lt {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-lt {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-lt {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-lt {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-lt {
    flex-wrap: wrap;
  }
  .flex-nowrap-lt {
    flex-wrap: nowrap;
  }
  .justify-start-lt {
    justify-content: flex-start;
  }
  .justify-end-lt {
    justify-content: flex-end;
  }
  .justify-center-lt {
    justify-content: center;
  }
  .justify-around-lt {
    justify-content: space-around;
  }
  .justify-between-lt {
    justify-content: space-between;
  }
  .justify-evenly-lt {
    justify-content: space-evenly;
  }
  .align-start-lt {
    align-items: flex-start;
  }
  .align-end-lt {
    align-items: flex-end;
  }
  .align-center-lt {
    align-items: center;
  }
  .align-stretch-lt {
    align-items: stretch;
  }
  .align-baseline-lt {
    align-items: baseline;
  }
  .flex-lt {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-lt {
    flex-basis: 100%;
  }
  .flex-1-lt {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-lt {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-lt {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-lt {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-lt {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-lt {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-lt {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-lt {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-lt {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-lt {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-lt {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-lt {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-lt {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-lt {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-lt {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-lt {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-lt {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-lt {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-lt {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-lt {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-lt {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-lt {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-lt {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-lt {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-lt {
    width: 8.3333333333%;
  }
  .width-2-lt {
    width: 16.6666666667%;
  }
  .width-3-lt {
    width: 25%;
  }
  .width-4-lt {
    width: 33.3333333333%;
  }
  .width-5-lt {
    width: 41.6666666667%;
  }
  .width-6-lt {
    width: 50%;
  }
  .width-7-lt {
    width: 58.3333333333%;
  }
  .width-8-lt {
    width: 66.6666666667%;
  }
  .width-9-lt {
    width: 75%;
  }
  .width-10-lt {
    width: 83.3333333333%;
  }
  .width-11-lt {
    width: 91.6666666667%;
  }
  .width-12-lt {
    width: 100%;
  }
  .display-block-lt {
    display: block;
  }
  .display-flex-lt {
    display: flex;
  }
  .display-inline-lt {
    display: inline;
  }
  .display-inline-block-lt {
    display: inline-block;
  }
  .display-none-lt {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .flex-row-pt {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-pt {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-pt {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-pt {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-pt {
    flex-wrap: wrap;
  }
  .flex-nowrap-pt {
    flex-wrap: nowrap;
  }
  .justify-start-pt {
    justify-content: flex-start;
  }
  .justify-end-pt {
    justify-content: flex-end;
  }
  .justify-center-pt {
    justify-content: center;
  }
  .justify-around-pt {
    justify-content: space-around;
  }
  .justify-between-pt {
    justify-content: space-between;
  }
  .justify-evenly-pt {
    justify-content: space-evenly;
  }
  .align-start-pt {
    align-items: flex-start;
  }
  .align-end-pt {
    align-items: flex-end;
  }
  .align-center-pt {
    align-items: center;
  }
  .align-stretch-pt {
    align-items: stretch;
  }
  .align-baseline-pt {
    align-items: baseline;
  }
  .flex-pt {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-pt {
    flex-basis: 100%;
  }
  .flex-1-pt {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-pt {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-pt {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-pt {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-pt {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-pt {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-pt {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-pt {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-pt {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-pt {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-pt {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-pt {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-pt {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-pt {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-pt {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-pt {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-pt {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-pt {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-pt {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-pt {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-pt {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-pt {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-pt {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-pt {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-pt {
    width: 8.3333333333%;
  }
  .width-2-pt {
    width: 16.6666666667%;
  }
  .width-3-pt {
    width: 25%;
  }
  .width-4-pt {
    width: 33.3333333333%;
  }
  .width-5-pt {
    width: 41.6666666667%;
  }
  .width-6-pt {
    width: 50%;
  }
  .width-7-pt {
    width: 58.3333333333%;
  }
  .width-8-pt {
    width: 66.6666666667%;
  }
  .width-9-pt {
    width: 75%;
  }
  .width-10-pt {
    width: 83.3333333333%;
  }
  .width-11-pt {
    width: 91.6666666667%;
  }
  .width-12-pt {
    width: 100%;
  }
  .display-block-pt {
    display: block;
  }
  .display-flex-pt {
    display: flex;
  }
  .display-inline-pt {
    display: inline;
  }
  .display-inline-block-pt {
    display: inline-block;
  }
  .display-none-pt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-lm {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-lm {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-lm {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-lm {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-lm {
    flex-wrap: wrap;
  }
  .flex-nowrap-lm {
    flex-wrap: nowrap;
  }
  .justify-start-lm {
    justify-content: flex-start;
  }
  .justify-end-lm {
    justify-content: flex-end;
  }
  .justify-center-lm {
    justify-content: center;
  }
  .justify-around-lm {
    justify-content: space-around;
  }
  .justify-between-lm {
    justify-content: space-between;
  }
  .justify-evenly-lm {
    justify-content: space-evenly;
  }
  .align-start-lm {
    align-items: flex-start;
  }
  .align-end-lm {
    align-items: flex-end;
  }
  .align-center-lm {
    align-items: center;
  }
  .align-stretch-lm {
    align-items: stretch;
  }
  .align-baseline-lm {
    align-items: baseline;
  }
  .flex-lm {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-lm {
    flex-basis: 100%;
  }
  .flex-1-lm {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-lm {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-lm {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-lm {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-lm {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-lm {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-lm {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-lm {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-lm {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-lm {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-lm {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-lm {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-lm {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-lm {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-lm {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-lm {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-lm {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-lm {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-lm {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-lm {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-lm {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-lm {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-lm {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-lm {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-lm {
    width: 8.3333333333%;
  }
  .width-2-lm {
    width: 16.6666666667%;
  }
  .width-3-lm {
    width: 25%;
  }
  .width-4-lm {
    width: 33.3333333333%;
  }
  .width-5-lm {
    width: 41.6666666667%;
  }
  .width-6-lm {
    width: 50%;
  }
  .width-7-lm {
    width: 58.3333333333%;
  }
  .width-8-lm {
    width: 66.6666666667%;
  }
  .width-9-lm {
    width: 75%;
  }
  .width-10-lm {
    width: 83.3333333333%;
  }
  .width-11-lm {
    width: 91.6666666667%;
  }
  .width-12-lm {
    width: 100%;
  }
  .display-block-lm {
    display: block;
  }
  .display-flex-lm {
    display: flex;
  }
  .display-inline-lm {
    display: inline;
  }
  .display-inline-block-lm {
    display: inline-block;
  }
  .display-none-lm {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .flex-row-mm {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-mm {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-mm {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-mm {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-mm {
    flex-wrap: wrap;
  }
  .flex-nowrap-mm {
    flex-wrap: nowrap;
  }
  .justify-start-mm {
    justify-content: flex-start;
  }
  .justify-end-mm {
    justify-content: flex-end;
  }
  .justify-center-mm {
    justify-content: center;
  }
  .justify-around-mm {
    justify-content: space-around;
  }
  .justify-between-mm {
    justify-content: space-between;
  }
  .justify-evenly-mm {
    justify-content: space-evenly;
  }
  .align-start-mm {
    align-items: flex-start;
  }
  .align-end-mm {
    align-items: flex-end;
  }
  .align-center-mm {
    align-items: center;
  }
  .align-stretch-mm {
    align-items: stretch;
  }
  .align-baseline-mm {
    align-items: baseline;
  }
  .flex-mm {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-mm {
    flex-basis: 100%;
  }
  .flex-1-mm {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-mm {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-mm {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-mm {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-mm {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-mm {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-mm {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-mm {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-mm {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-mm {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-mm {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-mm {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-mm {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-mm {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-mm {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-mm {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-mm {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-mm {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-mm {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-mm {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-mm {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-mm {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-mm {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-mm {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-mm {
    width: 8.3333333333%;
  }
  .width-2-mm {
    width: 16.6666666667%;
  }
  .width-3-mm {
    width: 25%;
  }
  .width-4-mm {
    width: 33.3333333333%;
  }
  .width-5-mm {
    width: 41.6666666667%;
  }
  .width-6-mm {
    width: 50%;
  }
  .width-7-mm {
    width: 58.3333333333%;
  }
  .width-8-mm {
    width: 66.6666666667%;
  }
  .width-9-mm {
    width: 75%;
  }
  .width-10-mm {
    width: 83.3333333333%;
  }
  .width-11-mm {
    width: 91.6666666667%;
  }
  .width-12-mm {
    width: 100%;
  }
  .display-block-mm {
    display: block;
  }
  .display-flex-mm {
    display: flex;
  }
  .display-inline-mm {
    display: inline;
  }
  .display-inline-block-mm {
    display: inline-block;
  }
  .display-none-mm {
    display: none;
  }
}
@media only screen and (max-width: 413px) {
  .flex-row-sm {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-sm {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    display: flex;
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .justify-start-sm {
    justify-content: flex-start;
  }
  .justify-end-sm {
    justify-content: flex-end;
  }
  .justify-center-sm {
    justify-content: center;
  }
  .justify-around-sm {
    justify-content: space-around;
  }
  .justify-between-sm {
    justify-content: space-between;
  }
  .justify-evenly-sm {
    justify-content: space-evenly;
  }
  .align-start-sm {
    align-items: flex-start;
  }
  .align-end-sm {
    align-items: flex-end;
  }
  .align-center-sm {
    align-items: center;
  }
  .align-stretch-sm {
    align-items: stretch;
  }
  .align-baseline-sm {
    align-items: baseline;
  }
  .flex-sm {
    flex-basis: auto;
    flex-grow: 1;
  }
  .flex-full-sm {
    flex-basis: 100%;
  }
  .flex-1-sm {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
  }
  .flex-2-sm {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
  }
  .flex-3-sm {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .flex-4-sm {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
  }
  .flex-5-sm {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
  }
  .flex-6-sm {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .flex-7-sm {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
  }
  .flex-8-sm {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
  }
  .flex-9-sm {
    flex-basis: 75%;
    flex-grow: 0;
  }
  .flex-10-sm {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
  }
  .flex-11-sm {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
  }
  .flex-12-sm {
    flex-basis: 100%;
    flex-grow: 0;
  }
  .grid-1-sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7-sm {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9-sm {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10-sm {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-11-sm {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-12-sm {
    grid-template-columns: repeat(12, 1fr);
  }
  .width-1-sm {
    width: 8.3333333333%;
  }
  .width-2-sm {
    width: 16.6666666667%;
  }
  .width-3-sm {
    width: 25%;
  }
  .width-4-sm {
    width: 33.3333333333%;
  }
  .width-5-sm {
    width: 41.6666666667%;
  }
  .width-6-sm {
    width: 50%;
  }
  .width-7-sm {
    width: 58.3333333333%;
  }
  .width-8-sm {
    width: 66.6666666667%;
  }
  .width-9-sm {
    width: 75%;
  }
  .width-10-sm {
    width: 83.3333333333%;
  }
  .width-11-sm {
    width: 91.6666666667%;
  }
  .width-12-sm {
    width: 100%;
  }
  .display-block-sm {
    display: block;
  }
  .display-flex-sm {
    display: flex;
  }
  .display-inline-sm {
    display: inline;
  }
  .display-inline-block-sm {
    display: inline-block;
  }
  .display-none-sm {
    display: none;
  }
}
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

@media (max-width: 970px) {
  .pager-item:not(.enabled):not(.active) {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* page sections */
.page-section {
  padding: 40px 0;
  margin: 20px 0;
}
.page-section.section-heading-margin-padding {
  padding-top: 0px !important;
  margin-top: 40px;
}

.page-section.no-overflow {
  overflow: hidden;
}

.page-section.no-bottom-padding {
  padding-bottom: 0;
}

/* page section background colours */
.page-section.blank {
  background-color: var(--brand-blank);
}
.page-section.primary {
  background-color: var(--brand-primary);
}
.page-section.secondary {
  background-color: var(--brand-secondary);
}
.page-section.tertiary {
  background-color: var(--brand-tertiary);
}
.page-section.quaternary {
  background-color: var(--brand-primary-light);
}
.page-section.gradient-left {
  background: linear-gradient(to left, var(--gradient-primary-dark), var(--gradient-primary-light));
}
.page-section.gradient-right {
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
}

.page-section.gradient-right .sectionHeading {
  background: var(--brand-primary);
}

.page-section .sectionHeading {
  padding: 10px 0;
  margin-bottom: 30px;
}
.page-section .sectionHeading h2 {
  color: var(--typography-dark-background);
  font-size: var(--fontsize-large);
  font-weight: normal;
}
.page-section .sectionHeading .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.page-section .sectionHeading .page-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* inner section containers */
.page-container {
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-container.large {
  max-width: 1440px;
}

/* page content */
.page-content {
  margin-bottom: 60px;
}

.page-content:last-child {
  margin-bottom: 0;
}

/* section content */
.section-content {
  z-index: 1;
}

.loading {
  text-align: center;
  font-size: var(--fontsize-large);
}

/* smaller desktops */
@media only screen and (max-width: 1099px) {
  .page-content {
    margin-bottom: 30px;
  }
}
/* mobile */
@media only screen and (max-width: 767px) {
  .page-section {
    padding: 30px 0;
  }
  .page-section.section-heading-margin-padding {
    padding-top: 0px !important;
    margin-top: 30px;
  }
  .page-section .sectionHeading .page-container {
    padding: 0px 20px;
    margin: 0 auto;
  }
  .page-container:has(.hero-content-wrapper) {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.one-col, [class*=two-col-], .three-col, .four-col {
  display: grid;
  column-gap: 60px;
  row-gap: 30px;
}
.one-col:has(.accordion-container), [class*=two-col-]:has(.accordion-container), .three-col:has(.accordion-container), .four-col:has(.accordion-container) {
  row-gap: 0;
}

.two-col-50-50 {
  grid-template-columns: 1fr 1fr;
}

.two-col-60-40 {
  grid-template-columns: 0.6fr 0.4fr;
}

.two-col-70-30 {
  grid-template-columns: 0.7fr 0.3fr;
}

.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.four-col {
  grid-template-columns: repeat(4, 1fr);
}

.page-column {
  row-gap: 60px;
}

@media only screen and (max-width: 1099px) {
  .one-col, [class*=two-col-], .three-col, .four-col {
    column-gap: 30px;
    row-gap: 30px;
  }
  .page-column {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .one-col, [class*=two-col-], .three-col, .four-col {
    grid-template-columns: 1fr;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.gradient-left {
  background: linear-gradient(to left, var(--gradient-primary-dark), var(--gradient-primary-light));
}

.gradient-right {
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
}

.blue {
  color: var(--typography-brand-primary) !important;
}

.pastel-blue {
  color: var(--typography-brand-quaternary) !important;
}

.dark-grey {
  color: var(--typography-dark-grey) !important;
}

.ocean-blue {
  color: var(--typography-brand-secondary) !important;
}

.white {
  color: var(--typography-dark-background) !important;
}

.black {
  color: var(--typography-black) !important;
}

.heading, h1, h2, h3, h4, h5, h6 {
    font-family: var(--arial);
    font-size: var(--fontsize-large);
    color: var(--typography-heading);
    font-weight: bolder;
    margin-bottom:1rem;
}

.rich-text, .umb-rte {
    font-size:1.1rem;
	line-height:1.6;
}

h1 {
font-size: 2em;
margin:2rem 0 0.675em 0;
}

h2 {
font-size: 1.25em;
margin:2rem 0 0.83em 0;
}

h3 {
font-size: 1.188em;
margin:2rem 0 1em 0;
}
h3.title {
    margin:0;
}

h4 {
font-size: 1.125em;
margin:2rem 0 1.33em 0;
}

h5 {
font-size: 1.063em;
margin:2rem 0 1.67em 0;
}

h6 {
font-size: 1em;
margin:2rem 0 2.33em 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top:0;
}

.rich-text .summary, .umb-rte .summary {
/*	font-style:italic; */
	font-size:1.33em;
	color:var(--brand-primary);
}

.page-section.primary > h1, .page-section.primary > h2, .page-section.primary > h3, .page-section.primary > h4, .page-section.primary > h5, .page-section.primary > h6, .page-section.primary > a, .page-section.secondary > h1, .page-section.secondary > h2, .page-section.secondary > h3, .page-section.secondary > h4, .page-section.secondary > h5, .page-section.secondary > h6, .page-section.secondary > a {
  color: white;
}
.page-section.tertiary > h1, .page-section.tertiary > h2, .page-section.tertiary > h3, .page-section.tertiary > h4, .page-section.tertiary > h5, .page-section.tertiary > h6, .page-section.tertiary > a {
  color: var(--typography-tertiary-background);
}
.page-section.blank .footer-navigation-block .heading-link a, .page-section.tertiary .footer-navigation-block .heading-link a {
  color: var(--typography-tertiary-background);
}
.page-section .button.primary {
  color: white;
}

ul, ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
ul li, ol li {
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol {
  list-style-type: decimal;
}

.error-message, .success-message {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
  background-color: var(--modal);
  color: red;
  border: 1px solid var(--border-blue);
}

.success-message {
  color: green;
}

:root {
  --search-radius: 30px;
  --navigation-animation-speed: 0.2s;
}

@keyframes fadeInNavOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
/* header (logo and search) */
#header {
  position: sticky;
  top: 0;
  z-index: 105;
  background-color: white;
  border-bottom: 1px solid #EEE;
}
#header .navigation-button-wrapper {
  display: none;
}
#header .header-container {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 30px;
}
#header .logo {
  height: 44px;
}
#header .search-form {
  display: flex;
  height: 46px;
}
#header .search-form .generic-input {
  flex-basis: auto;
  flex-grow: 1;
  padding: 0 16px;
  border-radius: 0;
  border-top-left-radius: var(--search-radius);
  border-bottom-left-radius: var(--search-radius);
  border: 1px solid #8B8B8B;
  outline: none;
  color: var(--typography-body);
  font-size: var(--fontsize-small);
}
#header .search-form .generic-input:focus {
  border-color: var(--button-primary);
}
#header .search-form button {
  width: 46px;
  border-radius: 0;
  border-top-right-radius: var(--search-radius);
  border-bottom-right-radius: var(--search-radius);
  background-color: var(--button-primary);
  align-items: center;
}
#header .search-form button::after {
  content: url("/assets/images/icons/search.svg");
}
#header .search-form button:hover {
  background-color: var(--button-primary-hover);
}
#header .search-form button:focus {
  background-color: var(--button-primary-focus);
}
#header #mobile-search-suggest {
  display: none;
}
#header #mobile-search-suggest .search-form .generic-input {
  border-radius: 6px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#header #mobile-search-suggest .search-form .button {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
#header #mobile-social-icons {
  display: none;
}

/* top bar section */
#header-top-bar {
  background-color: var(--brand-tertiary);
  z-index: 107;
}
#header-top-bar .socialMediaLinks {
  display: flex;
  gap: 10px;
  align-items: center;
}
#header-top-bar .link-wrapper {
  gap: 40px;
}
#header-top-bar .main-link-wrapper:focus-within .has-sub-links::after {
  transform: rotate(180deg);
  right: 4px;
}
#header-top-bar .main-link {
  display: inline-block;
  padding: 10px 0;
  font-size: var(--fontsize-small);
  text-decoration: none;
  color: var(--typography-body);
  font-family: var(--opensans);
}
#header-top-bar .main-link:hover + .sub-links-wrapper, #header-top-bar .main-link:focus + .sub-links-wrapper {
  height: auto;
}
#header-top-bar .main-link.has-sub-links {
  padding-right: 20px;
}
#header-top-bar .main-link.has-sub-links:hover::after, #header-top-bar .main-link.has-sub-links:focus::after {
  transform: rotate(180deg);
}
#header-top-bar .main-link.has-sub-links::after {
  content: url("/assets/images/icons/top-bar-down-arrow.svg");
  position: absolute;
  right: 7px;
  transition: all 0.2s ease-in-out;
}
#header-top-bar .button-link {
  padding: 2px 16px;
}
#header-top-bar .sub-links-wrapper {
  background-color: var(--brand-tertiary);
  height: 0;
  overflow: hidden;
  position: absolute;
  min-width: 180px;
  width: 100%;
  top: 100%;
  z-index: 101;
}
#header-top-bar .sub-links-wrapper a {
  display: block;
  font-size: var(--fontsize-small);
  color: var(--typography-heading);
  padding: 15px 35px 15px 15px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
#header-top-bar .sub-links-wrapper a:hover, #header-top-bar .sub-links-wrapper a:focus {
  background-color: var(--brand-neutral-highlight);
}
#header-top-bar .sub-links-wrapper a::after {
  content: url("/assets/images/icons/top-bar-right-arrow.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 12px;
}
#header-top-bar .sub-links-wrapper:hover, #header-top-bar .sub-links-wrapper:focus-within {
  height: auto;
}
#header-top-bar .search-form {
  display: flex;
  height: 46px;
  background-color: var(--brand-primary-light);
  border-radius: 30px;
  margin: 8px;
}
#header-top-bar .search-form .generic-input {
  border-radius: var(--search-radius);
  width: 250px;
  height: 37px;
  margin: 5px;
  flex-basis: auto;
  flex-grow: 1;
  padding: 10px;
  border-top-left-radius: var(--search-radius);
  border-bottom-left-radius: var(--search-radius);
  border: 1px solid #8b8b8b;
  outline: none;
  color: var(--typography-body);
  font-size: var(--fontsize-small);
  background-color: var(--brand-neutral);
}
#header-top-bar .search-form .generic-input:focus {
  border-color: var(--button-primary);
}
#header-top-bar .search-form button {
  width: 38px;
  align-items: center;
}
#header-top-bar .search-form button::after {
  content: url("/assets/images/icons/search.svg");
}
#header-top-bar .search-form button:hover {
  background-color: transparent;
  border-top-right-radius: var(--search-radius);
  border-bottom-right-radius: var(--search-radius);
}
#header-top-bar .search-form button:focus {
  background-color: var(--button-primary-focus);
}

/* navigation */
#header-navigation {
  gap: 40px;
  /* main links */
  /* secondary links */
  /* tertiary links */
}
#header-navigation .mobile-navigation-header {
  display: none;
}
#header-navigation .cta {
  color: var(--typography-heading);
  font-family: var(--ubuntu);
  font-weight: 500;
  font-size: var(--fontsize-default);
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}
#header-navigation .main-link > .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 0;
}
#header-navigation .main-link > .cta.link {
  padding-right: 10px;
}
#header-navigation .main-link > .cta .underline {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--typography-heading);
  transition: width 0.2s ease-in-out;
}
#header-navigation .main-link.has-sub-links > .cta.arrow {
  min-width: 8px;
  margin-right: 2px;
}
#header-navigation .main-link.has-sub-links > .cta.arrow::after {
  content: url("/assets/images/icons/main-navigation-down-arrow.svg");
  position: absolute;
  transition: all 0.2s ease-in-out;
}
#header-navigation .main-link.active > .cta .underline, #header-navigation .main-link:has(.active) > .cta .underline, #header-navigation .main-link:hover > .cta .underline {
  width: 100%;
}
#header-navigation .main-link.active > .cta.link, #header-navigation .main-link:has(.active) > .cta.link {
  font-weight: 700;
}
#header-navigation .main-link.open > .cta .underline, #header-navigation .main-link.hover-open > .cta .underline {
  width: 100%;
}
#header-navigation .main-link.open > .cta::after, #header-navigation .main-link.hover-open > .cta::after {
  transform: rotate(180deg);
}
#header-navigation .main-link.open .secondary-links-wrapper, #header-navigation .main-link.hover-open .secondary-links-wrapper {
  display: block;
  animation: fadeInOpacity var(--navigation-animation-speed) ease-out;
}
#header-navigation .main-link.right-of-screen .secondary-link {
  flex-direction: row-reverse;
}
#header-navigation .main-link.right-of-screen .secondary-link.has-sub-links > .cta.link {
  padding-right: 25px;
  padding-left: 0;
}
#header-navigation .main-link.right-of-screen .secondary-link.has-sub-links > .cta.arrow::after {
  transform: rotate(180deg);
}
#header-navigation .main-link.right-of-screen .secondary-link:last-child > .cta.arrow {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
}
    #header-navigation .main-link.right-of-screen .secondary-link:last-child:not(:has(.cta.arrow)) .cta.link {
        border-bottom-left-radius: 40px;
    }
#header-navigation .main-link .tertiary-links-wrapper {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 0;
}
    #header-navigation .main-link.right-of-screen .tertiary-links-wrapper {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 40px;
    }
#header-navigation .secondary-links-wrapper {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  width: calc(100% + 20px);
  min-width: 300px;
  overflow: auto;
}
    #header-navigation .secondary-links-wrapper:has(.open) .secondary-link:last-child > .cta.arrow,
    #header-navigation .secondary-links-wrapper:has(.hover-open) .secondary-link:last-child > .cta.arrow {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #header-navigation .secondary-links-wrapper:has(.open) .secondary-link:last-child > .cta.link,
    #header-navigation .secondary-links-wrapper:has(.hover-open) .secondary-link:last-child > .cta.link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #header-navigation .main-link.right-of-screen .secondary-links-wrapper:has(.open) .secondary-link:last-child > .cta.link,
    #header-navigation .main-link.right-of-screen .secondary-links-wrapper:has(.hover-open) .secondary-link:last-child > .cta.link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
/*#header-navigation .secondary-links-wrapper.has-scrollbar .secondary-link:last-child > .cta.arrow {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}*/
#header-navigation .secondary-link {
  position: static;
  display: flex;
}
#header-navigation .secondary-link > .cta {
  display: block;
  width: 100%;
  padding: 30px 25px;
  background-color: white;
}
    #header-navigation .main-link.right-of-screen .secondary-link > .cta.link:only-child {
        padding-left: 70px;
    }

    #header-navigation .main-link:not(.right-of-screen) .secondary-link > .cta.link {
        /*padding-right: 0;*/
    }
#header-navigation .secondary-link.has-sub-links > .cta.arrow {
  width: 70px;
}
#header-navigation .secondary-link.has-sub-links > .cta.arrow::after {
  content: url("/assets/images/icons/main-navigation-right-arrow.svg");
  display: inline-block;
  width: 21px;
  height: 21px;
}
    #header-navigation .main-link:not(.right-of-screen) .secondary-link:last-child:not(:has(.cta.arrow)) .cta.link {
        border-bottom-right-radius: 40px;
    }

    #header-navigation .main-link:not(.right-of-screen) .secondary-links-wrapper:has(.open) .secondary-link:last-child > .cta.link,
    #header-navigation .main-link:not(.right-of-screen) .secondary-links-wrapper:has(.hover-open) .secondary-link:last-child > .cta.link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
#header-navigation .secondary-link:last-child > .cta.arrow {
  border-bottom-right-radius: 40px;
}
#header-navigation .secondary-link.open > .cta, #header-navigation .secondary-link.hover-open > .cta {
  background-color: var(--brand-neutral);
}
#header-navigation .secondary-link.open .tertiary-links-wrapper, #header-navigation .secondary-link.hover-open .tertiary-links-wrapper {
  display: block;
  animation: fadeInOpacity var(--navigation-animation-speed) ease-out;
}
#header-navigation .secondary-link.active > .cta, #header-navigation .secondary-link:has(.active) > .cta {
  background-color: var(--brand-tertiary);
}
#header-navigation .secondary-link.active > .cta.link, #header-navigation .secondary-link:has(.active) > .cta.link {
  font-weight: 700;
}
#header-navigation .secondary-link:hover > .cta {
  background-color: var(--brand-tertiary);
}
#header-navigation .tertiary-links-wrapper {
  display: none;
  position: fixed;
  min-width: 535px;
  padding: 25px 50px;
  background-color: white;
}
#header-navigation .tertiary-link {
  margin-bottom: 10px;
}
#header-navigation .tertiary-link:not(.main) .cta {
  font-family: var(--opensans);
  font-weight: 400;
  font-size: var(--fontsize-small);
}
#header-navigation .tertiary-link .cta:hover {
  text-decoration: underline;
}
#header-navigation .tertiary-link.active .cta {
  text-decoration: underline;
  font-weight: 700;
}

/* navigation overlay */
#navigation-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99;
  opacity: 0.5;
}

body:has(#header-navigation .main-link.open) #navigation-overlay, body:has(#header-navigation .main-link.hover-open) #navigation-overlay {
  display: block;
  animation: fadeInNavOverlay var(--navigation-animation-speed) ease-out;
}

@media only screen and (min-width: 1200px) {
  #header-navigation .tertiary-links-inner-wrapper {
    display: flex;
  }
  #header-navigation .tertiary-links-inner-wrapper .half-items {
    width: 250px;
    padding-right: 20px;
  }
  #header-navigation .main-link.top-nav-link {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #header-top-bar {
    display: none;
  }
  #header .logo-wrapper {
    grid-area: header-logo;
  }
  #header .navigation-button-wrapper {
    display: block;
    grid-area: header-navigation;
  }
  #header #mobile-search-suggest {
    display: block;
  }
  #header #mobile-search-suggest.search-component {
    grid-area: header-search;
  }
  #header #mobile-social-icons {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    align-items: center;
  }
  #header .header-container {
    grid-template-columns: unset;
    grid-template-areas: "header-logo header-navigation" "header-search header-search";
    gap: 20px;
    padding: 20px;
  }
  #header #header-navigation-button {
    padding: 20px 35px 20px 20px;
    color: var(--typography-heading);
    font-size: var(--fontsize-default);
  }
  #header #header-navigation-button::after {
    content: url("/assets/images/icons/main-navigation-burger-menu.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
  }
  #header-navigation {
    display: none;
    z-index: 200;
    background-color: white;
  }
  #header-navigation.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  #header-navigation .main-link .cta .underline {
    display: none;
  }
  #header-navigation .main-link.active > .cta {
    background-color: var(--brand-neutral);
  }
  #header-navigation .main-link.top-nav-link > .cta {
    color: #525252;
    font-family: var(--opensans);
    font-weight: 400;
  }
  #header-navigation .secondary-links-wrapper {
    max-height: unset !important;
  }
  #header-navigation .main-link > .cta,
  #header-navigation .main-link.has-sub-links > .cta,
  #header-navigation .secondary-link > .cta,
  #header-navigation .secondary-link.has-sub-links > .cta,
  #header-navigation .tertiary-link > .cta {
    display: block;
    width: 100%;
    padding: 20px 40px;
  }
  #header-navigation .main-link > .cta.link,
  #header-navigation .main-link.has-sub-links > .cta.link,
  #header-navigation .secondary-link > .cta.link,
  #header-navigation .secondary-link.has-sub-links > .cta.link,
  #header-navigation .tertiary-link > .cta.link {
    padding-right: 40px;
  }
  #header-navigation .main-link > .cta.arrow,
  #header-navigation .main-link.has-sub-links > .cta.arrow,
  #header-navigation .secondary-link > .cta.arrow,
  #header-navigation .secondary-link.has-sub-links > .cta.arrow,
  #header-navigation .tertiary-link > .cta.arrow {
    min-width: 70px;
    max-width: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  #header-navigation .main-link > .cta:hover,
  #header-navigation .main-link.has-sub-links > .cta:hover,
  #header-navigation .secondary-link > .cta:hover,
  #header-navigation .secondary-link.has-sub-links > .cta:hover,
  #header-navigation .tertiary-link > .cta:hover {
    background-color: var(--brand-neutral);
    text-decoration: none;
  }
  #header-navigation .main-link.has-sub-links > .cta.arrow::before,
  #header-navigation .secondary-link.has-sub-links > .cta.arrow::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: var(--brand-primary);
  }
  #header-navigation .main-link.has-sub-links > .cta.arrow::after,
  #header-navigation .secondary-link.has-sub-links > .cta.arrow::after {
    content: url("/assets/images/icons/mobile-navigation-arrow-right.svg");
    position: absolute;
    width: 16px;
    height: 17px;
    /* few places affecting rotation on desktop so using important to override all */
    top: calc(50% - 8.5px) !important;
    right: calc(50% - 8px);
    transform: unset !important;
  }
  #header-navigation .tertiary-link {
    margin-bottom: 0;
  }
  #header-navigation .tertiary-link > .cta::after {
    content: none !important;
  }
  #header-navigation .tertiary-link.active .cta {
    text-decoration: none;
    background-color: var(--brand-neutral);
  }
  #header-navigation .mobile-navigation-header {
    display: block;
    min-height: 30px;
    margin: 30px 0 15px;
    padding: 0 55px 0 80px;
  }
  #header-navigation .mobile-navigation-header .back-button {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 20px;
    padding: 5px 0;
    font-size: var(--fontsize-small);
    color: #525252;
  }
  #header-navigation .mobile-navigation-header .back-button::before {
    content: url("/assets/images/icons/mobile-navigation-back-arrow.svg");
    margin-right: 10px;
  }
  #header-navigation .mobile-navigation-header h2 {
    font-weight: 500;
    font-size: var(--fontsize-default);
    text-align: center;
    line-height: 30px;
  }
  #header-navigation .mobile-navigation-header .close-button {
    position: absolute;
    top: calc(50% - 13.5px);
    right: 20px;
    padding: 0;
  }
  #header-navigation .secondary-links-wrapper, #header-navigation .tertiary-links-wrapper {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    background-color: white;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    padding: 0;
    z-index: 1;
  }
  #header-navigation .tertiary-links-wrapper {
    min-height: 0 !important;
    overflow: auto;
  }
}
.search-suggest-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  max-height: 300px;
  background-color: white;
  box-shadow: 0 0 10px -5px black;
  border-radius: 5px;
  z-index: 9999;
  overflow: auto;
  margin-top: 5px;
}
.search-suggest-dropdown .loading {
  padding: 15px 20px;
}
.search-suggest-dropdown p, .search-suggest-dropdown a {
  padding: 10px 20px;
  color: var(--typography-body);
  font-size: var(--fontsize-small);
}
.search-suggest-dropdown p {
  text-align: center;
}
.search-suggest-dropdown a {
  display: block;
  text-decoration: none;
}
.search-suggest-dropdown a .type {
  opacity: 0.5;
  margin-left: 4px;
}
.search-suggest-dropdown a:hover, .search-suggest-dropdown a:focus-visible {
  background-color: var(--brand-neutral);
  outline: none;
}

.search-page-initial-search-wrapper label {
  display: block;
  margin-bottom: 15px;
  font-size: var(--fontsize-large);
  font-weight: 700;
  color: var(--brand-primary);
}
.search-page-initial-search-wrapper .generic-input {
  width: calc(100% - 66px);
  padding: 20px 25px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.search-page-initial-search-wrapper .button {
  width: 66px;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url("/assets/images/icons/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.card {
  background-color: var(--brand-neutral);
  padding: 0px 60px;
  text-align: center;
  align-content: center;
  flex: 1;
}
.card .card-heading {
  padding-bottom: 20px;
}
.card .card-heading h3, .card .card-heading h4 {
  color: var(--typography-heading);
}
.card .card-text p {
  color: var(--typography-heading);
}
.card.primary {
  background-color: var(--brand-primary);
}
.card.secondary {
  background-color: var(--brand-secondary);
}
.card.tertiary {
  background-color: var(--brand-tertiary);
}
.card.quaternary {
  background-color: var(--brand-primary-light);
}
.card.gradient-left {
  background: linear-gradient(to left, var(--gradient-primary-dark), var(--gradient-primary-light));
}
.card.gradient-right {
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
}
.card.white .card-heading h3, .card.white h4, .card.white .card-text p {
  color: var(--typography-dark-background);
}
.card.blue .card-heading h3, .card.blue h4, .card.blue .card-text p {
  color: var(--typography-brand-primary);
}
.card.ocean-blue .card-heading h3, .card.ocean-blue h4, .card.ocean-blue .card-text p {
  color: var(--typography-brand-secondary);
}
.card.pastel-blue .card-heading h3, .card.pastel-blue h4, .card.pastel-blue .card-text p {
  color: var(--typography-brand-quaternary);
}
.card.dark-grey .card-heading h3, .card.dark-grey h4, .card.dark-grey .card-text p {
  color: var(--typography-dark-grey);
}
.card.black .card-heading h3, .card.black h4, .card.black .card-text p {
  color: var(--typography-black);
}

@media only screen and (max-width: 1199px) {
  .card {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 300px;
  }
}
/* button wrapper */
.button-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 2em 0 20px;
}
.button-wrapper.left {
  justify-content: left !important;
}
.button-wrapper.right {
  justify-content: right !important;
}
.button-wrapper.center {
  justify-content: center !important;
}

/* button group */
.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.button-group.center {
  justify-content: center;
}
.button-group.flex-start {
  justify-content: flex-start;
}
.button-group.flex-end {
  justify-content: flex-end;
}
.button-group.stretch {
  flex: 1;
}
.button-group.stretch .button-wrapper,
.button-group.stretch a {
  flex: 1;
}
.button-group.space-between {
  justify-content: space-between;
}
.button-group.space-around {
  justify-content: space-around;
}

/* buttons */
.button {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: var(--fontsize-default);
  padding: 8px 16px;
  border: 2px solid transparent;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: var(--button-default-text);
}

.button:hover {
  background-color: var(--button-default-hover);
}

.button:disabled {
  cursor: not-allowed;
}

/* sizes */
.button.small {
  font-size: var(--fontsize-small);
}

.button.large {
  font-size: var(--fontsize-medium);
  padding: 5px 50px;
}

.button.blank {
  color: var(--button-blank-text);
}

/* primary */
.button.primary {
  background-color: var(--button-primary);
  color: var(--button-primary-text);
}

.button.primary:hover {
  background-color: var(--button-primary-hover) !important;
}

.button.primary:focus {
  background-color: var(--button-primary-focus) !important;
}

.button.primary:disabled {
  background-color: var(--button-primary-disabled) !important;
}

/* secondary */
.button.secondary {
  color: var(--button-secondary-text) !important;
  background-color: var(--brand-secondary);
  border-color: var(--button-secondary-border);
}

.button.secondary:hover {
  background-color: var(--button-secondary-hover) !important;
}

.button.secondary:focus {
  background-color: var(--button-secondary-focus);
}

.button.secondary:disabled {
  background-color: var(--button-secondary-disabled);
  border-color: var(--button-secondary-disabled-border);
  color: var(--button-secondary-disabled-text);
}

.button.tertiary {
  background-color: var(--button-tertiary);
  color: var(--button-tertiary-text) !important;
}
.button.tertiary:hover {
  background-color: var(--button-tertiary-hover) !important;
}

/* text only */
.button.text {
  color: var(--button-textonly-text);
}

.button.text:hover {
  color: var(--button-textonly-hover-text);
}

.button.text:focus {
  color: var(--button-textonly-focus-text);
}

.button.text:disabled {
  color: var(--button-textonly-disabled-text);
}

.button.solid {
  border: 2px solid var(--button-default-border);
}

.post-page .published-date {
  font-weight: bold;
}

.feed-content {
  display: grid;
}

.feed-content-filters .generic-input {
  width: 100%;
}
.feed-content-filters .facet {
  position: relative;
}
.feed-content-filters .section {
  padding: 0px;
  position: absolute;
  z-index: 98;
  width: 100%;
}
.feed-content-filters .section .title {
  display: block;
  font-weight: 700;
  font-size: var(--fontsize-default);
  color: var(--typography-input);
}
.feed-content-filters .section .heading-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  padding: 15px 15px;
  background-color: var(--brand-primary-light);
  border-width: 1px;
  border-style: solid;
  border-color: var(--input-border);
}
.feed-content-filters .section .heading-button::after {
  content: url("/assets/images/icons/generic-input-chevron-down.svg");
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease-out;
}
.feed-content-filters .section .heading-button:focus {
  outline: var(--input-border);
  border: 2px solid var(--input-border);
}
.feed-content-filters .section .content {
  display: none;
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #EBEBEB;
  background-color: var(--brand-neutral);
}
.feed-content-filters .section .content .field {
  margin-bottom: 15px;
}
.feed-content-filters .section .content .field:last-child {
  margin-bottom: 0;
}
.feed-content-filters .section .content .view-all {
  padding-left: 0;
  padding-right: 0;
}
.feed-content-filters .section.expanded {
  background-color: var(--brand-neutral);
  border-width: 1px;
  border-style: solid;
  border-color: var(--input-border);
}
.feed-content-filters .section.expanded .heading-button::after {
  transform: rotate(180deg);
}
.feed-content-filters .section.expanded .heading-button {
  background-color: var(--brand-neutral);
  border: none;
}
.feed-content-filters .section.expanded .content {
  display: block !important;
}

.feed-content-wrapper {
  width: 100%;
}
/*
.feed-content-wrapper .feed-posts-wrapper {
  display: grid;
  width: 100%;
  padding: 15px;
}
*/
.feed-content-wrapper .feed-posts-wrapper .pagination-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0px;
}

.feed-post.global {
  border: 1px solid var(--box-shadow);
  padding: 15px;
  box-shadow: 0px 0px 15px 5px var(--box-shadow);
  text-decoration: none;
  margin: 10px 0;
}
.feed-post.global .content .main-content > h3 {
  color: var(--typography-dark-grey);
}
.feed-post.global .content .main-content p.description {
  font-size: var(--fontsize-medium);
  color: var(--typography-dark-grey);
  line-height: 1.5;
  padding: 10px 0px;
}
.feed-post.global .content p.more {
  font-size: var(--fontsize-medium);
  color: var(--typography-dark-grey);
  font-weight: 700;
}

#news-search-term label.generic-label {
  display: block;
  color: var(--typography-dark-background);
  line-height: 1.75em;
  font-size: var(--fontsize-medium);
}
#news-search-term input {
  color: var(--typography-dark-background);
  font-weight: 700;
  background: url("/assets/images/icons/search.svg") no-repeat right center;
  background-color: rgba(235, 245, 251, 0.5);
  padding: 10px 50px 10px 15px;
  width: 200px;
}
#news-search-term input::placeholder {
  color: var(--typography-dark-background);
}
#news-search-term input::after {
  content: url("/assets/images/icons/search.svg");
}

#global-search .filter-panel .breadcrumb > ol {
  list-style-type: none;
  display: flex;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--typography-dark-background);
  padding-left: 0px;
}
#global-search .filter-panel .breadcrumb > ol li a {
  text-decoration: none;
  color: var(--typography-dark-background);
}
#global-search .filter-panel .breadcrumb > ol li span.separator {
  padding-left: 10px;
}
#global-search .filter-panel .breadcrumb > ol li.active span {
  font-weight: 700;
  text-decoration: underline;
}
#global-search .filter-panel .feed-content-filters {
  background-color: var(--brand-neutral);
  padding: 10px 15px;
}
#global-search .filter-panel .feed-content-filters .generic-select {
  width: 100%;
}
#global-search .filter-panel .feed-content-filters .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#global-search .filter-panel .feed-content-filters .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 87px;
}
#global-search .feed-content-sort {
  background-color: var(--brand-neutral);
  padding: 10px 15px;
  margin-bottom: 20px;
}
#global-search .feed-content-sort .sort-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#global-search .feed-content-sort .sort-wrapper .column-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}
#global-search .feed-content-sort .sort-wrapper .column-2 p.count {
  color: var(--typography-label);
  width: 100%;
  padding-left: 20px;
}
#global-search .feed-content-sort .sort-wrapper .column-2 .filter {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
#global-search .feed-content-sort .sort-wrapper .column-2 .filter > div:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
}
#global-search input#searchTerm {
  height: 51px;
  border: 1px solid var(--input-border);
  padding: 0 40px 0 10px;
  /* Background with two colors */
  background: linear-gradient(to right, var(--brand-primary-light) 95%, var(--brand-primary) 95%);
  /* Ensure background doesn't repeat */
  background-repeat: no-repeat;
  /* Additional styling (optional) */
  font-size: 16px;
  color: var(--typography-input);
}
#global-search input#searchTerm:focus {
  outline: auto;
}

/* News-Feed - start */

#news-feed #search-results {
  padding-top: 20px;
}
#news-feed .feed-content .filters-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
}
#news-feed .feed-content .filters-container .generic-select {
  background-color: var(--brand-neutral);
}
#news-feed .feed-content .filters-container .filters-section .feed-content-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 20px;
}
#news-feed .feed-content .filters-container .filters-section .feed-content-filters .section {
  margin-top: 10px;
}
#news-feed .feed-content .filters-container .filters-section .feed-content-filters #searchTerm {
  margin-top: 10px;
}

    #news-feed .feed-content .filters-container .filters-section .feed-content-filters #searchTerm:focus {
        outline: var(--input-border);
        border: 2px solid var(--input-border);
    }

#news-feed .feed-content .filters-container .filters-section .feed-content-filters .heading-button {
    background-color: var(--brand-neutral);
}
#news-feed .feed-content .filters-container .filters-section.news .feed-content-filters, #news-feed .feed-content .filters-container .filters-section.casestudies .feed-content-filters, #news-feed .feed-content .filters-container .filters-section.insights .feed-content-filters {
  grid-template-columns: 1fr 1fr 1fr;
}
#news-feed .feed-content .filters-container .sort-section p.count {
  display: none;
}
#news-feed .feed-content .filters-container .sort-section .filter {
  display: grid;
}
    #news-feed .feed-content .filters-container .sort-section .filter .generic-select {
        margin-top: 10px;
        width: 100%;
        font-weight: 700;
    }
    #news-feed .feed-content .filters-container .sort-section .filter .generic-select option {
        color: black;
    }
        #news-feed .feed-content .filters-container .sort-section .filter .generic-select:focus {
            outline: var(--input-border);
            border: 2px solid var(--input-border);
        }

#news-feed .feed-content.institutions .filters-container {
  grid-template-columns: 3fr !important;
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
#news-feed .feed-content.institutions .filters-container .filters-section.institutions {
  max-width: 1306px;
  margin: 0 auto;
  width: 100%;
}
#news-feed .feed-content.institutions .filters-container .filters-section.institutions .feed-content-filters .facet .generic-label {
  color: var(--brand-neutral);
}

/* Start of output CSS */

/*
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
*/



#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .full-column {
  grid-column: span 3;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper a.feed-post {
  display: flex;
  flex-direction: column;
  /*width: calc(33% - 40px);*/
  text-decoration: none;
  /*margin: 15px 0px;*/
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post {
  overflow: hidden;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .title {
  background-color: var(--brand-primary-medium);
  color: var(--typography-dark-background);
  font-weight: bold;
  padding: 10px;
  font-size: var(--fontsize-default);
  text-align: left;
  padding-left: 20px;
  height: 64px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container {
  height: 200px;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container .coloured-panel {
  min-height: 200px;
  max-height: 200px;
}
*/
.coloured-panel.dell-blue {
  background-color: #0076CE;
}
.coloured-panel.cadet-blue {
  background-color: #6eb3b5;
}
.coloured-panel.lightsteel-blue {
  background-color: #5c92bf;
}
.coloured-panel.steel-blue {
  background-color: #4682B4;
}
.coloured-panel.blue {
  background-color: blue;
}
.coloured-panel.cobalt-blue {
  background-color: #0047AB;
}
.coloured-panel.indigo-dye {
  background-color: #014e7d;
}
.coloured-panel.grey {
  background-color: #899499;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .panel {
  background-color: var(--brand-primary-light);
  padding: 20px 30px;
  max-height: 195px;
  min-height: 195px;
  color: var(--typography-body);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .panel .description {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .panel .publishedDate {
  color: var(--button-primary);
  font-weight: 700;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post.publications .content .panel {
  border-bottom: 7px solid var(--brand-secondary);
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post.institutions {
  width: calc(25% - 40px);
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post.institutions .content .title {
  height: auto;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post.institutions .content .image-container {
  height: auto !important;
  margin: 20px 0;
  text-align: center;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post.institutions .content .image-container img {
  min-height: 120px !important;
  max-height: 120px !important;
  max-width: 181px;
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post {
  padding-top: 5px;
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post.affiliate {
  border-top: 4px solid var(--brand-primary);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post.licensee {
  border-top: 4px solid var(--typography-dark-grey);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content .name {
  min-height: 100px;
  max-height: 100px;
  padding: 10px;
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content .name p {
  color: var(--typography-dark-grey);
  font-weight: 700;
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content.affiliate .name {
  background-color: var(--brand-quinary);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content.affiliate .title {
  background-color: var(--brand-primary-medium);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content.licensee .name {
  background-color: var(--brand-tertiary);
}
#news-feed .feed-content.institutions .feed-content-wrapper .feed-posts-wrapper .feed-post .content.licensee .title {
  background-color: var(--typography-dark-grey);
}

/* News-Feed - end */

.filter-button-mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .feed-content .filter-panel .page-container {
    display: flex;
    flex-direction: column;
  }
  .feed-content .feed-content-filters {
    display: none !important;
  }
  .feed-content .feed-content-filters.expanded {
    display: block !important;
  }
  .feed-content .feed-content-filters .section {
    margin-top: 0px;
    position: relative !important;
  }
  .feed-content .filter-button-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background-color: var(--brand-neutral);
    border-style: solid;
    border-color: var(--input-border);
    border-width: 2px;
    color: var(--typography-heading);
    font-size: var(--fontsize-large);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .feed-content .filter-button-mobile::after {
    content: url("/assets/images/icons/generic-input-chevron-down.svg");
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-out;
  }
  .feed-content .filter-button-mobile.expanded::after {
    transform: rotate(180deg);
  }
  #global-search .feed-content .feed-content-filters .row-1, #global-search .feed-content .feed-content-filters .row-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #global-search .feed-content .feed-content-filters .row-2 {
    margin-top: 20px;
  }
  #global-search .feed-content .feed-content-sort .sort-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  #global-search .feed-content .feed-content-sort label {
    display: none;
  }
  #global-search .feed-content .feed-content-sort .generic-select {
    min-width: 0;
  }
  #news-feed .feed-content .filters-container {
    display: flex;
    flex-direction: column;
  }
  #news-feed .feed-content .filters-container .filters-section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #news-feed .feed-content .filters-container .filters-section .generic-label {
    padding-top: 20px;
  }
  #news-feed .feed-content .filters-container .sort-section {
    width: 100%;
  }
  #news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper {
    justify-content: center;
  }
 /* #news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post {
    width: calc(50% - 50px) !important;
  }*/
}
@media only screen and (max-width: 767px) {
/*  #news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper {
    justify-content: center;
    gap: 20px;
  }
  #news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post {
    width: calc(100% - 20px) !important;
  }*/
  #news-feed .feed-content .feed-content-wrapper .pagination-wrapper {
    justify-content: center;
  }
  #news-feed .feed-content .feed-content-wrapper .full-column {
    grid-column: span 1;
  }
}
/*@media only screen and (max-width: 413px) {
  #news-feed .page-container {
    padding: 0 10px !important;
  }
}*/
.form-asterisk {
  color: red;
}

.generic-form .field {
  margin-bottom: 30px;
}
.generic-form .generic-input {
  width: 100%;
}
.generic-form .generic-select {
  width: 75%;
}

.generic-label {
  display: block;
  font-weight: 700;
  font-size: var(--fontsize-default);
  color: var(--typography-label);
}

.generic-input,
.generic-select {
  appearance: none;
  font-family: var(--opensans);
  font-size: var(--fontsize-default);
  padding: 14px 60px 14px 20px;
  color: var(--typography-input);
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: var(--input-border);
  outline: none;
}
.generic-input::placeholder,
.generic-select::placeholder {
  color: var(--input-placeholder);
}
.generic-input:focus-visible,
.generic-select:focus-visible {
  border-color: var(--brand-primary);
  background-color: white;
  border-radius: 0px;
}

.generic-input {
  padding-right: 20px;
}
.generic-input.search {
  padding-left: 60px;
  background-image: url("/assets/images/icons/search-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 50% left -10px;
}

.generic-select {
  background-image: url("/assets/images/icons/generic-input-chevron-down.svg");
  background-size: 20px 20px;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  background-color: var(--brand-primary-light);
}

.generic-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.generic-checkbox input {
  appearance: none;
  min-width: 16.5px;
  min-height: 16.5px;
  margin: 0;
  border: 2px solid #888588;
  border-radius: 2px;
  background-color: white;
}
.generic-checkbox input:checked {
  background-image: url("/assets/images/icons/form-checkbox-checked-white.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}
.generic-checkbox label {
  color: var(--typography-body);
  font-size: var(--fontsize-default);
}

.form-container legend {
  font-family: var(--ubuntu);
  font-size: var(--fontsize-large);
  color: var(--brand-primary);
  font-weight: 700;
}
.form-container .umbraco-forms-form {
  padding: 0;
}
.form-container .umbraco-forms-form fieldset {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.form-container .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.form-container .umbraco-forms-container input[type=text],
.form-container .umbraco-forms-container input[type=email],
.form-container .umbraco-forms-container input[type=password],
.form-container .umbraco-forms-container input[type=date],
.form-container .umbraco-forms-container input[type=datetime-local],
.form-container .umbraco-forms-container input[type=tel],
.form-container .umbraco-forms-container input[type=number],
.form-container .umbraco-forms-container input[type=time],
.form-container .umbraco-forms-container input[type=url],
.form-container .umbraco-forms-container input[type=week],
.form-container .umbraco-forms-container textarea,
.form-container .umbraco-forms-container select {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: var(--opensans);
  font-size: var(--fontsize-default);
  padding: 20px 25px;
  color: var(--typography-body);
  background-color: white;
  border-width: 2px !important;
  border-style: solid;
  border-color: var(--brand-neutral);
  border-radius: 6px;
  outline: none;
}
.form-container .umbraco-forms-container input[type=text]::placeholder,
.form-container .umbraco-forms-container input[type=email]::placeholder,
.form-container .umbraco-forms-container input[type=password]::placeholder,
.form-container .umbraco-forms-container input[type=date]::placeholder,
.form-container .umbraco-forms-container input[type=datetime-local]::placeholder,
.form-container .umbraco-forms-container input[type=tel]::placeholder,
.form-container .umbraco-forms-container input[type=number]::placeholder,
.form-container .umbraco-forms-container input[type=time]::placeholder,
.form-container .umbraco-forms-container input[type=url]::placeholder,
.form-container .umbraco-forms-container input[type=week]::placeholder,
.form-container .umbraco-forms-container textarea::placeholder,
.form-container .umbraco-forms-container select::placeholder {
  color: var(--input-placeholder);
}
.form-container .umbraco-forms-container input[type=text]:focus-visible,
.form-container .umbraco-forms-container input[type=email]:focus-visible,
.form-container .umbraco-forms-container input[type=password]:focus-visible,
.form-container .umbraco-forms-container input[type=date]:focus-visible,
.form-container .umbraco-forms-container input[type=datetime-local]:focus-visible,
.form-container .umbraco-forms-container input[type=tel]:focus-visible,
.form-container .umbraco-forms-container input[type=number]:focus-visible,
.form-container .umbraco-forms-container input[type=time]:focus-visible,
.form-container .umbraco-forms-container input[type=url]:focus-visible,
.form-container .umbraco-forms-container input[type=week]:focus-visible,
.form-container .umbraco-forms-container textarea:focus-visible,
.form-container .umbraco-forms-container select:focus-visible {
  border-color: var(--brand-primary);
}
.form-container .umbraco-forms-container input[type=checkbox],
.form-container .umbraco-forms-container input[type=radio] {
  appearance: none;
  margin: 0;
  margin-right: 14px;
  border: 1px solid #C5C5C5 !important;
  width: 23px !important;
  height: 23px !important;
  background-color: white;
  outline: none;
}
.form-container .umbraco-forms-container input[type=checkbox]:checked,
.form-container .umbraco-forms-container input[type=radio]:checked {
  background-repeat: no-repeat;
  background-position: center;
}
.form-container .umbraco-forms-container input[type=checkbox]:focus-visible,
.form-container .umbraco-forms-container input[type=radio]:focus-visible {
  border-color: var(--brand-primary) !important;
}
.form-container .umbraco-forms-container input[type=checkbox] {
  border-radius: 2px;
}
.form-container .umbraco-forms-container input[type=checkbox]:checked {
  background-image: url("/assets/images/icons/form-checkbox-checked.svg");
  background-size: 80% 80%;
}
.form-container .umbraco-forms-container input[type=radio] {
  border-radius: 50%;
}
.form-container .umbraco-forms-container input[type=radio]:checked {
  background-image: url("/assets/images/icons/form-radio-checked.svg");
  background-size: 60% 60%;
}
.form-container .umbraco-forms-container input[type=file] {
  font-family: var(--opensans);
  font-size: var(--fontsize-default);
  cursor: pointer;
  background-color: transparent;
}
.form-container .umbraco-forms-container input[type=file]::file-selector-button {
  background-color: var(--button-primary);
  font-family: var(--ubuntu);
  font-weight: 500;
  border-radius: 6px;
  color: white;
  border: none;
  cursor: pointer;
}
.form-container .umbraco-forms-container input[type=file]::file-selector-button:hover {
  background-color: var(--button-primary-hover);
}
.form-container .umbraco-forms-container input[type=file]::file-selector-button {
  margin-right: 14px;
  font-size: var(--fontsize-small);
  padding: 8px 16px;
}
.form-container .umbraco-forms-container input[type=file]:hover::file-selector-button {
  background-color: var(--button-primary-hover);
}
.form-container .umbraco-forms-container select {
  appearance: none;
  color: var(--brand-primary);
}
.form-container .umbraco-forms-container select:not([multiple]) {
  padding-right: 70px;
  background-image: url("/assets/images/icons/form-select-arrow.svg");
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: top 50% right 30px;
}
.form-container .umbraco-forms-container select[multiple] {
  padding: 0;
}
.form-container .umbraco-forms-container select[multiple] option {
  padding: 10px 25px;
}
.form-container .umbraco-forms-label {
  font-family: var(--ubuntu);
  font-weight: 700;
  font-size: var(--fontsize-default);
  margin-bottom: 10px;
}
.form-container .umbraco-forms-label:has(+ .umbraco-forms-tooltip) {
  margin-bottom: 0;
}
.form-container .umbraco-forms-tooltip {
  display: block;
  font-size: var(--fontsize-small);
  opacity: 0.75;
  margin-bottom: 10px;
}
.form-container .umbraco-forms-field-wrapper:has(input[type=checkbox]), .form-container .umbraco-forms-field-wrapper:has(input[type=radio]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-container .umbraco-forms-field div label {
  max-width: calc(100% - 37px);
}
.form-container .field-validation-error {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  margin-top: 5px;
  font-size: var(--fontsize-small);
}
.form-container .checkboxlist, .form-container .radiobuttonlist {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  row-gap: 20px;
}
.form-container .checkboxlist label, .form-container .radiobuttonlist label {
  width: calc(100% - 37px);
}
.form-container .btn {
  background-color: var(--button-primary);
  font-family: var(--ubuntu);
  font-weight: 500;
  border-radius: 6px;
  color: white;
  border: none;
  cursor: pointer;
}
.form-container .btn:hover {
  background-color: var(--button-primary-hover);
}
.form-container .btn {
  font-size: var(--fontsize-large);
  padding: 16px 40px;
}
.form-container .btn.primary {
  padding: 16px 68px 16px 40px;
  background-image: url("/assets/images/icons/form-button-right-arrow.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top 50% right 40px;
}

.page-section.primary .form-container legend, .page-section.secondary .form-container legend, .page-section.tertiary .form-container legend {
  color: var(--brand-blank);
}
.page-section.primary .form-container .umbraco-forms-container .field-validation-error, .page-section.secondary .form-container .umbraco-forms-container .field-validation-error, .page-section.tertiary .form-container .umbraco-forms-container .field-validation-error {
  color: yellow !important;
}
.page-section.primary .form-container .umbraco-forms-container input[type=file]::file-selector-button {
  background-color: var(--button-secondary);
}
.page-section.primary .form-container .umbraco-forms-container input[type=file]:hover::file-selector-button {
  background-color: var(--button-secondary-hover);
}
.page-section.primary .form-container .btn {
  background-color: var(--button-secondary);
}
.page-section.primary .form-container .btn:hover {
  background-color: var(--button-secondary-hover);
}
.page-section.secondary .form-container .umbraco-forms-container input[type=file]::file-selector-button, .page-section.tertiary .form-container .umbraco-forms-container input[type=file]::file-selector-button {
  color: var(--brand-primary);
  background-color: var(--brand-blank);
}
.page-section.secondary .form-container .umbraco-forms-container input[type=file]:hover::file-selector-button, .page-section.tertiary .form-container .umbraco-forms-container input[type=file]:hover::file-selector-button {
  background-color: var(--brand-neutral);
}
.page-section.secondary .form-container .btn, .page-section.tertiary .form-container .btn {
  color: var(--brand-primary);
  background-color: var(--brand-blank);
}
.page-section.secondary .form-container .btn.primary, .page-section.tertiary .form-container .btn.primary {
  background-image: url("/assets/images/icons/form-button-right-arrow-primary.svg");
}
.page-section.secondary .form-container .btn:hover, .page-section.tertiary .form-container .btn:hover {
  background-color: var(--brand-neutral);
}

.is-today .pika-button {
  color: var(--brand-primary) !important;
}

.has-event .pika-button, .is-selected .pika-button {
  color: white !important;
  background: var(--brand-primary) !important;
  box-shadow: inset 0 1px 3px #3c0244 !important;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: white !important;
  background: var(--brand-secondary) !important;
  box-shadow: inset 0 1px 3px #bc056d !important;
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.payment-form .umbraco-forms-caption {
  display: none;
}

.footer-version {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 10px;
    color: #999999;
    font-weight: normal;
}

footer.footer-container {
  margin-top: 20px;
}
footer.footer-container .rich-text p {
  color: var(--typography-footer);
}
footer.footer-container .rich-text a {
  color: var(--typography-footer);
  text-decoration: none;
}
footer.footer-container img {
  max-width: 130px;
}
.footer-container ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.footer-container li {
    margin:0;
    padding:0;
}
footer .page-section {
  margin: 0 !important;
}
footer .tertiary .footer-navigation-block,
footer .quaternary .footer-navigation-block {
  --typography-tertiary-background: #aaa;
}
footer .tertiary .footer-navigation-block .heading-link a,
footer .quaternary .footer-navigation-block .heading-link a {
  color: var(--typography-tertiary-background);
}

.social-links-section {
  padding-left: 40px 0px;
  min-height: 300px;
  text-align: center;
  color: var(--typography-brand-primary);
  align-content: center;
}
.social-links-section .heading {
  color: var(--typography-heading);
}
.social-links-section .text {
  font-size: var(--fontsize-large);
  font-weight: bold;
}
.social-links-section .social-links {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-inline-start: 0px;
}
.social-links-section .social-links li {
  list-style: none;
}
.social-links-section .social-links img {
  max-width: 85px;
}
.social-links-section .button.blank.border {
  color: var(--button-tertiary) !important;
  background-color: transparent;
  border-color: var(--button-tertiary);
}
.social-links-section .button.blank.border:hover {
  color: var(--button-tertiary-text) !important;
  background-color: var(--button-tertiary);
}

.page-section.gradient-right .social-links-section, .page-section.gradient-left .social-links-section, .page-section.primary .social-links-section {
  color: var(--typography-dark-background);
}
.page-section.gradient-right .social-links-section .heading, .page-section.gradient-left .social-links-section .heading, .page-section.primary .social-links-section .heading {
  color: var(--typography-heading-dark-background);
}
.page-section.secondary .social-links-section .heading, .page-section.secondary .social-links-section .text, .page-section.secondary .social-links-section h1, .page-section.secondary .social-links-section h2, .page-section.secondary .social-links-section h3, .page-section.secondary .social-links-section h4, .page-section.secondary .social-links-section h5, .page-section.secondary .social-links-section h6, .page-section.secondary .social-links-section p {
  color: var(--brand-neutral);
}
.page-section.blank .social-links-section .social-links, .page-section.tertiary .social-links-section .social-links, .page-section.quaternary .social-links-section .social-links {
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(1740%) hue-rotate(187deg) brightness(95%) contrast(102%);
}

@media only screen and (max-width: 479px) {
  .social-links-section .social-links {
    gap: 30px;
  }
}
.footer-navigation-block {
  --typography-dark-grey: #aaa;
}
.footer-navigation-block .heading-link {
  color: var(--typography-dark-grey);
}
.footer-navigation-block .heading-link a {
  color: var(--typography-dark-grey);
  font-size: var(--fontsize-default);
  font-weight: bold;
}
.footer-navigation-block .links {
  padding: 0;
}
.footer-navigation-block .links li {
  list-style: none;
}
.footer-navigation-block .links li a {
  color: var(--typography-dark-grey);
  text-decoration: none;
}

.page-section .heading-link a {
  color: var(--typography-dark-background);
}
.page-section.primary .section-content .footer-navigation-block .links li a, .page-section.secondary .section-content .footer-navigation-block .links li a, .page-section.gradient-right .section-content .footer-navigation-block .links li a, .page-section.gradient-left .section-content .footer-navigation-block .links li a {
  color: var(--typography-dark-background);
}

.generic-swiper-slider {
  width: 100%;
  overflow: hidden;
  /*override default swiper styles*/
}
.generic-swiper-slider .pagination-container:has(.swiper-pagination-lock), .generic-swiper-slider .pagination-wrapper:has(.swiper-pagination-lock) {
  display: none;
}
.generic-swiper-slider .pagination-container {
  margin-top: 50px;
}
.generic-swiper-slider .pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 55px;
  column-gap: 30px;
  row-gap: 20px;
  justify-content: center;
}
.generic-swiper-slider .pagination-wrapper.right {
  justify-content: flex-end;
}
.generic-swiper-slider .swiper-wrapper {
  height: auto;
}
.generic-swiper-slider .pag-swiper-button-prev, .generic-swiper-slider .pag-swiper-button-next, .generic-swiper-slider .pag-swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  z-index: 1;
  background-color: white;
  padding: 6px;
  border-radius: 30px;
}
.generic-swiper-slider .pag-swiper-button-next, .generic-swiper-slider .pag-swiper-button-prev {
  content: "";
  display: inline-block;
  min-width: 54px;
  min-height: 55px;
  background-size: 108px 220px;
  background-repeat: no-repeat;
}
.generic-swiper-slider .pag-swiper-button-next::after, .generic-swiper-slider .pag-swiper-button-prev::after {
  content: none;
}
.generic-swiper-slider .pag-swiper-button-next {
  background-image: url("/assets/images/icons/carousel-arrows.svg");
  background-position: top right;
}
.generic-swiper-slider .pag-swiper-button-prev {
  background-image: url("/assets/images/icons/carousel-arrows.svg");
  background-position: top left;
}
.generic-swiper-slider .pag-swiper-buttons {
  display: flex;
  gap: 10px;
}
.generic-swiper-slider .pag-swiper-pagination {
  position: relative;
  left: -50px;
  align-self: unset;
  width: auto !important;
}
.generic-swiper-slider .swiper-pagination-bullet {
  min-height: 12px;
  min-width: 12px;
  background-color: transparent;
  opacity: 55%;
  border: 2px solid var(--brand-primary);
}
.generic-swiper-slider .swiper-pagination-bullet-active {
  background-color: var(--brand-primary);
  opacity: 1;
}
.generic-swiper-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.generic-swiper-slider .swiper-slide {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

/*section specific colours*/
.page-section.primary .generic-swiper-slider .pag-swiper-button-next, .hero-carousel-wrapper.primary .generic-swiper-slider .pag-swiper-button-next {
  background-position: top -55px right;
}
.page-section.primary .generic-swiper-slider .pag-swiper-button-prev, .hero-carousel-wrapper.primary .generic-swiper-slider .pag-swiper-button-prev {
  background-position: top -55px left;
}
.page-section.primary .generic-swiper-slider .swiper-pagination-bullet, .hero-carousel-wrapper.primary .generic-swiper-slider .swiper-pagination-bullet {
  border-color: var(--brand-secondary);
}
.page-section.primary .generic-swiper-slider .swiper-pagination-bullet-active, .hero-carousel-wrapper.primary .generic-swiper-slider .swiper-pagination-bullet-active {
  background-color: var(--brand-secondary);
}
.page-section.secondary .generic-swiper-slider .pag-swiper-button-next, .hero-carousel-wrapper.secondary .generic-swiper-slider .pag-swiper-button-next {
  background-position: top -110px right;
}
.page-section.secondary .generic-swiper-slider .pag-swiper-button-prev, .hero-carousel-wrapper.secondary .generic-swiper-slider .pag-swiper-button-prev {
  background-position: top -110px left;
}
.page-section.secondary .generic-swiper-slider .swiper-pagination-bullet, .hero-carousel-wrapper.secondary .generic-swiper-slider .swiper-pagination-bullet {
  border-color: var(--brand-blank);
}
.page-section.secondary .generic-swiper-slider .swiper-pagination-bullet-active, .hero-carousel-wrapper.secondary .generic-swiper-slider .swiper-pagination-bullet-active {
  background-color: var(--brand-blank);
}
.page-section.tertiary .generic-swiper-slider .pag-swiper-button-next, .hero-carousel-wrapper.tertiary .generic-swiper-slider .pag-swiper-button-next {
  background-position: top -165px right;
}
.page-section.tertiary .generic-swiper-slider .pag-swiper-button-prev, .hero-carousel-wrapper.tertiary .generic-swiper-slider .pag-swiper-button-prev {
  background-position: top -165px left;
}
.page-section.tertiary .generic-swiper-slider .swiper-pagination-bullet, .hero-carousel-wrapper.tertiary .generic-swiper-slider .swiper-pagination-bullet {
  border-color: var(--brand-tertiary-cta);
}
.page-section.tertiary .generic-swiper-slider .swiper-pagination-bullet-active, .hero-carousel-wrapper.tertiary .generic-swiper-slider .swiper-pagination-bullet-active {
  background-color: var(--brand-tertiary-cta);
}

@media only screen and (max-width: 767px) {
  .generic-swiper-slider .pag-swiper-pagination {
    order: 1;
  }
  .generic-swiper-slider .pag-swiper-buttons {
    order: 2;
  }
}
.hero-carousel {
  width: 100%;
  overflow: visible;
  padding-bottom: 0;
}
.hero-carousel .background-tint {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--brand-primary);
  width: 100%;
  height: 100%;
  opacity: 70%;
  z-index: 100;
}
.hero-carousel .swiper-slide {
  position: relative;
  width: 100vw;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-carousel .swiper-slide {
    height: 720px;
  }
}
.hero-carousel .swiper-slide .content-wrapper {
  column-gap: 95px;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide .has-pagination .content-wrapper {
    padding-bottom: 55px;
  }
}
.hero-carousel .swiper-slide .text-wrapper {
  width: 100%;
  display: grid;
  text-align: left;
  align-items: start;
  grid-template-columns: 1fr;
  color: var(--typography-dark-background);
  width: 85%;
  margin: 0 auto;
  padding: 30px;
  margin: 0 auto;
  z-index: 101;
}
.hero-carousel .swiper-slide .text-wrapper .button-wrapper {
  margin-bottom: 0;
  justify-content: start;
}
.hero-carousel .swiper-slide .text-wrapper .text-align-center {
  text-align: center !important;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide .text-wrapper {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide .rte-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.hero-carousel .swiper-slide .heading {
  font-size: 3.813rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: var(--typography-dark-background);
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide .heading {
    font-size: var(--fontsize-xl);
  }
}
.hero-carousel .swiper-slide p {
  font-size: var(--fontsize-xl);
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .swiper-slide p {
    font-size: var(--fontsize-medium);
  }
}
.hero-carousel .swiper-slide.blue .background-tint {
  background-color: var(--brand-quaternary);
  opacity: 80%;
}
.hero-carousel .swiper-slide.blue .heading,
.hero-carousel .swiper-slide.blue p,
.hero-carousel .swiper-slide.blue h1,
.hero-carousel .swiper-slide.blue h2 {
  color: var(--typography-brand-primary);
}
.hero-carousel .swiper-slide.pastel-blue .background-tint {
  background-color: var(--brand-primary);
  opacity: 80%;
}
.hero-carousel .swiper-slide.pastel-blue .heading,
.hero-carousel .swiper-slide.pastel-blue p,
.hero-carousel .swiper-slide.pastel-blue h1,
.hero-carousel .swiper-slide.pastel-blue h2 {
  color: var(--typography-brand-quaternary);
}
.hero-carousel .swiper-slide.dark-grey .background-tint {
  background-color: var(--brand-tertiary);
}
.hero-carousel .swiper-slide.dark-grey .heading,
.hero-carousel .swiper-slide.dark-grey p,
.hero-carousel .swiper-slide.dark-grey h1,
.hero-carousel .swiper-slide.dark-grey h2 {
  color: var(--typography-dark-grey);
}
.hero-carousel .swiper-slide.ocean-blue .background-tint {
  background-color: var(--brand-tertiary);
}
.hero-carousel .swiper-slide.ocean-blue .heading,
.hero-carousel .swiper-slide.ocean-blue p,
.hero-carousel .swiper-slide.ocean-blue h1,
.hero-carousel .swiper-slide.ocean-blue h2 {
  color: var(--typography-brand-secondary);
}
.hero-carousel .swiper-slide.white .heading,
.hero-carousel .swiper-slide.white p,
.hero-carousel .swiper-slide.white h1,
.hero-carousel .swiper-slide.white h2 {
  color: var(--typography-dark-background);
}
.hero-carousel .swiper-slide.black .background-tint {
  background-color: var(--brand-tertiary);
}
.hero-carousel .swiper-slide.black .heading,
.hero-carousel .swiper-slide.black p,
.hero-carousel .swiper-slide.black h1,
.hero-carousel .swiper-slide.black h2 {
  color: var(--typography-black);
}
.hero-carousel .pagination-wrapper {
  margin-top: -80px;
}

@media only screen and (max-width: 1199px) {
  .hero-carousel .content-wrapper {
    column-gap: 40px;
  }
  .hero-carousel .heading {
    font-size: 2.438rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .pagination-container {
    bottom: 10%;
  }
  .hero-carousel .text-wrapper {
    width: 100% !important;
    min-width: 0;
    max-width: none;
    font-size: var(--fontsize-xl);
  }
}
.pods-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.pods-wrapper .pod {
  display: flex;
  flex-direction: column;
  width: calc(33% - 20px);
  text-decoration: none;
  margin: 15px 0px;
  color: var(--typography-dark-background);
}
.pods-wrapper .pod .image-container {
  aspect-ratio: 2/1;
}
.pods-wrapper .pod .content-wrapper {
  background-color: var(--brand-primary);
  padding: 15px;
  width: 100%;
  flex: 1;
}
.pods-wrapper .pod .content-wrapper a {
  text-decoration: none;
}
.pods-wrapper .pod .content-wrapper a:hover {
    text-decoration: underline;
    text-decoration-color:#fff;
}
.pods-wrapper .pod .content-wrapper a h3 {
  font-size: var(--fontsize-large);
  color: var(--typography-dark-background);
}
.pods-wrapper .pod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pods-wrapper .pod.secondary {
  background-color: var(--brand-secondary);
}

@media only screen and (max-width: 800px) {
  .pods-wrapper .pod {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pods-wrapper .pod {
    width: calc(100% - 20px);
  }
}
.wide-banner {
    /*min-height: 577px; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 2.5%;
    align-content: center;
    font-size:1.5em;
    flex: 1;
}

.wide-banner.text-align-left {
  text-align: left !important;
}
.wide-banner h3 > p {
  color: var(--typography-dark-background);
  font-size: var(--fontsize-xxl);
  font-weight: normal;
}
.wide-banner .content-wrapper {
  z-index: 101;
  color: var(--typography-dark-background);
}
.wide-banner .blue-tint {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-primary);
  opacity: 70%;
  z-index: 100;
}

/*
@media only screen and (max-width: 767px) {
  .wide-banner {
    min-height: 500px;
    max-height: 500px;
  }
}
*/

.spotlights-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.spotlights-section {
  color: var(--typography-dark-background);
}
.spotlights-section .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(600px, 1fr));
}
/*.spotlights-section .content-wrapper > div {
    min-width:600px;
}*/
.spotlights-section .content-wrapper .text-wrapper {
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: start;
}
.spotlights-section .content-wrapper .text-wrapper .button-wrapper {
  justify-content: start;
}
.spotlights-section .content-wrapper .text-wrapper.text-align-center {
  text-align: center !important;
}
.spotlights-section .content-wrapper .text-wrapper.text-align-center .button-wrapper {
  justify-content: center;
}
.spotlights-section .content-wrapper .text-wrapper p {
  font-size: var(--fontsize-large);
}
.spotlights-section .content-wrapper .text-wrapper h3 {
  color: var(--typography-dark-background);
  font-size: var(--fontsize-xl);
}
.spotlights-section .content-wrapper .image-container {
/*    width: 100%; */
    height:100%; 
}
.spotlights-section .content-wrapper .image-container img {
/*    width: 100%; */
    height:100%; 
    display:block;
/*    aspect-ratio: 600/434; */
    object-fit: cover
    object-position: 100% 50%;
}
/*
@media only screen and (max-width: 1099px) {
  .spotlights-section .content-wrapper .image-container img {
    object-fit: cover;
    height: 100%;
  }
}
*/
@media only screen and (max-width: 767px) {
  .spotlights-wrapper {
    max-height: 100% !important;
  }
  .spotlights-section .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .spotlights-section .content-wrapper .text-wrapper {
    min-height: 340px;
  }
/*  .spotlights-section .content-wrapper .image-container img {
    height: auto;
  }*/
}
.featured-image-wrappper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.featured-image-wrappper h1 {
    font-size:1em;
    font-weight:normal;
}

/*
@media only screen and (max-width: 767px) {
  .featured-image-wrappper .breadcrumb .page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.featured-image-wrappper .breadcrumb .links {
  display: flex;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 413px) {
  .featured-image-wrappper .breadcrumb .links {
    gap: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-wrappper .breadcrumb .links {
    font-size: var(--fontsize-small);
  }
}
.featured-image-wrappper .breadcrumb .links span {
  color: var(--typography-dark-background);
}
.featured-image-wrappper .breadcrumb .links a {
  color: var(--typography-dark-background);
  text-decoration: none;
}
.featured-image-wrappper .breadcrumb .links span.current-page {
  font-weight: 700;
  text-decoration: underline;
}
*/

/* Improved breadcrumbs */
.featured-image-wrappper .breadcrumb .links
{
  display:block;
  padding-top:0.4em;
  padding-bottom:0.4em;
  padding-right:20px;
  white-space:normal;
  line-height:1.2em;
}
.featured-image-wrappper .breadcrumb .links a,
.featured-image-wrappper .breadcrumb .links span
{
	color:var(--typography-dark-background);
	text-decoration:none;
}
.featured-image-wrappper .breadcrumb .links span
{
	white-space:normal;
}
.featured-image-wrappper .breadcrumb .links a,
.featured-image-wrappper .breadcrumb .links span:nth-last-of-type(1)
{
	white-space:nowrap;
}
.featured-image-wrappper .breadcrumb .links span.current-page
{
  font-weight:bolder;
  text-decoration:underline;
}
@media only screen and (max-width: 767px) {
	.featured-image-wrappper .breadcrumb .links a,
	.featured-image-wrappper .breadcrumb .links span
	{
		display:none;
	}
	.featured-image-wrappper .breadcrumb .links a:nth-last-of-type(1),
	.featured-image-wrappper .breadcrumb .links span:nth-last-of-type(1),
	.featured-image-wrappper .breadcrumb .links a:nth-last-of-type(2),
	.featured-image-wrappper .breadcrumb .links span:nth-last-of-type(2),
	.featured-image-wrappper .breadcrumb .links span:nth-last-of-type(3)
	{
		display:inline;
	}
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(4),
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(5),
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(6),
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(7),
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(8),
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(9)
	{
		display:inline;
		font-size:0;
	}
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(4)::after,
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(5)::after,
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(6)::after,
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(7)::after,
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(8)::after,
	.featured-image-wrappper .breadcrumb .links span:nth-of-type(1):nth-last-of-type(9)::after
	{
		font-size:16px;
		content: "...";
	}
}
/* Improved breadcrumbs */

.featured-image-wrappper .featured-image-toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .featured-image-wrappper .featured-image-toggle {
    display: flex;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid white;
    position:absolute;
    right:20px;
    top:calc( 50% - 13px );
  }
}
.featured-image-wrappper .secondary-nav-wrapper {
  position: relative;
  min-height: 327px;
  align-content: center;
  background-size: cover;
  background-position: center;
}
.featured-image-wrappper .secondary-nav-wrapper.blue-tint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-primary);
  opacity: 70%;
  z-index: 100;
}
.featured-image-wrappper .secondary-nav-wrapper .page-container {
  display: flex;
  z-index: 101;
  gap: 40px;
  align-items: center;
}
.featured-image-wrappper .secondary-nav-wrapper .page-container .headline {
  height: 100%;
  max-width: calc(65% - 20px);
  color: var(--typography-dark-background);
  font-size: var(--fontsize-xxxl);
}

    .featured-image-wrappper .secondary-nav-wrapper .page-container .headline .headline-title {
        color: var(--typography-heading-banner-image-headline);
    }

.featured-image-wrappper .secondary-nav-wrapper .page-container .headline p {
  color: var(--typography-dark-background);
  font-size: var(--fontsize-xxxl);
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .featured-image-wrappper .secondary-nav-wrapper .page-container .headline {
    font-size: var(--fontsize-xl);
  }
  .featured-image-wrappper .secondary-nav-wrapper .page-container .headline p {
    font-size: var(--fontsize-xl);
  }
}
.featured-image-wrappper .secondary-nav-wrapper .page-container .links {
  border-left: 1px solid var(--typography-dark-background);
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .featured-image-wrappper .secondary-nav-wrapper .page-container .links {
    min-height: 250px;
  }
}
.featured-image-wrappper .secondary-nav-wrapper .page-container .links ul {
  list-style-type: none;
  padding-left: 1.25rem;
  margin: 0;
}
.featured-image-wrappper .secondary-nav-wrapper .page-container .links a {
  color: var(--typography-dark-background);
  text-decoration: none;
  line-height: 1.75rem;
}
.featured-image-wrappper .secondary-nav-wrapper .page-container .links a.current-page {
  text-decoration: underline;
  font-weight: 700;
}
.featured-image-wrappper .secondary-nav-wrapper .featured-image-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
}

@media only screen and (max-width: 479px) {
  .featured-image-wrappper .secondary-nav-wrapper .page-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .featured-image-wrappper .secondary-nav-wrapper .page-container .headline {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-wrappper:has(.secondary-nav-wrapper:not(.display-none)) .breadcrumb .featured-image-toggle {
    display: none;
  }
}
.rich-text p:not(:last-child),
.umb-rte p:not(:last-child)
{
    margin-bottom: 1em;
    margin:1.065em 0;
}
.rich-text ul:not(last-child),
.umb-rte ul:not(last-child) {
    margin-bottom:1.67em;
}
.rich-text .summary:not(last-child), 
.umb-rte .summary:not(last-child) {
    margin-bottom:2.13em;
    display:block;
}
.rich-text p a,
.rich-text ul li a, 
.umb-rte p a,
.umb-rte ul li a, 
.txt-404 a {
    color: var(--brand-secondary);
    text-decoration:none;
}
.rich-text p a:hover,
.rich-text ul li a:hover, 
.umb-rte p a:hover,
.umb-rte ul li a:hover, 
.txt-404 a:hover {
    text-decoration:underline;
}
.rich-text blockquote,
.umb-rte blockquote
{
  max-width: 32em;
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-left: 0.25rem solid var(--border-secondary);
  font-style: italic;
  margin-left: 40px;
}
.rich-text figure,
.umb-rte figure {
    margin-bottom: 1em;
}
.rich-text figure img,
.umb-rte figure img {
    height: auto;
    max-width: 100%;
    margin-bottom: 0.5em;
}
.rich-text.primary {
    background-color: var(--brand-primary);
    color: var(--typography-dark-background);
}
.rich-text.primary h1, .rich-text.primary h2, .rich-text.primary h3, .rich-text.primary h4, .rich-text.primary h5, .rich-text.primary h6 {
  color: var(--typography-dark-background);
}
.rich-text.primary p a {
  color: var(--typography-dark-background);
}
.rich-text.secondary {
  padding: 20px;
  background-color: var(--brand-secondary);
  color: var(--typography-dark-background);
}
.rich-text.secondary h1, .rich-text.secondary h2, .rich-text.secondary h3, .rich-text.secondary h4, .rich-text.secondary h5, .rich-text.secondary h6 {
  color: var(--typography-dark-background);
}
.rich-text.secondary p a {
  color: var(--typography-dark-background);
}
.rich-text.tertiary {
  background-color: var(--brand-tertiary-light);
}
.rich-text.quaternary {
  background-color: var(--brand-primary-light);
}
.rich-text.gradient-left {
  padding: 20px;
  color: var(--typography-dark-background);
}
.rich-text.gradient-left h1, .rich-text.gradient-left h2, .rich-text.gradient-left h3, .rich-text.gradient-left h4, .rich-text.gradient-left h5, .rich-text.gradient-left h6 {
  color: var(--typography-dark-background);
}
.rich-text.gradient-right {
  padding: 20px;
  color: var(--typography-dark-background);
}
.rich-text.gradient-right h1, .rich-text.gradient-right h2, .rich-text.gradient-right h3, .rich-text.gradient-right h4, .rich-text.gradient-right h5, .rich-text.gradient-right h6 {
  color: var(--typography-dark-background);
}
.recaptcha-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

    .recaptcha-wrapper button {
        background-color: lightblue;
        order: 1;
    }

    .recaptcha-wrapper .grecaptcha-badge {
        order: 2;
        transform-origin: top left;
        margin-top: 10px;
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
    }
/*
.rich-text.quaternary {
  border-color: var(--border-quaternary) !important;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.rich-text.border-blue {
  border-color: var(--border-blue) !important;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.rich-text.border-black {
  border-color: black !important;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.rich-text.border-light-blue {
  border-color: var(--border-quaternary) !important;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.rich-text.all-borders {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 20px;
}
.rich-text.no-top-border {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-top: none;
  padding: 20px;
}
*/

/* Rich text borders - start */
.rich-text.primary,
.rich-text.secondary,
.rich-text.tertiary,
.rich-text.quaternary,
.rich-text.border-blue,
.rich-text.border-black,
.rich-text.border-light-blue,
.rich-text.all-borders,
.rich-text.no-top-border {
    border:solid 1px black;
    padding:20px;
    border-radius:4px;
}
.rich-text.primary {
    border-color:var(--border-primary);
}
.rich-text.secondary {
    border-color:var(--border-secondary);
}
.rich-text.tertiary {
    border-color:var(--border-tertiary);
}
.rich-text.quaternary {
    border-color:var(--border-quaternary);
}
.rich-text.border-blue {
    border-color:var(--border-blue);
}
.rich-text.border-light-blue {
    border-color: var(--border-light-blue);
}
.rich-text.no-top-border {
    border-top: none;
}
/* Rich text borders - end */

.embed-container {
  display: grid;
}
.embed-container.content-align-center {
  place-items: center;
}
.embed-container.content-align-right {
  place-items: end;
}
.embed-container .text-top {
  margin-bottom: 20px;
}
.embed-container .text-bottom {
  margin-top: 20px;
}
.embed-container .text-align-center {
  text-align: center;
}
.embed-container .text-align-right {
  text-align: right;
}
.embed-container .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-container .embed-video.responsive-embed {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.embed-container .embed-video.responsive-embed[data-aspect-ratio="16:9"] {
  padding-bottom: 56.25%; /* 16:9 ratio */
}
.embed-container .embed-video.responsive-embed[data-aspect-ratio="4:3"] {
  padding-bottom: 75%; /* 4:3 ratio */
}

.resources-section-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.resources-section-wrapper .resource-item {
  display: flex;
  align-items: center;
  width: calc(33% - 40px);
  margin: 15px 0px;
  color: var(--typography-heading);
  border: 1px solid var(--box-shadow);
  min-height: 230px;
  padding: 15px;
  box-shadow: 0px 0px 15px 5px var(--box-shadow);
  text-decoration: none;
}
.resources-section-wrapper .resource-item .icon {
  min-width: 100px;
  min-height: 100%;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: center !important;
}
.resources-section-wrapper .resource-item .heading {
  padding-left: 20px;
}
.resources-section-wrapper .resource-item .heading .link-text {
  color: var(--typography-heading);
  text-decoration: none;
  padding-right: 20px;
  background-image: url("/assets/images/icons/CTA-Arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 12px 18px;
}

.page-section.primary .resource-item {
  background-color: var(--brand-blank);
  box-shadow: 0px 0px 0px 0px;
}
.page-section.secondary .resource-item {
  background-color: var(--brand-blank);
  box-shadow: 0px 0px 0px 0px;
}
.page-section.tertiary .resource-item {
  background-color: var(--brand-blank);
  box-shadow: 0px 0px 0px 0px;
}
.page-section.quaternary .resource-item {
  background-color: var(--brand-primary);
  box-shadow: 0px 0px 0px 0px;
}
.page-section.quaternary .resource-item .heading .link-text, .page-section.quaternary .resource-item .heading h1, .page-section.quaternary .resource-item .heading h2, .page-section.quaternary .resource-item .heading h3, .page-section.quaternary .resource-item .heading h4, .page-section.quaternary .resource-item .heading h5, .page-section.quaternary .resource-item .heading h6, .page-section.quaternary .resource-item .heading a {
  color: var(--typography-dark-background);
  background-image: url(/assets/images/icons/CTA-Arrow-blank.svg);
}
.page-section.gradient-left .resource-item {
  background-color: var(--brand-blank);
  box-shadow: 0px 0px 0px 0px;
}
.page-section.gradient-right .resource-item {
  background-color: var(--brand-blank);
  box-shadow: 0px 0px 0px 0px;
}

@media only screen and (max-width: 1099px) {
  .resources-section-wrapper {
    gap: 10px;
  }
  .resources-section-wrapper .resource-item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .resources-section-wrapper .resource-item {
    width: 100%;
  }
}
.links-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.links-section-wrapper .link-item {
  display: flex;
  width: calc(33% - 40px);
  color: var(--typography-heading);
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fontsize-large);
}
.links-section-wrapper .link-item .link-text-wrapper .text {
  padding-right: 20px;
  background-image: url("/assets/images/icons/CTA-Arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 12px 18px;
}

.page-section.primary .links-section-wrapper .link-item .link-text-wrapper .text, .page-section.secondary .links-section-wrapper .link-item .link-text-wrapper .text, .page-section.gradient-left .links-section-wrapper .link-item .link-text-wrapper .text, .page-section.gradient-right .links-section-wrapper .link-item .link-text-wrapper .text {
  filter: invert(1) brightness(3);
}

@media only screen and (max-width: 1099px) {
  .links-section-wrapper .link-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .links-section-wrapper .link-item {
    width: calc(100% - 10px);
  }
}
.information-panel {
  padding: 20px;
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
}
.information-panel.primary {
  background: none;
  background-color: var(--brand-primary);
}
.information-panel.secondary {
  background: none;
  background-color: var(--brand-secondary);
}
.information-panel.tertiary {
  background: none;
  background-color: var(--brand-tertiary);
}
.information-panel.quaternary {
  background: none;
  background-color: var(--brand-primary-light);
}
.information-panel .inner-container {
  background-color: var(--brand-neutral);
  padding: 30px 15px;
}
.information-panel .heading {
  text-align: center;
  color: var(--typography-dark-grey);
  margin-bottom: 15px;
}
.information-panel .text {
  min-height: 130px;
  text-align: center;
  color: var(--typography-dark-grey);
}
.information-panel .text p {
  color: var(--typography-dark-grey);
}
.information-panel .button-wrapper {
  margin: 0px;
}

.feed-latest-wrapper .section-heading {
  text-align: center;
}
.feed-latest-wrapper .section-heading h2 {
  font-size: var(--fontsize-xxl);
}
.feed-latest-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.feed-latest-wrapper .items .feed-item {
  width: calc(50% - 20px);
  text-decoration: none;
  margin: 15px 0px;
  color: var(--typography-dark-background);
  min-height: 250px;
}
.feed-latest-wrapper .items .feed-item.primary {
  background-color: var(--brand-primary);
}
.feed-latest-wrapper .items .feed-item.secondary {
  background-color: var(--brand-secondary);
}
.feed-latest-wrapper .items .feed-item.tertiary {
  background-color: var(--brand-tertiary);
}
.feed-latest-wrapper .items .feed-item .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  height: 50%;
  width: 100%;
  z-index: 101;
  overflow: hidden;
}
.feed-latest-wrapper .items .feed-item .content-wrapper .published-date {
  z-index: 101;
  opacity: 80%;
}
.feed-latest-wrapper .items .feed-item .content-wrapper h3, .feed-latest-wrapper .items .feed-item .content-wrapper .text {
  font-size: var(--fontsize-default);
  color: var(--typography-dark-background);
  z-index: 101;
  text-align: left !important;
}
.feed-latest-wrapper .items .feed-item .content-wrapper .text {
  padding-top: 10px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-latest-wrapper .items .feed-item .content-wrapper .tint-background {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--brand-primary);
  padding: 15px;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 80%;
}
.feed-latest-wrapper .items .feed-item .image-container img {
  width: 100%;
}

.page-section.primary .feed-latest-wrapper .section-heading h2 {
  color: var(--brand-neutral);
}
.page-section.primary .feed-latest-wrapper .content-wrapper .published-date {
  color: var(--typography-primary-light-background);
  opacity: 100%;
}
.page-section.primary .feed-latest-wrapper .content-wrapper .heading, .page-section.primary .feed-latest-wrapper .content-wrapper .text {
  color: var(--typography-primary-light-background);
}
.page-section.primary .feed-latest-wrapper .content-wrapper .tint-background {
  background-color: var(--brand-quaternary) !important;
  opacity: 90% !important;
}
.page-section.secondary .feed-latest-wrapper .section-heading h2, .page-section.gradient-left .feed-latest-wrapper .section-heading h2, .page-section.gradient-right .feed-latest-wrapper .section-heading h2 {
  color: var(--typography-dark-background);
}
.page-section.secondary .feed-latest-wrapper .content-wrapper .published-date, .page-section.gradient-left .feed-latest-wrapper .content-wrapper .published-date, .page-section.gradient-right .feed-latest-wrapper .content-wrapper .published-date {
  color: var(--typography-dark-background);
}
.page-section.secondary .feed-latest-wrapper .content-wrapper .heading, .page-section.secondary .feed-latest-wrapper .content-wrapper .text, .page-section.gradient-left .feed-latest-wrapper .content-wrapper .heading, .page-section.gradient-left .feed-latest-wrapper .content-wrapper .text, .page-section.gradient-right .feed-latest-wrapper .content-wrapper .heading, .page-section.gradient-right .feed-latest-wrapper .content-wrapper .text {
  color: var(--typography-dark-background);
}
.page-section.secondary .feed-latest-wrapper .content-wrapper .tint-background, .page-section.gradient-left .feed-latest-wrapper .content-wrapper .tint-background, .page-section.gradient-right .feed-latest-wrapper .content-wrapper .tint-background {
  background-color: var(--brand-primary-dark) !important;
  opacity: 80% !important;
}

@media only screen and (max-width: 767px) {
  .feed-latest-wrapper .items .feed-item {
    width: calc(100% - 20px);
    min-height: 300px;
  }
}
@media only screen and (max-width: 1099px) {
  .feed-latest-wrapper .items .feed-item .content-wrapper .text {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    gap: 5px;
    text-align: center;
}

.course-search-pagination {
    display: block;
}

.paginationList {
    margin-top: 1rem;
    display:flex;
    justify-content: center;
}
.pagination button, .pagination .dots, .pagination a {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  height: 44px;
  border: 1px solid #F0EFF0;
  background-color: #007BD5;
  color: var(--typography-dark-background);
  text-decoration: none;
}
.pagination button i, .pagination .dots i, .pagination a i {
  font-size: var(--fontsize-small);
}
.pagination button:hover, .pagination a:hover {
  background-color: rgba(0, 123, 213, 0.75);
}
.pagination button:disabled, .pagination button.disabled, .pagination a:disabled, .pagination a.disabled {
  cursor: not-allowed;
  color: rgba(224, 208, 208, 0.7137254902);
}
.pagination button:disabled:hover, .pagination button.disabled:hover, .pagination a:disabled:hover, .pagination a.disabled:hover {
  background-color: rgba(0, 123, 213, 0.75);
}
.pagination button.selected, .pagination a.selected {
  color: white;
  background-color: rgba(0, 123, 213, 0.75);
}

@media only screen and (max-width: 479px) {
  .pagination {
    gap: 2px;
  }
  .pagination button, .pagination .dots {
    padding: 0 9px;
    height: 38px;
  }
  .pagination button i, .pagination .dots i {
    font-size: 0.625rem;
  }
}
.newsletter-signup form {
  width: 100%;
}
.newsletter-signup .introduction-text p {
  margin-bottom: 15px;
  color: var(--typography-heading);
  font-weight: bold;
}
.newsletter-signup .input-button-wrapper > div {
  flex: 2;
  width: 100%;
}
.newsletter-signup .input-button-wrapper > div input {
  width: 100%;
  height: 100%;
  margin: 0;
}
.newsletter-signup .input-button-wrapper.input-button-wrapper, .newsletter-signup .input-button-wrapper.button {
  border: 1px solid var(--border-blue);
}
.newsletter-signup .input-button-wrapper .button {
  flex: 1;
  border: 1px solid var(--border-blue);
  max-width: 300px;
}

/* React - start */

.react-datepicker,
.react-datepicker__month-container {
  width: 100%;
  max-width: 400px;
  border: none;
}

.react-datepicker__header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.react-datepicker__month {
  margin: 0;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  width: 14.2857142857%;
  margin: 0;
}

.react-datepicker__day {
  border-radius: 50% !important;
  line-height: 1;
}
.react-datepicker__day.react-datepicker__day--outside-month {
  background-color: #F0EFF0 !important;
  border-radius: unset !important;
  pointer-events: none;
  color: #B0ADB0 !important;
  font-weight: 400 !important;
}
.react-datepicker__day.react-datepicker__day--outside-month::after {
  display: none !important;
}
.react-datepicker__day.active {
  font-weight: 700;
}
.react-datepicker__day.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--brand-secondary);
}
.react-datepicker__day.active:hover::after, .react-datepicker__day.active.react-datepicker__day--selected::after {
  background-color: white;
}

h2.react-datepicker__current-month {
  margin-bottom: 10px;
  color: var(--brand-primary);
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: var(--brand-secondary);
  color: white;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  outline: 5px auto -webkit-focus-ring-color;
  background-color: inherit;
  font-weight: 400;
}

.react-datepicker__day--today {
  font-weight: 400;
  background-color: rgba(220, 0, 125, 0.2);
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range,
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: var(--brand-secondary);
  color: white;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  aspect-ratio: 1/1;
  display: flex;
  width: 14.2857142857%;
  justify-content: center;
  align-items: center;
}

.react-datepicker__day-name {
  font-family: var(--ubuntu);
  font-weight: 700;
  color: var(--brand-primary);
}

.react-datepicker__day-names {
  margin: 0;
}

.react-datepicker__day-names, .react-datepicker__week {
  display: flex;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  font-size: var(--fontsize-default);
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  font-size: 0.875rem;
}

.react-datepicker__navigation-icon {
  font-size: unset;
}

.react-datepicker__navigation--next, .react-datepicker__navigation--previous {
  position: absolute;
  background-color: var(--brand-primary);
  background-size: 4px 8px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -1px;
  cursor: pointer;
}
.react-datepicker__navigation--next:hover, .react-datepicker__navigation--previous:hover {
  opacity: 0.75;
}
.react-datepicker__navigation--next .react-datepicker__navigation-icon--next::before, .react-datepicker__navigation--next .react-datepicker__navigation-icon--previous::before, .react-datepicker__navigation--previous .react-datepicker__navigation-icon--next::before, .react-datepicker__navigation--previous .react-datepicker__navigation-icon--previous::before {
  content: "";
  display: inline-block;
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  border: none;
}

.react-datepicker__navigation--next {
  background-image: url("/assets/images/icons/chevron-right-white.svg");
  right: 5px;
}

.react-datepicker__navigation--previous {
  background-image: url("/assets/images/icons/chevron-left-white.svg");
  left: 5px;
}

.react-datepicker__aria-live {
  display: none;
}

/* React - end */

/* News Posts - start */

.news-posts-wrapper,
.feed-posts-wrapper 
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.5em;
    width: 100%;
    padding:0;
}

.news-post {
  overflow: hidden;
  text-decoration: none;
}
.news-post .content {

}

.news-post h3 {
    background-color: var(--brand-primary);
    color: var(--typography-dark-background); 
    xpadding:15px;
    xheight:7em;
    height:86px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-post h3::after {
    content:"\a0›";
}


.news-post img,
.news-post .image-container,
.news-post .coloured-panel,
.feed-post img,
.feed-post .image-container,
.feed-post .coloured-panel
{
    display:block;
    width:100%;
    aspect-ratio: 355 / 200;
}

.news-post .panel,
.feed-post .panel
{
    background-color: var(--brand-primary);
    color: var(--typography-dark-background); 
    padding: 15px;
    display: block;
    text-decoration: none;
    height:11.5em;
    height:8.5em;
}
.news-post .content .panel .description {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-post .more {
    color: var(--typography-dark-background); 
    display:inline-block;
    position:absolute;
    padding:15px;
    right:0;
    bottom:0;

}

/*
@media only screen and (max-width: 1023px) {
  .news-list .news-posts-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
*/
/*.news-list .news-posts-wrapper .news-post {
    width: calc(50% - 20px);
  }*/
}*//*
@media only screen and (max-width: 767px) {
  .news-list .news-posts-wrapper {
    grid-template-columns: 1fr;
  }
}*/
/*
@media only screen and (max-width: 479px) {
  .news-list .news-posts-wrapper .news-post {
    width: calc(100% - 20px);
  }
}*/
/* News Posts - end */
.authorised-entities-section-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
  background-color: var(--brand-neutral);
  padding: 20px;
}
.authorised-entities-section-wrapper .title {
  text-align: center;
}
.authorised-entities-section-wrapper .text {
  padding: 20px;
  text-align: center;
  color: var(--brand-primary);
}

.entities-section {
  color: var(--typography-dark-background);
  padding: 30px 40px;
}
.entities-section .swiper-slide a {
  text-decoration: none;
  color: var(--brand-primary);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.entities-section .swiper-slide a img {
  max-width: 150px;
  max-height: 100px;
}
.entities-section .swiper-slide a p.entity-name {
  max-width: 150px;
  margin-top: 15px;
  font-size: var(--fontsize-medium);
  text-align: center;
}
.entities-section .swiper-button-next:after,
.entities-section .swiper-button-prev:after {
  font-weight: 700;
  font-size: 30px;
}

@media only screen and (max-width: 1099px) {
  .entities-section .content-wrapper .image-container img {
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .authorised-entities-section-wrapper {
    max-height: 100% !important;
  }
  .entities-section .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .entities-section .content-wrapper .text-wrapper {
    order: 2;
    min-height: 340px;
  }
}
@media only screen and (max-width: 355px) {
  .authorised-entities-section-wrapper .entities-section .swiper-slide a img {
    max-width: 120px;
  }
  .authorised-entities-section-wrapper .entities-section .swiper-slide a p {
    max-width: 120px;
  }
  .authorised-entities-section-wrapper .swiper-button-next {
    right: 0;
  }
  .authorised-entities-section-wrapper .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .authorised-entities-section-wrapper .entities-section .swiper-slide a img {
    max-width: 100px;
  }
  .authorised-entities-section-wrapper .entities-section .swiper-slide a p {
    max-width: 100px;
  }
}
@media only screen and (max-width: 300px) {
  .authorised-entities-section-wrapper .entities-section {
    padding: 30px;
  }
  .authorised-entities-section-wrapper .entities-section .swiper-slide a img {
    max-width: 100px;
  }
  .authorised-entities-section-wrapper .entities-section .swiper-slide a p {
    max-width: 80px;
  }
}
.image-component {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#freeprivacypolicy-com---nb {
  background-color: var(--brand-primary) !important;
  position: fixed;
}
#freeprivacypolicy-com---nb button.cc-nb-okagree,
#freeprivacypolicy-com---nb button.cc-nb-reject {
  background-color: var(--brand-primary) !important;
  border: solid 1px var(--brand-neutral);
  color: var(--typography-dark-background);
}
#freeprivacypolicy-com---nb button.cc-nb-okagree:focus,
#freeprivacypolicy-com---nb button.cc-nb-reject:focus {
  box-shadow: none !important;
}

#freeprivacypolicy-com---preferences-center .cc-pc-head, #freeprivacypolicy-com---preferences-center .cc-cp-foot {
  background-color: var(--brand-primary) !important;
}
#freeprivacypolicy-com---preferences-center .cc-cp-body-content {
  background-color: var(--brand-primary-medium) !important;
}
#freeprivacypolicy-com---preferences-center .cc-cp-body-tabs-item[active=true] {
  background-color: var(--brand-primary-dark) !important;
}
#freeprivacypolicy-com---preferences-center .cc-cp-foot-save {
  background-color: var(--brand-primary) !important;
  border: solid 1px var(--brand-neutral);
  color: var(--typography-dark-background);
}
#freeprivacypolicy-com---preferences-center .cc-cp-foot-save:focus {
  box-shadow: none !important;
}
#freeprivacypolicy-com---preferences-center .cc-custom-checkbox + label:before {
  background-color: var(--button-primary-disabled) !important;
}
#freeprivacypolicy-com---preferences-center .cc-custom-checkbox:checked + label:before {
  background-color: var(--brand-primary-dark) !important;
}
#freeprivacypolicy-com---preferences-center .cc-cp-foot-byline {
  visibility: hidden;
}
#freeprivacypolicy-com---preferences-center .cc-pc-head-close {
  border: 1px solid var(--brand-neutral) !important;
  opacity: 0.9;
}
#freeprivacypolicy-com---preferences-center .cc-pc-head-close:hover {
  opacity: 1 !important;
}

.accordion-section-heading .title {
  margin-bottom: 20px;
}

.accordion-container {
  padding: 20px;
  border: 2px solid var(--brand-primary);
  margin-bottom: 15px;
}
.accordion-container .heading-wrapper {
  padding: 0;
  gap: 135px;
  justify-content: space-between;
  width: 100%;
}
.accordion-container .heading-wrapper .icon {
  min-width: 30px;
  min-height: 30px;
  background-image: url("/assets/images/icons/main-navigation-down-arrow.svg");
  background-size: 100% 100%;
  transition: transform 0.3s ease; /* Smooth animation */
}
.accordion-container .heading-wrapper .title {
  text-align: left;
  flex-grow: 1;
}
.accordion-container .content-wrapper {
  display: none;
  margin-top: 10px;
  color: var(--brand-primary);
}
.accordion-container.active .content-wrapper {
  display: block;
}
.accordion-container.active .heading-wrapper .icon {
  background-image: url("/assets/images/icons/main-navigation-down-arrow.svg");
  transform: rotate(-180deg);
  transition: transform 0.3s ease; /* Smooth animation */
}

html,
body {
  overflow-x: clip;
  height: 100%;
}

body {
  font-family: var(--arial);
  font-size: var(--fontsize-default);
  line-height: 1.5;
  color: var(--typography-body);
  background-color: var(--brand-neutral);
}

.body-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.body-container .main-content {
  flex: 1;
}

.breadcrumb.ap16-breadcrumb {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    border-radius: 0px !important;
}


.txt-404 {
    color: #0361ac;
    font-size: x-large;
}

.img-404 {
    max-width: 400px;
}

.filters-section-input {
    margin-top: 1rem;
}

.field-validation-error{
    color: red;
}

.input-validation-error {
    border-color: red;
}

.filters-section-input-label {
    margin-bottom: unset;
}

.styleAsBtn {
    display: inline-block;
    margin-right: 10px;
    float: none;
    background: var(--button-primary);
    font-weight: 500;
    font-size: var(--fontsize-default);
    padding: 5px 16px;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: white
}

.styleAsBtn:hover {
    background-color: var(--button-primary-hover) !important;
}

header#header.dev {
    background-color: #fdebb5;
}

header#header.test {
    background-color: #fdebb5;
}