/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable */
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

video {
  background: #000;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE and Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

:root {
  --colour-rgb-black: #000000;
  --colour-rgb-black-0: white;
  --colour-rgb-black-1: rgb(252.45, 252.45, 252.45);
  --colour-rgb-black-5: rgb(242.25, 242.25, 242.25);
  --colour-rgb-black-10: rgb(229.5, 229.5, 229.5);
  --colour-rgb-black-15: rgb(216.75, 216.75, 216.75);
  --colour-rgb-black-20: #cccccc;
  --colour-rgb-black-25: rgb(191.25, 191.25, 191.25);
  --colour-rgb-black-30: rgb(178.5, 178.5, 178.5);
  --colour-rgb-black-35: rgb(165.75, 165.75, 165.75);
  --colour-rgb-black-40: #999999;
  --colour-rgb-black-45: rgb(140.25, 140.25, 140.25);
  --colour-rgb-black-50: rgb(127.5, 127.5, 127.5);
  --colour-rgb-black-55: rgb(114.75, 114.75, 114.75);
  --colour-rgb-black-60: #666666;
  --colour-rgb-black-65: rgb(89.25, 89.25, 89.25);
  --colour-rgb-black-70: rgb(76.5, 76.5, 76.5);
  --colour-rgb-black-75: rgb(63.75, 63.75, 63.75);
  --colour-rgb-black-80: #333333;
  --colour-rgb-black-85: rgb(38.25, 38.25, 38.25);
  --colour-rgb-black-90: rgb(25.5, 25.5, 25.5);
  --colour-rgb-black-95: rgb(12.75, 12.75, 12.75);
  --colour-rgb-black-100: black;
  --colour-rgb-gray: #ADADAD;
  --colour-rgb-gray-0: white;
  --colour-rgb-gray-1: rgb(254.18, 254.18, 254.18);
  --colour-rgb-gray-5: rgb(250.9, 250.9, 250.9);
  --colour-rgb-gray-10: rgb(246.8, 246.8, 246.8);
  --colour-rgb-gray-15: rgb(242.7, 242.7, 242.7);
  --colour-rgb-gray-20: rgb(238.6, 238.6, 238.6);
  --colour-rgb-gray-25: rgb(234.5, 234.5, 234.5);
  --colour-rgb-gray-30: rgb(230.4, 230.4, 230.4);
  --colour-rgb-gray-35: rgb(226.3, 226.3, 226.3);
  --colour-rgb-gray-40: rgb(222.2, 222.2, 222.2);
  --colour-rgb-gray-45: rgb(218.1, 218.1, 218.1);
  --colour-rgb-gray-50: #d6d6d6;
  --colour-rgb-gray-55: rgb(209.9, 209.9, 209.9);
  --colour-rgb-gray-60: rgb(205.8, 205.8, 205.8);
  --colour-rgb-gray-65: rgb(201.7, 201.7, 201.7);
  --colour-rgb-gray-70: rgb(197.6, 197.6, 197.6);
  --colour-rgb-gray-75: rgb(193.5, 193.5, 193.5);
  --colour-rgb-gray-80: rgb(189.4, 189.4, 189.4);
  --colour-rgb-gray-85: rgb(185.3, 185.3, 185.3);
  --colour-rgb-gray-90: rgb(181.2, 181.2, 181.2);
  --colour-rgb-gray-95: rgb(177.1, 177.1, 177.1);
  --colour-rgb-gray-100: #adadad;
  --colour-rgb-light-gray: #E5E5E5;
  --colour-rgb-light-gray-0: white;
  --colour-rgb-light-gray-1: rgb(254.74, 254.74, 254.74);
  --colour-rgb-light-gray-5: rgb(253.7, 253.7, 253.7);
  --colour-rgb-light-gray-10: rgb(252.4, 252.4, 252.4);
  --colour-rgb-light-gray-15: rgb(251.1, 251.1, 251.1);
  --colour-rgb-light-gray-20: rgb(249.8, 249.8, 249.8);
  --colour-rgb-light-gray-25: rgb(248.5, 248.5, 248.5);
  --colour-rgb-light-gray-30: rgb(247.2, 247.2, 247.2);
  --colour-rgb-light-gray-35: rgb(245.9, 245.9, 245.9);
  --colour-rgb-light-gray-40: rgb(244.6, 244.6, 244.6);
  --colour-rgb-light-gray-45: rgb(243.3, 243.3, 243.3);
  --colour-rgb-light-gray-50: #f2f2f2;
  --colour-rgb-light-gray-55: rgb(240.7, 240.7, 240.7);
  --colour-rgb-light-gray-60: rgb(239.4, 239.4, 239.4);
  --colour-rgb-light-gray-65: rgb(238.1, 238.1, 238.1);
  --colour-rgb-light-gray-70: rgb(236.8, 236.8, 236.8);
  --colour-rgb-light-gray-75: rgb(235.5, 235.5, 235.5);
  --colour-rgb-light-gray-80: rgb(234.2, 234.2, 234.2);
  --colour-rgb-light-gray-85: rgb(232.9, 232.9, 232.9);
  --colour-rgb-light-gray-90: rgb(231.6, 231.6, 231.6);
  --colour-rgb-light-gray-95: rgb(230.3, 230.3, 230.3);
  --colour-rgb-light-gray-100: #e5e5e5;
  --colour-rgb-white: #FFFFFF;
  --colour-rgb-white-0: white;
  --colour-rgb-white-1: white;
  --colour-rgb-white-5: white;
  --colour-rgb-white-10: white;
  --colour-rgb-white-15: white;
  --colour-rgb-white-20: white;
  --colour-rgb-white-25: white;
  --colour-rgb-white-30: white;
  --colour-rgb-white-35: white;
  --colour-rgb-white-40: white;
  --colour-rgb-white-45: white;
  --colour-rgb-white-50: white;
  --colour-rgb-white-55: white;
  --colour-rgb-white-60: white;
  --colour-rgb-white-65: white;
  --colour-rgb-white-70: white;
  --colour-rgb-white-75: white;
  --colour-rgb-white-80: white;
  --colour-rgb-white-85: white;
  --colour-rgb-white-90: white;
  --colour-rgb-white-95: white;
  --colour-rgb-white-100: white;
  --colour-rgb-error: #FF1D25;
  --colour-rgb-error-0: white;
  --colour-rgb-error-1: rgb(255, 252.74, 252.82);
  --colour-rgb-error-5: rgb(255, 243.7, 244.1);
  --colour-rgb-error-10: rgb(255, 232.4, 233.2);
  --colour-rgb-error-15: rgb(255, 221.1, 222.3);
  --colour-rgb-error-20: rgb(255, 209.8, 211.4);
  --colour-rgb-error-25: rgb(255, 198.5, 200.5);
  --colour-rgb-error-30: rgb(255, 187.2, 189.6);
  --colour-rgb-error-35: rgb(255, 175.9, 178.7);
  --colour-rgb-error-40: rgb(255, 164.6, 167.8);
  --colour-rgb-error-45: rgb(255, 153.3, 156.9);
  --colour-rgb-error-50: #ff8e92;
  --colour-rgb-error-55: rgb(255, 130.7, 135.1);
  --colour-rgb-error-60: rgb(255, 119.4, 124.2);
  --colour-rgb-error-65: rgb(255, 108.1, 113.3);
  --colour-rgb-error-70: rgb(255, 96.8, 102.4);
  --colour-rgb-error-75: rgb(255, 85.5, 91.5);
  --colour-rgb-error-80: rgb(255, 74.2, 80.6);
  --colour-rgb-error-85: rgb(255, 62.9, 69.7);
  --colour-rgb-error-90: rgb(255, 51.6, 58.8);
  --colour-rgb-error-95: rgb(255, 40.3, 47.9);
  --colour-rgb-error-100: #ff1d25;
  --colour-rgb-error-light: #FFC2C2;
  --colour-rgb-error-light-0: white;
  --colour-rgb-error-light-1: rgb(255, 254.39, 254.39);
  --colour-rgb-error-light-5: rgb(255, 251.95, 251.95);
  --colour-rgb-error-light-10: rgb(255, 248.9, 248.9);
  --colour-rgb-error-light-15: rgb(255, 245.85, 245.85);
  --colour-rgb-error-light-20: rgb(255, 242.8, 242.8);
  --colour-rgb-error-light-25: rgb(255, 239.75, 239.75);
  --colour-rgb-error-light-30: rgb(255, 236.7, 236.7);
  --colour-rgb-error-light-35: rgb(255, 233.65, 233.65);
  --colour-rgb-error-light-40: rgb(255, 230.6, 230.6);
  --colour-rgb-error-light-45: rgb(255, 227.55, 227.55);
  --colour-rgb-error-light-50: rgb(255, 224.5, 224.5);
  --colour-rgb-error-light-55: rgb(255, 221.45, 221.45);
  --colour-rgb-error-light-60: rgb(255, 218.4, 218.4);
  --colour-rgb-error-light-65: rgb(255, 215.35, 215.35);
  --colour-rgb-error-light-70: rgb(255, 212.3, 212.3);
  --colour-rgb-error-light-75: rgb(255, 209.25, 209.25);
  --colour-rgb-error-light-80: rgb(255, 206.2, 206.2);
  --colour-rgb-error-light-85: rgb(255, 203.15, 203.15);
  --colour-rgb-error-light-90: rgb(255, 200.1, 200.1);
  --colour-rgb-error-light-95: rgb(255, 197.05, 197.05);
  --colour-rgb-error-light-100: #ffc2c2;
  --colour-rgb-warning: #FFC107;
  --colour-rgb-warning-0: white;
  --colour-rgb-warning-1: rgb(255, 254.38, 252.52);
  --colour-rgb-warning-5: rgb(255, 251.9, 242.6);
  --colour-rgb-warning-10: rgb(255, 248.8, 230.2);
  --colour-rgb-warning-15: rgb(255, 245.7, 217.8);
  --colour-rgb-warning-20: rgb(255, 242.6, 205.4);
  --colour-rgb-warning-25: rgb(255, 239.5, 193);
  --colour-rgb-warning-30: rgb(255, 236.4, 180.6);
  --colour-rgb-warning-35: rgb(255, 233.3, 168.2);
  --colour-rgb-warning-40: rgb(255, 230.2, 155.8);
  --colour-rgb-warning-45: rgb(255, 227.1, 143.4);
  --colour-rgb-warning-50: #ffe083;
  --colour-rgb-warning-55: rgb(255, 220.9, 118.6);
  --colour-rgb-warning-60: rgb(255, 217.8, 106.2);
  --colour-rgb-warning-65: rgb(255, 214.7, 93.8);
  --colour-rgb-warning-70: rgb(255, 211.6, 81.4);
  --colour-rgb-warning-75: rgb(255, 208.5, 69);
  --colour-rgb-warning-80: rgb(255, 205.4, 56.6);
  --colour-rgb-warning-85: rgb(255, 202.3, 44.2);
  --colour-rgb-warning-90: rgb(255, 199.2, 31.8);
  --colour-rgb-warning-95: rgb(255, 196.1, 19.4);
  --colour-rgb-warning-100: #ffc107;
  --colour-rgb-warning-light: #FFF3CD;
  --colour-rgb-warning-light-0: white;
  --colour-rgb-warning-light-1: rgb(255, 254.88, 254.5);
  --colour-rgb-warning-light-5: rgb(255, 254.4, 252.5);
  --colour-rgb-warning-light-10: rgb(255, 253.8, 250);
  --colour-rgb-warning-light-15: rgb(255, 253.2, 247.5);
  --colour-rgb-warning-light-20: rgb(255, 252.6, 245);
  --colour-rgb-warning-light-25: rgb(255, 252, 242.5);
  --colour-rgb-warning-light-30: rgb(255, 251.4, 240);
  --colour-rgb-warning-light-35: rgb(255, 250.8, 237.5);
  --colour-rgb-warning-light-40: rgb(255, 250.2, 235);
  --colour-rgb-warning-light-45: rgb(255, 249.6, 232.5);
  --colour-rgb-warning-light-50: #fff9e6;
  --colour-rgb-warning-light-55: rgb(255, 248.4, 227.5);
  --colour-rgb-warning-light-60: rgb(255, 247.8, 225);
  --colour-rgb-warning-light-65: rgb(255, 247.2, 222.5);
  --colour-rgb-warning-light-70: rgb(255, 246.6, 220);
  --colour-rgb-warning-light-75: rgb(255, 246, 217.5);
  --colour-rgb-warning-light-80: rgb(255, 245.4, 215);
  --colour-rgb-warning-light-85: rgb(255, 244.8, 212.5);
  --colour-rgb-warning-light-90: rgb(255, 244.2, 210);
  --colour-rgb-warning-light-95: rgb(255, 243.6, 207.5);
  --colour-rgb-warning-light-100: #fff3cd;
  --colour-rgb-success: #32d88d;
  --colour-rgb-success-0: white;
  --colour-rgb-success-1: rgb(252.95, 254.61, 253.86);
  --colour-rgb-success-5: rgb(244.75, 253.05, 249.3);
  --colour-rgb-success-10: rgb(234.5, 251.1, 243.6);
  --colour-rgb-success-15: rgb(224.25, 249.15, 237.9);
  --colour-rgb-success-20: rgb(214, 247.2, 232.2);
  --colour-rgb-success-25: rgb(203.75, 245.25, 226.5);
  --colour-rgb-success-30: rgb(193.5, 243.3, 220.8);
  --colour-rgb-success-35: rgb(183.25, 241.35, 215.1);
  --colour-rgb-success-40: rgb(173, 239.4, 209.4);
  --colour-rgb-success-45: rgb(162.75, 237.45, 203.7);
  --colour-rgb-success-50: rgb(152.5, 235.5, 198);
  --colour-rgb-success-55: rgb(142.25, 233.55, 192.3);
  --colour-rgb-success-60: rgb(132, 231.6, 186.6);
  --colour-rgb-success-65: rgb(121.75, 229.65, 180.9);
  --colour-rgb-success-70: rgb(111.5, 227.7, 175.2);
  --colour-rgb-success-75: rgb(101.25, 225.75, 169.5);
  --colour-rgb-success-80: rgb(91, 223.8, 163.8);
  --colour-rgb-success-85: rgb(80.75, 221.85, 158.1);
  --colour-rgb-success-90: rgb(70.5, 219.9, 152.4);
  --colour-rgb-success-95: rgb(60.25, 217.95, 146.7);
  --colour-rgb-success-100: #32d88d;
  --colour-rgb-brand-1: #1D0F25;
  --colour-rgb-brand-1-0: white;
  --colour-rgb-brand-1-1: rgb(252.74, 252.6, 252.82);
  --colour-rgb-brand-1-5: rgb(243.7, 243, 244.1);
  --colour-rgb-brand-1-10: rgb(232.4, 231, 233.2);
  --colour-rgb-brand-1-15: rgb(221.1, 219, 222.3);
  --colour-rgb-brand-1-20: rgb(209.8, 207, 211.4);
  --colour-rgb-brand-1-25: rgb(198.5, 195, 200.5);
  --colour-rgb-brand-1-30: rgb(187.2, 183, 189.6);
  --colour-rgb-brand-1-35: rgb(175.9, 171, 178.7);
  --colour-rgb-brand-1-40: rgb(164.6, 159, 167.8);
  --colour-rgb-brand-1-45: rgb(153.3, 147, 156.9);
  --colour-rgb-brand-1-50: #8e8792;
  --colour-rgb-brand-1-55: rgb(130.7, 123, 135.1);
  --colour-rgb-brand-1-60: rgb(119.4, 111, 124.2);
  --colour-rgb-brand-1-65: rgb(108.1, 99, 113.3);
  --colour-rgb-brand-1-70: rgb(96.8, 87, 102.4);
  --colour-rgb-brand-1-75: rgb(85.5, 75, 91.5);
  --colour-rgb-brand-1-80: rgb(74.2, 63, 80.6);
  --colour-rgb-brand-1-85: rgb(62.9, 51, 69.7);
  --colour-rgb-brand-1-90: rgb(51.6, 39, 58.8);
  --colour-rgb-brand-1-95: rgb(40.3, 27, 47.9);
  --colour-rgb-brand-1-100: #1d0f25;
  --colour-rgb-brand-2: #EB8100;
  --colour-rgb-brand-2-0: white;
  --colour-rgb-brand-2-1: rgb(254.8, 253.74, 252.45);
  --colour-rgb-brand-2-5: rgb(254, 248.7, 242.25);
  --colour-rgb-brand-2-10: rgb(253, 242.4, 229.5);
  --colour-rgb-brand-2-15: rgb(252, 236.1, 216.75);
  --colour-rgb-brand-2-20: rgb(251, 229.8, 204);
  --colour-rgb-brand-2-25: rgb(250, 223.5, 191.25);
  --colour-rgb-brand-2-30: rgb(249, 217.2, 178.5);
  --colour-rgb-brand-2-35: rgb(248, 210.9, 165.75);
  --colour-rgb-brand-2-40: rgb(247, 204.6, 153);
  --colour-rgb-brand-2-45: rgb(246, 198.3, 140.25);
  --colour-rgb-brand-2-50: rgb(245, 192, 127.5);
  --colour-rgb-brand-2-55: rgb(244, 185.7, 114.75);
  --colour-rgb-brand-2-60: rgb(243, 179.4, 102);
  --colour-rgb-brand-2-65: rgb(242, 173.1, 89.25);
  --colour-rgb-brand-2-70: rgb(241, 166.8, 76.5);
  --colour-rgb-brand-2-75: rgb(240, 160.5, 63.75);
  --colour-rgb-brand-2-80: rgb(239, 154.2, 51);
  --colour-rgb-brand-2-85: rgb(238, 147.9, 38.25);
  --colour-rgb-brand-2-90: rgb(237, 141.6, 25.5);
  --colour-rgb-brand-2-95: rgb(236, 135.3, 12.75);
  --colour-rgb-brand-2-100: #eb8100;
  --colour-rgb-brand-neutral-1: #333333;
  --colour-rgb-brand-neutral-1-0: white;
  --colour-rgb-brand-neutral-1-1: rgb(252.96, 252.96, 252.96);
  --colour-rgb-brand-neutral-1-5: rgb(244.8, 244.8, 244.8);
  --colour-rgb-brand-neutral-1-10: rgb(234.6, 234.6, 234.6);
  --colour-rgb-brand-neutral-1-15: rgb(224.4, 224.4, 224.4);
  --colour-rgb-brand-neutral-1-20: rgb(214.2, 214.2, 214.2);
  --colour-rgb-brand-neutral-1-25: #cccccc;
  --colour-rgb-brand-neutral-1-30: rgb(193.8, 193.8, 193.8);
  --colour-rgb-brand-neutral-1-35: rgb(183.6, 183.6, 183.6);
  --colour-rgb-brand-neutral-1-40: rgb(173.4, 173.4, 173.4);
  --colour-rgb-brand-neutral-1-45: rgb(163.2, 163.2, 163.2);
  --colour-rgb-brand-neutral-1-50: #999999;
  --colour-rgb-brand-neutral-1-55: rgb(142.8, 142.8, 142.8);
  --colour-rgb-brand-neutral-1-60: rgb(132.6, 132.6, 132.6);
  --colour-rgb-brand-neutral-1-65: rgb(122.4, 122.4, 122.4);
  --colour-rgb-brand-neutral-1-70: rgb(112.2, 112.2, 112.2);
  --colour-rgb-brand-neutral-1-75: #666666;
  --colour-rgb-brand-neutral-1-80: rgb(91.8, 91.8, 91.8);
  --colour-rgb-brand-neutral-1-85: rgb(81.6, 81.6, 81.6);
  --colour-rgb-brand-neutral-1-90: rgb(71.4, 71.4, 71.4);
  --colour-rgb-brand-neutral-1-95: rgb(61.2, 61.2, 61.2);
  --colour-rgb-brand-neutral-1-100: #333333;
  --colour-rgb-brand-neutral-2: #666666;
  --colour-rgb-brand-neutral-2-0: white;
  --colour-rgb-brand-neutral-2-1: rgb(253.47, 253.47, 253.47);
  --colour-rgb-brand-neutral-2-5: rgb(247.35, 247.35, 247.35);
  --colour-rgb-brand-neutral-2-10: rgb(239.7, 239.7, 239.7);
  --colour-rgb-brand-neutral-2-15: rgb(232.05, 232.05, 232.05);
  --colour-rgb-brand-neutral-2-20: rgb(224.4, 224.4, 224.4);
  --colour-rgb-brand-neutral-2-25: rgb(216.75, 216.75, 216.75);
  --colour-rgb-brand-neutral-2-30: rgb(209.1, 209.1, 209.1);
  --colour-rgb-brand-neutral-2-35: rgb(201.45, 201.45, 201.45);
  --colour-rgb-brand-neutral-2-40: rgb(193.8, 193.8, 193.8);
  --colour-rgb-brand-neutral-2-45: rgb(186.15, 186.15, 186.15);
  --colour-rgb-brand-neutral-2-50: rgb(178.5, 178.5, 178.5);
  --colour-rgb-brand-neutral-2-55: rgb(170.85, 170.85, 170.85);
  --colour-rgb-brand-neutral-2-60: rgb(163.2, 163.2, 163.2);
  --colour-rgb-brand-neutral-2-65: rgb(155.55, 155.55, 155.55);
  --colour-rgb-brand-neutral-2-70: rgb(147.9, 147.9, 147.9);
  --colour-rgb-brand-neutral-2-75: rgb(140.25, 140.25, 140.25);
  --colour-rgb-brand-neutral-2-80: rgb(132.6, 132.6, 132.6);
  --colour-rgb-brand-neutral-2-85: rgb(124.95, 124.95, 124.95);
  --colour-rgb-brand-neutral-2-90: rgb(117.3, 117.3, 117.3);
  --colour-rgb-brand-neutral-2-95: rgb(109.65, 109.65, 109.65);
  --colour-rgb-brand-neutral-2-100: #666666;
  --colour-rgb-brand-neutral-3: #999999;
  --colour-rgb-brand-neutral-3-0: white;
  --colour-rgb-brand-neutral-3-1: rgb(253.98, 253.98, 253.98);
  --colour-rgb-brand-neutral-3-5: rgb(249.9, 249.9, 249.9);
  --colour-rgb-brand-neutral-3-10: rgb(244.8, 244.8, 244.8);
  --colour-rgb-brand-neutral-3-15: rgb(239.7, 239.7, 239.7);
  --colour-rgb-brand-neutral-3-20: rgb(234.6, 234.6, 234.6);
  --colour-rgb-brand-neutral-3-25: rgb(229.5, 229.5, 229.5);
  --colour-rgb-brand-neutral-3-30: rgb(224.4, 224.4, 224.4);
  --colour-rgb-brand-neutral-3-35: rgb(219.3, 219.3, 219.3);
  --colour-rgb-brand-neutral-3-40: rgb(214.2, 214.2, 214.2);
  --colour-rgb-brand-neutral-3-45: rgb(209.1, 209.1, 209.1);
  --colour-rgb-brand-neutral-3-50: #cccccc;
  --colour-rgb-brand-neutral-3-55: rgb(198.9, 198.9, 198.9);
  --colour-rgb-brand-neutral-3-60: rgb(193.8, 193.8, 193.8);
  --colour-rgb-brand-neutral-3-65: rgb(188.7, 188.7, 188.7);
  --colour-rgb-brand-neutral-3-70: rgb(183.6, 183.6, 183.6);
  --colour-rgb-brand-neutral-3-75: rgb(178.5, 178.5, 178.5);
  --colour-rgb-brand-neutral-3-80: rgb(173.4, 173.4, 173.4);
  --colour-rgb-brand-neutral-3-85: rgb(168.3, 168.3, 168.3);
  --colour-rgb-brand-neutral-3-90: rgb(163.2, 163.2, 163.2);
  --colour-rgb-brand-neutral-3-95: rgb(158.1, 158.1, 158.1);
  --colour-rgb-brand-neutral-3-100: #999999;
  --colour-rgba-black: black;
  --colour-rgba-black-0: rgba(0, 0, 0, 0);
  --colour-rgba-black-1: rgba(0, 0, 0, 0.01);
  --colour-rgba-black-5: rgba(0, 0, 0, 0.05);
  --colour-rgba-black-10: rgba(0, 0, 0, 0.1);
  --colour-rgba-black-15: rgba(0, 0, 0, 0.15);
  --colour-rgba-black-20: rgba(0, 0, 0, 0.2);
  --colour-rgba-black-25: rgba(0, 0, 0, 0.25);
  --colour-rgba-black-30: rgba(0, 0, 0, 0.3);
  --colour-rgba-black-35: rgba(0, 0, 0, 0.35);
  --colour-rgba-black-40: rgba(0, 0, 0, 0.4);
  --colour-rgba-black-45: rgba(0, 0, 0, 0.45);
  --colour-rgba-black-50: rgba(0, 0, 0, 0.5);
  --colour-rgba-black-55: rgba(0, 0, 0, 0.55);
  --colour-rgba-black-60: rgba(0, 0, 0, 0.6);
  --colour-rgba-black-65: rgba(0, 0, 0, 0.65);
  --colour-rgba-black-70: rgba(0, 0, 0, 0.7);
  --colour-rgba-black-75: rgba(0, 0, 0, 0.75);
  --colour-rgba-black-80: rgba(0, 0, 0, 0.8);
  --colour-rgba-black-85: rgba(0, 0, 0, 0.85);
  --colour-rgba-black-90: rgba(0, 0, 0, 0.9);
  --colour-rgba-black-95: rgba(0, 0, 0, 0.95);
  --colour-rgba-black-100: black;
  --colour-rgba-gray: #adadad;
  --colour-rgba-gray-0: rgba(173, 173, 173, 0);
  --colour-rgba-gray-1: rgba(173, 173, 173, 0.01);
  --colour-rgba-gray-5: rgba(173, 173, 173, 0.05);
  --colour-rgba-gray-10: rgba(173, 173, 173, 0.1);
  --colour-rgba-gray-15: rgba(173, 173, 173, 0.15);
  --colour-rgba-gray-20: rgba(173, 173, 173, 0.2);
  --colour-rgba-gray-25: rgba(173, 173, 173, 0.25);
  --colour-rgba-gray-30: rgba(173, 173, 173, 0.3);
  --colour-rgba-gray-35: rgba(173, 173, 173, 0.35);
  --colour-rgba-gray-40: rgba(173, 173, 173, 0.4);
  --colour-rgba-gray-45: rgba(173, 173, 173, 0.45);
  --colour-rgba-gray-50: rgba(173, 173, 173, 0.5);
  --colour-rgba-gray-55: rgba(173, 173, 173, 0.55);
  --colour-rgba-gray-60: rgba(173, 173, 173, 0.6);
  --colour-rgba-gray-65: rgba(173, 173, 173, 0.65);
  --colour-rgba-gray-70: rgba(173, 173, 173, 0.7);
  --colour-rgba-gray-75: rgba(173, 173, 173, 0.75);
  --colour-rgba-gray-80: rgba(173, 173, 173, 0.8);
  --colour-rgba-gray-85: rgba(173, 173, 173, 0.85);
  --colour-rgba-gray-90: rgba(173, 173, 173, 0.9);
  --colour-rgba-gray-95: rgba(173, 173, 173, 0.95);
  --colour-rgba-gray-100: #adadad;
  --colour-rgba-light-gray: #e5e5e5;
  --colour-rgba-light-gray-0: rgba(229, 229, 229, 0);
  --colour-rgba-light-gray-1: rgba(229, 229, 229, 0.01);
  --colour-rgba-light-gray-5: rgba(229, 229, 229, 0.05);
  --colour-rgba-light-gray-10: rgba(229, 229, 229, 0.1);
  --colour-rgba-light-gray-15: rgba(229, 229, 229, 0.15);
  --colour-rgba-light-gray-20: rgba(229, 229, 229, 0.2);
  --colour-rgba-light-gray-25: rgba(229, 229, 229, 0.25);
  --colour-rgba-light-gray-30: rgba(229, 229, 229, 0.3);
  --colour-rgba-light-gray-35: rgba(229, 229, 229, 0.35);
  --colour-rgba-light-gray-40: rgba(229, 229, 229, 0.4);
  --colour-rgba-light-gray-45: rgba(229, 229, 229, 0.45);
  --colour-rgba-light-gray-50: rgba(229, 229, 229, 0.5);
  --colour-rgba-light-gray-55: rgba(229, 229, 229, 0.55);
  --colour-rgba-light-gray-60: rgba(229, 229, 229, 0.6);
  --colour-rgba-light-gray-65: rgba(229, 229, 229, 0.65);
  --colour-rgba-light-gray-70: rgba(229, 229, 229, 0.7);
  --colour-rgba-light-gray-75: rgba(229, 229, 229, 0.75);
  --colour-rgba-light-gray-80: rgba(229, 229, 229, 0.8);
  --colour-rgba-light-gray-85: rgba(229, 229, 229, 0.85);
  --colour-rgba-light-gray-90: rgba(229, 229, 229, 0.9);
  --colour-rgba-light-gray-95: rgba(229, 229, 229, 0.95);
  --colour-rgba-light-gray-100: #e5e5e5;
  --colour-rgba-white: white;
  --colour-rgba-white-0: rgba(255, 255, 255, 0);
  --colour-rgba-white-1: rgba(255, 255, 255, 0.01);
  --colour-rgba-white-5: rgba(255, 255, 255, 0.05);
  --colour-rgba-white-10: rgba(255, 255, 255, 0.1);
  --colour-rgba-white-15: rgba(255, 255, 255, 0.15);
  --colour-rgba-white-20: rgba(255, 255, 255, 0.2);
  --colour-rgba-white-25: rgba(255, 255, 255, 0.25);
  --colour-rgba-white-30: rgba(255, 255, 255, 0.3);
  --colour-rgba-white-35: rgba(255, 255, 255, 0.35);
  --colour-rgba-white-40: rgba(255, 255, 255, 0.4);
  --colour-rgba-white-45: rgba(255, 255, 255, 0.45);
  --colour-rgba-white-50: rgba(255, 255, 255, 0.5);
  --colour-rgba-white-55: rgba(255, 255, 255, 0.55);
  --colour-rgba-white-60: rgba(255, 255, 255, 0.6);
  --colour-rgba-white-65: rgba(255, 255, 255, 0.65);
  --colour-rgba-white-70: rgba(255, 255, 255, 0.7);
  --colour-rgba-white-75: rgba(255, 255, 255, 0.75);
  --colour-rgba-white-80: rgba(255, 255, 255, 0.8);
  --colour-rgba-white-85: rgba(255, 255, 255, 0.85);
  --colour-rgba-white-90: rgba(255, 255, 255, 0.9);
  --colour-rgba-white-95: rgba(255, 255, 255, 0.95);
  --colour-rgba-white-100: white;
  --colour-rgba-error: #ff1d25;
  --colour-rgba-error-0: rgba(255, 29, 37, 0);
  --colour-rgba-error-1: rgba(255, 29, 37, 0.01);
  --colour-rgba-error-5: rgba(255, 29, 37, 0.05);
  --colour-rgba-error-10: rgba(255, 29, 37, 0.1);
  --colour-rgba-error-15: rgba(255, 29, 37, 0.15);
  --colour-rgba-error-20: rgba(255, 29, 37, 0.2);
  --colour-rgba-error-25: rgba(255, 29, 37, 0.25);
  --colour-rgba-error-30: rgba(255, 29, 37, 0.3);
  --colour-rgba-error-35: rgba(255, 29, 37, 0.35);
  --colour-rgba-error-40: rgba(255, 29, 37, 0.4);
  --colour-rgba-error-45: rgba(255, 29, 37, 0.45);
  --colour-rgba-error-50: rgba(255, 29, 37, 0.5);
  --colour-rgba-error-55: rgba(255, 29, 37, 0.55);
  --colour-rgba-error-60: rgba(255, 29, 37, 0.6);
  --colour-rgba-error-65: rgba(255, 29, 37, 0.65);
  --colour-rgba-error-70: rgba(255, 29, 37, 0.7);
  --colour-rgba-error-75: rgba(255, 29, 37, 0.75);
  --colour-rgba-error-80: rgba(255, 29, 37, 0.8);
  --colour-rgba-error-85: rgba(255, 29, 37, 0.85);
  --colour-rgba-error-90: rgba(255, 29, 37, 0.9);
  --colour-rgba-error-95: rgba(255, 29, 37, 0.95);
  --colour-rgba-error-100: #ff1d25;
  --colour-rgba-error-light: #ffc2c2;
  --colour-rgba-error-light-0: rgba(255, 194, 194, 0);
  --colour-rgba-error-light-1: rgba(255, 194, 194, 0.01);
  --colour-rgba-error-light-5: rgba(255, 194, 194, 0.05);
  --colour-rgba-error-light-10: rgba(255, 194, 194, 0.1);
  --colour-rgba-error-light-15: rgba(255, 194, 194, 0.15);
  --colour-rgba-error-light-20: rgba(255, 194, 194, 0.2);
  --colour-rgba-error-light-25: rgba(255, 194, 194, 0.25);
  --colour-rgba-error-light-30: rgba(255, 194, 194, 0.3);
  --colour-rgba-error-light-35: rgba(255, 194, 194, 0.35);
  --colour-rgba-error-light-40: rgba(255, 194, 194, 0.4);
  --colour-rgba-error-light-45: rgba(255, 194, 194, 0.45);
  --colour-rgba-error-light-50: rgba(255, 194, 194, 0.5);
  --colour-rgba-error-light-55: rgba(255, 194, 194, 0.55);
  --colour-rgba-error-light-60: rgba(255, 194, 194, 0.6);
  --colour-rgba-error-light-65: rgba(255, 194, 194, 0.65);
  --colour-rgba-error-light-70: rgba(255, 194, 194, 0.7);
  --colour-rgba-error-light-75: rgba(255, 194, 194, 0.75);
  --colour-rgba-error-light-80: rgba(255, 194, 194, 0.8);
  --colour-rgba-error-light-85: rgba(255, 194, 194, 0.85);
  --colour-rgba-error-light-90: rgba(255, 194, 194, 0.9);
  --colour-rgba-error-light-95: rgba(255, 194, 194, 0.95);
  --colour-rgba-error-light-100: #ffc2c2;
  --colour-rgba-warning: #ffc107;
  --colour-rgba-warning-0: rgba(255, 193, 7, 0);
  --colour-rgba-warning-1: rgba(255, 193, 7, 0.01);
  --colour-rgba-warning-5: rgba(255, 193, 7, 0.05);
  --colour-rgba-warning-10: rgba(255, 193, 7, 0.1);
  --colour-rgba-warning-15: rgba(255, 193, 7, 0.15);
  --colour-rgba-warning-20: rgba(255, 193, 7, 0.2);
  --colour-rgba-warning-25: rgba(255, 193, 7, 0.25);
  --colour-rgba-warning-30: rgba(255, 193, 7, 0.3);
  --colour-rgba-warning-35: rgba(255, 193, 7, 0.35);
  --colour-rgba-warning-40: rgba(255, 193, 7, 0.4);
  --colour-rgba-warning-45: rgba(255, 193, 7, 0.45);
  --colour-rgba-warning-50: rgba(255, 193, 7, 0.5);
  --colour-rgba-warning-55: rgba(255, 193, 7, 0.55);
  --colour-rgba-warning-60: rgba(255, 193, 7, 0.6);
  --colour-rgba-warning-65: rgba(255, 193, 7, 0.65);
  --colour-rgba-warning-70: rgba(255, 193, 7, 0.7);
  --colour-rgba-warning-75: rgba(255, 193, 7, 0.75);
  --colour-rgba-warning-80: rgba(255, 193, 7, 0.8);
  --colour-rgba-warning-85: rgba(255, 193, 7, 0.85);
  --colour-rgba-warning-90: rgba(255, 193, 7, 0.9);
  --colour-rgba-warning-95: rgba(255, 193, 7, 0.95);
  --colour-rgba-warning-100: #ffc107;
  --colour-rgba-warning-light: #fff3cd;
  --colour-rgba-warning-light-0: rgba(255, 243, 205, 0);
  --colour-rgba-warning-light-1: rgba(255, 243, 205, 0.01);
  --colour-rgba-warning-light-5: rgba(255, 243, 205, 0.05);
  --colour-rgba-warning-light-10: rgba(255, 243, 205, 0.1);
  --colour-rgba-warning-light-15: rgba(255, 243, 205, 0.15);
  --colour-rgba-warning-light-20: rgba(255, 243, 205, 0.2);
  --colour-rgba-warning-light-25: rgba(255, 243, 205, 0.25);
  --colour-rgba-warning-light-30: rgba(255, 243, 205, 0.3);
  --colour-rgba-warning-light-35: rgba(255, 243, 205, 0.35);
  --colour-rgba-warning-light-40: rgba(255, 243, 205, 0.4);
  --colour-rgba-warning-light-45: rgba(255, 243, 205, 0.45);
  --colour-rgba-warning-light-50: rgba(255, 243, 205, 0.5);
  --colour-rgba-warning-light-55: rgba(255, 243, 205, 0.55);
  --colour-rgba-warning-light-60: rgba(255, 243, 205, 0.6);
  --colour-rgba-warning-light-65: rgba(255, 243, 205, 0.65);
  --colour-rgba-warning-light-70: rgba(255, 243, 205, 0.7);
  --colour-rgba-warning-light-75: rgba(255, 243, 205, 0.75);
  --colour-rgba-warning-light-80: rgba(255, 243, 205, 0.8);
  --colour-rgba-warning-light-85: rgba(255, 243, 205, 0.85);
  --colour-rgba-warning-light-90: rgba(255, 243, 205, 0.9);
  --colour-rgba-warning-light-95: rgba(255, 243, 205, 0.95);
  --colour-rgba-warning-light-100: #fff3cd;
  --colour-rgba-success: #32d88d;
  --colour-rgba-success-0: rgba(50, 216, 141, 0);
  --colour-rgba-success-1: rgba(50, 216, 141, 0.01);
  --colour-rgba-success-5: rgba(50, 216, 141, 0.05);
  --colour-rgba-success-10: rgba(50, 216, 141, 0.1);
  --colour-rgba-success-15: rgba(50, 216, 141, 0.15);
  --colour-rgba-success-20: rgba(50, 216, 141, 0.2);
  --colour-rgba-success-25: rgba(50, 216, 141, 0.25);
  --colour-rgba-success-30: rgba(50, 216, 141, 0.3);
  --colour-rgba-success-35: rgba(50, 216, 141, 0.35);
  --colour-rgba-success-40: rgba(50, 216, 141, 0.4);
  --colour-rgba-success-45: rgba(50, 216, 141, 0.45);
  --colour-rgba-success-50: rgba(50, 216, 141, 0.5);
  --colour-rgba-success-55: rgba(50, 216, 141, 0.55);
  --colour-rgba-success-60: rgba(50, 216, 141, 0.6);
  --colour-rgba-success-65: rgba(50, 216, 141, 0.65);
  --colour-rgba-success-70: rgba(50, 216, 141, 0.7);
  --colour-rgba-success-75: rgba(50, 216, 141, 0.75);
  --colour-rgba-success-80: rgba(50, 216, 141, 0.8);
  --colour-rgba-success-85: rgba(50, 216, 141, 0.85);
  --colour-rgba-success-90: rgba(50, 216, 141, 0.9);
  --colour-rgba-success-95: rgba(50, 216, 141, 0.95);
  --colour-rgba-success-100: #32d88d;
  --colour-rgba-brand-1: #1d0f25;
  --colour-rgba-brand-1-0: rgba(29, 15, 37, 0);
  --colour-rgba-brand-1-1: rgba(29, 15, 37, 0.01);
  --colour-rgba-brand-1-5: rgba(29, 15, 37, 0.05);
  --colour-rgba-brand-1-10: rgba(29, 15, 37, 0.1);
  --colour-rgba-brand-1-15: rgba(29, 15, 37, 0.15);
  --colour-rgba-brand-1-20: rgba(29, 15, 37, 0.2);
  --colour-rgba-brand-1-25: rgba(29, 15, 37, 0.25);
  --colour-rgba-brand-1-30: rgba(29, 15, 37, 0.3);
  --colour-rgba-brand-1-35: rgba(29, 15, 37, 0.35);
  --colour-rgba-brand-1-40: rgba(29, 15, 37, 0.4);
  --colour-rgba-brand-1-45: rgba(29, 15, 37, 0.45);
  --colour-rgba-brand-1-50: rgba(29, 15, 37, 0.5);
  --colour-rgba-brand-1-55: rgba(29, 15, 37, 0.55);
  --colour-rgba-brand-1-60: rgba(29, 15, 37, 0.6);
  --colour-rgba-brand-1-65: rgba(29, 15, 37, 0.65);
  --colour-rgba-brand-1-70: rgba(29, 15, 37, 0.7);
  --colour-rgba-brand-1-75: rgba(29, 15, 37, 0.75);
  --colour-rgba-brand-1-80: rgba(29, 15, 37, 0.8);
  --colour-rgba-brand-1-85: rgba(29, 15, 37, 0.85);
  --colour-rgba-brand-1-90: rgba(29, 15, 37, 0.9);
  --colour-rgba-brand-1-95: rgba(29, 15, 37, 0.95);
  --colour-rgba-brand-1-100: #1d0f25;
  --colour-rgba-brand-2: #eb8100;
  --colour-rgba-brand-2-0: rgba(235, 129, 0, 0);
  --colour-rgba-brand-2-1: rgba(235, 129, 0, 0.01);
  --colour-rgba-brand-2-5: rgba(235, 129, 0, 0.05);
  --colour-rgba-brand-2-10: rgba(235, 129, 0, 0.1);
  --colour-rgba-brand-2-15: rgba(235, 129, 0, 0.15);
  --colour-rgba-brand-2-20: rgba(235, 129, 0, 0.2);
  --colour-rgba-brand-2-25: rgba(235, 129, 0, 0.25);
  --colour-rgba-brand-2-30: rgba(235, 129, 0, 0.3);
  --colour-rgba-brand-2-35: rgba(235, 129, 0, 0.35);
  --colour-rgba-brand-2-40: rgba(235, 129, 0, 0.4);
  --colour-rgba-brand-2-45: rgba(235, 129, 0, 0.45);
  --colour-rgba-brand-2-50: rgba(235, 129, 0, 0.5);
  --colour-rgba-brand-2-55: rgba(235, 129, 0, 0.55);
  --colour-rgba-brand-2-60: rgba(235, 129, 0, 0.6);
  --colour-rgba-brand-2-65: rgba(235, 129, 0, 0.65);
  --colour-rgba-brand-2-70: rgba(235, 129, 0, 0.7);
  --colour-rgba-brand-2-75: rgba(235, 129, 0, 0.75);
  --colour-rgba-brand-2-80: rgba(235, 129, 0, 0.8);
  --colour-rgba-brand-2-85: rgba(235, 129, 0, 0.85);
  --colour-rgba-brand-2-90: rgba(235, 129, 0, 0.9);
  --colour-rgba-brand-2-95: rgba(235, 129, 0, 0.95);
  --colour-rgba-brand-2-100: #eb8100;
  --colour-rgba-brand-neutral-1: #333333;
  --colour-rgba-brand-neutral-1-0: rgba(51, 51, 51, 0);
  --colour-rgba-brand-neutral-1-1: rgba(51, 51, 51, 0.01);
  --colour-rgba-brand-neutral-1-5: rgba(51, 51, 51, 0.05);
  --colour-rgba-brand-neutral-1-10: rgba(51, 51, 51, 0.1);
  --colour-rgba-brand-neutral-1-15: rgba(51, 51, 51, 0.15);
  --colour-rgba-brand-neutral-1-20: rgba(51, 51, 51, 0.2);
  --colour-rgba-brand-neutral-1-25: rgba(51, 51, 51, 0.25);
  --colour-rgba-brand-neutral-1-30: rgba(51, 51, 51, 0.3);
  --colour-rgba-brand-neutral-1-35: rgba(51, 51, 51, 0.35);
  --colour-rgba-brand-neutral-1-40: rgba(51, 51, 51, 0.4);
  --colour-rgba-brand-neutral-1-45: rgba(51, 51, 51, 0.45);
  --colour-rgba-brand-neutral-1-50: rgba(51, 51, 51, 0.5);
  --colour-rgba-brand-neutral-1-55: rgba(51, 51, 51, 0.55);
  --colour-rgba-brand-neutral-1-60: rgba(51, 51, 51, 0.6);
  --colour-rgba-brand-neutral-1-65: rgba(51, 51, 51, 0.65);
  --colour-rgba-brand-neutral-1-70: rgba(51, 51, 51, 0.7);
  --colour-rgba-brand-neutral-1-75: rgba(51, 51, 51, 0.75);
  --colour-rgba-brand-neutral-1-80: rgba(51, 51, 51, 0.8);
  --colour-rgba-brand-neutral-1-85: rgba(51, 51, 51, 0.85);
  --colour-rgba-brand-neutral-1-90: rgba(51, 51, 51, 0.9);
  --colour-rgba-brand-neutral-1-95: rgba(51, 51, 51, 0.95);
  --colour-rgba-brand-neutral-1-100: #333333;
  --colour-rgba-brand-neutral-2: #666666;
  --colour-rgba-brand-neutral-2-0: rgba(102, 102, 102, 0);
  --colour-rgba-brand-neutral-2-1: rgba(102, 102, 102, 0.01);
  --colour-rgba-brand-neutral-2-5: rgba(102, 102, 102, 0.05);
  --colour-rgba-brand-neutral-2-10: rgba(102, 102, 102, 0.1);
  --colour-rgba-brand-neutral-2-15: rgba(102, 102, 102, 0.15);
  --colour-rgba-brand-neutral-2-20: rgba(102, 102, 102, 0.2);
  --colour-rgba-brand-neutral-2-25: rgba(102, 102, 102, 0.25);
  --colour-rgba-brand-neutral-2-30: rgba(102, 102, 102, 0.3);
  --colour-rgba-brand-neutral-2-35: rgba(102, 102, 102, 0.35);
  --colour-rgba-brand-neutral-2-40: rgba(102, 102, 102, 0.4);
  --colour-rgba-brand-neutral-2-45: rgba(102, 102, 102, 0.45);
  --colour-rgba-brand-neutral-2-50: rgba(102, 102, 102, 0.5);
  --colour-rgba-brand-neutral-2-55: rgba(102, 102, 102, 0.55);
  --colour-rgba-brand-neutral-2-60: rgba(102, 102, 102, 0.6);
  --colour-rgba-brand-neutral-2-65: rgba(102, 102, 102, 0.65);
  --colour-rgba-brand-neutral-2-70: rgba(102, 102, 102, 0.7);
  --colour-rgba-brand-neutral-2-75: rgba(102, 102, 102, 0.75);
  --colour-rgba-brand-neutral-2-80: rgba(102, 102, 102, 0.8);
  --colour-rgba-brand-neutral-2-85: rgba(102, 102, 102, 0.85);
  --colour-rgba-brand-neutral-2-90: rgba(102, 102, 102, 0.9);
  --colour-rgba-brand-neutral-2-95: rgba(102, 102, 102, 0.95);
  --colour-rgba-brand-neutral-2-100: #666666;
  --colour-rgba-brand-neutral-3: #999999;
  --colour-rgba-brand-neutral-3-0: rgba(153, 153, 153, 0);
  --colour-rgba-brand-neutral-3-1: rgba(153, 153, 153, 0.01);
  --colour-rgba-brand-neutral-3-5: rgba(153, 153, 153, 0.05);
  --colour-rgba-brand-neutral-3-10: rgba(153, 153, 153, 0.1);
  --colour-rgba-brand-neutral-3-15: rgba(153, 153, 153, 0.15);
  --colour-rgba-brand-neutral-3-20: rgba(153, 153, 153, 0.2);
  --colour-rgba-brand-neutral-3-25: rgba(153, 153, 153, 0.25);
  --colour-rgba-brand-neutral-3-30: rgba(153, 153, 153, 0.3);
  --colour-rgba-brand-neutral-3-35: rgba(153, 153, 153, 0.35);
  --colour-rgba-brand-neutral-3-40: rgba(153, 153, 153, 0.4);
  --colour-rgba-brand-neutral-3-45: rgba(153, 153, 153, 0.45);
  --colour-rgba-brand-neutral-3-50: rgba(153, 153, 153, 0.5);
  --colour-rgba-brand-neutral-3-55: rgba(153, 153, 153, 0.55);
  --colour-rgba-brand-neutral-3-60: rgba(153, 153, 153, 0.6);
  --colour-rgba-brand-neutral-3-65: rgba(153, 153, 153, 0.65);
  --colour-rgba-brand-neutral-3-70: rgba(153, 153, 153, 0.7);
  --colour-rgba-brand-neutral-3-75: rgba(153, 153, 153, 0.75);
  --colour-rgba-brand-neutral-3-80: rgba(153, 153, 153, 0.8);
  --colour-rgba-brand-neutral-3-85: rgba(153, 153, 153, 0.85);
  --colour-rgba-brand-neutral-3-90: rgba(153, 153, 153, 0.9);
  --colour-rgba-brand-neutral-3-95: rgba(153, 153, 153, 0.95);
  --colour-rgba-brand-neutral-3-100: #999999;
  /* @media (prefers-color-scheme: light) {} */
  /* @media (prefers-color-scheme: dark) {} */
  --colour-black: #000000;
  --colour-gray: #ADADAD;
  --colour-light-gray: #E5E5E5;
  --colour-white: #FFFFFF;
  --colour-error: #FF1D25;
  --colour-error-light: #FFC2C2;
  --colour-warning: #FFC107;
  --colour-warning-light: #FFF3CD;
  --colour-success: #32d88d;
  --colour-brand-1: #1D0F25;
  --colour-brand-2: #EB8100;
  --colour-brand-neutral-1: #333333;
  --colour-brand-neutral-2: #666666;
  --colour-brand-neutral-3: #999999;
  --gradient-background-1: var(--colour-white) 5%, var(--colour-rgb-brand-2-5) 90%;
  --rgb-alpha-0: 0;
  --rgb-alpha-1: 0.01;
  --rgb-alpha-5: 0.05;
  --rgb-alpha-10: 0.1;
  --rgb-alpha-15: 0.15;
  --rgb-alpha-20: 0.2;
  --rgb-alpha-25: 0.25;
  --rgb-alpha-30: 0.3;
  --rgb-alpha-35: 0.35;
  --rgb-alpha-40: 0.4;
  --rgb-alpha-45: 0.45;
  --rgb-alpha-50: 0.5;
  --rgb-alpha-55: 0.55;
  --rgb-alpha-60: 0.6;
  --rgb-alpha-65: 0.65;
  --rgb-alpha-70: 0.7;
  --rgb-alpha-75: 0.75;
  --rgb-alpha-80: 0.8;
  --rgb-alpha-85: 0.85;
  --rgb-alpha-90: 0.9;
  --rgb-alpha-95: 0.95;
  --rgb-alpha-100: 1;
  --blend-modes-normal: Normal;
  --blend-modes-color: Colour;
  --blend-modes-color-dodge: Colour Dodge;
  --blend-modes-color-burn: Colour Burn;
  --blend-modes-darken: Darken;
  --blend-modes-exclusion: Exclusion;
  --blend-modes-hard-light: Hard Light;
  --blend-modes-hue: Hue;
  --blend-modes-lighten: Lighten;
  --blend-modes-luminosity: Luminosity;
  --blend-modes-multiply: Multiply;
  --blend-modes-overlay: Overlay;
  --blend-modes-saturation: Saturation;
  --blend-modes-screen: Screen;
  --blend-modes-soft-light: Soft Light;
  --blend-modes-inherit: Inherit;
  --blend-modes-initial: Initial;
  --blend-modes-revert: Revert;
  --blend-modes-revert-layer: Revert Layer;
  --blend-modes-unset: Unset;
  --transition-all: all ease-in-out var(--base-transition-speed);
  --transition-background: background ease-in-out var(--base-transition-speed);
  --transition-background-color: background-color ease-in-out var(--base-transition-speed);
  --transition-border: border ease-in-out var(--base-transition-speed);
  --transition-border-color: border-color ease-in-out var(--base-transition-speed);
  --transition-color: color ease-in-out var(--base-transition-speed);
  --transition-fill: fill ease-in-out var(--base-transition-speed);
  --transition-height: height ease-in-out var(--base-transition-speed);
  --transition-max-height: max-height ease-in-out var(--base-transition-speed);
  --transition-opacity: opacity ease-in-out var(--base-transition-speed);
  --transition-padding: padding ease-in-out var(--base-transition-speed);
  --transition-transform: transform ease-in-out var(--base-transition-speed);
  --transition-text-decoration: text-decoration ease-in-out var(--base-transition-speed);
  --transition-underline: left ease-out var(--base-transition-speed), right ease-out var(--base-transition-speed);
  --transition-width: width ease-in-out var(--base-transition-speed);
  --font-serif: times, serif;
  --font-sans-serif: Montserrat, helvetica, arial, sans-serif;
  --breakpoint-xxxs: 0;
  --breakpoint-xxs: 320px;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 568px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1380px;
  --breakpoint-xxxl: 1640px;
  --spacing-none: 0;
  --layout-body: var(--spacing-s);
  --layout-body-mobile: var(--spacing-xs);
  --layout-section-top: var(--spacing-xxl);
  --layout-section-bottom: var(--spacing-xxl);
  --layout-section-top-small: var(--spacing-l);
  --layout-section-bottom-small: var(--spacing-l);
  --width-max-width: 1380px;
  --width-max-width-padded: 1500px;
  --width-max-width-narrow: 832px;
  --width-max-width-wide: 1200px;
  --height-button: auto;
  --logo-height: 3.1rem;
  --logo-width: 14.2rem;
  --logo-mobile-height: 2rem;
  --logo-mobile-width: 9.5rem;
  --border-button: 0.1rem;
  --border-input: 0.1rem;
  --radius-button: 1rem;
  --radius-full: 9999px;
  --radius-card: 5px;
  --radius-modal: 5px;
  --radius-logo-box: 5px;
  --icon-xsm: 1.2rem;
  --icon-sml: 1.6rem;
  --icon-reg: 1.8rem;
  --icon-med: 2.4rem;
  --icon-lrg: 2.8rem;
  --icon-xlg: 3.2rem;
  --icon-motion-reg: 0.4rem;
  --shadow-card: 0 0 0.7rem 0.7rem var(--colour-rgba-black-10);
  --shadow-logo-box: 0 0 0.7rem 0.7rem var(--colour-rgba-black-10);
  --grid-row-columns: 6;
  --grid-breakpoint: lg;
  --base-size: 62.5%;
  --base-unit: rem;
  --base-transition-speed: 0.3s;
  --base-transition-speed-slow: 0.6s;
  --base-animation-speed: 3s;
  --base-outline-offset: 0.1rem;
  --base-outline-style: dashed;
  --base-outline-width: 1px;
  --base-outline-colour: var(--colour-brand-2);
  --button-primary-background: var(--colour-brand-1);
  --button-primary-background-hover: var(--colour-white);
  --button-primary-background-active: var(--colour-white);
  --button-primary-border: var(--colour-brand-1);
  --button-primary-border-hover: var(--colour-brand-1);
  --button-primary-border-active: var(--colour-brand-1);
  --button-primary-colour: var(--colour-white);
  --button-primary-colour-hover: var(--colour-brand-1);
  --button-primary-colour-active: var(--colour-brand-1);
  --button-secondary-background: var(--colour-brand-2);
  --button-secondary-background-hover: var(--colour-white);
  --button-secondary-background-active: var(--colour-white);
  --button-secondary-border: var(--colour-brand-2);
  --button-secondary-border-hover: var(--colour-brand-1);
  --button-secondary-border-active: var(--colour-brand-1);
  --button-secondary-colour: var(--colour-white);
  --button-secondary-colour-hover: var(--colour-black);
  --button-secondary-colour-active: var(--colour-black);
  --button-tertiary-border: var(--colour-black);
  --button-tertiary-border-hover: var(--colour-black);
  --button-tertiary-border-active: var(--colour-black);
  --button-tertiary-colour: var(--colour-black);
  --button-tertiary-colour-hover: var(--colour-black);
  --button-tertiary-colour-active: var(--colour-black);
  --header-background-colour: var(--colour-white);
  --header-box-shadow: var(--shadow-card);
  --header-menu-gap: var(--spacing-m);
  --header-z-index: 1000;
  --footer-background-colour: var(--colour-light-gray);
  --footer-padding: var(--spacing-xl) 0;
  --footer-top-row-gap: var(--spacing-xl);
  --footer-seperator-colour: var(--colour-gray);
  --footer-seperator-height: 2px;
  --footer-logo-max-width: 180px;
  --footer-info-max-width: 300px;
  --footer-menu-max-width: 300px;
  --footer-newsletter-max-width: 350px;
  --footer-newsletter-max-width-desktop: 400px;
  --mobile-menu-background-colour: var(--colour-white);
  --mobile-menu-step-padding: var(--spacing-m);
  --mobile-menu-links-gap: var(--spacing-xs);
  --mobile-menu-cards-gap: var(--spacing-xs);
  --mobile-menu-back-gap: var(--spacing-xxxs);
  --mobile-menu-back-padding-bottom: var(--spacing-xxs);
  --mobile-menu-back-border-bottom: 1px solid var(--colour-gray);
  --mobile-menu-back-margin-bottom: var(--spacing-xs);
  --mobile-menu-link-gap: var(--spacing-xxxs);
  --mobile-menu-step-title-colour: var(--colour-black);
  --mobile-menu-step-title-margin-bottom: var(--spacing-xs);
  --mega-menu-box-shadow: var(--shadow-card);
  --mega-menu-background-colour: var(--colour-white);
  --mega-menu-max-width: 1276px;
  --mega-menu-sidebar-background-colour: var(--colour-gray);
  --mega-menu-sidebar-width: 230px;
  --mega-menu-sidebar-padding: var(--spacing-m);
  --mega-menu-sidebar-gap: var(--spacing-m);
  --mega-menu-tab-padding: var(--spacing-m);
  --mega-menu-tab-header-spacing: var(--spacing-m);
  --mega-menu-tab-links-gap: var(--spacing-m);
  --mega-menu-cards-padding: var(--spacing-m);
  --mega-menu-cards-card-gap: var(--spacing-m);
  --mega-menu-cards-card-max-width: 300px;
  --mega-menu-simple-max-width: 300px;
  --mega-menu-simple-padding: var(--spacing-s);
  --mega-menu-simple-gap: var(--spacing-s);
  --modal-overlay-background: var(--colour-rgba-black-70);
  --modal-content-background: var(--colour-white);
  --modal-content-border-radius: var(--radius-modal);
  --modal-header-padding: var(--spacing-xxs) var(--spacing-xs);
  --modal-body-padding: var(--spacing-xs);
  --modal-header-border-bottom: 1px solid var(--colour-light-gray);
  --modal-close-button-top: 20px;
  --modal-close-button-right: 20px;
  --modal-body-gap: var(--spacing-m);
  --modal-buttons-gap: var(--spacing-s);
  --modal-z-index: 9999;
  --modal-transition-duration: 0.3s;
  --modal-transition-easing: ease-in-out;
  --gravity-forms-field-spacing: var(--spacing-m);
  --gravity-forms-label-margin-bottom: var(--spacing-xxxs);
  --gravity-forms-choices-spacing: var(--spacing-xxxs);
  --gravity-forms-choice-spacing: var(--spacing-xxxs);
  --gravity-forms-field-inner-spacing: var(--spacing-xxs);
  --gravity-forms-time-field-width: 125px;
  --gravity-forms-progress-bar-margin-bottom: var(--spacing-m);
  --gravity-forms-progress-bar-title-margin-bottom: var(--spacing-xxs);
  --gravity-forms-progress-bar-background-colour: var(--colour-gray);
  --gravity-forms-progress-bar-percentage-colour: var(--colour-brand-1);
  --gravity-forms-progress-bar-height: 12px;
  --gravity-forms-progress-bar-border-radius: 5px;
  --gravity-forms-error-box-padding: var(--spacing-xxxs);
  --gravity-forms-error-box-margin-bottom: var(--spacing-xs);
  --gravity-forms-error-box-border-colour: var(--colour-error);
  --gravity-forms-error-box-background-colour: var(--colour-error-light);
  --gravity-forms-error-box-colour: var(--colour-black);
  --gravity-forms-error-input-border-colour: var(--colour-error);
  --gravity-forms-error-message-colour: var(--colour-error);
  --gravity-forms-required-colour: var(--colour-error);
  --gravity-forms-required-spacing: var(--spacing-xxxs);
  --gravity-forms-footer-spacing: var(--spacing-m);
  --gravity-forms-footer-inner-spacing: var(--spacing-xxs);
  --forms-input-border-width: 0.1rem;
  --forms-input-border-style: solid;
  --forms-input-border-colour: var(--colour-black);
  --forms-input-border-radius: 0;
  --forms-input-hover-border-colour: var(--colour-black);
  --forms-input-padding-top: var(--spacing-xxs);
  --forms-input-padding-right: var(--spacing-xxs);
  --forms-input-padding-bottom: var(--spacing-xxs);
  --forms-input-padding-left: var(--spacing-xxs);
  --forms-input-chechbox-height: 2rem;
  --forms-input-chechbox-width: 2rem;
  --forms-input-radio-height: 2rem;
  --forms-input-radio-width: 2rem;
  --forms-input-width: 100%;
  --forms-input-height: auto;
  --forms-input-colour: var(--colour-black);
  --forms-input-background-colour: var(--colour-white);
  --forms-input-checked-border-colour: var(--colour-brand-1);
  --forms-input-checked-bg-colour: var(--colour-brand-1);
  --forms-input-checked-colour: var(--colour-brand-2);
  --forms-input-check-width: 2px;
  --forms-select-icon-height: 9.2px;
  --forms-select-icon-width: 17.4px;
  --forms-select-icon-colour: var(--colour-black);
  --swiper-space-between: 20px;
  --swiper-pagination-width: 16px;
  --swiper-pagination-height: 16px;
  --swiper-pagination-color: var(--colour-brand-neutral-1);
  --swiper-pagination-color-active: var(--colour-black);
  --swiper-pagination-spacing: var(--spacing-xs);
  --swiper-pagination-focus-outline-colour: var(--colour-black);
  --swiper-nav-arrow-height: 52px;
  --swiper-nav-arrow-width: 52px;
  --swiper-nav-arrow-background-color: transparent;
  --swiper-nav-arrow-hover-background-color: var(--colour-black);
  --swiper-nav-arrow-border-color: var(--colour-black);
  --swiper-nav-arrow-icon-color: var(--colour-black);
  --swiper-nav-arrow-icon-hover-color: var(--colour-white);
  --swiper-nav-arrow-focus-outline-colour: var(--colour-black);
  --link-underline-width: 0.1rem;
  --link-underline-offset: 0.4rem;
  --link-gap: 0.8rem;
  --link-colour: var(--colour-brand-2);
  --block-accordion-colour: var(--colour-black);
  --block-accordion-border-colour: var(--colour-black);
  --block-accordion-icon-colour: var(--colour-black);
  --block-accordion-active-border-colour: var(--colour-black);
  --block-accordion-active-icon-colour: var(--colour-black);
  --block-accordion-padding-top: var(--spacing-xs);
  --block-accordion-padding-bottom: var(--spacing-xs);
  --block-accordion-icon-width: var(--icon-reg);
  --block-accordion-border-width: 2px;
  --block-accordion-gap: var(--spacing-xs);
  --block-accordion-plus-minus-height: 2px;
  --block-buttons-gap: var(--spacing-l);
  --block-breadcrumbs-admin-background-colour: var(--colour-rgb-gray-5);
  --block-breadcrumbs-admin-border-colour: var(--colour-rgb-gray-10);
  --block-breadcrumbs-admin-border-radius: var(--radius-card);
  --block-breadcrumbs-admin-padding: var(--spacing-xxxs);
  --block-breadcrumbs-admin-text-align: center;
  --block-breadcrumbs-gap: var(--spacing-xxxs);
  --block-breadcrumbs-separator-height: 1.6rem;
  --block-breadcrumbs-separator-width: auto;
  --block-breadcrumbs-link-transition: var(--transition-opacity);
  --block-breadcrumbs-link-hover-opacity: 0.7;
  --block-breadcrumbs-link-focus-opacity: 0.7;
  --block-breadcrumbs-link-active-opacity: 0.7;
  --block-breadcrumbs-link-current-font-weight: 500;
  --block-breadcrumbs-link-current-colour: var(--colour-black);
  --block-breadcrumbs-link-current-hover-colour: var(--colour-black);
  --block-breadcrumbs-link-current-focus-colour: var(--colour-black);
  --block-breadcrumbs-link-current-active-colour: var(--colour-black);
  --block-cards-gap-row: var(--grid-gap-row);
  --block-cards-gap-column: var(--grid-gap-column);
  --block-cards-gap-row-mobile: var(--grid-gap-row);
  --block-cards-gap-column-mobile: var(--grid-gap-column);
  --block-cards-slide-auto-width: 400px;
  --block-column-sticky-top: calc(var(--header-height) + var(--spacing-m));
  --block-form-intro-margin-bottom: var(--spacing-m);
  --block-gallery-gallery-gap: var(--spacing-xs);
  --block-gallery-gallery-image-border-radius: var(--radius-card);
  --block-gallery-gallery-image-shadow: var(--shadow-card);
  --block-gallery-gallery-image-background-colour: var(--colour-rgba-white-20);
  --block-gallery-gallery-image-element-border-radius: var(--radius-card);
  --block-gallery-slide-auto-width: 500px;
  --block-gallery-image-zoom-background-colour: var(--colour-rgba-black-60);
  --block-group-bg-overlay-colour: var(--colour-rgba-black-50);
  --block-image-figure-gap: var(--spacing-xxs);
  --block-image-caption-padding-left: var(--spacing-xxxs);
  --block-image-caption-border: 0.2rem solid var(--colour-brand-neutral-1);
  --block-image-caption-mobile-margin: 0 var(--layout-body-mobile);
  --block-logos-gap-row: var(--grid-gap-row);
  --block-logos-gap-column: var(--grid-gap-column);
  --block-logos-logo-max-width: 168px;
  --block-logos-logo-box-max-width: 220px;
  --block-logos-logo-box-padding: var(--spacing-l);
  --block-logos-logo-box-shadow: var(--shadow-logo-box);
  --block-logos-logo-box-border-radius: var(--radius-logo-box);
  --block-logos-logo-box-background-colour: var(--colour-white);
  --block-map-min-height: 300px;
  --block-newsletter-elm-gap: var(--spacing-xs);
  --block-newsletter-form-gap: var(--spacing-xxs);
  --block-postmeta-gap: var(--spacing-xxxs);
  --block-postmeta-info-gap: var(--spacing-xxxs);
  --block-separator-colour: var(--colour-black);
  --block-separator-height: 1px;
  --block-socials-gap: var(--spacing-xxxs);
  --block-socials-icon-color: var(--colour-black);
  --block-socials-icon-color-hover: var(--colour-brand-neutral-2);
  --block-stats-gap: var(--spacing-xs);
  --block-tabbed-content-tabs-gap: 5rem;
  --block-tabbed-content-tabs-margin-bottom: var(--spacing-m);
  --block-tabbed-content-tabs-padding-bottom: var(--spacing-xs);
  --block-tabbed-content-tabs-border-top: 0.1rem solid var(--colour-rgba-brand-3-10);
  --block-tabbed-content-tabs-border-shadow: 0 0.3rem 0.6rem 0 var(--colour-rgba-brand-3-30);
  --block-tabbed-content-tabs-bottom: -0.3rem;
  --block-tabbed-content-tabs-height: 0.1rem;
  --block-tabbed-content-select-margin-bottom: var(--spacing-m);
  --block-testimonials-max-width: 750px;
  --block-testimonials-nav-spacing: var(--spacing-m);
  --block-video-aspect-ratio: 16 / 9;
  --block-video-play-icon-background: var(--colour-black);
  --block-video-play-icon-colour: var(--colour-white);
  --block-video-play-icon-height: 65px;
  --block-video-play-icon-width: 65px;
  --block-video-play-icon-border-width: 16px 0 16px 30px;
  --block-video-play-icon-margin: 4px;
  --block-video-play-icon-border-radius: var(--radius-full);
  --component-button-wrapper-gap: 1.2rem 4rem;
  --component-button-icon-height: var(--icon-btn);
  --component-button-icon-width: var(--icon-btn);
  --component-button-icon-only-padding: 1.2rem 1.3rem 1.4rem;
  --component-button-icon-only-small-padding: 0;
  --component-button-icon-only-width: var(--height-button);
  --component-button-icon-only-small-width: var(--height-button-small);
  --component-button-icon-only-small-height: var(--height-button-small);
  --component-button-primary-background: var(--colour-rgb-brand-1);
  --component-button-primary-background-hover: var(--colour-rgb-brand-1-80);
  --component-button-primary-background-active: var(--colour-rgb-brand-1-80);
  --component-button-primary-border: var(--colour-rgb-brand-1);
  --component-button-primary-border-hover: var(--colour-rgb-brand-1-80);
  --component-button-primary-border-active: var(--colour-rgb-brand-1-80);
  --component-button-primary-colour: var(--colour-white);
  --component-button-primary-colour-hover: var(--colour-white);
  --component-button-primary-colour-active: var(--colour-white);
  --component-button-secondary-background: var(--colour-rgb-brand-2);
  --component-button-secondary-background-hover: var(--colour-rgb-brand-2-60);
  --component-button-secondary-background-active: var(--colour-rgb-brand-2-60);
  --component-button-secondary-border: var(--colour-rgb-brand-2);
  --component-button-secondary-border-hover: var(--colour-rgb-brand-2-60);
  --component-button-secondary-border-active: var(--colour-rgb-brand-2-60);
  --component-button-secondary-colour: var(--colour-black);
  --component-button-secondary-colour-hover: var(--colour-black);
  --component-button-secondary-colour-active: var(--colour-black);
  --component-button-tertiary-background: transparent;
  --component-button-tertiary-background-hover: transparent;
  --component-button-tertiary-background-active: transparent;
  --component-button-tertiary-border: var(--colour-black);
  --component-button-tertiary-border-hover: var(--colour-black);
  --component-button-tertiary-border-active: var(--colour-black);
  --component-button-tertiary-colour: var(--colour-black);
  --component-button-tertiary-colour-hover: var(--colour-black);
  --component-button-tertiary-colour-active: var(--colour-black);
  --component-card-border-colour: var(--colour-black);
  --component-card-border-width: 1px;
  --component-card-border-radius: var(--radius-card);
  --component-card-padding: var(--spacing-xs);
  --component-card-shadow: var(--shadow-card);
  --component-card-background: var(--colour-white);
  --component-card-content-gap: var(--spacing-xxs);
  --component-card-person-gap: var(--spacing-xxs);
  --component-card-person-img-aspect-ratio: 1;
  --component-card-person-title-gap: var(--spacing-xxxs);
  --component-password-form-gap: var(--spacing-xs);
  --component-stat-gap: var(--spacing-xxxs);
  --component-stat-image-max-width: 120px;
  --component-stat-value-colour: var(--colour-brand-1);
  --component-stat-border-colour: var(--colour-black);
  --component-stat-border-width: 1px;
  --component-stat-border: var(--component-stat-border-width) solid var(--component-stat-border-colour);
  --component-stat-border-radius: 0;
  --component-stat-padding: var(--spacing-s);
  --component-stat-image-border-colour: var(--colour-black);
  --component-stat-image-border-width: 0;
  --component-stat-image-border: var(--component-stat-image-border-width) solid var(--component-stat-image-border-colour);
  --component-stat-image-border-radius: 0;
  --component-stat-image-padding: 0;
  --component-stat-stat-gap: 0.05em;
  --component-stat-stat-prefix-size: var(--font-size-stat);
  --component-stat-stat-value-size: var(--font-size-stat);
  --component-stat-stat-suffix-size: var(--font-size-stat);
  --component-stat-stat-value-colour: var(--colour-brand-1);
  --component-author-image-width: 56px;
  --component-author-image-aspect-ratio: 1;
  --component-author-image-border-width: 0px;
  --component-author-image-border-colour: var(--colour-white);
  --component-author-image-border-radius: 56px;
  --component-author-image-shadow: none;
  --component-author-image-content-gap: var(--spacing-xxs);
  --component-author-content-gap: 0;
  --component-testimonial-quote-spacing: var(--spacing-s);
  --component-testimonial-quote-gap: var(--spacing-xxs);
  --component-testimonial-quote-logo-width: 120px;
  --component-testimonial-cite-img-width: 50px;
  --component-testimonial-quote-icon-size: var(--icon-lrg);
  --font-size-1: 3.2rem;
  --font-size-2: 2.6rem;
  --font-size-3: 2.2rem;
  --font-size-4: 1.8rem;
  --font-size-5: 1.8rem;
  --font-size-6: 1.6rem;
  --font-size-p-l: 2.6rem;
  --font-size-p-m: 2.4rem;
  --font-size-p: 1.8rem;
  --font-size-p-s: 1.6rem;
  --font-size-p-xs: 1.4rem;
  --font-size-label: 1.5rem;
  --font-size-quote: 2.2rem;
  --font-size-button: 1.6rem;
  --font-size-link: 1.8rem;
  --font-size-stat: 5.6rem;
  --line-height-1: 120%;
  --line-height-2: 120%;
  --line-height-3: 140%;
  --line-height-4: 140%;
  --line-height-5: normal;
  --line-height-6: 140%;
  --line-height-p-l: 145%;
  --line-height-p-m: 145%;
  --line-height-p: 145%;
  --line-height-p-s: 145%;
  --line-height-p-xs: 145%;
  --line-height-label: 145%;
  --line-height-quote: 140%;
  --line-height-button: 140%;
  --line-height-link: 140%;
  --line-height-stat: 140%;
  --letter-spacing-1: normal;
  --letter-spacing-2: normal;
  --letter-spacing-3: normal;
  --letter-spacing-4: normal;
  --letter-spacing-5: normal;
  --letter-spacing-6: normal;
  --letter-spacing-p-l: normal;
  --letter-spacing-p-m: normal;
  --letter-spacing-p: normal;
  --letter-spacing-p-s: normal;
  --letter-spacing-p-xs: normal;
  --letter-spacing-label: normal;
  --letter-spacing-quote: normal;
  --letter-spacing-button: normal;
  --letter-spacing-link: normal;
  --letter-spacing-stat: normal;
  --spacing-xxxl: 60px;
  --spacing-xxl: 40px;
  --spacing-xl: 40px;
  --spacing-l: 40px;
  --spacing-m: 40px;
  --spacing-s: 32px;
  --spacing-xs: 24px;
  --spacing-xxs: 16px;
  --spacing-xxxs: 8px;
  --layout-paragraph: var(--spacing-xs);
  --grid-columns: 12;
  --grid-gap-column: 2rem;
  --grid-gap-row: 2rem;
  --header-height: 84px;
  --modal-padding-outer: var(--spacing-xs);
  --modal-close-button-size: 2rem;
  --modal-close-icon-size: 1.25rem;
  --block-group-col-gap: var(--spacing-xs);
}
@media (min-width: 768px) {
  :root {
    --font-size-1: 4.2rem;
    --font-size-2: 3.6rem;
    --font-size-3: 2.4rem;
    --font-size-4: 2rem;
    --font-size-5: 1.8rem;
    --font-size-6: 1.6rem;
    --font-size-p-l: 3.6rem;
    --font-size-p-m: 2.8rem;
    --font-size-p: 1.8rem;
    --font-size-p-s: 1.6rem;
    --font-size-p-xs: 1.4rem;
    --font-size-label: 1.5rem;
    --font-size-quote: 2.6rem;
    --font-size-button: 1.6rem;
    --font-size-link: 1.8rem;
    --font-size-stat: 8rem;
    --line-height-1: 118%;
    --line-height-2: 120%;
    --line-height-3: 130%;
    --line-height-4: 140%;
    --line-height-5: normal;
    --line-height-6: 140%;
    --line-height-p-l: 145%;
    --line-height-p-m: 145%;
    --line-height-p: 145%;
    --line-height-p-s: 145%;
    --line-height-p-xs: 145%;
    --line-height-label: 145%;
    --line-height-quote: 130%;
    --line-height-button: 140%;
    --line-height-link: 140%;
    --line-height-stat: 140%;
    --letter-spacing-1: normal;
    --letter-spacing-2: normal;
    --letter-spacing-3: normal;
    --letter-spacing-4: normal;
    --letter-spacing-5: normal;
    --letter-spacing-6: normal;
    --letter-spacing-p-l: normal;
    --letter-spacing-p-m: normal;
    --letter-spacing-p: normal;
    --letter-spacing-p-s: normal;
    --letter-spacing-p-xs: normal;
    --letter-spacing-label: normal;
    --letter-spacing-quote: normal;
    --letter-spacing-button: normal;
    --letter-spacing-link: normal;
    --letter-spacing-stat: normal;
    --modal-padding-outer: var(--spacing-m);
    --modal-close-button-size: 2.5rem;
    --modal-close-icon-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacing-xxxl: 120px;
    --spacing-xxl: 80px;
    --spacing-xl: 56px;
    --spacing-l: 48px;
    --grid-columns: 12;
    --grid-gap-column: 5rem;
    --grid-gap-row: 5rem;
    --block-group-col-gap: var(--spacing-xxl);
  }
}
@media (min-width: 1280px) {
  :root {
    --header-height: 84px;
  }
}
/* stylelint-disable */
.edwp-btn.edwp-btn {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-button);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-button);
  line-height: var(--line-height-button);
  text-transform: none;
  align-items: center;
  appearance: none;
  border-radius: var(--radius-button);
  border-style: solid;
  border-width: var(--border-button);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.8rem;
  height: auto;
  justify-content: center;
  line-height: normal;
  min-height: calc(var(--height-button) - var(--border-button) * 2);
  outline: none;
  overflow: hidden;
  padding: calc(1.2rem - var(--border-button)) calc(1.6rem - var(--border-button)) calc(1.4rem - var(--border-button)) calc(2rem - var(--border-button));
  position: relative;
  text-decoration: none;
  transition: var(--transition-background), var(--transition-color), var(--transition-border-color);
  width: fit-content;
  z-index: 1;
}
.edwp-btn.edwp-btn .edwp-btn__icon {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .edwp-btn.edwp-btn:enabled:enabled:hover, .edwp-btn.edwp-btn:enabled:enabled:focus-visible, .edwp-btn.edwp-btn:enabled:not([disabled]):hover, .edwp-btn.edwp-btn:enabled:not([disabled]):focus-visible, .edwp-btn.edwp-btn:not([disabled]):enabled:hover, .edwp-btn.edwp-btn:not([disabled]):enabled:focus-visible, .edwp-btn.edwp-btn:not([disabled]):not([disabled]):hover, .edwp-btn.edwp-btn:not([disabled]):not([disabled]):focus-visible {
    cursor: pointer;
  }
}
.edwp-btn.edwp-btn .icon-before,
.edwp-btn.edwp-btn .icon-after {
  height: var(--component-button-icon-height);
  width: var(--component-button-icon-width);
}

