@charset "UTF-8";
/*
List all the colours used on the site. See
*/
:root {
  accent-color: var(--c-green);
}

/*
Make a note of any fonts used on the website, where they are from,
what weights there are, what the weight maps to on the site, e.g.
‘bold’ maps to the medium weight of the font.

CSS weights
100		Thin (Hairline)
200		Extra Light (Ultra Light)
300		Light
400		Normal (Regular)
500		Medium
600		Semi Bold (Demi Bold)
700		Bold
800		Extra Bold (Ultra Bold)
900		Black (Heavy)
950		Extra Black (Ultra Black)

Font 1:
The first font should be te primary one used for the majority of body copy
TODO - say where it is from Some font-name from some foundry
*/
@font-face {
  font-family: "Intact Sans";
  font-weight: 400;
  src: url("/css/fonts/Intact_Sans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Intact Sans";
  font-weight: 700;
  src: url("/css/fonts/Intact_Sans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Intact Sans";
  font-weight: 800;
  src: url("/css/fonts/Intact_Sans-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Recoleta;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/recoleta-semi-bold.woff2") format("woff2"), url("fonts/recoleta-semi-bold.woff") format("woff");
}
@font-face {
  font-family: "Intact Serif";
  font-weight: 400;
  src: url("fonts/Intact_Serif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Intact Serif";
  font-weight: 700;
  src: url("fonts/Intact_Serif-Medium.woff2") format("woff2");
}
/*
We reset the line-height to 1 stop odd spacing being added, here
we define leading used for general copy on the site including
tighter and looser variants
*/
::-moz-selection {
  background-color: #666;
  color: #fff;
}
::selection {
  background-color: #666;
  color: #fff;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/*
svg:not(:root) {
	overflow: hidden;
}
*/
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
RARE reset, this has additional rules to the standard normalize ones.
*/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*
Lists in navigation don’t need bullets
*/
nav ul {
  list-style-type: none;
}
nav ul > li {
  list-style-type: none;
}

/*
Reduce the standard line-height for everything so we can control the vertical rhythm better
*/
html, body {
  line-height: 1;
}

/*
The the screen bouncing when it hits the scroll limits
*/
html, body {
  overscroll-behavior: none;
}
@media not all and (prefers-reduced-motion: reduce) {
  html, body {
    scroll-behavior: smooth;
  }
}

/*
We don’t want to make any assumptions over how the typography will be styled.
The tags are purely semantic and not an aid to the visual hierarchy.
*/
h1, h2, h3, h4, h5, h6, p, ol, ul, dd, dl, th, td, q, blockquote {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

cite {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  padding: 5px;
  text-align: left;
}

th {
  padding: 5px;
  text-align: left;
}

td {
  padding: 5px;
}

/*
It’s not really smaller text, it’s used for supporting copy such as describing the format required for an input tag.
*/
small {
  font-size: inherit;
}

[id] {
  scroll-margin-top: 100px;
}

input, option, textarea {
  border: solid 1px #ccc;
}

legend {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0.001em 0 0 0;
  min-width: 0;
  border: 0;
}

/*
Removes the bevels from the buttons
*/
button {
  border: none;
  background: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

iframe {
  vertical-align: top;
  border: 0;
}

/*
Stops images have a weird little space below them
*/
img {
  vertical-align: top;
}

address {
  font-style: inherit;
}

[v-cloak] {
  display: none;
}

.sf-dump-search-wrapper svg {
  height: 30px;
  width: 30px;
}

/*

Takes all the colours in the $colours map and turns them into classes for the foreground and background

Example;
$colours: (
	body-text: #222
);

becomes

.bgc-body-text {
	background-color :#222;
}

.fgc-body-text {
	color: #222;
}

.fill-body-text {
	color: #222;
}

Colours are defined in _settings.scss

*/
/* purgecss start ignore */
.bgc-body-text {
  background-color: #212121;
}
.bgc-white {
  background-color: #FFFFFF;
}
.bgc-black {
  background-color: #000;
}
.bgc-light-red {
  background-color: #ffe6ec;
}
.bgc-red {
  background-color: #DF0030;
}
.bgc-dark-red {
  background-color: #b80028;
}
.bgc-burgundy {
  background-color: #9B0723;
}
.bgc-light-sand {
  background-color: #fcf8f2;
}
.bgc-sand {
  background-color: #F7F2EA;
}
.bgc-light-blue {
  background-color: #f4f9fb;
}
.bgc-blue {
  background-color: #dce8e4;
}
.bgc-light-grey {
  background-color: #f6f6f6;
}
.bgc-grey {
  background-color: #dde2e6;
}
.bgc-dark-grey {
  background-color: #212121;
}
.bgc-mid-grey {
  background-color: #949494;
}
.bgc-light-beige {
  background-color: #f5f3f0;
}
.bgc-beige {
  background-color: #eee6dc;
}
.bgc-mid-beige {
  background-color: #afa28f;
}
.bgc-dark-beige {
  background-color: #696154;
}
.bgc-pink {
  background-color: #e2a8af;
}
.bgc-green {
  background-color: #2F7370;
}
.bgc-green-alt {
  background-color: #2F7370;
}
.bgc-green-bright {
  background-color: #009460;
}
.bgc-light-green {
  background-color: #e7f2ec;
}
.bgc-dark-teal {
  background-color: #263d3c;
}
.bgc-mid-teal {
  background-color: #7ee6e0;
}
.bgc-teal {
  background-color: #d9fffb;
}
.bgc-dark-blue {
  background-color: #212121;
}
.bgc-darkest-blue {
  background-color: #212121;
}
.bgc-red-alt {
  background-color: #DF0030;
}
.bgc-darkest-red {
  background-color: #9B0723;
}

.fgc-body-text {
  color: #212121;
}
.fgc-white {
  color: #FFFFFF;
}
.fgc-black {
  color: #000;
}
.fgc-light-red {
  color: #ffe6ec;
}
.fgc-red {
  color: #DF0030;
}
.fgc-dark-red {
  color: #b80028;
}
.fgc-burgundy {
  color: #9B0723;
}
.fgc-light-sand {
  color: #fcf8f2;
}
.fgc-sand {
  color: #F7F2EA;
}
.fgc-light-blue {
  color: #f4f9fb;
}
.fgc-blue {
  color: #dce8e4;
}
.fgc-light-grey {
  color: #f6f6f6;
}
.fgc-grey {
  color: #dde2e6;
}
.fgc-dark-grey {
  color: #212121;
}
.fgc-mid-grey {
  color: #949494;
}
.fgc-light-beige {
  color: #f5f3f0;
}
.fgc-beige {
  color: #eee6dc;
}
.fgc-mid-beige {
  color: #afa28f;
}
.fgc-dark-beige {
  color: #696154;
}
.fgc-pink {
  color: #e2a8af;
}
.fgc-green {
  color: #2F7370;
}
.fgc-green-alt {
  color: #2F7370;
}
.fgc-green-bright {
  color: #009460;
}
.fgc-light-green {
  color: #e7f2ec;
}
.fgc-dark-teal {
  color: #263d3c;
}
.fgc-mid-teal {
  color: #7ee6e0;
}
.fgc-teal {
  color: #d9fffb;
}
.fgc-dark-blue {
  color: #212121;
}
.fgc-darkest-blue {
  color: #212121;
}
.fgc-red-alt {
  color: #DF0030;
}
.fgc-darkest-red {
  color: #9B0723;
}
.fgc-inherit {
  color: inherit;
}

.fill-body-text {
  fill: #212121;
}
.fill-white {
  fill: #FFFFFF;
}
.fill-black {
  fill: #000;
}
.fill-light-red {
  fill: #ffe6ec;
}
.fill-red {
  fill: #DF0030;
}
.fill-dark-red {
  fill: #b80028;
}
.fill-burgundy {
  fill: #9B0723;
}
.fill-light-sand {
  fill: #fcf8f2;
}
.fill-sand {
  fill: #F7F2EA;
}
.fill-light-blue {
  fill: #f4f9fb;
}
.fill-blue {
  fill: #dce8e4;
}
.fill-light-grey {
  fill: #f6f6f6;
}
.fill-grey {
  fill: #dde2e6;
}
.fill-dark-grey {
  fill: #212121;
}
.fill-mid-grey {
  fill: #949494;
}
.fill-light-beige {
  fill: #f5f3f0;
}
.fill-beige {
  fill: #eee6dc;
}
.fill-mid-beige {
  fill: #afa28f;
}
.fill-dark-beige {
  fill: #696154;
}
.fill-pink {
  fill: #e2a8af;
}
.fill-green {
  fill: #2F7370;
}
.fill-green-alt {
  fill: #2F7370;
}
.fill-green-bright {
  fill: #009460;
}
.fill-light-green {
  fill: #e7f2ec;
}
.fill-dark-teal {
  fill: #263d3c;
}
.fill-mid-teal {
  fill: #7ee6e0;
}
.fill-teal {
  fill: #d9fffb;
}
.fill-dark-blue {
  fill: #212121;
}
.fill-darkest-blue {
  fill: #212121;
}
.fill-red-alt {
  fill: #DF0030;
}
.fill-darkest-red {
  fill: #9B0723;
}

.stroke-body-text {
  stroke: #212121;
}
.stroke-white {
  stroke: #FFFFFF;
}
.stroke-black {
  stroke: #000;
}
.stroke-light-red {
  stroke: #ffe6ec;
}
.stroke-red {
  stroke: #DF0030;
}
.stroke-dark-red {
  stroke: #b80028;
}
.stroke-burgundy {
  stroke: #9B0723;
}
.stroke-light-sand {
  stroke: #fcf8f2;
}
.stroke-sand {
  stroke: #F7F2EA;
}
.stroke-light-blue {
  stroke: #f4f9fb;
}
.stroke-blue {
  stroke: #dce8e4;
}
.stroke-light-grey {
  stroke: #f6f6f6;
}
.stroke-grey {
  stroke: #dde2e6;
}
.stroke-dark-grey {
  stroke: #212121;
}
.stroke-mid-grey {
  stroke: #949494;
}
.stroke-light-beige {
  stroke: #f5f3f0;
}
.stroke-beige {
  stroke: #eee6dc;
}
.stroke-mid-beige {
  stroke: #afa28f;
}
.stroke-dark-beige {
  stroke: #696154;
}
.stroke-pink {
  stroke: #e2a8af;
}
.stroke-green {
  stroke: #2F7370;
}
.stroke-green-alt {
  stroke: #2F7370;
}
.stroke-green-bright {
  stroke: #009460;
}
.stroke-light-green {
  stroke: #e7f2ec;
}
.stroke-dark-teal {
  stroke: #263d3c;
}
.stroke-mid-teal {
  stroke: #7ee6e0;
}
.stroke-teal {
  stroke: #d9fffb;
}
.stroke-dark-blue {
  stroke: #212121;
}
.stroke-darkest-blue {
  stroke: #212121;
}
.stroke-red-alt {
  stroke: #DF0030;
}
.stroke-darkest-red {
  stroke: #9B0723;
}

:root {
  --c-body-text: #212121;
  --c-white: #FFFFFF;
  --c-black: #000;
  --c-light-red: #ffe6ec;
  --c-red: #DF0030;
  --c-dark-red: #b80028;
  --c-burgundy: #9B0723;
  --c-light-sand: #fcf8f2;
  --c-sand: #F7F2EA;
  --c-light-blue: #f4f9fb;
  --c-blue: #dce8e4;
  --c-light-grey: #f6f6f6;
  --c-grey: #dde2e6;
  --c-dark-grey: #212121;
  --c-mid-grey: #949494;
  --c-light-beige: #f5f3f0;
  --c-beige: #eee6dc;
  --c-mid-beige: #afa28f;
  --c-dark-beige: #696154;
  --c-pink: #e2a8af;
  --c-green: #2F7370;
  --c-green-alt: #2F7370;
  --c-green-bright: #009460;
  --c-light-green: #e7f2ec;
  --c-dark-teal: #263d3c;
  --c-mid-teal: #7ee6e0;
  --c-teal: #d9fffb;
  --c-dark-blue: #212121;
  --c-darkest-blue: #212121;
  --c-red-alt: #DF0030;
  --c-darkest-red: #9B0723;
}

/* purgecss end ignore */
/*
These classes are used to space items vertically and consistently.
Use them to to space out core blocks of content.
*/
.u-m-1 {
  margin: 1px;
}
.u-m-2 {
  margin: 2px;
}
.u-m-3 {
  margin: 3px;
}
.u-m-4 {
  margin: 4px;
}
.u-m-5 {
  margin: 5px;
}
.u-m-6 {
  margin: 6px;
}
.u-m-7 {
  margin: 7px;
}
.u-m-8 {
  margin: 8px;
}
.u-m-9 {
  margin: 9px;
}
.u-m-10 {
  margin: 10px;
}
.u-m-12 {
  margin: 12px;
}
.u-m-15 {
  margin: 15px;
}
.u-m-16 {
  margin: 16px;
}
.u-m-17 {
  margin: 17px;
}
.u-m-20 {
  margin: 20px;
}
.u-m-22 {
  margin: 22px;
}
.u-m-24 {
  margin: 24px;
}
.u-m-25 {
  margin: 25px;
}
.u-m-30 {
  margin: 30px;
}
.u-m-32 {
  margin: 32px;
}
.u-m-35 {
  margin: 35px;
}
.u-m-40 {
  margin: 40px;
}
.u-m-45 {
  margin: 45px;
}
.u-m-48 {
  margin: 48px;
}
.u-m-50 {
  margin: 50px;
}
.u-m-55 {
  margin: 55px;
}
.u-m-60 {
  margin: 60px;
}
.u-m-64 {
  margin: 64px;
}
.u-m-70 {
  margin: 70px;
}
.u-m-75 {
  margin: 75px;
}
.u-m-80 {
  margin: 80px;
}
.u-m-85 {
  margin: 85px;
}
.u-m-90 {
  margin: 90px;
}
.u-m-100 {
  margin: 100px;
}
.u-m-110 {
  margin: 110px;
}
.u-m-120 {
  margin: 120px;
}
.u-m-130 {
  margin: 130px;
}
.u-m-140 {
  margin: 140px;
}
.u-m-150 {
  margin: 150px;
}
.u-m-160 {
  margin: 160px;
}
.u-m-170 {
  margin: 170px;
}
.u-m-180 {
  margin: 180px;
}
.u-m-190 {
  margin: 190px;
}
.u-m-200 {
  margin: 200px;
}
.u-mv-1 {
  margin-bottom: 1px;
  margin-top: 1px;
}
.u-mv-2 {
  margin-bottom: 2px;
  margin-top: 2px;
}
.u-mv-3 {
  margin-bottom: 3px;
  margin-top: 3px;
}
.u-mv-4 {
  margin-bottom: 4px;
  margin-top: 4px;
}
.u-mv-5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.u-mv-6 {
  margin-bottom: 6px;
  margin-top: 6px;
}
.u-mv-7 {
  margin-bottom: 7px;
  margin-top: 7px;
}
.u-mv-8 {
  margin-bottom: 8px;
  margin-top: 8px;
}
.u-mv-9 {
  margin-bottom: 9px;
  margin-top: 9px;
}
.u-mv-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.u-mv-12 {
  margin-bottom: 12px;
  margin-top: 12px;
}
.u-mv-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.u-mv-16 {
  margin-bottom: 16px;
  margin-top: 16px;
}
.u-mv-17 {
  margin-bottom: 17px;
  margin-top: 17px;
}
.u-mv-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.u-mv-22 {
  margin-bottom: 22px;
  margin-top: 22px;
}
.u-mv-24 {
  margin-bottom: 24px;
  margin-top: 24px;
}
.u-mv-25 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.u-mv-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.u-mv-32 {
  margin-bottom: 32px;
  margin-top: 32px;
}
.u-mv-35 {
  margin-bottom: 35px;
  margin-top: 35px;
}
.u-mv-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.u-mv-45 {
  margin-bottom: 45px;
  margin-top: 45px;
}
.u-mv-48 {
  margin-bottom: 48px;
  margin-top: 48px;
}
.u-mv-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.u-mv-55 {
  margin-bottom: 55px;
  margin-top: 55px;
}
.u-mv-60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.u-mv-64 {
  margin-bottom: 64px;
  margin-top: 64px;
}
.u-mv-70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.u-mv-75 {
  margin-bottom: 75px;
  margin-top: 75px;
}
.u-mv-80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.u-mv-85 {
  margin-bottom: 85px;
  margin-top: 85px;
}
.u-mv-90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.u-mv-100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.u-mv-110 {
  margin-bottom: 110px;
  margin-top: 110px;
}
.u-mv-120 {
  margin-bottom: 120px;
  margin-top: 120px;
}
.u-mv-130 {
  margin-bottom: 130px;
  margin-top: 130px;
}
.u-mv-140 {
  margin-bottom: 140px;
  margin-top: 140px;
}
.u-mv-150 {
  margin-bottom: 150px;
  margin-top: 150px;
}
.u-mv-160 {
  margin-bottom: 160px;
  margin-top: 160px;
}
.u-mv-170 {
  margin-bottom: 170px;
  margin-top: 170px;
}
.u-mv-180 {
  margin-bottom: 180px;
  margin-top: 180px;
}
.u-mv-190 {
  margin-bottom: 190px;
  margin-top: 190px;
}
.u-mv-200 {
  margin-bottom: 200px;
  margin-top: 200px;
}
.u-mh-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.u-mh-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.u-mh-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.u-mh-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.u-mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.u-mh-6 {
  margin-left: 6px;
  margin-right: 6px;
}
.u-mh-7 {
  margin-left: 7px;
  margin-right: 7px;
}
.u-mh-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.u-mh-9 {
  margin-left: 9px;
  margin-right: 9px;
}
.u-mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.u-mh-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.u-mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.u-mh-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.u-mh-17 {
  margin-left: 17px;
  margin-right: 17px;
}
.u-mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.u-mh-22 {
  margin-left: 22px;
  margin-right: 22px;
}
.u-mh-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.u-mh-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.u-mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.u-mh-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.u-mh-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.u-mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.u-mh-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.u-mh-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.u-mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.u-mh-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.u-mh-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.u-mh-64 {
  margin-left: 64px;
  margin-right: 64px;
}
.u-mh-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.u-mh-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.u-mh-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.u-mh-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.u-mh-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.u-mh-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.u-mh-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.u-mh-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.u-mh-130 {
  margin-left: 130px;
  margin-right: 130px;
}
.u-mh-140 {
  margin-left: 140px;
  margin-right: 140px;
}
.u-mh-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.u-mh-160 {
  margin-left: 160px;
  margin-right: 160px;
}
.u-mh-170 {
  margin-left: 170px;
  margin-right: 170px;
}
.u-mh-180 {
  margin-left: 180px;
  margin-right: 180px;
}
.u-mh-190 {
  margin-left: 190px;
  margin-right: 190px;
}
.u-mh-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.u-mb-none {
  margin-bottom: 0;
}
.u-mb-auto {
  margin-bottom: auto;
}
.u-mb-1 {
  margin-bottom: 1px;
}
.u-mb-2 {
  margin-bottom: 2px;
}
.u-mb-3 {
  margin-bottom: 3px;
}
.u-mb-4 {
  margin-bottom: 4px;
}
.u-mb-5 {
  margin-bottom: 5px;
}
.u-mb-6 {
  margin-bottom: 6px;
}
.u-mb-7 {
  margin-bottom: 7px;
}
.u-mb-8 {
  margin-bottom: 8px;
}
.u-mb-9 {
  margin-bottom: 9px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-12 {
  margin-bottom: 12px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-16 {
  margin-bottom: 16px;
}
.u-mb-17 {
  margin-bottom: 17px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-22 {
  margin-bottom: 22px;
}
.u-mb-24 {
  margin-bottom: 24px;
}
.u-mb-25 {
  margin-bottom: 25px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-32 {
  margin-bottom: 32px;
}
.u-mb-35 {
  margin-bottom: 35px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-45 {
  margin-bottom: 45px;
}
.u-mb-48 {
  margin-bottom: 48px;
}
.u-mb-50 {
  margin-bottom: 50px;
}
.u-mb-55 {
  margin-bottom: 55px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-mb-64 {
  margin-bottom: 64px;
}
.u-mb-70 {
  margin-bottom: 70px;
}
.u-mb-75 {
  margin-bottom: 75px;
}
.u-mb-80 {
  margin-bottom: 80px;
}
.u-mb-85 {
  margin-bottom: 85px;
}
.u-mb-90 {
  margin-bottom: 90px;
}
.u-mb-100 {
  margin-bottom: 100px;
}
.u-mb-110 {
  margin-bottom: 110px;
}
.u-mb-120 {
  margin-bottom: 120px;
}
.u-mb-130 {
  margin-bottom: 130px;
}
.u-mb-140 {
  margin-bottom: 140px;
}
.u-mb-150 {
  margin-bottom: 150px;
}
.u-mb-160 {
  margin-bottom: 160px;
}
.u-mb-170 {
  margin-bottom: 170px;
}
.u-mb-180 {
  margin-bottom: 180px;
}
.u-mb-190 {
  margin-bottom: 190px;
}
.u-mb-200 {
  margin-bottom: 200px;
}
.u-mb-minus-1 {
  margin-bottom: -1px;
}
.u-mb-minus-2 {
  margin-bottom: -2px;
}
.u-mb-minus-3 {
  margin-bottom: -3px;
}
.u-mb-minus-4 {
  margin-bottom: -4px;
}
.u-mb-minus-5 {
  margin-bottom: -5px;
}
.u-mb-minus-6 {
  margin-bottom: -6px;
}
.u-mb-minus-7 {
  margin-bottom: -7px;
}
.u-mb-minus-8 {
  margin-bottom: -8px;
}
.u-mb-minus-9 {
  margin-bottom: -9px;
}
.u-mb-minus-10 {
  margin-bottom: -10px;
}
.u-mb-minus-12 {
  margin-bottom: -12px;
}
.u-mb-minus-15 {
  margin-bottom: -15px;
}
.u-mb-minus-16 {
  margin-bottom: -16px;
}
.u-mb-minus-17 {
  margin-bottom: -17px;
}
.u-mb-minus-20 {
  margin-bottom: -20px;
}
.u-mb-minus-22 {
  margin-bottom: -22px;
}
.u-mb-minus-24 {
  margin-bottom: -24px;
}
.u-mb-minus-25 {
  margin-bottom: -25px;
}
.u-mb-minus-30 {
  margin-bottom: -30px;
}
.u-mb-minus-32 {
  margin-bottom: -32px;
}
.u-mb-minus-35 {
  margin-bottom: -35px;
}
.u-mb-minus-40 {
  margin-bottom: -40px;
}
.u-mb-minus-45 {
  margin-bottom: -45px;
}
.u-mb-minus-48 {
  margin-bottom: -48px;
}
.u-mb-minus-50 {
  margin-bottom: -50px;
}
.u-mb-minus-55 {
  margin-bottom: -55px;
}
.u-mb-minus-60 {
  margin-bottom: -60px;
}
.u-mb-minus-64 {
  margin-bottom: -64px;
}
.u-mb-minus-70 {
  margin-bottom: -70px;
}
.u-mb-minus-75 {
  margin-bottom: -75px;
}
.u-mb-minus-80 {
  margin-bottom: -80px;
}
.u-mb-minus-85 {
  margin-bottom: -85px;
}
.u-mb-minus-90 {
  margin-bottom: -90px;
}
.u-mb-minus-100 {
  margin-bottom: -100px;
}
.u-mb-minus-110 {
  margin-bottom: -110px;
}
.u-mb-minus-120 {
  margin-bottom: -120px;
}
.u-mb-minus-130 {
  margin-bottom: -130px;
}
.u-mb-minus-140 {
  margin-bottom: -140px;
}
.u-mb-minus-150 {
  margin-bottom: -150px;
}
.u-mb-minus-160 {
  margin-bottom: -160px;
}
.u-mb-minus-170 {
  margin-bottom: -170px;
}
.u-mb-minus-180 {
  margin-bottom: -180px;
}
.u-mb-minus-190 {
  margin-bottom: -190px;
}
.u-mb-minus-200 {
  margin-bottom: -200px;
}
.u-mt-none {
  margin-bottom: 0;
}
.u-mt-auto {
  margin-top: auto;
}
.u-mt-1 {
  margin-top: 1px;
}
.u-mt-2 {
  margin-top: 2px;
}
.u-mt-3 {
  margin-top: 3px;
}
.u-mt-4 {
  margin-top: 4px;
}
.u-mt-5 {
  margin-top: 5px;
}
.u-mt-6 {
  margin-top: 6px;
}
.u-mt-7 {
  margin-top: 7px;
}
.u-mt-8 {
  margin-top: 8px;
}
.u-mt-9 {
  margin-top: 9px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-12 {
  margin-top: 12px;
}
.u-mt-15 {
  margin-top: 15px;
}
.u-mt-16 {
  margin-top: 16px;
}
.u-mt-17 {
  margin-top: 17px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-22 {
  margin-top: 22px;
}
.u-mt-24 {
  margin-top: 24px;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-32 {
  margin-top: 32px;
}
.u-mt-35 {
  margin-top: 35px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-45 {
  margin-top: 45px;
}
.u-mt-48 {
  margin-top: 48px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mt-55 {
  margin-top: 55px;
}
.u-mt-60 {
  margin-top: 60px;
}
.u-mt-64 {
  margin-top: 64px;
}
.u-mt-70 {
  margin-top: 70px;
}
.u-mt-75 {
  margin-top: 75px;
}
.u-mt-80 {
  margin-top: 80px;
}
.u-mt-85 {
  margin-top: 85px;
}
.u-mt-90 {
  margin-top: 90px;
}
.u-mt-100 {
  margin-top: 100px;
}
.u-mt-110 {
  margin-top: 110px;
}
.u-mt-120 {
  margin-top: 120px;
}
.u-mt-130 {
  margin-top: 130px;
}
.u-mt-140 {
  margin-top: 140px;
}
.u-mt-150 {
  margin-top: 150px;
}
.u-mt-160 {
  margin-top: 160px;
}
.u-mt-170 {
  margin-top: 170px;
}
.u-mt-180 {
  margin-top: 180px;
}
.u-mt-190 {
  margin-top: 190px;
}
.u-mt-200 {
  margin-top: 200px;
}
.u-mt-minus-1 {
  margin-top: -1px;
}
.u-mt-minus-2 {
  margin-top: -2px;
}
.u-mt-minus-3 {
  margin-top: -3px;
}
.u-mt-minus-4 {
  margin-top: -4px;
}
.u-mt-minus-5 {
  margin-top: -5px;
}
.u-mt-minus-6 {
  margin-top: -6px;
}
.u-mt-minus-7 {
  margin-top: -7px;
}
.u-mt-minus-8 {
  margin-top: -8px;
}
.u-mt-minus-9 {
  margin-top: -9px;
}
.u-mt-minus-10 {
  margin-top: -10px;
}
.u-mt-minus-12 {
  margin-top: -12px;
}
.u-mt-minus-15 {
  margin-top: -15px;
}
.u-mt-minus-16 {
  margin-top: -16px;
}
.u-mt-minus-17 {
  margin-top: -17px;
}
.u-mt-minus-20 {
  margin-top: -20px;
}
.u-mt-minus-22 {
  margin-top: -22px;
}
.u-mt-minus-24 {
  margin-top: -24px;
}
.u-mt-minus-25 {
  margin-top: -25px;
}
.u-mt-minus-30 {
  margin-top: -30px;
}
.u-mt-minus-32 {
  margin-top: -32px;
}
.u-mt-minus-35 {
  margin-top: -35px;
}
.u-mt-minus-40 {
  margin-top: -40px;
}
.u-mt-minus-45 {
  margin-top: -45px;
}
.u-mt-minus-48 {
  margin-top: -48px;
}
.u-mt-minus-50 {
  margin-top: -50px;
}
.u-mt-minus-55 {
  margin-top: -55px;
}
.u-mt-minus-60 {
  margin-top: -60px;
}
.u-mt-minus-64 {
  margin-top: -64px;
}
.u-mt-minus-70 {
  margin-top: -70px;
}
.u-mt-minus-75 {
  margin-top: -75px;
}
.u-mt-minus-80 {
  margin-top: -80px;
}
.u-mt-minus-85 {
  margin-top: -85px;
}
.u-mt-minus-90 {
  margin-top: -90px;
}
.u-mt-minus-100 {
  margin-top: -100px;
}
.u-mt-minus-110 {
  margin-top: -110px;
}
.u-mt-minus-120 {
  margin-top: -120px;
}
.u-mt-minus-130 {
  margin-top: -130px;
}
.u-mt-minus-140 {
  margin-top: -140px;
}
.u-mt-minus-150 {
  margin-top: -150px;
}
.u-mt-minus-160 {
  margin-top: -160px;
}
.u-mt-minus-170 {
  margin-top: -170px;
}
.u-mt-minus-180 {
  margin-top: -180px;
}
.u-mt-minus-190 {
  margin-top: -190px;
}
.u-mt-minus-200 {
  margin-top: -200px;
}
.u-mr-auto {
  margin-right: auto;
}
.u-mr-1 {
  margin-right: 1px;
}
.u-mr-2 {
  margin-right: 2px;
}
.u-mr-3 {
  margin-right: 3px;
}
.u-mr-4 {
  margin-right: 4px;
}
.u-mr-5 {
  margin-right: 5px;
}
.u-mr-6 {
  margin-right: 6px;
}
.u-mr-7 {
  margin-right: 7px;
}
.u-mr-8 {
  margin-right: 8px;
}
.u-mr-9 {
  margin-right: 9px;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mr-12 {
  margin-right: 12px;
}
.u-mr-15 {
  margin-right: 15px;
}
.u-mr-16 {
  margin-right: 16px;
}
.u-mr-17 {
  margin-right: 17px;
}
.u-mr-20 {
  margin-right: 20px;
}
.u-mr-22 {
  margin-right: 22px;
}
.u-mr-24 {
  margin-right: 24px;
}
.u-mr-25 {
  margin-right: 25px;
}
.u-mr-30 {
  margin-right: 30px;
}
.u-mr-32 {
  margin-right: 32px;
}
.u-mr-35 {
  margin-right: 35px;
}
.u-mr-40 {
  margin-right: 40px;
}
.u-mr-45 {
  margin-right: 45px;
}
.u-mr-48 {
  margin-right: 48px;
}
.u-mr-50 {
  margin-right: 50px;
}
.u-mr-55 {
  margin-right: 55px;
}
.u-mr-60 {
  margin-right: 60px;
}
.u-mr-64 {
  margin-right: 64px;
}
.u-mr-70 {
  margin-right: 70px;
}
.u-mr-75 {
  margin-right: 75px;
}
.u-mr-80 {
  margin-right: 80px;
}
.u-mr-85 {
  margin-right: 85px;
}
.u-mr-90 {
  margin-right: 90px;
}
.u-mr-100 {
  margin-right: 100px;
}
.u-mr-110 {
  margin-right: 110px;
}
.u-mr-120 {
  margin-right: 120px;
}
.u-mr-130 {
  margin-right: 130px;
}
.u-mr-140 {
  margin-right: 140px;
}
.u-mr-150 {
  margin-right: 150px;
}
.u-mr-160 {
  margin-right: 160px;
}
.u-mr-170 {
  margin-right: 170px;
}
.u-mr-180 {
  margin-right: 180px;
}
.u-mr-190 {
  margin-right: 190px;
}
.u-mr-200 {
  margin-right: 200px;
}
.u-mr-minus-1 {
  margin-right: -1px;
}
.u-mr-minus-2 {
  margin-right: -2px;
}
.u-mr-minus-3 {
  margin-right: -3px;
}
.u-mr-minus-4 {
  margin-right: -4px;
}
.u-mr-minus-5 {
  margin-right: -5px;
}
.u-mr-minus-6 {
  margin-right: -6px;
}
.u-mr-minus-7 {
  margin-right: -7px;
}
.u-mr-minus-8 {
  margin-right: -8px;
}
.u-mr-minus-9 {
  margin-right: -9px;
}
.u-mr-minus-10 {
  margin-right: -10px;
}
.u-mr-minus-12 {
  margin-right: -12px;
}
.u-mr-minus-15 {
  margin-right: -15px;
}
.u-mr-minus-16 {
  margin-right: -16px;
}
.u-mr-minus-17 {
  margin-right: -17px;
}
.u-mr-minus-20 {
  margin-right: -20px;
}
.u-mr-minus-22 {
  margin-right: -22px;
}
.u-mr-minus-24 {
  margin-right: -24px;
}
.u-mr-minus-25 {
  margin-right: -25px;
}
.u-mr-minus-30 {
  margin-right: -30px;
}
.u-mr-minus-32 {
  margin-right: -32px;
}
.u-mr-minus-35 {
  margin-right: -35px;
}
.u-mr-minus-40 {
  margin-right: -40px;
}
.u-mr-minus-45 {
  margin-right: -45px;
}
.u-mr-minus-48 {
  margin-right: -48px;
}
.u-mr-minus-50 {
  margin-right: -50px;
}
.u-mr-minus-55 {
  margin-right: -55px;
}
.u-mr-minus-60 {
  margin-right: -60px;
}
.u-mr-minus-64 {
  margin-right: -64px;
}
.u-mr-minus-70 {
  margin-right: -70px;
}
.u-mr-minus-75 {
  margin-right: -75px;
}
.u-mr-minus-80 {
  margin-right: -80px;
}
.u-mr-minus-85 {
  margin-right: -85px;
}
.u-mr-minus-90 {
  margin-right: -90px;
}
.u-mr-minus-100 {
  margin-right: -100px;
}
.u-mr-minus-110 {
  margin-right: -110px;
}
.u-mr-minus-120 {
  margin-right: -120px;
}
.u-mr-minus-130 {
  margin-right: -130px;
}
.u-mr-minus-140 {
  margin-right: -140px;
}
.u-mr-minus-150 {
  margin-right: -150px;
}
.u-mr-minus-160 {
  margin-right: -160px;
}
.u-mr-minus-170 {
  margin-right: -170px;
}
.u-mr-minus-180 {
  margin-right: -180px;
}
.u-mr-minus-190 {
  margin-right: -190px;
}
.u-mr-minus-200 {
  margin-right: -200px;
}
.u-ml-auto {
  margin-left: auto;
}
.u-ml-1 {
  margin-left: 1px;
}
.u-ml-2 {
  margin-left: 2px;
}
.u-ml-3 {
  margin-left: 3px;
}
.u-ml-4 {
  margin-left: 4px;
}
.u-ml-5 {
  margin-left: 5px;
}
.u-ml-6 {
  margin-left: 6px;
}
.u-ml-7 {
  margin-left: 7px;
}
.u-ml-8 {
  margin-left: 8px;
}
.u-ml-9 {
  margin-left: 9px;
}
.u-ml-10 {
  margin-left: 10px;
}
.u-ml-12 {
  margin-left: 12px;
}
.u-ml-15 {
  margin-left: 15px;
}
.u-ml-16 {
  margin-left: 16px;
}
.u-ml-17 {
  margin-left: 17px;
}
.u-ml-20 {
  margin-left: 20px;
}
.u-ml-22 {
  margin-left: 22px;
}
.u-ml-24 {
  margin-left: 24px;
}
.u-ml-25 {
  margin-left: 25px;
}
.u-ml-30 {
  margin-left: 30px;
}
.u-ml-32 {
  margin-left: 32px;
}
.u-ml-35 {
  margin-left: 35px;
}
.u-ml-40 {
  margin-left: 40px;
}
.u-ml-45 {
  margin-left: 45px;
}
.u-ml-48 {
  margin-left: 48px;
}
.u-ml-50 {
  margin-left: 50px;
}
.u-ml-55 {
  margin-left: 55px;
}
.u-ml-60 {
  margin-left: 60px;
}
.u-ml-64 {
  margin-left: 64px;
}
.u-ml-70 {
  margin-left: 70px;
}
.u-ml-75 {
  margin-left: 75px;
}
.u-ml-80 {
  margin-left: 80px;
}
.u-ml-85 {
  margin-left: 85px;
}
.u-ml-90 {
  margin-left: 90px;
}
.u-ml-100 {
  margin-left: 100px;
}
.u-ml-110 {
  margin-left: 110px;
}
.u-ml-120 {
  margin-left: 120px;
}
.u-ml-130 {
  margin-left: 130px;
}
.u-ml-140 {
  margin-left: 140px;
}
.u-ml-150 {
  margin-left: 150px;
}
.u-ml-160 {
  margin-left: 160px;
}
.u-ml-170 {
  margin-left: 170px;
}
.u-ml-180 {
  margin-left: 180px;
}
.u-ml-190 {
  margin-left: 190px;
}
.u-ml-200 {
  margin-left: 200px;
}
.u-ml-minus-1 {
  margin-left: -1px;
}
.u-ml-minus-2 {
  margin-left: -2px;
}
.u-ml-minus-3 {
  margin-left: -3px;
}
.u-ml-minus-4 {
  margin-left: -4px;
}
.u-ml-minus-5 {
  margin-left: -5px;
}
.u-ml-minus-6 {
  margin-left: -6px;
}
.u-ml-minus-7 {
  margin-left: -7px;
}
.u-ml-minus-8 {
  margin-left: -8px;
}
.u-ml-minus-9 {
  margin-left: -9px;
}
.u-ml-minus-10 {
  margin-left: -10px;
}
.u-ml-minus-12 {
  margin-left: -12px;
}
.u-ml-minus-15 {
  margin-left: -15px;
}
.u-ml-minus-16 {
  margin-left: -16px;
}
.u-ml-minus-17 {
  margin-left: -17px;
}
.u-ml-minus-20 {
  margin-left: -20px;
}
.u-ml-minus-22 {
  margin-left: -22px;
}
.u-ml-minus-24 {
  margin-left: -24px;
}
.u-ml-minus-25 {
  margin-left: -25px;
}
.u-ml-minus-30 {
  margin-left: -30px;
}
.u-ml-minus-32 {
  margin-left: -32px;
}
.u-ml-minus-35 {
  margin-left: -35px;
}
.u-ml-minus-40 {
  margin-left: -40px;
}
.u-ml-minus-45 {
  margin-left: -45px;
}
.u-ml-minus-48 {
  margin-left: -48px;
}
.u-ml-minus-50 {
  margin-left: -50px;
}
.u-ml-minus-55 {
  margin-left: -55px;
}
.u-ml-minus-60 {
  margin-left: -60px;
}
.u-ml-minus-64 {
  margin-left: -64px;
}
.u-ml-minus-70 {
  margin-left: -70px;
}
.u-ml-minus-75 {
  margin-left: -75px;
}
.u-ml-minus-80 {
  margin-left: -80px;
}
.u-ml-minus-85 {
  margin-left: -85px;
}
.u-ml-minus-90 {
  margin-left: -90px;
}
.u-ml-minus-100 {
  margin-left: -100px;
}
.u-ml-minus-110 {
  margin-left: -110px;
}
.u-ml-minus-120 {
  margin-left: -120px;
}
.u-ml-minus-130 {
  margin-left: -130px;
}
.u-ml-minus-140 {
  margin-left: -140px;
}
.u-ml-minus-150 {
  margin-left: -150px;
}
.u-ml-minus-160 {
  margin-left: -160px;
}
.u-ml-minus-170 {
  margin-left: -170px;
}
.u-ml-minus-180 {
  margin-left: -180px;
}
.u-ml-minus-190 {
  margin-left: -190px;
}
.u-ml-minus-200 {
  margin-left: -200px;
}

/*
These classes are used to space items vertically and consistently.
Use them to to space out core blocks of content.
*/
.u-p-1 {
  padding: 1px;
}
.u-p-2 {
  padding: 2px;
}
.u-p-3 {
  padding: 3px;
}
.u-p-4 {
  padding: 4px;
}
.u-p-5 {
  padding: 5px;
}
.u-p-6 {
  padding: 6px;
}
.u-p-7 {
  padding: 7px;
}
.u-p-8 {
  padding: 8px;
}
.u-p-9 {
  padding: 9px;
}
.u-p-10 {
  padding: 10px;
}
.u-p-12 {
  padding: 12px;
}
.u-p-15 {
  padding: 15px;
}
.u-p-16 {
  padding: 16px;
}
.u-p-17 {
  padding: 17px;
}
.u-p-20 {
  padding: 20px;
}
.u-p-22 {
  padding: 22px;
}
.u-p-24 {
  padding: 24px;
}
.u-p-25 {
  padding: 25px;
}
.u-p-30 {
  padding: 30px;
}
.u-p-32 {
  padding: 32px;
}
.u-p-35 {
  padding: 35px;
}
.u-p-40 {
  padding: 40px;
}
.u-p-45 {
  padding: 45px;
}
.u-p-48 {
  padding: 48px;
}
.u-p-50 {
  padding: 50px;
}
.u-p-55 {
  padding: 55px;
}
.u-p-60 {
  padding: 60px;
}
.u-p-64 {
  padding: 64px;
}
.u-p-70 {
  padding: 70px;
}
.u-p-75 {
  padding: 75px;
}
.u-p-80 {
  padding: 80px;
}
.u-p-85 {
  padding: 85px;
}
.u-p-90 {
  padding: 90px;
}
.u-p-100 {
  padding: 100px;
}
.u-p-110 {
  padding: 110px;
}
.u-p-120 {
  padding: 120px;
}
.u-p-130 {
  padding: 130px;
}
.u-p-140 {
  padding: 140px;
}
.u-p-150 {
  padding: 150px;
}
.u-p-160 {
  padding: 160px;
}
.u-p-170 {
  padding: 170px;
}
.u-p-180 {
  padding: 180px;
}
.u-p-190 {
  padding: 190px;
}
.u-p-200 {
  padding: 200px;
}
.u-pv-1 {
  padding-bottom: 1px;
  padding-top: 1px;
}
.u-pv-2 {
  padding-bottom: 2px;
  padding-top: 2px;
}
.u-pv-3 {
  padding-bottom: 3px;
  padding-top: 3px;
}
.u-pv-4 {
  padding-bottom: 4px;
  padding-top: 4px;
}
.u-pv-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.u-pv-6 {
  padding-bottom: 6px;
  padding-top: 6px;
}
.u-pv-7 {
  padding-bottom: 7px;
  padding-top: 7px;
}
.u-pv-8 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.u-pv-9 {
  padding-bottom: 9px;
  padding-top: 9px;
}
.u-pv-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.u-pv-12 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.u-pv-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.u-pv-16 {
  padding-bottom: 16px;
  padding-top: 16px;
}
.u-pv-17 {
  padding-bottom: 17px;
  padding-top: 17px;
}
.u-pv-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.u-pv-22 {
  padding-bottom: 22px;
  padding-top: 22px;
}
.u-pv-24 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.u-pv-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}
.u-pv-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.u-pv-32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.u-pv-35 {
  padding-bottom: 35px;
  padding-top: 35px;
}
.u-pv-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.u-pv-45 {
  padding-bottom: 45px;
  padding-top: 45px;
}
.u-pv-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.u-pv-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.u-pv-55 {
  padding-bottom: 55px;
  padding-top: 55px;
}
.u-pv-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.u-pv-64 {
  padding-bottom: 64px;
  padding-top: 64px;
}
.u-pv-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.u-pv-75 {
  padding-bottom: 75px;
  padding-top: 75px;
}
.u-pv-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.u-pv-85 {
  padding-bottom: 85px;
  padding-top: 85px;
}
.u-pv-90 {
  padding-bottom: 90px;
  padding-top: 90px;
}
.u-pv-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.u-pv-110 {
  padding-bottom: 110px;
  padding-top: 110px;
}
.u-pv-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.u-pv-130 {
  padding-bottom: 130px;
  padding-top: 130px;
}
.u-pv-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}
.u-pv-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
.u-pv-160 {
  padding-bottom: 160px;
  padding-top: 160px;
}
.u-pv-170 {
  padding-bottom: 170px;
  padding-top: 170px;
}
.u-pv-180 {
  padding-bottom: 180px;
  padding-top: 180px;
}
.u-pv-190 {
  padding-bottom: 190px;
  padding-top: 190px;
}
.u-pv-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}
.u-ph-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.u-ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.u-ph-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.u-ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.u-ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.u-ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.u-ph-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.u-ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.u-ph-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.u-ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.u-ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.u-ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.u-ph-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.u-ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-ph-22 {
  padding-left: 22px;
  padding-right: 22px;
}
.u-ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.u-ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.u-ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.u-ph-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.u-ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.u-ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.u-ph-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.u-ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.u-ph-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.u-ph-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.u-ph-64 {
  padding-left: 64px;
  padding-right: 64px;
}
.u-ph-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.u-ph-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.u-ph-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.u-ph-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.u-ph-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.u-ph-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.u-ph-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.u-ph-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.u-ph-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.u-ph-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.u-ph-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.u-ph-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.u-ph-170 {
  padding-left: 170px;
  padding-right: 170px;
}
.u-ph-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.u-ph-190 {
  padding-left: 190px;
  padding-right: 190px;
}
.u-ph-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.u-pb-1 {
  padding-bottom: 1px;
}
.u-pb-2 {
  padding-bottom: 2px;
}
.u-pb-3 {
  padding-bottom: 3px;
}
.u-pb-4 {
  padding-bottom: 4px;
}
.u-pb-5 {
  padding-bottom: 5px;
}
.u-pb-6 {
  padding-bottom: 6px;
}
.u-pb-7 {
  padding-bottom: 7px;
}
.u-pb-8 {
  padding-bottom: 8px;
}
.u-pb-9 {
  padding-bottom: 9px;
}
.u-pb-10 {
  padding-bottom: 10px;
}
.u-pb-12 {
  padding-bottom: 12px;
}
.u-pb-15 {
  padding-bottom: 15px;
}
.u-pb-16 {
  padding-bottom: 16px;
}
.u-pb-17 {
  padding-bottom: 17px;
}
.u-pb-20 {
  padding-bottom: 20px;
}
.u-pb-22 {
  padding-bottom: 22px;
}
.u-pb-24 {
  padding-bottom: 24px;
}
.u-pb-25 {
  padding-bottom: 25px;
}
.u-pb-30 {
  padding-bottom: 30px;
}
.u-pb-32 {
  padding-bottom: 32px;
}
.u-pb-35 {
  padding-bottom: 35px;
}
.u-pb-40 {
  padding-bottom: 40px;
}
.u-pb-45 {
  padding-bottom: 45px;
}
.u-pb-48 {
  padding-bottom: 48px;
}
.u-pb-50 {
  padding-bottom: 50px;
}
.u-pb-55 {
  padding-bottom: 55px;
}
.u-pb-60 {
  padding-bottom: 60px;
}
.u-pb-64 {
  padding-bottom: 64px;
}
.u-pb-70 {
  padding-bottom: 70px;
}
.u-pb-75 {
  padding-bottom: 75px;
}
.u-pb-80 {
  padding-bottom: 80px;
}
.u-pb-85 {
  padding-bottom: 85px;
}
.u-pb-90 {
  padding-bottom: 90px;
}
.u-pb-100 {
  padding-bottom: 100px;
}
.u-pb-110 {
  padding-bottom: 110px;
}
.u-pb-120 {
  padding-bottom: 120px;
}
.u-pb-130 {
  padding-bottom: 130px;
}
.u-pb-140 {
  padding-bottom: 140px;
}
.u-pb-150 {
  padding-bottom: 150px;
}
.u-pb-160 {
  padding-bottom: 160px;
}
.u-pb-170 {
  padding-bottom: 170px;
}
.u-pb-180 {
  padding-bottom: 180px;
}
.u-pb-190 {
  padding-bottom: 190px;
}
.u-pb-200 {
  padding-bottom: 200px;
}
.u-pt-1 {
  padding-top: 1px;
}
.u-pt-2 {
  padding-top: 2px;
}
.u-pt-3 {
  padding-top: 3px;
}
.u-pt-4 {
  padding-top: 4px;
}
.u-pt-5 {
  padding-top: 5px;
}
.u-pt-6 {
  padding-top: 6px;
}
.u-pt-7 {
  padding-top: 7px;
}
.u-pt-8 {
  padding-top: 8px;
}
.u-pt-9 {
  padding-top: 9px;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-pt-12 {
  padding-top: 12px;
}
.u-pt-15 {
  padding-top: 15px;
}
.u-pt-16 {
  padding-top: 16px;
}
.u-pt-17 {
  padding-top: 17px;
}
.u-pt-20 {
  padding-top: 20px;
}
.u-pt-22 {
  padding-top: 22px;
}
.u-pt-24 {
  padding-top: 24px;
}
.u-pt-25 {
  padding-top: 25px;
}
.u-pt-30 {
  padding-top: 30px;
}
.u-pt-32 {
  padding-top: 32px;
}
.u-pt-35 {
  padding-top: 35px;
}
.u-pt-40 {
  padding-top: 40px;
}
.u-pt-45 {
  padding-top: 45px;
}
.u-pt-48 {
  padding-top: 48px;
}
.u-pt-50 {
  padding-top: 50px;
}
.u-pt-55 {
  padding-top: 55px;
}
.u-pt-60 {
  padding-top: 60px;
}
.u-pt-64 {
  padding-top: 64px;
}
.u-pt-70 {
  padding-top: 70px;
}
.u-pt-75 {
  padding-top: 75px;
}
.u-pt-80 {
  padding-top: 80px;
}
.u-pt-85 {
  padding-top: 85px;
}
.u-pt-90 {
  padding-top: 90px;
}
.u-pt-100 {
  padding-top: 100px;
}
.u-pt-110 {
  padding-top: 110px;
}
.u-pt-120 {
  padding-top: 120px;
}
.u-pt-130 {
  padding-top: 130px;
}
.u-pt-140 {
  padding-top: 140px;
}
.u-pt-150 {
  padding-top: 150px;
}
.u-pt-160 {
  padding-top: 160px;
}
.u-pt-170 {
  padding-top: 170px;
}
.u-pt-180 {
  padding-top: 180px;
}
.u-pt-190 {
  padding-top: 190px;
}
.u-pt-200 {
  padding-top: 200px;
}
.u-pr-1 {
  padding-right: 1px;
}
.u-pr-2 {
  padding-right: 2px;
}
.u-pr-3 {
  padding-right: 3px;
}
.u-pr-4 {
  padding-right: 4px;
}
.u-pr-5 {
  padding-right: 5px;
}
.u-pr-6 {
  padding-right: 6px;
}
.u-pr-7 {
  padding-right: 7px;
}
.u-pr-8 {
  padding-right: 8px;
}
.u-pr-9 {
  padding-right: 9px;
}
.u-pr-10 {
  padding-right: 10px;
}
.u-pr-12 {
  padding-right: 12px;
}
.u-pr-15 {
  padding-right: 15px;
}
.u-pr-16 {
  padding-right: 16px;
}
.u-pr-17 {
  padding-right: 17px;
}
.u-pr-20 {
  padding-right: 20px;
}
.u-pr-22 {
  padding-right: 22px;
}
.u-pr-24 {
  padding-right: 24px;
}
.u-pr-25 {
  padding-right: 25px;
}
.u-pr-30 {
  padding-right: 30px;
}
.u-pr-32 {
  padding-right: 32px;
}
.u-pr-35 {
  padding-right: 35px;
}
.u-pr-40 {
  padding-right: 40px;
}
.u-pr-45 {
  padding-right: 45px;
}
.u-pr-48 {
  padding-right: 48px;
}
.u-pr-50 {
  padding-right: 50px;
}
.u-pr-55 {
  padding-right: 55px;
}
.u-pr-60 {
  padding-right: 60px;
}
.u-pr-64 {
  padding-right: 64px;
}
.u-pr-70 {
  padding-right: 70px;
}
.u-pr-75 {
  padding-right: 75px;
}
.u-pr-80 {
  padding-right: 80px;
}
.u-pr-85 {
  padding-right: 85px;
}
.u-pr-90 {
  padding-right: 90px;
}
.u-pr-100 {
  padding-right: 100px;
}
.u-pr-110 {
  padding-right: 110px;
}
.u-pr-120 {
  padding-right: 120px;
}
.u-pr-130 {
  padding-right: 130px;
}
.u-pr-140 {
  padding-right: 140px;
}
.u-pr-150 {
  padding-right: 150px;
}
.u-pr-160 {
  padding-right: 160px;
}
.u-pr-170 {
  padding-right: 170px;
}
.u-pr-180 {
  padding-right: 180px;
}
.u-pr-190 {
  padding-right: 190px;
}
.u-pr-200 {
  padding-right: 200px;
}
.u-pl-1 {
  padding-left: 1px;
}
.u-pl-2 {
  padding-left: 2px;
}
.u-pl-3 {
  padding-left: 3px;
}
.u-pl-4 {
  padding-left: 4px;
}
.u-pl-5 {
  padding-left: 5px;
}
.u-pl-6 {
  padding-left: 6px;
}
.u-pl-7 {
  padding-left: 7px;
}
.u-pl-8 {
  padding-left: 8px;
}
.u-pl-9 {
  padding-left: 9px;
}
.u-pl-10 {
  padding-left: 10px;
}
.u-pl-12 {
  padding-left: 12px;
}
.u-pl-15 {
  padding-left: 15px;
}
.u-pl-16 {
  padding-left: 16px;
}
.u-pl-17 {
  padding-left: 17px;
}
.u-pl-20 {
  padding-left: 20px;
}
.u-pl-22 {
  padding-left: 22px;
}
.u-pl-24 {
  padding-left: 24px;
}
.u-pl-25 {
  padding-left: 25px;
}
.u-pl-30 {
  padding-left: 30px;
}
.u-pl-32 {
  padding-left: 32px;
}
.u-pl-35 {
  padding-left: 35px;
}
.u-pl-40 {
  padding-left: 40px;
}
.u-pl-45 {
  padding-left: 45px;
}
.u-pl-48 {
  padding-left: 48px;
}
.u-pl-50 {
  padding-left: 50px;
}
.u-pl-55 {
  padding-left: 55px;
}
.u-pl-60 {
  padding-left: 60px;
}
.u-pl-64 {
  padding-left: 64px;
}
.u-pl-70 {
  padding-left: 70px;
}
.u-pl-75 {
  padding-left: 75px;
}
.u-pl-80 {
  padding-left: 80px;
}
.u-pl-85 {
  padding-left: 85px;
}
.u-pl-90 {
  padding-left: 90px;
}
.u-pl-100 {
  padding-left: 100px;
}
.u-pl-110 {
  padding-left: 110px;
}
.u-pl-120 {
  padding-left: 120px;
}
.u-pl-130 {
  padding-left: 130px;
}
.u-pl-140 {
  padding-left: 140px;
}
.u-pl-150 {
  padding-left: 150px;
}
.u-pl-160 {
  padding-left: 160px;
}
.u-pl-170 {
  padding-left: 170px;
}
.u-pl-180 {
  padding-left: 180px;
}
.u-pl-190 {
  padding-left: 190px;
}
.u-pl-200 {
  padding-left: 200px;
}

/*
Typographic utilities
*/
html {
  color: #212121;
}

b, strong {
  font-weight: 700;
}

/*
Utilities
*/
.t {
  /*
  Used to keep words together. This is a sentence, keep <span class="t-widows">these words together</span>
  */
}
.t-regular {
  font-weight: 400 !important;
}
.t-bold {
  font-weight: 700 !important;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-centred {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-underline {
  text-decoration: underline;
}
.t-no-underline {
  text-decoration: none;
}
.t-balance {
  text-wrap: balance;
}
.t-pretty {
  text-wrap: pretty;
}
.t-leading-loose {
  line-height: 1.7 !important;
}
.t-leading-standard {
  line-height: 1.4;
}
.t-leading-tight {
  line-height: 1.2 !important;
}
.t-widows {
  white-space: nowrap;
}
@media all and (max-width: 599px) {
  .t-widows--s {
    white-space: nowrap;
  }
}
@media all and (min-height: 600px) and (max-width: 1023px) {
  .t-widows--m {
    white-space: nowrap;
  }
}
@media all and (min-height: 1024px) {
  .t-widows--l {
    white-space: nowrap;
  }
}
.t-clip {
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-wrap {
  white-space: normal !important;
}
.t-break {
  word-break: break-all;
}
@media all and (max-width: 599px) {
  .t-break--s {
    word-break: break-all;
  }
}
@media all and (min-height: 600px) and (max-width: 1023px) {
  .t-break--m {
    word-break: break-all;
  }
}
@media all and (min-height: 1024px) {
  .t-break--l {
    word-break: break-all;
  }
}

/*
Used to fix the width of elements on the website. We give spans their maximum width - that used for desktop,
then a percentage width. By setting this less then 100% smaller screens will keep a little space on each side that
scales are the device does.
*/
.u-w-xxs {
  width: 88%;
  max-width: 709px;
}
.u-w-xs {
  width: 88%;
  max-width: 830px;
}
.u-w-s {
  width: 88%;
  max-width: 1024px;
}
.u-w-m {
  width: 88%;
  max-width: 1233px;
}
.u-w-l {
  width: 88%;
  max-width: 1500px;
}

.u-w {
  width: 100%;
  /*
  Centre an element on the page
  */
  /*
  Make box flush to edges on smaller screens
  */
}
.u-w--centred {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .u-w--m-flush {
    width: 100%;
  }
}

.u-h {
  height: 100%;
}

.u-h-auto {
  height: auto;
}

.u-w-xxs {
  width: 100%;
}

/* purgecss start ignore */
/* purgecss end ignore */
.fade-in, .animate .fade-in {
  opacity: 0;
}

.fade-up, .animate .fade-up {
  opacity: 0;
  transform: translate3d(0, var(--animate-distance), 0);
}

.fade-left, .animate .fade-left {
  opacity: 0;
  transform: translate3d(var(--animate-distance), 0, 0);
}

.zoom-out, .animate .zoom-out {
  transform: scale3d(1.1, 1.1, 1.1);
}

.animate, .animate-child {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: 40px;
  transition: all var(--animate-duration) ease-in-out;
  transition-delay: var(--animate-delay, 0s);
}

.show, .show .animate-child {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* purgecss start ignore */
@keyframes reveal-image {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%, 0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 140% 100%, 140% 0%, 130% 0%, 130% 100%, 0% 100%);
  }
}
@keyframes slide-reveal {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.a-slide-reveal {
  animation: slide-reveal 0.5s ease-out backwards;
}

@keyframes slide-reveal-2 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.a-slide-reveal-2, .ca-vote-hero__bird, .ca-hero__title, .ca-hero__logo .icon-1, .ca-hero__logo .icon-6, .ca-hero__logo .icon-2, .ca-hero__logo .icon-5, .ca-hero__logo .icon-3, .ca-hero__logo .icon-4, .ca-hero__logo .text {
  animation: slide-reveal-2 0.8s ease-out backwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a-fade-in {
  animation: fade-in 0.6s ease-out backwards;
}

.a-float-1 {
  animation: float-1 10s infinite alternate ease-in-out;
}

@keyframes float-1 {
  0% {
    transform: translate3d(6px, 5px, 0);
  }
  15% {
    transform: translate3d(2px, 4px, 0);
  }
  33% {
    transform: translate3d(-9px, 12px, 0);
  }
  64% {
    transform: translate3d(-3px, -8px, 0);
  }
  79% {
    transform: translate3d(3px, -7px, 0);
  }
}
.a-float-2 {
  animation: float-2 11.7s infinite alternate ease-in-out;
}

@keyframes float-2 {
  0% {
    transform: translate3d(-5px, -2px, 0);
  }
  14% {
    transform: translate3d(8px, 5px, 0);
  }
  33% {
    transform: translate3d(2px, 12px, 0);
  }
  54% {
    transform: translate3d(-9px, 8px, 0);
  }
  79% {
    transform: translate3d(3px, -11px, 0);
  }
}
.a-spin-1 {
  animation: spin-1 43.4s infinite alternate ease-in-out;
}

@keyframes spin-1 {
  0% {
    transform: rotate(-240deg);
  }
  66% {
    transform: rotate(0deg);
  }
}
.a-spin-2 {
  animation: spin-2 5.3s infinite alternate ease-in-out;
  transform-origin: left;
}

@keyframes spin-2 {
  0% {
    transform: rotate(-3deg);
  }
  66% {
    transform: rotate(2deg);
  }
}
.a-spin-3 {
  animation: spin-3 5.7s infinite alternate ease-in-out;
}

@keyframes spin-3 {
  0% {
    transform: rotate(-4deg);
  }
  57% {
    transform: rotate(3deg);
  }
}
.a-delay-1 {
  animation-delay: 0.1s;
}

.a-delay-4, .ca-vote-hero__bird, .ca-hero__logo .text {
  animation-delay: 0.4s;
}

.a-delay-6 {
  animation-delay: 0.6s;
}

.a-delay-8 {
  animation-delay: 0.8s;
}

.a-delay-10, .ca-hero__logo .icon-3, .ca-hero__logo .icon-4 {
  animation-delay: 1s;
}

.a-delay-12, .ca-hero__logo .icon-2, .ca-hero__logo .icon-5 {
  animation-delay: 1.2s;
}

.a-delay-14, .ca-hero__logo .icon-1, .ca-hero__logo .icon-6 {
  animation-delay: 1.4s;
}

.a-delay-16 {
  animation-delay: 1.6s;
}

.a-delay-18 {
  animation-delay: 1.8s;
}

.a-delay-20 {
  animation-delay: 2s;
}

.a-delay-22, .ca-hero__title {
  animation-delay: 2.2s;
}

/* purgecss end ignore */
/*
Set the site’s background colour and other simple, globals things.
this file shouldn’t contain much stuff.
*/
.l-pt-s {
  padding-top: 32px;
}

.l-pt-m {
  padding-top: 64px;
}

.l-pt-l {
  padding-top: 64px;
}

.l-pt-xl {
  padding-top: 64px;
}

.l-pb-s {
  padding-bottom: 32px;
}

.l-pb-m {
  padding-bottom: 64px;
}

.l-pb-l {
  padding-bottom: 64px;
}

.l-pb-xl {
  padding-bottom: 64px;
}

.block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.link-underlined {
  text-decoration: underline;
}

.link-no-underlined {
  text-decoration: none;
}

.link-inherit {
  color: inherit;
  text-decoration: inherit;
}

.link-underlined-hover:hover {
  text-decoration: underline;
}

/*
Specify all the typographic styles that are going to be reused.
*/
html, body, button, input, select, textarea {
  font-family: "Intact Sans", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-wrap: pretty;
}

.f-1 {
  font-family: "Intact Sans", arial, sans-serif;
}

.f-3 {
  font-family: "Intact Serif", serif;
}

/*
Type styles for all major reusable typographic elements.
If type is very context reliant for styling such as heroes that scale a lot with
the screen size then create their styles within the block itself
*/
.t-1 {
  font-family: "Intact Serif", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
@media (min-width: 800px) {
  .t-1 {
    font-size: 56px;
    line-height: 64px;
  }
}
.t-2 {
  font-family: "Intact Serif", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 500px) {
  .t-2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.t-3, .scope-cms h2 {
  font-family: "Intact Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 500px) {
  .t-3, .scope-cms h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.t-4 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 500px) {
  .t-4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.t-8 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.t-9 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.t-10 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.t-11 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.t-12 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.t-13 {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.t-14 {
  font-family: "Intact Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 800px) {
  .t-14 {
    font-size: 48px;
    line-height: 56px;
  }
}

.t2-1 {
  font-family: "Recoleta", georgia, serif;
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 500px) {
  .t2-1 {
    font-size: 50px;
  }
}
.t2-2 {
  font-family: "Recoleta", georgia, serif;
  font-size: 40px;
  font-weight: 600;
}
.t2-3 {
  font-family: "Recoleta", georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

/* purgecss start ignore */
/*
This scope is for HTML content from the CMS
It sets up basic formatting rules so the user is not required to
*/
.scope-cms h2 {
  margin-bottom: 0.5em;
}
.scope-cms h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.scope-cms p, .scope-cms ol, .scope-cms ul {
  margin-top: 0;
}
.scope-cms p:not(:last-child), .scope-cms ol:not(:last-child), .scope-cms ul:not(:last-child) {
  margin-bottom: 1em;
}
.scope-cms ul {
  padding-left: 0;
  list-style-type: none;
}
.scope-cms ul li {
  background: url("/img/bullet.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 8px 8px;
  padding-left: 24px;
}
.scope-cms ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.scope-cms ol {
  list-style-type: revert;
  margin-left: 1em;
}
.scope-cms ol > li {
  margin-bottom: 1em;
}
.scope-cms a:not(.no-scope):not(.no-scope a), .scope-cms a:link:not(.no-scope):not(.no-scope a), .scope-cms a:visited:not(.no-scope):not(.no-scope a) {
  cursor: pointer;
  color: var(--c-green-alt) !important;
  text-decoration: underline !important;
}
.scope-cms a:hover, .scope-cms a:active {
  text-decoration: underline;
}
.scope-cms img {
  max-width: 100%;
}
.scope-cms blockquote {
  padding-left: 32px;
  margin: 30px 0 50px;
  border-left: 1.5px solid var(--c-grey);
}
@media all and (min-width: 1050px) {
  .scope-cms blockquote {
    grid-column: 2/span 2;
    grid-row: 2/span 2;
  }
}
.scope-cms blockquote::before {
  content: url("/img/quote.svg");
  display: block;
  margin-bottom: 12px;
}
.scope-cms--bigger-h3s h3 {
  font-size: 24px;
  margin-top: 1.5em;
}

/* purgecss end ignore */
.body-columns {
  display: grid;
  gap: 48px 0;
}
@media all and (min-width: 1000px) {
  .body-columns {
    grid-template-columns: 1fr 1fr;
  }
  .body-columns > div:nth-child(2n) {
    padding-left: 48px;
  }
}
.body-columns h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.body-image {
  margin: 35px 0;
}

.body-table {
  margin: 2em 0;
  border-radius: 4px;
  overflow: hidden;
  table-layout: fixed;
}
@media all and (min-width: 1400px) {
  .body-table {
    width: 1233px;
  }
}
@media all and (max-width: 599px) {
  .body-table tr {
    display: flex;
    flex-direction: column;
  }
}
.body-table__mobile-heading {
  font-weight: 700;
  color: var(--c-black);
  text-wrap: pretty;
}
@media all and (min-width: 600px) {
  .body-table__mobile-heading {
    display: none;
  }
}
.body-table td, .body-table th {
  padding: 12px;
  vertical-align: top;
  border: 1.5px solid var(--c-grey);
  background-color: var(--c-white);
}
.body-table th {
  background-color: var(--c-green-alt);
  color: white;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 599px) {
  .body-table th {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
}
.breadcrumbs__link {
  color: var(--c-green-alt);
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs__link:last-child {
  color: var(--c-body-text);
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs__link:hover:not(:last-child) {
  text-decoration: underline;
}
.breadcrumbs__separator {
  width: 8px;
}

.breadcrumbs-container {
  border-top: 1.5px solid var(--c-grey);
  border-bottom: 1.5px solid var(--c-grey);
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 12px 32px;
  background-color: var(--c-red);
  border-radius: 4px;
  outline-offset: 2px;
  color: var(--c-white);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-out, outline 0.1s ease-out;
  cursor: pointer;
}
@media all and (max-width: 600px) {
  .button {
    width: 100%;
  }
}
.button:hover, .button:active {
  background-color: var(--c-burgundy);
  text-decoration: underline;
}
.button:focus {
  outline: 2px solid var(--c-red);
}
.button:active {
  outline-color: var(--c-burgundy);
  outline-offset: 2px;
}
.button--bordered, .ca-main-page .intro .button, .hero-buttons:not(.hero-buttons--tags) > .button:not(:first-child) {
  background-color: var(--c-white);
  border: solid 2px var(--c-black);
  color: var(--c-black);
}
.button--bordered:hover, .ca-main-page .intro .button:hover, .hero-buttons:not(.hero-buttons--tags) > .button:hover:not(:first-child), .button--bordered:active, .ca-main-page .intro .button:active, .hero-buttons:not(.hero-buttons--tags) > .button:active:not(:first-child) {
  background-color: var(--c-black);
  color: var(--c-white);
}
.button--bordered:focus, .ca-main-page .intro .button:focus, .hero-buttons:not(.hero-buttons--tags) > .button:focus:not(:first-child), .button--bordered:active, .ca-main-page .intro .button:active, .hero-buttons:not(.hero-buttons--tags) > .button:active:not(:first-child) {
  outline-color: var(--c-black);
}

.hero-buttons {
  display: flex;
  gap: 16px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-buttons--tags {
  gap: 8px 10px;
}
.hero-buttons--tags .button {
  height: 40px;
  padding: 6px 16px;
  background-color: var(--c-white);
  color: var(--c-body-text);
  font-size: 14px;
}
.hero-buttons--tags .button--active {
  background-color: var(--c-red);
  color: var(--c-white);
}
.hero-buttons--white {
  gap: 8px 10px;
}
.hero-buttons--white .button {
  min-width: 200px;
  background-color: var(--c-white);
  color: var(--c-body-text);
}
.hero-buttons--white .button:hover {
  background-color: var(--c-black);
  color: var(--c-white);
}
.hero-buttons--white .button:focus, .hero-buttons--white .button:active {
  outline-color: var(--c-black);
}
.hero-buttons--left {
  justify-content: left;
}

.ca-button {
  cursor: pointer;
  -webkit-mask-image: url(../img/ca-button.svg);
          mask-image: url(../img/ca-button.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.ca-island-button {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 10px 8px 12px;
  color: #2F7370;
  font-weight: 700;
  -webkit-mask-image: url(../img/ca-button.svg);
          mask-image: url(../img/ca-button.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.ca-island-button:link, .ca-island-button:visited {
  color: #2F7370;
}
.ca-island-button:hover, .ca-island-button:active {
  color: #2F7370;
}
.ca-island-button > img {
  margin-left: 10px;
}

.button-tertiary {
  display: flex;
  gap: 10px;
  align-items: center;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.button-tertiary:hover {
  text-decoration: underline;
}
.button-tertiary::after {
  content: " ";
  width: 8px;
  height: 14px;
  background: url("/img/chevron-right.svg");
  background-size: 100% 100%;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.ca-category {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media all and (min-width: 450px) {
  .ca-category {
    grid-template-columns: 90px 1fr;
  }
}
@media all and (min-width: 750px) and (max-width: 1100px) {
  .ca-category {
    grid-template-columns: 1fr;
  }
}

.ca-box {
  padding: 40px 30px;
  -webkit-mask-image: url(../img/ca-mask-2.svg);
          mask-image: url(../img/ca-mask-2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media all and (min-width: 600px) {
  .ca-box {
    padding: 60px;
  }
}

.ca-hero {
  position: relative;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 5vh;
  overflow: hidden;
  text-align: center;
}
.ca-hero--enter {
  min-height: 980px;
}
@media all and (min-width: 700px) {
  .ca-hero {
    height: 95vh;
    max-height: 1080px;
  }
}
.ca-hero__logo {
  width: 70%;
  max-width: 380px;
  margin-bottom: 8vh;
}
.ca-hero__logo--white {
  margin-bottom: 1vh;
  width: 210px;
}
@media all and (min-width: 1100px) {
  .ca-hero__logo--white {
    margin-bottom: 7vh;
  }
}
.ca-hero__logo--white .text > path {
  fill: #fff !important;
}
.ca-hero__title {
  font-family: "Recoleta", georgia, serif;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.ca-hero__starfish {
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 25%;
}
@media all and (min-width: 700px) {
  .ca-hero__starfish {
    bottom: 7%;
  }
}
@media all and (min-width: 1400px) {
  .ca-hero__starfish {
    width: 30%;
  }
}
.ca-hero__bird {
  position: absolute;
  right: -5%;
  bottom: 90%;
  width: 25%;
}
@media all and (min-width: 800px) {
  .ca-hero__bird {
    right: -5%;
    bottom: 80%;
  }
}
@media all and (min-width: 600px) {
  .ca-hero__bird {
    right: -5%;
    bottom: 53%;
  }
}
@media all and (min-width: 1400px) {
  .ca-hero__bird {
    bottom: 14%;
    width: 30%;
  }
}

.ca-section__columns {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 600px) {
  .ca-section__columns {
    grid-template-columns: 1fr 1fr;
  }
}

.ca-section + .ca-section {
  padding-top: 40px;
  border-top: solid 1px var(--c-mid-grey);
}

.ca-page .hero-buttons .button {
  background-color: var(--c-mid-teal);
  color: var(--c-body-text);
  min-width: 240px;
  min-height: 56px;
}
.ca-page .hero-buttons .button:hover {
  background-color: var(--c-green);
  color: var(--c-white);
}
.ca-page .hero-buttons .button:focus, .ca-page .hero-buttons .button:active {
  outline-color: var(--c-green);
}

.ca-vote {
  border-top: solid 110px var(--c-red);
}
.ca-vote__body {
  padding: 85px 50px;
  -webkit-mask-image: url(../img/ca-mask-2.svg);
          mask-image: url(../img/ca-mask-2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media all and (min-width: 1100px) {
  .ca-vote__body {
    padding: 85px 100px;
  }
}
.ca-vote__videos {
  display: grid;
  grid-gap: 50px 30px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 660px) {
  .ca-vote__videos {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 800px) {
  .ca-vote__videos {
    grid-gap: 55px 40px;
  }
}

.ca-vote-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  padding-top: 8vh;
  overflow: hidden;
  background-image: url("../img/ca-vote-hero.svg");
  background-position: bottom;
  background-size: cover;
  text-align: center;
}
@media all and (min-width: 680px) {
  .ca-vote-hero {
    min-height: 680px;
  }
}
.ca-vote-hero__title {
  position: relative;
  z-index: 1;
  font-family: "Recoleta", georgia, serif;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.1;
}
.ca-vote-hero__title--sub {
  margin-top: 0.2em;
  font-family: "Recoleta", georgia, serif;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 600;
  line-height: 1.1;
}
.ca-vote-hero__button {
  position: relative;
  z-index: 1;
  margin-top: 4vh;
}
.ca-vote-hero__bird {
  position: relative;
  top: -300px;
  max-width: 80%;
}
@media all and (min-width: 1100px) {
  .ca-vote-hero__bird {
    top: -440px;
  }
}

.call-to-action:last-child {
  padding-bottom: 48px;
}

.careers-perks {
  padding: 100px;
  padding-left: 50%;
  background-image: url("/img/outlined-figures.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.careers-perks__perks {
  list-style-type: none;
  font-weight: bold;
}
.careers-perks__perks li {
  background: url(https://www.intact.ca/static/images/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 25px;
}
.careers-perks__perks li:not(:last-of-type) {
  margin-bottom: 12px;
}

.conservation-awards {
  background-attachment: fixed;
  background-image: url("../img/ca-hero.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 1000px) {
  .conservation-awards {
    background-position: bottom;
    background-size: 100%;
  }
}
.conservation-awards__features {
  display: grid;
  grid-gap: 32px 30px;
  grid-template-columns: 1fr;
  position: relative;
  margin-top: 32px;
}
@media all and (min-width: 800px) {
  .conservation-awards__features {
    grid-template-columns: 1fr 290px;
    margin-top: -12vh;
  }
}
.conservation-awards__aims {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  padding: 60px 45px 70px;
  background-color: #fff;
  text-align: center;
  -webkit-mask-image: url(../img/ca-mask-2.svg);
          mask-image: url(../img/ca-mask-2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media all and (min-width: 400px) {
  .conservation-awards__aims {
    padding: 60px 55px 70px;
  }
}
@media all and (min-width: 650px) {
  .conservation-awards__aims {
    grid-gap: 50px;
    grid-template-columns: 1fr max-content;
    -webkit-mask-image: url(../img/ca-mask-1.svg);
            mask-image: url(../img/ca-mask-1.svg);
  }
}
@media all and (max-width: 999px) {
  .conservation-awards__aims .a-spin-3 {
    display: none;
  }
}
@media all and (min-width: 1000px) {
  .conservation-awards__aims {
    grid-gap: 70px;
    grid-template-columns: max-content 1fr max-content;
  }
}
@media all and (min-width: 800px) {
  .conservation-awards__aims {
    grid-column: span 2;
  }
}
.conservation-awards__vote {
  padding: 50px 40px;
  background-color: #afa28f;
  background-image: url("/img/ca-peter-walpole-bord.svg");
  background-position: center right 15%;
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-mask-image: url(../img/ca-mask-2.svg);
          mask-image: url(../img/ca-mask-2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media all and (min-width: 700px) {
  .conservation-awards__vote {
    padding: 90px 70px;
    background-size: auto 80%;
    -webkit-mask-image: url(../img/ca-mask-1.svg);
            mask-image: url(../img/ca-mask-1.svg);
  }
}
.conservation-awards__vote-content {
  max-width: 550px;
}
.conservation-awards__vote-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 88%;
}
.conservation-awards__previous-winners {
  padding: 40px 30px 30px;
  max-width: 450px;
  background-color: #e2a8af;
  background-image: url(../img/icon-circle-arrow-2.svg);
  background-position: bottom 30px right 35px;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../img/ca-mask-3.svg);
          mask-image: url(../img/ca-mask-3.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.conservation-awards__previous-winners-image {
  margin-left: -8px;
  -webkit-mask-image: url(../img/ca-mask-foot.svg);
          mask-image: url(../img/ca-mask-foot.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.conservation-awards__awards {
  -webkit-mask-image: url(../img/ca-mask-2.svg);
          mask-image: url(../img/ca-mask-2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media all and (min-width: 600px) {
  .conservation-awards__awards {
    padding: 40px;
  }
}
@media all and (min-width: 1000px) {
  .conservation-awards__awards {
    padding: 85px 170px;
  }
}
.conservation-awards__categories {
  display: grid;
  grid-gap: 24px 32px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 750px) {
  .conservation-awards__categories {
    grid-template-columns: 1fr 1fr;
  }
}
.conservation-awards__category {
  position: relative;
  overflow: hidden;
}
.conservation-awards__overlay-image {
  position: absolute;
  border-radius: 4px 4px 0 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.conservation-awards__overlay-image-placeholder {
  width: 100%;
  aspect-ratio: 4.2/3;
  margin-bottom: 12px;
}
.conservation-awards__content {
  position: relative;
}
@media all and (min-width: 1000px) {
  .conservation-awards__content-padding {
    padding: 0 12px;
  }
}
.conservation-awards__icon {
  filter: brightness(0);
}
.conservation-awards__prize {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
  justify-content: center;
}
@media all and (min-width: 1500px) {
  .conservation-awards__prize {
    gap: 4px 40px;
  }
}

.contact__emergency {
  display: grid;
  gap: 32px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 40px 45px;
  background-color: var(--c-white);
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  border-radius: 4px;
  color: var(--c-red);
}
@media all and (min-width: 790px) {
  .contact__emergency {
    display: flex;
  }
}
@media all and (min-width: 980px) {
  .contact__emergency {
    padding: 45px 70px;
  }
}
.contact__emergency-text {
  font-size: 24px;
  max-width: 680px;
}
.contact__emergency-number {
  padding: 10px 28px;
  border: solid 4px var(--c-red);
  border-radius: 8px;
  white-space: nowrap;
}

.comparison-feature {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: max-content 1fr;
  align-content: baseline;
  padding: 20px;
}
.comparison-feature__provided {
  margin-top: 5px;
}
.comparison-feature--final {
  border-right: none;
}

.comparison-section:not(:last-child) {
  margin-bottom: 60px;
}
.comparison-section__title {
  border-radius: 4px;
}
.comparison-section__products {
  display: grid;
  border-left: 1.5px solid var(--c-grey);
  border-top: 1.5px solid var(--c-grey);
  background-color: var(--c-white);
}
@media all and (min-width: 920px) {
  .comparison-section__products {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(var(--rows), auto);
  }
}
.comparison-section__products > * {
  border-right: 1.5px solid var(--c-grey);
  border-bottom: 1.5px solid var(--c-grey);
}
.comparison-section__products-title {
  display: block;
  padding: 12px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c-green-alt);
  color: white;
}

.comparison-table {
  padding: 24px;
  border: solid 1px #f6f6f6;
  border-radius: 36px;
}

header + .documents-container {
  background-color: white;
}

.documents__message {
  display: grid;
  grid-gap: 14px 16px;
  grid-template-columns: max-content 1fr;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  background-color: white;
  border: 2px solid black;
  border-radius: 4px;
  font-size: 20px;
}
.documents__message:last-child:nth-child(2n-1) {
  grid-column: 1;
  grid-row: 1;
}
@media all and (min-width: 950px) {
  .documents__message:last-child:nth-child(2n-1) {
    grid-column: 1/span 2;
  }
}
.documents__image {
  width: 20px;
}
.documents__groups > *:not(:first-child) {
  margin-top: 48px;
}

.document-group__download {
  display: grid;
  gap: 0 24px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-grey);
  color: var(--c-body-text);
  text-decoration: none;
  transition: color 0.3s ease-out;
}
@media all and (min-width: 960px) {
  .document-group__download {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.document-group__download:hover {
  color: var(--c-green);
}
.document-group__download--heading {
  display: none;
  padding-top: 0;
}
@media all and (min-width: 960px) {
  .document-group__download--heading {
    display: grid;
  }
}
.document-group__download--heading:hover {
  color: inherit;
}
.document-group__download--single {
  border-bottom: none;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 0;
}
@media all and (min-width: 960px) {
  .document-group__download--single {
    grid-template-columns: 1fr;
  }
}
.document-group__download--single:last-child {
  margin-bottom: 0;
}
.document-group__download--single .download__detail {
  grid-row: 1;
  margin-left: 48px;
}

.download {
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 14px 0;
  border-top: 2px solid var(--c-grey);
  color: var(--c-body-text);
  text-decoration: none;
  transition: all 0.3s ease;
}
.download:hover {
  color: var(--c-green-alt);
}
.download:last-child {
  border-bottom: 2px solid var(--c-grey);
}
.download__label {
  display: grid;
  gap: 24px;
  grid-template-columns: 24px 1fr;
}
.download__label::before {
  content: " ";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../img/download.svg);
  background-size: 100% 100%;
}
.download__label--details::before {
  margin-top: 20px;
}
@media all and (min-width: 960px) {
  .download__label--details::before {
    margin-top: 0;
  }
}
.download__label--alt-icon::before {
  background: url(../img/open-green.svg);
  background-size: 100% 100%;
}
.download__title {
  overflow: hidden;
  font-weight: 700;
  text-decoration: underline;
  text-overflow: ellipsis;
}
.download__subtitle {
  font-size: 14px;
  line-height: 20px;
}
.download__detail {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
@media all and (min-width: 960px) {
  .download__detail {
    display: block;
  }
}
.download__details {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 960px) {
  .download__details {
    display: none;
    margin-bottom: 0;
  }
}

.downloads {
  display: grid;
  grid-gap: 0 48px;
  max-width: 480px;
}

.fasttrack-claims {
  padding: 32px 48px;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(18, 18, 23, 0.12);
  border-radius: 4px;
}
.fasttrack-claims__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.fasttrack-claims__button::after {
  content: url(../img/icon-circle-arrow.svg);
  margin-left: 8px;
}

.fasttrack-forms__options {
  display: grid;
  align-items: start;
  grid-gap: 48px;
}
@media all and (min-width: 750px) {
  .fasttrack-forms__options {
    grid-template-columns: 1fr 370px;
  }
}

.features {
  display: grid;
  grid-gap: 45px 55px;
  grid-template-columns: 1fr 1fr;
}

.feature:last-child:nth-child(2n-1) {
  grid-column: span 2;
}

.features-container {
  padding: 40px 0;
}
.features-container:nth-child(2n) {
  background-color: var(--c-sand);
}

.icon-features {
  display: grid;
  list-style: none;
  gap: 32px;
}
@media all and (min-width: 1000px) {
  .icon-features {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.feature-icon {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  text-align: center;
  background-color: var(--c-white);
  transition: box-shadow 0.5s ease;
  color: inherit;
  text-decoration: none;
}
.feature-icon:hover {
  box-shadow: 6px 10px 16px 0 rgba(29, 42, 60, 0.2), 2px 40px 34px -20px rgba(29, 42, 60, 0.2);
}
.feature-icon__content {
  padding: 0 32px 30px;
}
.feature-icon__icon {
  height: 64px;
  margin: 30px auto 0;
}
.feature-icon__cta {
  border-top: 1px solid var(--c-black);
  flex-grow: 0;
  margin-top: auto;
  padding: 16px 28px;
  font-size: 14px;
  color: var(--c-body-text);
  text-decoration: none;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-features {
  display: grid;
  list-style: none;
  gap: 32px;
}
@media all and (min-width: 450px) {
  .image-features {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.feature-image {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  text-align: center;
  background-color: var(--c-white);
  transition: box-shadow 0.5s ease;
  color: inherit;
  text-decoration: none;
}
.feature-image:hover {
  box-shadow: 6px 10px 16px 0 rgba(29, 42, 60, 0.2), 2px 40px 34px -20px rgba(29, 42, 60, 0.2);
}
.feature-image__content {
  padding: 0 32px 30px;
}
.feature-image__cta {
  border-top: 1px solid var(--c-black);
  flex-grow: 0;
  margin-top: auto;
  padding: 16px 28px;
  font-size: 14px;
  color: var(--c-body-text);
  text-decoration: none;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-container {
  position: relative;
}
.footer-container__cta {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.footer-container__cta::before {
  content: " ";
  background-color: var(--c-white);
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
}

main:has(> .bgc-sand:last-child) + .footer-container .footer-container__cta::before {
  background-color: var(--c-sand);
}

main:has(> .teaser-container:last-child:nth-child(2n-1)) + .footer-container .footer-container__cta::before {
  background-color: var(--c-sand);
}

main:has(> .bgc-light-sand:last-child) + .footer-container .footer-container__cta::before {
  background-color: var(--c-light-sand);
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer__cta {
  background-color: #333333;
  grid-row: 1/span 2;
  grid-column: 1;
}
.footer__primary {
  display: grid;
  align-items: start;
  grid-gap: 30px 70px;
  grid-template-areas: "social" "links";
  grid-template-columns: 1fr;
}
@media all and (min-width: 1130px) {
  .footer__primary {
    grid-template-areas: "social links";
    grid-template-columns: max-content 1fr;
  }
}
@media all and (min-width: 1450px) {
  .footer__primary {
    grid-gap: 90px;
  }
}
.footer__logo {
  width: 100%;
  max-width: 185px;
}
.footer__heading {
  font-size: 20px;
}
.footer__links {
  display: grid;
  grid-area: links;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  font-size: 14px;
}
@media all and (min-width: 400px) {
  .footer__links {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 540px) {
  .footer__links {
    grid-template-columns: max-content max-content;
  }
}
@media all and (min-width: 900px) {
  .footer__links {
    grid-template-areas: "column-1 column-2 column-3";
    grid-template-columns: 0.8fr 1fr max-content;
  }
  .footer__links > div:nth-child(1) {
    grid-area: column-1;
  }
  .footer__links > div:nth-child(2) {
    grid-area: column-2;
  }
  .footer__links > div:nth-child(3) {
    grid-area: column-1;
    grid-row: 2;
  }
  .footer__links > div:nth-child(4) {
    grid-area: column-2;
    grid-row: 2;
  }
  .footer__links > div:nth-child(5) {
    grid-area: column-3;
    grid-row: span 2;
  }
}
@media all and (min-width: 1130px) {
  .footer__links {
    display: flex;
    justify-content: space-between;
    margin-left: 160px;
  }
  .footer__links > div {
    max-width: none;
  }
}
.footer__link, .footer__link > a {
  display: block;
  margin-bottom: 0.65em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline-color: white;
  border-radius: 4px;
}
.footer__link:hover, .footer__link:focus, .footer__link > a:hover, .footer__link > a:focus {
  text-decoration: underline;
}
.footer__link--dark, .footer__link > a--dark {
  color: var(--c-body-text);
  margin-bottom: 0;
}
.footer__link--dark:hover, .footer__link > a--dark:hover {
  color: var(--c-green-alt);
  text-decoration: none;
}
.footer__link:last-child, .footer__link > a:last-child {
  margin-bottom: 0;
}
.footer__link--contact, .footer__link > a--contact {
  cursor: default;
}
.footer__link--contact:hover, .footer__link--contact:focus, .footer__link > a--contact:hover, .footer__link > a--contact:focus {
  text-decoration: none;
}
.footer__social-container {
  grid-area: social;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
  max-height: 190px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-area: social;
}
.footer__social a {
  border-radius: 4px;
  transition: filter 0.3s ease-out, outline 0s;
  outline-color: white;
}
.footer__social a:hover {
  filter: brightness(0.7);
}
.footer__secondary {
  padding: 32px 15px;
}
@media all and (min-width: 750px) {
  .footer__secondary {
    display: flex;
    justify-content: space-between;
  }
}
.footer__text.scope-cms a {
  color: inherit !important;
}
.footer__legal {
  display: grid;
  padding: 32px 15px;
  gap: 32px;
}
@media all and (min-width: 610px) {
  .footer__legal {
    display: flex;
    justify-content: space-between;
    gap: 20px 40px;
  }
}
.footer__legal .footer__link {
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: underline;
}
.footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}

.form-checkbox {
  display: grid;
  gap: 10px;
  grid-template-columns: max-content 1fr;
  cursor: pointer;
}
.form-checkbox--input {
  align-items: center;
}
.form-checkbox__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 4px;
}
.form-checkbox__checkbox:focus {
  outline-color: var(--c-green);
  outline-offset: 2px;
}

.form-fieldset {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.form-fieldset:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: 2px solid var(--c-grey);
}
@media all and (min-width: 650px) {
  .form-fieldset {
    grid-template-columns: repeat(6, 1fr);
  }
  .form-fieldset__legend {
    grid-column: span 6;
  }
}
@media (min-width: 500px) {
  .form-fieldset .multiselect {
    width: 100%;
  }
}

.form-input {
  display: block;
  width: 100%;
}
.form-input--small label {
  font-size: 15px;
}
.form-input--small .form-input__control {
  padding: 9px 10px;
  font-size: 15px;
}
.form-input--read-only .form-input__control {
  background-color: #d8d8d8;
}
.form-input--error .form-input__control {
  border: 1px solid var(--c-red);
  color: var(--c-red);
}
.form-input--error .form-input__control::-moz-placeholder {
  color: var(--c-red);
}
.form-input--error .multiselect__single,
.form-input--error .multiselect__input,
.form-input--error .multiselect__placeholder,
.form-input--error .form-input__control::placeholder {
  color: var(--c-red);
}
.form-input--error .multiselect__select {
  background: url(/img/chevron-red.svg);
}
.form-input--error .form-input__search::before {
  background: url("/img/search-red.svg");
}
@media all and (min-width: 650px) {
  .form-input--1_third {
    grid-column: span 2 !important;
  }
  .form-input--half {
    grid-column: span 3 !important;
  }
  .form-input--2_thirds {
    grid-column: span 4 !important;
  }
  .form-input--full {
    grid-column: span 6 !important;
  }
}
.form-input__label {
  display: block;
  color: var(--c-dark-grey);
  font-size: 16px;
  font-weight: 700;
}
.form-input__control {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  background-color: white;
  border: 1px solid var(--c-mid-grey);
  border-radius: 4px;
  color: var(--c-dark-grey);
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.form-input__control::-moz-placeholder {
  color: var(--c-dark-grey);
}
.form-input__control::placeholder {
  color: var(--c-dark-grey);
}
.form-input__control:focus {
  outline-color: var(--c-green);
  outline-offset: 2px;
}
.form-input__control--textarea {
  height: 120px;
}
.form-input__help {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 4px;
  color: var(--c-dark-grey);
  font-size: 13px;
}
.form-input__help img {
  height: 16px;
}
.form-input__error {
  margin-top: 2px;
  color: var(--c-red);
  font-size: 13px;
}
.form-input__search {
  position: relative;
}
.form-input__search::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: url("/img/search.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.form-input__search .form-input__control {
  padding-left: 40px;
}

.form-select {
  display: block;
  margin-top: 10px;
  width: 396px;
  padding: 12px 16px;
  background-color: white;
  border: 1px solid var(--c-mid-grey);
  border-radius: 4px;
  text-transform: capitalize;
  color: var(--c-dark-grey);
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.form-select:focus {
  outline-color: var(--c-green);
  outline-offset: 2px;
}

.hero {
  display: flex;
  flex-direction: column-reverse;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--c-sand);
}
@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 420px;
    padding: 32px 0;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .hero--short {
    height: 420px;
  }
}
.hero--tall {
  height: 100vh;
  min-height: 670px;
}
.hero--no-border {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .hero--no-border .hero__content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.hero__image {
  position: relative;
  overflow: auto;
  aspect-ratio: 1208/1088;
}
@media (min-width: 768px) {
  .hero__image--full {
    grid-column: 1/span 2;
  }
}
.hero__content {
  z-index: 1;
  align-self: center;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 0 24px 0 0;
  }
}
.hero__headline {
  font-family: "Intact Sans", arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
@media (min-width: 900px) {
  .hero__headline {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  .hero__headline {
    max-width: 580px;
    font-size: 50px;
  }
}
.hero__headline--large {
  font-size: 35px;
}
@media (min-width: 768px) {
  .hero__headline--large {
    max-width: 500px;
    font-size: 60px;
  }
}
@media (min-width: 1100px) {
  .hero__headline--large {
    max-width: 650px;
    font-size: 84px;
  }
}
.hero__headline--wide {
  max-width: 970px;
}
.hero__buttons {
  margin-top: 32px;
}

.hero-image-container {
  display: grid;
  --bg-colour: var(--c-sand);
  background: linear-gradient(180deg, var(--bg-colour) 0%, var(--bg-colour) 49.99%, white 50%, white 100%);
}
.hero-image-container:has(+ .teaser-container) {
  padding-bottom: 50px;
  background: var(--c-sand);
}
.hero-image-container + .teaser-container {
  background-color: var(--c-light-sand) !important;
}
.hero-image-container--blue {
  --bg-colour: var(--c-blue);
}

.hero-brackets-container {
  position: relative;
  perspective: 600px;
}

.hero-brackets {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  transform-style: preserve-3d;
}
.hero-brackets__crosshair {
  align-self: center;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: var(--c-red);
}
.hero-brackets__bracket {
  height: 100%;
}
.hero-brackets__bracket--right {
  transform-origin: center;
  transform: scaleX(-1);
}

.hero-home {
  display: grid;
  align-items: center;
}
.hero-home__image {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  align-self: stretch;
}
.hero-home__image::after {
  position: absolute;
  content: " ";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6666666667) 0%, transparent 100%);
}
@media all and (min-width: 1000px) {
  .hero-home__image::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6666666667) 0%, transparent 66%);
  }
}
.hero-home__image img {
  width: 100%;
  height: 648px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
.hero-home__content {
  grid-column: 1;
  grid-row: 1;
  padding: 40px 0;
}
.hero-home__content > div {
  max-width: 608px;
}
.hero-home__content .button--bordered, .hero-home__content .hero-buttons:not(.hero-buttons--tags) > .button:not(:first-child), .hero-home__content .ca-main-page .intro .button, .ca-main-page .intro .hero-home__content .button {
  color: var(--c-black);
  background-color: var(--c-white);
  border: solid 2px var(--c-black);
}

@media (min-width: 750px) {
  .highlight {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    justify-items: center;
  }
}
.highlight__image {
  height: 100%;
}
@media (min-width: 1000px) {
  .highlight__image {
    aspect-ratio: 3/2;
  }
}
.highlight:nth-of-type(even) .highlight__image {
  grid-column: 2;
}
.highlight__content {
  max-width: 500px;
  padding: 50px;
}

.highlight-text {
  background-color: var(--c-sand);
}
.highlight-text:nth-child(2) {
  background-color: var(--c-white);
}

.highlight-list {
  display: grid;
  grid-gap: 60px;
}
@media all and (min-width: 900px) {
  .highlight-list {
    grid-template-columns: 1fr 1fr;
  }
}
.highlight-list__icon {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlight-list__points {
  list-style-type: none;
}
.highlight-list__points li {
  padding-left: 24px;
  background: url("/img/bullet.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 8px 8px;
}
.highlight-list__points li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.highlight-list__point-list {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
}
.highlight-list__point-list-item {
  padding-bottom: 25px;
  border-bottom: solid 1px #DF0030;
}

.highlight-spotlight-interview {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px 0;
}
@media all and (min-width: 1000px) {
  .highlight-spotlight-interview {
    display: grid;
    align-items: center;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 500px;
  }
}
@media all and (min-width: 1000px) {
  .highlight-spotlight-interview:nth-child(2n-1):not(:first-child) .highlight-spotlight-interview__content {
    grid-column: 2;
    padding-right: 0;
    padding-left: 48px;
  }
}
.highlight-spotlight-interview__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 88%;
  margin: 0 auto;
  padding: 24px 16px;
}
@media all and (min-width: 1000px) {
  .highlight-spotlight-interview__content {
    width: 100%;
    flex-direction: row;
    padding: 52px 40px;
  }
}
.highlight-spotlight-interview__quotation-mark {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0;
}
.highlight-spotlight-interview__image {
  width: 100%;
}

.home-stats {
  display: grid;
}
@media all and (min-width: 1200px) {
  .home-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-stats__stat {
  border-bottom: 1.5px solid var(--c-grey);
  display: grid;
  gap: 16px;
  justify-content: center;
  justify-items: center;
  align-content: start;
  padding: 48px 0;
}
@media all and (min-width: 1200px) {
  .home-stats__stat {
    padding: 0;
    border-bottom: none;
    border-right: 1.5px solid var(--c-grey);
  }
}
.home-stats__stat:last-child {
  border-bottom: none;
}
@media all and (min-width: 1200px) {
  .home-stats__stat:last-child {
    border-right: none;
  }
}
.home-stats__icon {
  width: 80px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-stats__icon--large {
  height: 48px;
}
.home-stats__text {
  max-width: 300px;
}

.home-teaser {
  display: grid;
  align-items: center;
  overflow: hidden;
}
@media all and (min-width: 1200px) {
  .home-teaser {
    grid-template-columns: 1fr 1fr;
    height: 532px;
  }
}
.home-teaser:nth-last-child(2) {
  margin-bottom: 64px;
}
.home-teaser__image {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
  min-height: max(45vw, 228px);
}
@media all and (min-width: 750px) {
  .home-teaser__image {
    grid-column: 1;
    max-height: 532px;
    -o-object-position: 33% 50%;
       object-position: 33% 50%;
    min-height: 228px;
  }
}
@media all and (min-width: 1200px) {
  .home-teaser__image {
    grid-column: 1/span 2;
    max-height: 532px;
  }
}
.home-teaser__image--left {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media all and (min-width: 750px) {
  .home-teaser__image--left {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}
.home-teaser__content {
  position: relative;
  grid-column: 1;
  background-color: var(--c-sand);
}
@media all and (min-width: 750px) {
  .home-teaser__content {
    grid-row: 1;
    margin: 48px 0 48px auto;
    max-width: 497px;
    background-color: var(--c-white);
  }
}
@media all and (min-width: 1200px) {
  .home-teaser__content {
    max-width: none;
    margin: 0;
    grid-column: 2;
  }
}
.home-teaser__content--white {
  background-color: var(--c-white);
}
.home-teaser__content--sand {
  background-color: var(--c-sand);
}
.home-teaser__content > div {
  padding: 48px 6%;
  max-width: 616px;
}
@media all and (min-width: 1200px) {
  .home-teaser__content > div {
    padding: 64px 0 64px 104px;
  }
}
.home-teaser__buttons {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
}

.hscb-enter {
  display: grid;
  grid-gap: 40px 72px;
  grid-template-columns: 1fr;
}
@media (min-width: 850px) {
  .hscb-enter {
    grid-template-columns: 15fr 11fr;
  }
}
.hscb-enter__text a {
  color: var(--c-green-alt) !important;
  text-decoration: underline !important;
}
.hscb-enter__closing-date {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--c-blue);
}
.hscb-enter__criteria {
  height: -moz-fit-content;
  height: fit-content;
  padding: 38px 42px;
  background-color: #fff;
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
}
.hscb-enter__criteria-text {
  list-style-type: none;
}
.hscb-enter__criteria-text :not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 2px var(--c-light-grey);
}
.hscb-enter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.hscb-history {
  display: grid;
  grid-gap: 40px 72px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 750px) {
  .hscb-history {
    grid-template-columns: max-content 1fr;
  }
}

.hscb-intro {
  display: grid;
  align-items: start;
  grid-gap: 60px;
  grid-template-columns: 1fr;
  padding-top: clamp(80px, 15vh, 120px);
  padding-bottom: clamp(70px, 10vh, 90px);
}
@media (min-width: 750px) {
  .hscb-intro {
    grid-template-columns: 1fr min-content;
  }
}
@media (min-width: 1050px) {
  .hscb-intro {
    grid-template-columns: 1fr 320px;
  }
}
.hscb-intro__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.hscb-quote {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 40px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .hscb-quote {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 200px 90px max-content;
  }
}
@media (min-width: 900px) {
  .hscb-quote {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 72px;
  }
}
.hscb-quote__image {
  min-height: 100%;
  border-radius: 37px;
}
@media (min-width: 750px) and (max-width: 899px) {
  .hscb-quote__image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media (min-width: 900px) {
  .hscb-quote__image {
    height: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .hscb-quote__caption {
    grid-column: 1/span 2;
    grid-row: 2/span 2;
  }
}
.hscb-quote__quote::before {
  content: url("/img/quote-mark--red.svg");
  display: block;
  margin-bottom: 24px;
}

.hscb-section__step {
  background-color: var(--c-white);
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  padding: 36px 48px;
}
.hscb-section__columns {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 600px) {
  .hscb-section__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.hscb-section__logo {
  display: block;
  width: 88%;
  max-width: 360px;
}

.hscb-previous-winners {
  -moz-column-rule: 1px solid var(--c-blue);
       column-rule: 1px solid var(--c-blue);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media all and (min-width: 850px) {
  .hscb-previous-winners {
    -moz-columns: 2;
         columns: 2;
  }
}
@media all and (min-width: 1400px) {
  .hscb-previous-winners {
    -moz-columns: 3;
         columns: 3;
  }
}
.hscb-previous-winners__winner {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
}

.hscb-winners .t-2 {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 500px) {
  .hscb-winners .t-2 {
    font-size: 32px;
  }
}

.icon-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  background-color: var(--c-light-grey);
  border-radius: 56px;
  color: var(--c-blue);
  text-decoration: none;
}
.icon-button::before {
  margin-right: 18px;
}
.icon-button--telephone::before {
  content: url("/img/icon-telephone.svg");
}
.icon-button--website::before {
  content: url("/img/icon-website.svg");
}

.image-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--object-position);
     object-position: var(--object-position);
}
.image-fit--fill {
  height: 100%;
  width: 100%;
}

.intro--split {
  display: grid;
}
@media (min-width: 800px) {
  .intro--split {
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 32px;
  }
}
@media (min-width: 1180px) {
  .intro--split {
    grid-template-columns: 0.9fr 1fr;
    grid-gap: 32px;
  }
}

.intro-rich:nth-child(-n+3) {
  background-color: var(--c-white);
}
@media (min-width: 800px) {
  .intro-rich:nth-child(-n+3) > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    text-align: left;
  }
}
@media (min-width: 800px) {
  .intro-rich:nth-child(-n+3) h2 {
    font-size: 40px;
  }
}

.intro-home {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.intro-home__bracket-left {
  position: absolute;
  width: 100%;
  height: calc(100% + 60px);
  right: 50%;
  top: -100%;
  bottom: -100%;
  margin: auto 0;
  display: flex;
  justify-content: end;
  background-color: var(--c-dark-grey);
  animation: bracket-left 800ms ease-in-out forwards;
  animation-delay: 2s;
}
.intro-home__bracket-left img {
  height: 100%;
  margin-right: 10px;
}
.intro-home__bracket-right {
  position: absolute;
  width: 100%;
  height: calc(100% + 60px);
  left: 50%;
  top: -100%;
  bottom: -100%;
  margin: auto 0;
  display: flex;
  background-color: var(--c-dark-grey);
  animation: bracket-right 800ms ease-in-out forwards;
  animation-delay: 2s;
}
.intro-home__bracket-right img {
  height: 100%;
  transform: scaleX(-1);
  margin-left: 10px;
}

@keyframes bracket-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes bracket-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
.jobs {
  display: grid;
  list-style: none;
  grid-gap: 30px;
}
@media all and (min-width: 400px) {
  .jobs {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.jobs__job {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(18, 18, 23, 0.12);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease-out;
}
.jobs__job:hover {
  box-shadow: 0 25px 50px -12px rgba(18, 18, 23, 0.3);
}
.jobs__job h2 {
  font-size: 20px;
  margin-bottom: auto;
}
.jobs__job-details {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px 32px;
}
.jobs__cta {
  border-top: 1px solid var(--c-black);
  flex-grow: 0;
  margin-top: auto;
  padding: 16px 28px;
  font-size: 14px;
  color: var(--c-body-text);
  text-decoration: none;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
}

.multiselect__spinner::after,
.multiselect__spinner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-shadow: 0 0 0 1px transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  border-top-color: #41b883;
}

.multiselect__spinner::before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  color: #35495e;
  text-align: left;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 20px;
  margin-bottom: 8px;
  padding: 0 0 0 5px;
  background: #fff;
  border: none;
  border-radius: 5px;
  line-height: 20px;
  vertical-align: top;
  transition: border 0.1s ease;
}

.multiselect__input::input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__input:input-placeholder {
  color: #35495e;
}

.multiselect__input::input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  margin-bottom: 8px;
  padding-left: 5px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  display: block;
  min-height: 50px;
  padding: 8px 40px 0 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
}

.multiselect__tag {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 4px 26px 4px 10px;
  overflow: hidden;
  background: #41b883;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiselect__tag-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  margin-left: 7px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.multiselect__tag-icon::after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  padding: 8px 30px 0 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  white-space: nowrap;
}

.multiselect__current,
.multiselect__select {
  box-sizing: border-box;
  display: block;
  margin: 0;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 38px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select::before {
  position: relative;
  top: 65%;
  right: 0;
  margin-top: 4px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #999 transparent transparent;
  color: #999;
}

.multiselect__placeholder {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
  color: #adadad;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  display: block;
  position: absolute;
  z-index: 50;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  display: inline-block;
  min-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  position: relative;
  min-height: 40px;
  padding: 12px 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.multiselect__option::after {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 40px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected::after {
  content: attr(data-selected);
  background: inherit;
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight::after {
  content: attr(data-deselect);
  background: #ff6a6a;
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight::after {
  content: attr(data-deselect);
  background: #ff6a6a;
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 20px;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.multiselect {
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
  text-transform: capitalize;
}
@media all and (min-width: 500px) {
  .multiselect {
    width: 396px;
  }
}

.multiselect .multiselect__content-wrapper {
  width: auto;
  min-width: 100%;
  padding-right: 0 !important;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1.5px solid var(--c-green);
  border-top-width: 0;
}
.multiselect .multiselect__content-wrapper::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  border-radius: 10px;
}
.multiselect .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #d8d8d8;
  border-radius: 10px;
}
.multiselect .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}

.multiselect__tags {
  padding: 12px 16px;
  border: 1px solid var(--c-mid-grey);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.5;
}

.multiselect--active .multiselect__tags {
  border: 1px solid var(--c-green) !important;
}

.form-input--error .multiselect__tags {
  border: 1px solid var(--c-red);
}

.multiselect__option--highlight {
  background-color: var(--c-light-green);
  color: var(--c-body-text);
}
.multiselect__option--highlight::after {
  display: none;
}

.multiselect__option--selected {
  font-weight: 700;
}

.multiselect__option--highlight.multiselect__option--selected {
  background-color: var(--c-light-green);
  color: var(--c-body-text);
}

.multiselect__placeholder {
  margin-bottom: 0;
  padding: 0;
  color: var(--c-dark-grey);
  font-size: 16px;
  font-weight: 700;
}

.multiselect__single,
.multiselect__input {
  margin-bottom: 0;
  padding: 0;
  color: var(--c-body-text);
  line-height: 1.5;
}

.multiselect__input {
  background: none;
  font-weight: 700;
  line-height: 1.5;
}

.multiselect__select {
  z-index: 2;
  width: 40px;
  height: 50px;
  background: url(/img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
}
.multiselect__select__before {
  content: "";
}

.news-article {
  display: grid;
  grid-gap: 50px;
}
@media all and (min-width: 890px) {
  .news-article {
    grid-template-columns: 2.5fr 1fr;
  }
}
@media all and (min-width: 1300px) {
  .news-article {
    grid-template-columns: 710px 1fr;
  }
}

.news-list {
  display: grid;
  grid-gap: 48px 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.news-teaser-box {
  display: grid;
  grid-template-rows: max-content 140px;
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  transition: box-shadow 0.5s ease;
  color: inherit;
  text-decoration: none;
}
.news-teaser-box:hover {
  box-shadow: 6px 10px 16px 0 rgba(29, 42, 60, 0.2), 2px 40px 34px -20px rgba(29, 42, 60, 0.2);
}
.news-teaser-box__image {
  min-height: 236px;
}
.news-teaser-box__content {
  padding: 30px 32px;
}
.news-teaser-box__content a {
  text-decoration: none;
}
.news-teaser-box__tag {
  color: var(--c-body-text);
  text-decoration: none;
  text-transform: capitalize;
}
.news-teaser-box__cta {
  border-top: 1px solid var(--c-black);
  padding: 16px 28px;
  font-size: 14px;
  color: var(--c-body-text);
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 500px) {
  .news-teaser__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.news-teaser__articles {
  display: grid;
  grid-gap: 32px;
}
@media all and (min-width: 900px) {
  .news-teaser__articles {
    grid-template-columns: 1fr 1fr;
  }
}

.office-contact {
  padding: 24px;
  background-color: var(--c-white);
  border: 1.5px solid var(--c-grey);
  border-radius: 4px;
}
@media all and (min-width: 450px) {
  .office-contact {
    padding: 40px 45px;
  }
}
@media all and (min-width: 980px) {
  .office-contact {
    padding: 45px 70px;
  }
}
.office-contact__detail {
  display: flex;
  gap: 0 14px;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  line-height: 20px;
  overflow-wrap: break-word;
}
.office-contact__icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
  height: 20px;
}

a.office-contact__detail {
  transition: color 0.2s ease;
}
a.office-contact__detail:hover {
  color: var(--c-green-alt);
}

.office-contacts {
  display: grid;
  grid-gap: 32px;
}
@media all and (min-width: 820px) {
  .office-contacts {
    grid-template-columns: 1fr 1fr;
  }
}

.office-contact > *:not(:last-child) {
  margin-bottom: 12px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
}
.pagination__link, .pagination__page {
  padding: 16px 19px;
  background-color: var(--c-light-grey);
  color: var(--c-body-text);
  transition: all 0.2s linear;
  display: grid;
  align-items: center;
  font-weight: 700;
}
.pagination__link:link, .pagination__link:visited, .pagination__page:link, .pagination__page:visited {
  text-decoration: none;
}
.pagination__link--disabled, .pagination__page--disabled {
  background-color: var(--c-light-grey);
  opacity: 0.3;
}
.pagination__link:hover:not(.pagination__link--disabled), .pagination__link:active:not(.pagination__link--disabled), .pagination__link--current:not(.pagination__link--disabled), .pagination__page:hover:not(.pagination__link--disabled), .pagination__page:active:not(.pagination__link--disabled), .pagination__page--current:not(.pagination__link--disabled) {
  background-color: var(--c-blue);
}
.pagination__skip {
  padding: 16px 19px;
  background-color: var(--c-light-grey);
  transition: all 0.2s linear;
}
.pagination__chevron {
  width: 7px;
}
.pagination__chevron--left {
  transform: scale(-1);
}

.people {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 850px) {
  .people {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.people__person {
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(18, 18, 23, 0.12);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease-out;
}
.people__person:hover {
  box-shadow: 0 25px 50px -12px rgba(18, 18, 23, 0.3);
}
.people__person-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 4px 4px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__person-details {
  width: 100%;
  padding: 14px 18px;
}

.person {
  display: grid;
}
@media all and (max-width: 999px) {
  .person {
    grid-template-rows: 60vh 1fr;
    padding-top: 94px;
  }
  .person__details {
    grid-column: 1;
    grid-row: 2;
    margin: 0 auto 100px;
    width: 88%;
  }
  .person__details-content {
    margin-top: -50px;
  }
  .person__portrait {
    grid-column: 1;
    grid-row: 1;
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) calc(100% - 100px), 0 calc(100% - 100px), 0 0);
  }
}
@media all and (min-width: 1000px) {
  .person {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    justify-items: center;
    border-top: solid 110px var(--c-red);
  }
  .person__details {
    grid-column: 1/span 2;
    grid-row: 1;
    width: 88%;
    max-width: 1160px;
    padding-bottom: 165px;
    padding-top: 165px;
  }
  .person__details-content {
    width: 450px;
  }
}
@media all and (min-width: 1000px) and (min-width: 1100px) {
  .person__details-content {
    width: 500px;
  }
}
@media all and (min-width: 1000px) {
  .person__portrait {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 100px 100%, 100px 100px, 0 0);
  }
}

.products {
  display: grid;
  align-items: stretch;
  grid-gap: 30px;
}
@media all and (min-width: 400px) {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media all and (min-width: 600px) {
  .products--large {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
}
.products__broker {
  padding: 50px 50px 60px;
}

.product-link {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(18, 18, 23, 0.12);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease-out;
}
.product-link:hover {
  box-shadow: 0 25px 50px -12px rgba(18, 18, 23, 0.3);
}
.product-link--no-hover:hover {
  box-shadow: 0 4px 6px -1px rgba(18, 18, 23, 0.12);
}
.product-link * {
  color: inherit;
  text-decoration: none;
}
.product-link__image {
  width: 100%;
  min-height: 236px;
  border-radius: 4px 4px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-link__tags {
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.product-link__subtitle {
  display: block;
  color: #4b4b4b;
}
.product-link__content {
  display: grid;
  grid-template-rows: 1fr max-content;
  padding: 30px 32px;
}
.product-link__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-link__link--centred {
  justify-content: center;
}
.product-link__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  color: var(--c-body-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.related-news {
  display: grid;
  grid-column: span 2;
  grid-gap: 32px;
  grid-template-columns: 100px 1fr;
}
.related-news:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 2px var(--c-light-grey);
}
.related-news-image {
  aspect-ratio: 1/1;
}

.s-home-links {
  display: grid;
  gap: 32px;
}
@media (min-width: 1050px) {
  .s-home-links {
    grid-template-columns: 3fr 3fr;
  }
}
.s-home-links__link {
  background-color: var(--c-white);
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  transition: box-shadow 0.5s ease;
  color: inherit;
  text-decoration: none;
}
.s-home-links__link:hover {
  box-shadow: 6px 10px 16px 0 rgba(29, 42, 60, 0.2), 2px 40px 34px -20px rgba(29, 42, 60, 0.2);
}
.s-home-links__link--buttons {
  display: flex;
  flex-direction: column;
  padding: 30px 32px;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.s-home-links__link--buttons .button {
  width: 100%;
  text-align: center;
}
.s-home-links__link-content {
  padding: 24px 32px;
}
.s-home-links__link-image {
  width: 100%;
}

.si-quote {
  display: grid;
  grid-gap: 30px 50px;
  grid-auto-flow: dense;
}
@media (min-width: 850px) {
  .si-quote {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 1300px) {
  .si-quote {
    grid-gap: 0;
  }
}
@media (min-width: 850px) {
  .si-quote:nth-of-type(even) {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 850px) {
  .si-quote:nth-of-type(even) .si-quote__image {
    grid-column: 2;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.si-quote__image {
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
@media (min-width: 1100px) {
  .si-quote__image {
    aspect-ratio: 1.5/1;
  }
}
.si-quote__quote {
  max-width: 520px;
}
.si-quote__quote::before {
  content: url("/img/quote-mark.svg");
  display: block;
  margin-bottom: 22px;
}

.spotlight-interview {
  border-bottom: solid 1px #212121;
}

.supplier {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 40px 40px;
  background-color: #fff;
  box-shadow: 2px 40px 34px -20px rgba(29, 42, 60, 0.14), 6px 10px 16px 0 rgba(29, 42, 60, 0.04);
  border-radius: 4px;
}
.supplier__logo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  width: 100%;
  max-width: 200px;
  height: 50px;
}
.supplier .hero-buttons {
  gap: 16px;
}
.supplier .button {
  padding: 6px 16px;
}

.suppliers__location-toggle {
  display: flex;
  justify-content: center;
  background-color: var(--c-black);
  color: white;
}
.suppliers__location-button {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: transparent;
  border-top: 6px solid var(--c-black);
  border-bottom: 6px solid var(--c-black);
  outline-color: var(--c-black);
  outline-offset: -6px;
  outline-width: 6px;
  color: white;
  font-weight: 700;
  transition: all 0.2s ease-out, outline-width 0s, outline-color 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 700px) {
  .suppliers__location-button {
    padding: 30px 40px;
  }
}
.suppliers__location-button:focus {
  outline: 6px solid var(--c-red);
}
.suppliers__location-button:active {
  outline: 6px solid var(--c-dark-red);
}
.suppliers__location-button:hover {
  border-bottom: 6px solid var(--c-dark-red);
}
.suppliers__location-button--active {
  background-color: var(--c-red);
  border-color: var(--c-red);
}
.suppliers__location-icon {
  filter: brightness(0) invert(1);
}
@media (max-width: 600px) {
  .suppliers__location-icon {
    display: none;
  }
}
.suppliers__category:not(:first-child) {
  margin-top: clamp(40px, 8vh, 60px);
}
.suppliers__suppliers {
  display: grid;
  grid-gap: 20px;
}
@media all and (min-width: 400px) {
  .suppliers__suppliers {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media all and (min-width: 1200px) {
  .suppliers__suppliers {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.suppliers__supplier {
  padding: 16px;
  background-color: var(--c-white);
  border: 2px solid var(--c-grey);
  border-radius: 4px;
}
@media all and (min-width: 600px) {
  .suppliers__supplier {
    padding: 30px 35px;
  }
}

.tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: var(--c-teal);
  border-radius: 16px;
  color: var(--c-dark-teal);
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  text-transform: capitalize;
}

a.tag {
  transition: all 0.2s ease;
}
a.tag:hover {
  background-color: var(--c-mid-teal);
}

.teaser {
  display: grid;
  gap: 48px 0;
  align-items: center;
}
@media all and (min-width: 1000px) {
  .teaser {
    grid-template-columns: 1fr 1fr;
  }
  .teaser > div {
    padding-right: 48px;
  }
}
.teaser:link, .teaser:visited {
  color: inherit;
  text-decoration: none;
}
.teaser--no-align {
  align-items: stretch;
}
.teaser .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 767px) {
  .teaser__text {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser__quote {
  max-width: 450px;
}
.teaser__image {
  align-self: start;
}
@media all and (max-width: 999px) {
  .teaser__image {
    grid-row: 1;
  }
}
.teaser__images {
  align-self: start;
  display: grid;
  gap: 16px;
}
@media all and (max-width: 999px) {
  .teaser__images {
    grid-row: 1;
  }
}

.teaser-container {
  background-color: var(--c-sand);
  padding: 64px 0;
}
.teaser-container:nth-child(2n) {
  background-color: var(--c-white);
  padding: 0;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media all and (min-width: 1000px) {
  .teaser-container:nth-child(2n) > .teaser > img, .teaser-container:nth-child(2n) > .teaser > aside {
    grid-column: 1;
    grid-row: 1;
  }
  .teaser-container:nth-child(2n) > .teaser > div {
    padding-left: 48px;
    padding-right: 0;
  }
}

@media (min-width: 820px) {
  .teasers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.text-columns {
  display: grid;
  grid-gap: 40px 55px;
}
@media all and (min-width: 650px) {
  .text-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1220px) {
  .text-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 650px) and (max-width: 1219px) {
  .text-columns__first {
    grid-column: span 2;
  }
}
@media all and (min-width: 750px) and (max-width: 1219px) {
  .text-columns__first {
    width: 50%;
  }
}

.text-note {
  display: grid;
  grid-gap: 14px 16px;
  grid-template-columns: max-content 1fr;
  padding: 12px;
  border: 1.5px solid black;
  border-radius: 4px;
  font-size: 14px;
}
.text-note--warning {
  background-color: var(--c-light-red);
  border-color: var(--c-red);
}
.text-note--success {
  background-color: var(--c-light-green);
  border-color: var(--c-green-bright);
}
.text-note--large {
  padding: 20px 25px;
  font-size: 18px;
}
.text-note--large .text-note__image {
  width: 26px;
}
.text-note__image {
  width: 20px;
}

.timeline-date {
  display: grid;
  grid-gap: 30px 60px;
  align-items: center;
  background-color: var(--c-sand);
}
@media all and (max-width: 799px) {
  .timeline-date {
    padding: 30px 6%;
  }
}
@media all and (min-width: 800px) {
  .timeline-date {
    grid-template-columns: 1fr 1fr;
    padding: 60px 0;
  }
}
.timeline-date:has(> .timeline-date__image) {
  background-color: var(--c-white);
}
.timeline-date:nth-child(2n) {
  background-color: var(--c-white);
}
@media all and (min-width: 800px) {
  .timeline-date:nth-child(2n) .timeline-date__image {
    grid-column: 1;
    justify-self: end;
  }
  .timeline-date:nth-child(2n) .timeline-date__text {
    grid-column: 2;
    justify-self: start;
  }
}
@media all and (min-width: 800px) {
  .timeline-date__text {
    grid-row: 1;
    max-width: 580px;
    justify-self: end;
  }
}
.timeline-date__image {
  width: 100%;
  filter: brightness(0) invert(12%) sepia(91%) saturate(4691%) hue-rotate(339deg) brightness(97%) contrast(110%);
}
@media all and (min-width: 800px) {
  .timeline-date__image {
    height: 300px;
    width: auto;
    max-width: 100%;
    grid-row: 1;
  }
}

.upload-cv {
  display: grid;
  border-radius: 4px;
  overflow: hidden;
}
@media all and (min-width: 680px) {
  .upload-cv {
    grid-template-columns: 260px 1fr;
  }
}
@media all and (min-width: 800px) {
  .upload-cv {
    grid-template-columns: 350px 1fr;
  }
}
@media all and (min-width: 950px) {
  .upload-cv {
    grid-template-columns: 410px 1fr;
  }
}
.upload-cv__content {
  padding: 32px 32px 40px;
}
@media all and (min-width: 550px) {
  .upload-cv__content {
    padding: 48px;
  }
}
@media all and (min-width: 900px) {
  .upload-cv__content {
    padding: 64px 74px;
  }
}

.vacancy__content {
  display: grid;
  align-items: start;
  grid-gap: 32px;
}
@media all and (min-width: 750px) {
  .vacancy__content {
    grid-template-columns: 1fr 400px;
  }
}
.vacancy__description {
  padding: 30px;
  border-radius: 4px;
  border: 1.5px solid var(--c-grey);
}
.vacancy__aside {
  padding: 30px;
  border-radius: 4px;
  border: 1.5px solid var(--c-grey);
}
.vacancy__details {
  margin-bottom: 32px;
}
.vacancy__details > dt {
  font-weight: 700;
}
.vacancy__details > dd {
  margin-bottom: 0.7em;
}
.vacancy__details > dd:not(:last-of-type) {
  padding-bottom: 0.7em;
}

.careers_highlight {
  display: grid;
  grid-gap: 30px 50px;
  grid-auto-flow: dense;
  margin-bottom: 120px;
}
@media (min-width: 850px) {
  .careers_highlight {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 1300px) {
  .careers_highlight {
    grid-gap: 0;
  }
}
@media (min-width: 850px) {
  .careers_highlight:nth-of-type(even) {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (min-width: 850px) {
  .careers_highlight:nth-of-type(even) .careers_highlight__image {
    grid-column: 2;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.careers_highlight__image {
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
@media (min-width: 1100px) {
  .careers_highlight__image {
    aspect-ratio: 1.5/1;
  }
}
.careers_highlight__content {
  max-width: 520px;
}

.page-csr_highlight {
  display: grid;
  align-items: center;
  grid-gap: 30px 80px;
  grid-auto-flow: dense;
}
@media (min-width: 850px) {
  .page-csr_highlight {
    grid-template-columns: 1fr 1fr;
  }
}
.page-csr_highlight__image {
  height: 100%;
}
.page-csr_highlight__content {
  max-width: 500px;
}

.page-csr_highlight-container {
  padding: 40px 0;
}
.page-csr_highlight-container:nth-child(2n) {
  background-color: var(--c-sand);
}
@media (min-width: 850px) {
  .page-csr_highlight-container:nth-child(2n) .page-csr_highlight__image {
    grid-column: 2;
  }
}

*:focus {
  outline-style: solid;
  outline-width: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* purgecss start ignore */
  /* purgecss end ignore */
}
@supports not (display: grid) {
  /* purgecss start ignore */
  /* purgecss end ignore */
}