.edwp-btn--icon-only {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-button);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-button);
  line-height: var(--line-height-button);
  text-transform: none;
  align-items: center;
  appearance: none;
  border-radius: var(--radius-button);
  border-style: solid;
  border-width: var(--border-button);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.8rem;
  height: auto;
  justify-content: center;
  line-height: normal;
  min-height: calc(var(--height-button) - var(--border-button) * 2);
  outline: none;
  overflow: hidden;
  padding: var(--component-button-icon-only-padding);
  position: relative;
  text-decoration: none;
  transition: var(--transition-background), var(--transition-color), var(--transition-border-color);
  width: var(--component-button-icon-only-width);
  z-index: 1;
}
.edwp-btn--icon-only .edwp-btn__icon {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .edwp-btn--icon-only:enabled:enabled:hover, .edwp-btn--icon-only:enabled:enabled:focus-visible, .edwp-btn--icon-only:enabled:not([disabled]):hover, .edwp-btn--icon-only:enabled:not([disabled]):focus-visible, .edwp-btn--icon-only:not([disabled]):enabled:hover, .edwp-btn--icon-only:not([disabled]):enabled:focus-visible, .edwp-btn--icon-only:not([disabled]):not([disabled]):hover, .edwp-btn--icon-only:not([disabled]):not([disabled]):focus-visible {
    cursor: pointer;
  }
}

.edwp-btn--primary.edwp-btn--primary {
  background-color: var(--component-button-primary-background);
  border-color: var(--component-button-primary-border);
  color: var(--component-button-primary-colour);
  opacity: 0.3;
}
.edwp-btn--primary.edwp-btn--primary .edwp-btn__icon {
  color: var(--component-button-primary-colour);
}
.edwp-btn--primary.edwp-btn--primary:enabled, .edwp-btn--primary.edwp-btn--primary:not([disabled]) {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .edwp-btn--primary.edwp-btn--primary:enabled:enabled:hover, .edwp-btn--primary.edwp-btn--primary:enabled:enabled:focus-visible, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):hover, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):focus-visible, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:hover, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:focus-visible, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):hover, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):focus-visible {
    background-color: var(--component-button-primary-background-hover);
    border-color: var(--component-button-primary-border-hover);
    color: var(--component-button-primary-colour-hover);
  }
  .edwp-btn--primary.edwp-btn--primary:enabled:enabled:hover .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:enabled:enabled:focus-visible .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):hover .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):focus-visible .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:hover .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:focus-visible .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):hover .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):focus-visible .edwp-btn__icon {
    color: var(--component-button-primary-colour-hover);
  }
  .edwp-btn--primary.edwp-btn--primary:enabled:enabled:active, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):active, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:active, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):active {
    background-color: var(--component-button-primary-background-active);
    border-color: var(--component-button-primary-border-active);
    color: var(--component-button-primary-colour-active);
  }
  .edwp-btn--primary.edwp-btn--primary:enabled:enabled:active .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:enabled:not([disabled]):active .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):enabled:active .edwp-btn__icon, .edwp-btn--primary.edwp-btn--primary:not([disabled]):not([disabled]):active .edwp-btn__icon {
    color: var(--component-button-primary-colour-active);
  }
}

.edwp-btn--secondary.edwp-btn--secondary {
  background-color: var(--component-button-secondary-background);
  border-color: var(--component-button-secondary-border);
  color: var(--component-button-secondary-colour);
  opacity: 0.3;
}
.edwp-btn--secondary.edwp-btn--secondary .edwp-btn__icon {
  color: var(--component-button-secondary-colour);
}
.edwp-btn--secondary.edwp-btn--secondary:enabled, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]) {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:hover, .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:focus-visible, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):hover, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):focus-visible, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:hover, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:focus-visible, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):hover, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):focus-visible {
    background-color: var(--component-button-secondary-background-hover);
    border-color: var(--component-button-secondary-border-hover);
    color: var(--component-button-secondary-colour-hover);
  }
  .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:hover .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:focus-visible .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):hover .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):focus-visible .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:hover .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:focus-visible .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):hover .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):focus-visible .edwp-btn__icon {
    color: var(--component-button-secondary-colour-hover);
  }
  .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:active, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):active, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:active, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):active {
    background-color: var(--component-button-secondary-background-active);
    border-color: var(--component-button-secondary-border-active);
    color: var(--component-button-secondary-colour-active);
  }
  .edwp-btn--secondary.edwp-btn--secondary:enabled:enabled:active .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:enabled:not([disabled]):active .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):enabled:active .edwp-btn__icon, .edwp-btn--secondary.edwp-btn--secondary:not([disabled]):not([disabled]):active .edwp-btn__icon {
    color: var(--component-button-secondary-colour-active);
  }
}

.edwp-btn--tertiary.edwp-btn--tertiary {
  background-color: var(--component-button-tertiary-background);
  border-color: var(--component-button-tertiary-border);
  color: var(--component-button-tertiary-colour);
  opacity: 0.3;
}
.edwp-btn--tertiary.edwp-btn--tertiary .edwp-btn__icon {
  color: var(--component-button-tertiary-colour);
}
.edwp-btn--tertiary.edwp-btn--tertiary:enabled, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]) {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:hover, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:focus-visible, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):hover, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):focus-visible, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:hover, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:focus-visible, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):hover, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):focus-visible {
    background-color: var(--component-button-tertiary-background-hover);
    border-color: var(--component-button-tertiary-border-hover);
    color: var(--component-button-tertiary-colour-hover);
  }
  .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:hover .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:focus-visible .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):hover .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):focus-visible .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:hover .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:focus-visible .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):hover .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):focus-visible .edwp-btn__icon {
    color: var(--component-button-tertiary-colour-hover);
  }
  .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:active, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):active, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:active, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):active {
    background-color: var(--component-button-tertiary-background-active);
    border-color: var(--component-button-tertiary-border-active);
    color: var(--component-button-tertiary-colour-active);
  }
  .edwp-btn--tertiary.edwp-btn--tertiary:enabled:enabled:active .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:enabled:not([disabled]):active .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):enabled:active .edwp-btn__icon, .edwp-btn--tertiary.edwp-btn--tertiary:not([disabled]):not([disabled]):active .edwp-btn__icon {
    color: var(--component-button-tertiary-colour-active);
  }
}

html {
  background-color: var(--colour-brand-neutral-3);
  scroll-behavior: smooth;
}

body.edwp-modal-open {
  overflow: hidden;
  position: static;
}

button {
  outline-offset: var(--base-outline-offset);
}
button:hover {
  cursor: pointer;
  transition: var(--transition-all);
}
button:focus-visible {
  outline-style: var(--base-outline-style);
  outline-width: var(--base-outline-width);
}
button:active {
  outline: 0;
}

a {
  outline-offset: var(--base-outline-offset);
}
a:hover {
  cursor: pointer;
  transition: var(--transition-all);
}
a:focus-visible {
  outline-color: var(--base-outline-colour);
  outline-style: var(--base-outline-style);
  outline-width: var(--base-outline-width);
}
a:active {
  outline: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.skip-link {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
  align-content: center;
  background-color: var(--colour-brand-2);
  color: var(--colour-white);
  display: flex;
  justify-content: center;
  left: 1px;
  outline: none;
  outline-offset: 0;
  padding: 0.5rem 1rem 1rem;
  position: absolute;
  right: 1px;
  text-decoration: none;
  top: -100%;
  width: calc(100% - 2px);
  z-index: 200;
}
.skip-link:focus {
  color: var(--colour-white);
  position: sticky;
  text-decoration: underline;
  top: 1px;
  transition: var(--transition-all);
}
.skip-link:visited {
  color: var(--colour-white);
}

html {
  font-size: var(--base-size);
}

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

body {
  /* montserrat-latin-wght-italic */
}
@font-face {
  font-family: "Montserrat Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(../fonts/montserrat-latin-wght-italic.woff2) format("woff2-variations");
}
body {
  /* montserrat-latin-wght-normal */
}
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(../fonts/montserrat-latin-wght-normal.woff2) format("woff2-variations");
}
body {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
  background-color: var(--colour-white);
  color: var(--colour-black);
}

.edwp-icon--xsm {
  height: var(--icon-xsm);
  width: var(--icon-xsm);
}

.edwp-icon--sml {
  height: var(--icon-sml);
  width: var(--icon-sml);
}

.edwp-icon--reg {
  height: var(--icon-reg);
  width: var(--icon-reg);
}

.edwp-icon--med {
  height: var(--icon-med);
  width: var(--icon-med);
}

.edwp-icon--lrg {
  height: var(--icon-lrg);
  width: var(--icon-lrg);
}

.edwp-icon--xlg {
  height: var(--icon-xlg);
  width: var(--icon-xlg);
}

.edwp-icon--xxl {
  height: var(--icon-xxl);
  width: var(--icon-xxl);
}

.cf-complex__inserter-menu {
  left: 110% !important;
  top: -215% !important;
  transform: none !important;
  z-index: 1000 !important;
}

.cf-complex__inserter-menu::before {
  top: 8% !important;
}

.wp-editor p,
.wp-editor .text--p {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
}
.wp-editor .text--p-small {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-small);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p-small);
  line-height: var(--line-height-p-small);
  text-transform: none;
}
.wp-editor .text--p-large {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-large);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p-large);
  line-height: var(--line-height-p-large);
  text-transform: none;
}
.wp-editor .text--p-intro {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-intro);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p-intro);
  line-height: var(--line-height-p-intro);
  text-transform: none;
}
.wp-editor h1,
.wp-editor .text--h1 {
  font-family: var(--font-serif);
  font-size: var(--font-size-1);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-1);
  text-transform: none;
}
.wp-editor h2,
.wp-editor .text--h2 {
  font-family: var(--font-serif);
  font-size: var(--font-size-2);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-2);
  line-height: var(--line-height-2);
  text-transform: none;
}
.wp-editor h3,
.wp-editor .text--h3 {
  font-family: var(--font-serif);
  font-size: var(--font-size-3);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-3);
  line-height: var(--line-height-3);
  text-transform: none;
}
.wp-editor h4,
.wp-editor .text--h4 {
  font-family: var(--font-serif);
  font-size: var(--font-size-4);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-4);
  line-height: var(--line-height-4);
  text-transform: none;
}
.wp-editor h5,
.wp-editor .text--h5 {
  font-family: var(--font-serif);
  font-size: var(--font-size-5);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-5);
  line-height: var(--line-height-5);
  text-transform: none;
}
.wp-editor h6,
.wp-editor .text--h6 {
  font-family: var(--font-serif);
  font-size: var(--font-size-6);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-6);
  line-height: var(--line-height-6);
  text-transform: none;
}
.wp-editor .text--white {
  color: var(--colour-white);
}
.wp-editor .text--white a:not(.wp-component-button) {
  color: var(--colour-white);
}
.wp-editor .text--white a:not(.wp-component-button):visited {
  color: var(--colour-white);
}
.wp-editor .text--black {
  color: var(--colour-black);
}
.wp-editor .text--black a:not(.wp-component-button) {
  color: var(--colour-black);
}
.wp-editor .text--black a:not(.wp-component-button):visited {
  color: var(--colour-black);
}
.wp-editor strong,
.wp-editor b {
  font-weight: 700;
}
.wp-editor blockquote {
  font-family: var(--font-serif);
  font-size: var(--font-size-quote);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-quote);
  line-height: var(--line-height-quote);
  text-transform: none;
  border-left: var(--border-blockquote) solid var(--colour-brand-1);
  padding-left: calc(5rem - var(--border-blockquote));
}
@media (max-width: 767.98px) {
  .wp-editor blockquote {
    padding-left: calc(var(--layout-body-mobile) - var(--border-blockquote));
    padding-right: var(--layout-body-mobile);
  }
}
.wp-editor blockquote p {
  font-family: var(--font-serif);
  font-size: var(--font-size-quote);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-quote);
  line-height: var(--line-height-quote);
  text-transform: none;
}
.wp-editor blockquote {
  position: relative;
}
.wp-editor blockquote::before {
  content: '"';
  display: inline;
  position: relative;
}
.wp-editor blockquote::after {
  content: '"';
  display: inline;
  position: relative;
}
.wp-editor blockquote p {
  display: inline;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor ul {
  list-style: outside;
  margin-left: 2rem;
}
.wp-editor ul li::marker {
  content: "●  ";
}
.wp-editor ol {
  list-style: decimal;
  margin-left: 2rem;
}
.wp-editor li {
  position: relative;
}
.wp-editor li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.wp-editor li::marker {
  color: var(--colour-brand-1);
  font-weight: 700;
}
.wp-editor li ul,
.wp-editor li ol {
  margin-top: 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .wp-editor a:not(.wp-component-button):enabled:hover, .wp-editor a:not(.wp-component-button):enabled:focus-visible, .wp-editor a:not(.wp-component-button):not([disabled]):hover, .wp-editor a:not(.wp-component-button):not([disabled]):focus-visible {
    text-decoration-color: var(--colour-brand-2);
  }
}
.wp-editor a:not(.wp-component-button) {
  text-decoration-color: var(--colour-brand-1);
  text-decoration-line: underline;
  text-decoration-style: initial;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.wp-editor table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.wp-editor table th,
.wp-editor table td {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
  border: 0.1rem solid var(--colour-brand-2);
  padding: 2rem;
}
.wp-editor table thead td,
.wp-editor table th {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
  background-color: var(--colour-brand-2);
  color: var(--colour-white);
}
.wp-editor table thead td p,
.wp-editor table th p {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
}
.wp-editor table b,
.wp-editor table strong {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
}
.wp-editor table p:not(:last-child) {
  margin-bottom: var(--layout-paragraph);
}

.wp-block-embed {
  width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}
.wp-block-embed iframe {
  height: 100%;
  width: 100%;
}

.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}

.wp-embed-aspect-4-3 {
  aspect-ratio: 4/3;
}

/**
 * Swiper 10.3.1 (custom minified version)
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* stylelint-disable */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.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: var(--slide-width, 100%);
  height: var(--slide-height, 100%);
  position: relative;
  transition-property: transform;
  display: var(--slide-display, block);
}

/* stylelint-enable */
.footer {
  background-color: var(--footer-background-colour);
  padding: var(--footer-padding);
}

.footer__container {
  margin: 0 auto;
  max-width: var(--width-max-width-padded);
  padding-left: var(--layout-body-mobile);
  padding-right: var(--layout-body-mobile);
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__container {
    padding-left: var(--layout-body);
    padding-right: var(--layout-body);
  }
}
.footer__container {
  display: flex;
}

.footer__top-row {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--footer-top-row-gap);
  justify-content: space-between;
  margin-bottom: var(--spacing-s);
}
.footer__top-row::after {
  background-color: var(--footer-seperator-colour);
  content: "";
  flex: 0 0 100%;
  height: var(--footer-seperator-height);
  order: 99;
}

.footer__info {
  max-width: var(--footer-info-max-width);
}

.footer__logo {
  margin-bottom: var(--spacing-s);
  max-width: var(--footer-logo-max-width);
}

.footer__contact-info {
  display: grid;
  gap: var(--spacing-xxs);
}

.footer__contact-title {
  font-family: var(--font-serif);
  font-size: var(--font-size-4);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-4);
  line-height: var(--line-height-4);
  text-transform: none;
  margin-bottom: var(--spacing-xxxs);
}

.footer__menus {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .footer__menus {
    flex-direction: row;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .footer__menus {
    flex: 1;
    justify-content: space-between;
  }
}
@media (min-width: 1380px) {
  .footer__menus {
    order: unset;
  }
}

.footer__menu {
  flex: 1;
  max-width: var(--footer-menu-max-width);
  min-width: 150px;
}

.footer__menu-title {
  font-family: var(--font-serif);
  font-size: var(--font-size-4);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-4);
  line-height: var(--line-height-4);
  text-transform: none;
  margin-bottom: var(--spacing-xxs);
}

.footer__links {
  display: flex;
  gap: var(--spacing-xxxs);
}
.footer__links:not(.footer__links--legal) {
  flex-direction: column;
}
.footer__links a {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-s);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p-s);
  line-height: var(--line-height-p-s);
  text-transform: none;
}

.footer__links--legal {
  gap: var(--spacing-xs);
}

.footer__newsletter-signup {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer__newsletter-signup {
    flex: auto;
    max-width: var(--footer-newsletter-max-width);
  }
}
@media (min-width: 1024px) {
  .footer__newsletter-signup {
    max-width: var(--footer-newsletter-max-width-desktop);
  }
}

.footer__bottom-row {
  flex-direction: column;
  gap: var(--spacing-xs);
}
@media (min-width: 1024px) {
  .footer__bottom-row {
    align-items: center;
    flex-direction: row;
  }
}

.footer__social-links {
  --component-width: auto;
}
@media (min-width: 1024px) {
  .footer__social-links {
    margin-left: auto;
  }
}

.footer__copyright {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-s);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p-s);
  line-height: var(--line-height-p-s);
  text-transform: none;
}

.header {
  background-color: var(--header-background-colour);
  box-shadow: var(--header-box-shadow);
  display: flex;
  height: var(--header-height);
  overflow-x: clip;
  position: sticky;
  top: 0;
  z-index: var(--header-z-index);
}

.header__container {
  margin: 0 auto;
  max-width: var(--width-max-width-padded);
  padding-left: var(--layout-body-mobile);
  padding-right: var(--layout-body-mobile);
  width: 100%;
}
@media (min-width: 1024px) {
  .header__container {
    padding-left: var(--layout-body);
    padding-right: var(--layout-body);
  }
}
.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}

.header__menu {
  align-items: center;
  display: flex;
  gap: var(--header-menu-gap);
}
.header__menu .menu-item {
  align-items: center;
  display: flex;
  height: var(--header-height);
}

.header__mm-item .header__mm-anchor {
  align-items: center;
  display: flex;
  gap: 8px;
}
.header__mm-item .header__mm-icon {
  transition: var(--transition-all);
}
@media (min-width: 1024px) {
  .header__mm-item .header__mm-icon {
    transform: rotate(90deg);
  }
}
.header__mm-item:has(.mega-menu--simple) {
  position: relative;
}
.header__mm-item:has(.mega-menu.edwp-is-open) .header__mm-icon {
  transform: rotate(-90deg);
}

.menu-ctrl {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  position: relative;
  user-select: none;
}
.menu-ctrl, .menu-ctrl::before, .menu-ctrl::after {
  background-color: #000;
  display: block;
  height: 0.5rem;
  outline: 0.1rem solid transparent;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
  width: 3rem;
}
.menu-ctrl::before, .menu-ctrl::after {
  content: "";
  display: block;
  position: absolute;
}
.menu-ctrl::before {
  top: -0.8rem;
}
.menu-ctrl::after {
  top: 0.8rem;
}
@media (min-width: 1024px) {
  .menu-ctrl {
    display: none;
  }
}
.menu-ctrl.active {
  background-color: transparent;
}
.menu-ctrl.active::before {
  height: 0.5rem;
  transform: translateY(0.8rem) rotate(45deg);
}
.menu-ctrl.active::after {
  height: 0.5rem;
  transform: translateY(-0.8rem) rotate(-45deg);
}
.menu-ctrl .sr-only {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  text-indent: -9999px !important;
  transform: scale(0) !important;
  width: 1px !important;
}

.edwp-block.layout--spacing-xxxl-top, .edwp-block.layout--spacing-xxl-top, .edwp-block.layout--spacing-xl-top, .edwp-block.layout--spacing-l-top, .edwp-block.layout--spacing-m-top, .edwp-block.layout--spacing-s-top, .edwp-block.layout--spacing-xs-top, .edwp-block.layout--spacing-xxs-top, .edwp-block.layout--spacing-xxxs-top {
  padding-top: var(--layout-top-spacing);
}
.edwp-block.layout--spacing-xxxl-bottom, .edwp-block.layout--spacing-xxl-bottom, .edwp-block.layout--spacing-xl-bottom, .edwp-block.layout--spacing-l-bottom, .edwp-block.layout--spacing-m-bottom, .edwp-block.layout--spacing-s-bottom, .edwp-block.layout--spacing-xs-bottom, .edwp-block.layout--spacing-xxs-bottom, .edwp-block.layout--spacing-xxxs-bottom {
  padding-bottom: var(--layout-bottom-spacing);
}
.edwp-block.layout--spacing-xxxl-top {
  --layout-top-spacing: var(--spacing-xxxl);
}
.edwp-block.layout--spacing-xxxl-bottom {
  --layout-bottom-spacing: var(--spacing-xxxl);
}
.edwp-block.layout--spacing-xxl-top {
  --layout-top-spacing: var(--spacing-xxl);
}
.edwp-block.layout--spacing-xxl-bottom {
  --layout-bottom-spacing: var(--spacing-xxl);
}
.edwp-block.layout--spacing-xl-top {
  --layout-top-spacing: var(--spacing-xl);
}
.edwp-block.layout--spacing-xl-bottom {
  --layout-bottom-spacing: var(--spacing-xl);
}
.edwp-block.layout--spacing-l-top {
  --layout-top-spacing: var(--spacing-l);
}
.edwp-block.layout--spacing-l-bottom {
  --layout-bottom-spacing: var(--spacing-l);
}
.edwp-block.layout--spacing-m-top {
  --layout-top-spacing: var(--spacing-m);
}
.edwp-block.layout--spacing-m-bottom {
  --layout-bottom-spacing: var(--spacing-m);
}
.edwp-block.layout--spacing-s-top {
  --layout-top-spacing: var(--spacing-s);
}
.edwp-block.layout--spacing-s-bottom {
  --layout-bottom-spacing: var(--spacing-s);
}
.edwp-block.layout--spacing-xs-top {
  --layout-top-spacing: var(--spacing-xs);
}
.edwp-block.layout--spacing-xs-bottom {
  --layout-bottom-spacing: var(--spacing-xs);
}
.edwp-block.layout--spacing-xxs-top {
  --layout-top-spacing: var(--spacing-xxs);
}
.edwp-block.layout--spacing-xxs-bottom {
  --layout-bottom-spacing: var(--spacing-xxs);
}
.edwp-block.layout--spacing-xxxs-top {
  --layout-top-spacing: var(--spacing-xxxs);
}
.edwp-block.layout--spacing-xxxs-bottom {
  --layout-bottom-spacing: var(--spacing-xxxs);
}
.edwp-block.layout--spacing-none-top {
  --layout-top-spacing: var(--spacing-none);
}
.edwp-block.layout--spacing-none-bottom {
  --layout-bottom-spacing: var(--spacing-none);
}
.edwp-block.bg--white, .edwp-block.bg--none {
  background-color: var(--colour-white);
}
.edwp-block.bg--primary, .edwp-block.bg--black {
  color: var(--colour-white);
}
.edwp-block.bg--primary {
  background-color: var(--colour-brand-1);
}
.edwp-block.bg--secondary {
  background-color: var(--colour-brand-2);
}
.edwp-block.bg--black {
  background-color: var(--colour-black);
}

.lazyload {
  transition: var(--transition-all);
  transition-duration: calc(0.3s * 4);
  opacity: 0;
  transform: translateY(12rem);
}

.edwp-svg {
  display: inline-block;
}
.edwp-svg svg {
  display: block;
}

.mega-menu {
  background-color: var(--mega-menu-background-colour);
  box-shadow: var(--mega-menu-box-shadow);
  display: none;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: absolute;
  scrollbar-gutter: stable;
  top: var(--header-height);
  transition: var(--transition-all);
  visibility: hidden;
}
@media (min-width: 1280px) {
  .mega-menu {
    display: block;
  }
}
.mega-menu.edwp-is-open {
  max-height: 1000px;
  visibility: visible;
}

.mega-menu__close {
  position: absolute;
  right: 0;
  top: 15px;
}

.mega-menu__close-sr {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  text-indent: -9999px !important;
  transform: scale(0) !important;
  width: 1px !important;
}

.mega-menu--tabbed,
.mega-menu--cards {
  left: 0;
  margin: 0 auto;
  max-width: var(--mega-menu-max-width);
  right: 0;
}

.mega-menu--tabbed .mega-menu__inner {
  display: flex;
}
.mega-menu--tabbed .mega-menu__sidebar {
  background-color: var(--mega-menu-sidebar-background-colour);
  display: flex;
  flex: 0 0 var(--mega-menu-sidebar-width);
  flex-direction: column;
  gap: var(--mega-menu-sidebar-gap);
  padding: var(--mega-menu-sidebar-padding);
}
.mega-menu--tabbed .mega-menu__sidebar-item {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
}
.mega-menu--tabbed .mega-menu__content {
  flex: 1;
}
.mega-menu--tabbed .mega-menu__header-title {
  font-family: var(--font-serif);
  font-size: var(--font-size-3);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-3);
  line-height: var(--line-height-3);
  text-transform: none;
}
.mega-menu--tabbed .mega-menu__tab {
  display: none;
  padding: var(--mega-menu-tab-padding);
}
.mega-menu--tabbed .mega-menu__tab.edwp-is-active {
  display: block;
}
.mega-menu--tabbed .mega-menu__header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 var(--mega-menu-tab-header-spacing);
}
.mega-menu--tabbed .mega-menu__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mega-menu-tab-links-gap);
}
.mega-menu--tabbed .mega-menu__link {
  flex: 0 0 calc(50% - var(--mega-menu-tab-links-gap) / 2);
}

.mega-menu--cards .mega-menu__inner {
  display: flex;
  gap: var(--mega-menu-cards-card-gap);
  justify-content: center;
  padding: var(--mega-menu-cards-padding);
}
.mega-menu--cards .mega-menu__card {
  max-width: var(--mega-menu-cards-card-max-width);
}

.mega-menu--simple {
  width: var(--mega-menu-simple-max-width);
}
.mega-menu--simple .mega-menu__inner {
  display: flex;
  flex-direction: column;
  gap: var(--mega-menu-simple-gap);
  padding: var(--mega-menu-simple-padding);
}
.mega-menu--simple .mega-menu__link {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-p);
  line-height: var(--line-height-p);
  text-transform: none;
}

.mobile-menu {
  background-color: var(--mobile-menu-background-colour);
  display: flex;
  flex-direction: column;
  inset: 0;
  overflow: hidden;
  padding-top: var(--header-height);
  position: fixed;
  transform: translateX(-100%);
  transition: var(--transition-all);
  visibility: hidden;
  z-index: 999;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu--active {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu__steps {
  display: grid;
  flex: 1;
  overflow: hidden;
}

.mobile-menu__step {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  grid-column: 1;
  grid-row: 1;
  overflow: hidden scroll;
  transform: translateX(100%);
  transition: var(--transition-all);
  visibility: hidden;
}
.mobile-menu__step.mobile-menu__step--active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-menu__step.mobile-menu__step--parent-open {
  transform: translateX(-100%);
}

.mobile-menu__step-inner {
  padding: var(--mobile-menu-step-padding);
}

.mobile-menu__back {
  align-items: center;
  border-bottom: var(--mobile-menu-back-border-bottom);
  display: flex;
  gap: var(--mobile-menu-back-gap);
  margin-bottom: var(--mobile-menu-back-margin-bottom);
  padding-bottom: var(--mobile-menu-back-padding-bottom);
}

.mobile-menu__back-icon {
  transform: rotate(-180deg);
}

.mobile-menu__cards {
  display: flex;
  flex-direction: column;
  gap: var(--mobile-menu-cards-gap);
}

.mobile-menu__nav,
.mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: var(--mobile-menu-links-gap);
}

.mobile-menu__link {
  align-items: center;
  display: flex;
  gap: var(--mobile-menu-link-gap);
}

.mobile-menu__nav-title {
  color: var(--mobile-menu-step-title-colour);
  font-weight: 700;
  margin-bottom: var(--mobile-menu-step-title-margin-bottom);
}

.edwp-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  padding: var(--modal-padding-outer);
  pointer-events: none;
  position: fixed;
  transition: opacity var(--modal-transition-duration) var(--modal-transition-easing);
  visibility: hidden;
  z-index: var(--modal-z-index);
}
.edwp-modal.edwp-is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.edwp-modal.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.edwp-modal__overlay {
  background-color: var(--modal-overlay-background);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.edwp-modal__container {
  max-height: 95vh;
  max-width: var(--modal-max-width, 100%);
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: scale(0.9) translateY(20px);
  transition: transform var(--modal-transition-duration) var(--modal-transition-easing), opacity var(--modal-transition-duration) var(--modal-transition-easing);
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .edwp-modal__container {
    max-height: 90vh;
  }
}

.edwp-modal__content {
  background-color: var(--modal-content-background);
  border-radius: var(--radius-modal);
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .edwp-modal__content {
    max-height: 90vh;
  }
}

.edwp-modal__close {
  outline-offset: 0.1rem;
}
.edwp-modal__close:hover {
  cursor: pointer;
  transition: var(--transition-all);
}
.edwp-modal__close:focus-visible {
  outline-color: var(--colour-black);
  outline-style: dashed;
  outline-width: 1px;
}
.bg--secondary .edwp-modal__close:focus-visible {
  outline-color: var(--colour-white);
}
.edwp-modal__close:active {
  outline: 0;
}
.edwp-modal__close {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--colour-black);
  cursor: pointer;
  display: flex;
  height: var(--modal-close-button-size);
  justify-content: center;
  padding: 0;
  position: absolute;
  right: var(--modal-close-button-right);
  top: var(--modal-close-button-top);
  width: var(--modal-close-button-size);
  z-index: 10;
}
.edwp-modal__close:hover {
  opacity: 0.7;
}
.edwp-modal__close svg {
  height: var(--modal-close-icon-size);
  width: var(--modal-close-icon-size);
}

.edwp-modal__header {
  border-bottom: var(--modal-header-border-bottom);
  padding: var(--modal-header-padding);
}

.edwp-modal__title {
  font-family: var(--font-serif);
  font-size: var(--font-size-4);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-4);
  line-height: var(--line-height-4);
  text-transform: none;
  margin: 0;
  padding-right: var(--spacing-m);
}
@media (min-width: 768px) {
  .edwp-modal__title {
    font-family: var(--font-serif);
    font-size: var(--font-size-3);
    font-weight: 300;
    letter-spacing: var(--letter-spacing-3);
    line-height: var(--line-height-3);
    text-transform: none;
    padding-right: var(--spacing-l);
  }
}

.edwp-modal__body {
  display: grid;
  flex: 1;
  gap: var(--modal-body-gap);
  overflow-y: auto;
  padding: var(--modal-body-padding);
}

.edwp-modal__iframe iframe {
  border: 0;
  min-height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .edwp-modal__iframe iframe {
    min-height: 400px;
  }
}

.edwp-modal__buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--modal-buttons-gap);
}
@media (min-width: 768px) {
  .edwp-modal__buttons {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .edwp-modal__buttons .edwp-modal__button {
    width: 100%;
  }
}

.edwp-modal--small {
  --modal-max-width: 400px;
}

.edwp-modal--medium {
  --modal-max-width: 600px;
}

.edwp-modal--large {
  --modal-max-width: 900px;
}

.edwp-modal--xlarge {
  --modal-max-width: 1200px;
}

.edwp-modal--fullscreen {
  padding: 0;
}
.edwp-modal--fullscreen .edwp-modal__container {
  max-height: 100%;
}
.edwp-modal--fullscreen .edwp-modal__content {
  border-radius: 0;
  max-height: 100vh;
}

.edwp-modal--right-entry {
  justify-content: flex-end;
  padding: 0;
}
.edwp-modal--right-entry .edwp-modal__container {
  max-height: 100vh;
  transform: translateX(100%);
}
.edwp-modal--right-entry .edwp-modal__content {
  border-radius: 0;
  height: 100vh;
  max-height: 100vh;
}
.edwp-modal--right-entry.edwp-is-active .edwp-modal__container {
  transform: translateX(0);
}

.edwp-modal--left-entry {
  justify-content: flex-start;
  padding: 0;
}
.edwp-modal--left-entry .edwp-modal__container {
  max-height: 100vh;
  transform: translateX(-100%);
}
.edwp-modal--left-entry .edwp-modal__content {
  border-radius: 0;
  height: 100vh;
  max-height: 100vh;
}
.edwp-modal--left-entry.edwp-is-active .edwp-modal__container {
  transform: translateX(0);
}

.edwp-modal--fade .edwp-modal__container {
  opacity: 0;
  transform: scale(1);
}
.edwp-modal--fade.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: scale(1);
}

.edwp-modal--zoom .edwp-modal__container {
  opacity: 0;
  transform: scale(0.7);
}
.edwp-modal--zoom.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: scale(1);
}

.edwp-modal--slide-up .edwp-modal__container {
  opacity: 0;
  transform: translateY(100px);
}
.edwp-modal--slide-up.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: translateY(0);
}

.edwp-modal--slide-down .edwp-modal__container {
  opacity: 0;
  transform: translateY(-100px);
}
.edwp-modal--slide-down.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: translateY(0);
}

.edwp-modal--slide-left .edwp-modal__container {
  opacity: 0;
  transform: translateX(-100px);
}
.edwp-modal--slide-left.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: translateX(0);
}

.edwp-modal--slide-right .edwp-modal__container {
  opacity: 0;
  transform: translateX(100px);
}
.edwp-modal--slide-right.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: translateX(0);
}

.edwp-modal--unfold .edwp-modal__container {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}
.edwp-modal--unfold.edwp-is-active .edwp-modal__container {
  opacity: 1;
  transform: scaleY(1);
}

/*# sourceMappingURL=style.css.map*/