/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/**
 * Reset margins and paddings for all headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding-left: 1em;
  margin: 0 0 0.5em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Set consistent styles in all browsers
 * 
 */
fieldset {
  border: none;
  margin: 0 0 6rem;
  padding: 0;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * 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;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'Jost';
  src: url('/fonts/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 600;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/fonts/Jost-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 600;
  font-style: italic;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1500px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
body {
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hero,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.2;
  text-wrap: balance;
}
h1.hero,
.h1 hero {
  font-size: 1rem;
  font-size: 40px;
}
@media screen and (min-width: 680px) {
  h1.hero,
  .h1 hero {
    font-size: clamp(40px, 40px + 2vw, 48px);
  }
}
@media screen and (min-width: 1080px) {
  h1.hero,
  .h1 hero {
    font-size: 48px;
  }
}
h1,
.h1 {
  font-size: 1rem;
  font-size: 32px;
}
@media screen and (min-width: 680px) {
  h1,
  .h1 {
    font-size: clamp(32px, 32px + 2vw, 38px);
  }
}
@media screen and (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
h2,
.h2 {
  font-size: 1rem;
  font-size: 24px;
}
@media screen and (min-width: 680px) {
  h2,
  .h2 {
    font-size: clamp(24px, 24px + 2vw, 32px);
  }
}
@media screen and (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-size: 1rem;
  font-size: 24px;
}
@media screen and (min-width: 680px) {
  h3,
  .h3 {
    font-size: clamp(24px, 24px + 2vw, 28px);
  }
}
@media screen and (min-width: 1080px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
h4,
.h4 {
  font-size: 1rem;
  font-size: 20px;
}
@media screen and (min-width: 680px) {
  h4,
  .h4 {
    font-size: clamp(20px, 20px + 2vw, 24px);
  }
}
@media screen and (min-width: 1080px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
h5,
.h5 {
  font-size: 1rem;
  font-size: 14px;
}
@media screen and (min-width: 680px) {
  h5,
  .h5 {
    font-size: clamp(14px, 14px + 2vw, 16px);
  }
}
@media screen and (min-width: 1080px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
h6,
.h6 {
  font-size: 1.8rem;
  font-weight: 500;
}
a {
  color: #1A1D2B;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
a:hover {
  color: #3E4564;
}
p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 0.5em;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4 {
  margin-bottom: 0.5em;
}
.text-block p {
  margin-bottom: 1em;
}
.text-block ul,
.text-block ol {
  margin: -0.5em 0 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a {
  max-width: 1200px;
}
.btn {
  -webkit-appearance: none;
  -webkit-user-select: none;
  align-items: center;
  background: none;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  margin: 0;
  padding: 12px 20px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  transition: background 0.25s ease-in-out;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 1px solid #1A1D2B;
  outline-offset: 1px;
}
.btn:hover {
  text-decoration: none;
}
.btn__system,
.btn.btn-primary {
  background-color: #1A1D2B;
  color: #fff;
}
.btn__system:hover,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #3E4564;
}
.btn__system-outline,
.btn.btn-primary-outline {
  color: #1A1D2B;
  background-color: transparent;
  border: 1px solid #1A1D2B;
  padding: 11px 20px 11px;
}
.btn__system-outline:hover,
.btn.btn-primary-outline:hover {
  background-color: #1A1D2B;
  border: 1px solid #1A1D2B;
  color: #fff;
}
.btn.btn-full-width {
  width: 100%;
  text-align: center;
  display: block;
}
.btn__icon-only {
  padding: 12px;
  border-radius: 0;
}
.btn__accent {
  background-color: #1A1D2B;
  color: #fff;
}
.btn__accent:hover {
  background-color: #3E4564;
  color: #fff;
}
.btn__accent-outline {
  color: #1A1D2B;
  background-color: #f8f3dc;
  border: 1px solid #1A1D2B;
  padding: 11px 20px 11px;
}
.btn__accent-outline:hover {
  background-color: #1A1D2B;
  color: #fff;
}
.btn__accent-outline-white {
  color: #1A1D2B;
  background-color: #fff;
  border: 1px solid #1A1D2B;
  padding: 11px 20px 11px;
}
.btn__accent-outline-white:hover {
  background-color: #1A1D2B;
  color: #fff;
}
.btn__danger {
  background-color: #E02D3C;
  color: #fff;
}
.btn__danger:hover {
  background-color: #BA2532;
  color: #fff;
}
.btn__danger-outline {
  color: #BA2532;
  background-color: #fff;
  border: 1px solid #BA2532;
  padding: 11px 20px 11px;
}
.btn__danger-outline:hover {
  background-color: #BA2532;
  color: #fff;
}
.btn__action {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1.2rem 1.2rem 1.2rem 2.8rem;
  text-align: left;
  max-width: 277px;
  width: 100%;
}
.btn__action-icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: auto;
  width: 40px;
}
.btn__slim {
  padding: 0.7rem 1.6rem 0.7rem 1.8rem;
}
.btn__block {
  display: block;
  width: 100%;
}
.btn__toggle {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  text-align: left;
  width: 100%;
}
.btn__toggle svg {
  float: right;
  display: inline-block;
  position: relative;
  top: 5px;
}
.btn__no-icon {
  justify-content: center;
}
.btn .icon-start {
  margin-right: 8px;
}
.btn .icon-end {
  margin-left: 8px;
}
.icon-desktop-only {
  display: none;
}
@media all and (min-width: 1120px) {
  .icon-desktop-only {
    display: block;
  }
}
.btn-link {
  padding: 0;
}
.jump-link {
  font-size: 1.8rem;
  text-decoration: none;
}
.icon-only {
  display: inline-flex;
  line-height: 1.2;
  letter-spacing: 0.012em;
  margin: 0;
  padding: 12px 20px 12px;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: #1A1D2B;
}
.tile {
  display: block;
  text-decoration: none;
  background-color: #1A1D2B;
  transition: background-color 0.25s ease-in-out;
  margin-bottom: 2.4rem;
  border-radius: 8px;
}
.tile__image {
  background-color: #f8f3dc;
  height: 0;
  margin: 0;
  padding-bottom: 70%;
  position: relative;
}
.tile__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tile__content {
  color: #f8f3dc;
  padding: 20px;
}
.tile__content h3 {
  font-size: 2rem;
  color: #F7F7F8;
}
.tile__icon {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 60px;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-top: 2rem;
  width: 60px;
}
.tile:hover {
  background-color: #3E4564;
  cursor: pointer;
}
@media (min-width: 766px) {
  .tile {
    margin: 0 5px;
  }
}
.card {
  border-radius: 8px;
  padding: 16px;
}
.card__msg,
.card__label,
.card__title,
.card__info {
  margin-bottom: 20px;
}
.card__title h4 {
  font-size: 2rem;
  font-weight: 700;
}
.card__info a {
  font-size: 1.6rem;
}
.card__msg {
  margin-bottom: 1.5rem;
}
.section__hero .card__msg {
  margin-bottom: 4.8rem;
  padding: 1.2rem 1.2rem 0.4rem;
}
.card__footer {
  margin-top: 1.5rem;
  text-align: right;
}
.card__footer ul {
  text-align: left;
  font-size: 1.6rem;
}
.card__footer ul li {
  margin-bottom: 8px;
}
.card p {
  margin: 0;
}
.card__actions {
  margin-top: 1.5rem;
  text-align: center;
}
.card__actions .btn__accent-outline {
  background-color: #fff;
}
.card__actions .btn__accent-outline:hover {
  color: #fff;
  background-color: #1A1D2B;
}
.card__actions a {
  display: block;
  text-align: center;
}
.card__actions a:not(:last-child) {
  margin-bottom: 1.4rem;
}
.card__details {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.card__details label {
  color: #6d6d6d;
}
.card__details li {
  margin-bottom: 20px;
}
.card__details h5 {
  display: inline;
}
.card__details .card__actions {
  margin: 32px 0 20px;
}
.card__details .tag-list .tag {
  background-color: #F7F5EF;
}
.card__image {
  border-radius: 12px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}
.card-uniform,
.card-manage {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  height: auto;
}
.card-uniform .card__actions,
.card-manage .card__actions {
  margin-top: auto;
  padding-top: 20px;
}
.card-uniform .card__footer,
.card-manage .card__footer {
  margin-top: auto;
  text-align: center;
}
.card-manage {
  height: 400px;
  background-color: #fff;
  width: 300px;
}
.card-manage li {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media all and (min-width: 1024px) {
  .card__footer .manage-actions {
    display: flex;
    justify-content: space-between;
  }
  .card__footer .manage-actions a {
    width: 160px;
    height: fit-content;
  }
}
@media all and (min-width: 1280px) {
  .card__footer .manage-actions a {
    width: 180px;
  }
}
@media all and (min-width: 1440px) {
  .card__footer .manage-actions a {
    width: 200px;
  }
}
.page-overview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bookmark-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tag-list {
  gap: 4px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.tag-list .tag {
  font-size: 1.6rem;
  border-radius: 16px;
  background: #fff;
  width: fit-content;
  padding: 4px 12px;
  margin-bottom: 4px;
  color: #1A1D2B;
}
.tag {
  background-color: #1A1D2B;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  padding: 4px 8px;
  color: #f8f3dc;
}
.location-tag {
  display: block;
  background-color: #fff;
  border-radius: 16px;
  width: fit-content;
  font-size: 1.4rem;
  padding: 4px 12px;
}
.panel-msg__title {
  font-weight: 600;
  line-height: 1.3;
}
.panel-msg__provide,
.panel-msg__request,
.panel-msg__request-provide {
  color: #1A1D2B;
  padding: 0.8rem;
}
.panel-msg__provide a,
.panel-msg__request a,
.panel-msg__request-provide a {
  color: #1A1D2B;
}
.panel-msg__request {
  background-color: #ECF0B2;
}
.panel-msg__provide {
  background-color: #CFEDE8;
}
.panel-msg__request-provide {
  background-color: #f8f3dc;
}
.section__hero .panel-msg__request-provide {
  background-color: #FFF8EB;
}
.checkboxlist,
.radiobuttonlist {
  margin-top: 4px;
}
.checkbox__control {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkbox__control ~ label:first-of-type {
  align-items: center;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding-right: 5px;
  position: relative;
  transition: background 0.2s ease-in;
  vertical-align: text-bottom;
}
.checkbox__control ~ label:first-of-type:hover {
  color: #1A1D2B;
  cursor: pointer;
}
.checkbox__control ~ label:first-of-type:hover:before {
  border-color: #1A1D2B;
}
.checkbox__control ~ label:first-of-type:before {
  background-color: #fff;
  border: 2px solid rgba(41, 40, 39, 0.8);
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 1.8rem;
  margin-right: 10px;
  position: relative;
  top: 0;
  transition: background 0.2s ease-in;
  width: 1.8rem;
}
.checkbox__control:checked ~ label:first-of-type:before {
  background: #1A1D2B;
  border-color: #1A1D2B;
}
.checkbox__control:checked ~ label:first-of-type:after {
  background: transparent;
  border-left: 2px solid #f8f3dc;
  border-bottom: 2px solid #f8f3dc;
  border-top: none;
  border-right: none;
  bottom: 0;
  content: "";
  height: 6px;
  left: 3px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: -2px;
  transform: rotate(-45deg);
  width: 12px;
}
.checkbox__control:disabled ~ label:first-of-type {
  color: #1A1D2B;
}
.checkbox__control:disabled ~ label:first-of-type:hover {
  background-color: transparent;
}
.checkbox__control:disabled ~ label:first-of-type::before {
  background: #A4A29D;
  border-color: #A4A29D;
}
[type="radio"]:focus-visible + label,
[type="checkbox"]:focus-visible + label {
  outline: 1px solid #3E4564;
}
.radio__control {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.radio__control__value {
  color: #7B7A76;
  font-size: 1.4rem;
  display: block;
}
.radio__control + label {
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding-right: 5px;
  position: relative;
  transition: background 0.2s ease-in;
  vertical-align: text-bottom;
}
.radio__control + label:hover {
  color: #1A1D2B;
  cursor: pointer;
}
.radio__control + label:hover:before {
  border-color: #1A1D2B;
}
.radio__control + label:before {
  background-color: #fff;
  border: 2px solid rgba(41, 40, 39, 0.8);
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1.8rem;
  margin-right: 10px;
  position: relative;
  top: 0;
  transition: background 0.2s ease-in;
  width: 1.8rem;
}
.radio__control + label:after {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  transition: background 0.2s ease-in;
  width: 10px;
}
.radio__control:checked + label:before {
  border-color: #1A1D2B;
  border-width: 2px;
}
.radio__control:checked + label:after {
  background-color: #1A1D2B;
}
.radio__control:disabled + label {
  color: #1A1D2B;
}
.radio__control:disabled + label:hover {
  background-color: transparent;
}
.radio__control:disabled + label::before {
  background: #A4A29D;
  border-color: #A4A29D;
}
.form-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.192px;
}
.form-group {
  clear: left;
  position: relative;
  margin-bottom: 4rem;
}
.form-group__fieldset {
  border: 1px solid #CDCBC4;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
.form-control {
  background: #fff;
  border: 1px solid #A4A29D;
  border-radius: 12px;
  color: #1A1D2B;
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 1rem 1.2rem;
  text-indent: 0;
  min-height: 46px;
}
.form-control:focus-visible {
  outline: none;
  border: 1px solid #3E4564;
}
.form-control[disabled] {
  background-color: #f3f3f3;
}
.form-control::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.192px;
}
textarea.form-control {
  resize: none;
  border-radius: 12px;
}
textarea.form-control:focus-visible {
  outline: none;
  border: 1px solid #3E4564;
}
.form-submit {
  margin: 1em 0;
}
.validation-summary-errors,
.field-validation-error {
  display: inline-block;
  margin: 4px 0 1em 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: normal;
  z-index: 1;
  width: 100%;
  padding: 8px;
  color: #52514E;
  background-color: #FEF1F2;
}
.validation-summary-errors::before,
.field-validation-error::before {
  content: url('/assets/icons/error.svg');
  width: 22px;
  display: inline-block;
  vertical-align: sub;
}
.field-validation-error:empty {
  display: none;
}
.input-validation-error {
  border: 1px solid #E02D3C;
}
select.form-control {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  width: 100%;
  appearance: none;
  background-image: url("/assets/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 1em;
}
select.form-control:focus-visible {
  outline: none;
  border: 1px solid #3E4564;
}
.form-page {
  padding: 110px 0 100px;
  background-color: #f8f3dc;
  min-height: 100vh;
}
.form-page h1 {
  margin-bottom: 4.2rem;
}
.form-page h2 {
  margin-bottom: 4.8rem;
}
.form-page__toolbar {
  align-items: center;
  background: #fff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 6rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.form-page__toolbar > div {
  align-items: center;
  display: flex;
  width: 100%;
}
.form-page__toolbar button[type=submit] {
  margin-left: auto;
}
.image-upload {
  /* &.has-image {
        &__info {
            display: block;
        }
    }*/
}
.image-upload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.image-upload__add {
  border: 2px dashed #CDCBC4;
  display: block;
  font-weight: 600;
  padding: 20px 0;
  border-radius: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.192px;
  margin: 20px 0;
}
.image-upload__add:hover {
  background-color: #F3F0E2;
}
.has-image .image-upload__add {
  display: none;
}
.image-upload__add span {
  display: block;
  margin: 8px 0;
}
.image-upload__add span:last-of-type {
  color: #52514E;
}
.image-upload__info {
  display: none;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  text-align: right;
}
.has-image .image-upload__info {
  display: block;
}
.image-upload__item {
  text-align: left;
  margin-bottom: 0.8rem;
}
.form-h--short {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.6rem;
}
.form-compact textarea {
  background-color: #fff;
  border: 1px solid #1A1D2B;
}
.form-compact textarea:focus-visible {
  outline: none;
  border: 1px solid #3E4564;
}
.form-compact textarea.input-validation-error {
  border: 1px solid #E02D3C;
}
.form-compact__container {
  padding: 3.2rem 5px 1.6rem;
}
.form-response__success-msg {
  align-items: center;
  display: grid;
  grid-template-columns: 3rem auto;
  grid-gap: 20px;
}
.form-response__success-msg h6 {
  line-height: 1.4;
}
.form-response__success-msg svg {
  color: #1A1D2B;
  height: 3rem;
  width: 3rem;
}
.form-icon-input {
  align-items: center;
  background-color: #fff;
  border: 1px solid #A4A29D;
  display: flex;
  margin-bottom: 1.2rem;
  border-radius: 12px;
}
.form-icon-input label {
  display: inline-block;
  flex-shrink: 0;
  margin: 0;
  text-align: center;
  width: 32px;
}
.form-icon-input input {
  background-color: #fff;
  border: none;
  display: inline-block;
  flex-grow: 1;
}
.form-icon-input input:focus-visible {
  border: 1px solid #3E4564;
}
.form-section--heading {
  margin-bottom: 1.2rem;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.288px;
}
.label__required {
  color: #292827;
  position: absolute;
  right: 0;
}
.label__optional {
  color: #7B7A76;
  position: absolute;
  right: 0;
}
.label__explainer {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.label__explainer:first-of-type {
  margin-bottom: 2rem;
}
.label__switch {
  display: inline-block;
  font-size: 16px;
}
.label-helper {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.192px;
  color: #52514E;
  margin-bottom: 20px;
  display: block;
}
.favourite-form {
  display: flex;
  position: absolute;
  right: 0;
  padding-right: 12px;
  align-self: center;
}
.favourite-form .disable-click {
  pointer-events: none;
}
.favourite-form .is-favourite {
  background-color: #1A1D2B;
  color: #fff;
}
.toggle-resource-favourite {
  cursor: pointer;
}
.list-wrapper .form-control,
.list-wrapper textarea.form-control,
.list-wrapper .choices__inner,
.list-wrapper .choices__input,
.list-wrapper .choices__list--dropdown {
  background-color: #fff;
}
@media all and (min-width: 769px) {
  #filter-container {
    float: right;
  }
  #filter-sort {
    width: 200px;
  }
}
.registration-label {
  font-size: 1.6rem !important;
}
.registration-label a {
  padding-left: 6px;
}
#termsOfUseValidation {
  display: none;
}
fieldset {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 20px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  fieldset {
    padding: 60px 40px 20px;
    max-width: 600px;
  }
}
legend {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.192px;
}
.splash {
  background-color: #f8f3dc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.splash__inner-form {
  margin: 0 auto;
  max-width: 500px;
  padding: 20px 0px;
  width: 100%;
}
@media (min-width: 769px) {
  .splash__inner-form {
    padding: 20px;
  }
}
.splash__registration {
  background-image: none;
  min-height: 624px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .splash__registration {
    background-image: url(/assets/images/splash-registration.png);
  }
}
.splash__card {
  border-radius: 0px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .splash__card {
    border-radius: 8px;
    margin-bottom: 32px;
  }
}
.splash__card-centered {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .splash__card-centered {
    padding: 60px;
  }
}
.splash__card-bordered {
  border: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-radius: 0px;
}
@media (min-width: 769px) {
  .splash__card-bordered {
    border-width: 1px;
    border-radius: 8px;
  }
}
.splash__logo {
  margin: 100px 0 40px;
}
.splash-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home {
  color: #f8f3dc;
  text-align: center;
  background-color: #1C1F33;
}
.home .home-hero img {
  width: 100%;
}
.home .home-content {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
.home .home-illustration {
  width: 100%;
}
.home .home-image {
  border-radius: 10px;
  width: 100%;
  min-width: 288px;
}
@media all and (min-width: 769px) {
  .home .home-image {
    border-radius: 16px;
  }
}
.home span {
  letter-spacing: 2px;
  font-size: 1rem;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media screen and (min-width: 680px) {
  .home span {
    font-size: clamp(18px, 18px + 2vw, 20px);
  }
}
@media screen and (min-width: 1080px) {
  .home span {
    font-size: 20px;
  }
}
.home .intro {
  font-weight: 400;
}
.home p {
  font-size: 1rem;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 680px) {
  .home p {
    font-size: clamp(24px, 24px + 2vw, 28px);
  }
}
@media screen and (min-width: 1080px) {
  .home p {
    font-size: 28px;
  }
}
.home .columns {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media all and (min-width: 1024px) {
  .home .columns {
    text-align: left;
    flex-direction: row;
    gap: 0;
  }
}
.home .home-bird {
  margin-bottom: 90px;
}
.home-nav {
  background: linear-gradient(#1A1D2B, transparent);
  padding: 24px 0;
  z-index: 1;
  color: #f8f3dc;
  position: fixed;
  width: 100%;
}
.home-nav__short-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-nav__short-bar a {
  line-height: 0;
}
.home-nav a {
  color: #f8f3dc;
  text-decoration: none;
}
.home-nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 12px;
  font-size: 1.6rem;
  line-height: 1;
}
.home-nav-list li:hover a {
  text-decoration-color: #f8f3dc;
}
.home-nav-list li a {
  font-weight: 600;
  line-height: inherit;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgba(82, 81, 78, 0);
  transition: text-decoration-color 0.25s ease-in-out;
}
@media (min-width: 1120px) {
  .home-nav-list li a {
    padding: 8px;
  }
}
.footer {
  padding: 1rem 0 2rem;
  background-image: url(/assets/images/footer.png);
  min-height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.footer__links {
  list-style: none;
  padding: 0;
}
.footer__links li {
  margin-bottom: 1rem;
}
.footer__links a {
  color: #1A1D2B;
  text-decoration: underline;
  text-decoration-color: rgba(26, 29, 43, 0);
  transition: text-decoration-color 0.25s ease-in-out;
}
.footer__links a:hover,
.footer__links a:focus-visible {
  outline: none;
  text-decoration-color: #1a1d2b;
}
.footer__logo {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .footer__logo {
    margin-top: 0;
  }
}
.footer--public {
  background-image: none;
  min-height: auto;
  background-color: #1C1F33;
  color: #f8f3dc;
}
.footer--public a {
  color: #f8f3dc;
}
@media all and (min-width: 1024px) {
  .footer--public .footer--public__links {
    float: right;
  }
}
@media (min-width: 769px) {
  .footer {
    padding: 6rem 0 4rem;
  }
  .footer__heading {
    border: none;
    margin: 0 0 1rem;
    padding-top: 0;
  }
  .footer__links {
    margin-bottom: 2rem;
  }
}
.footer-login-image {
  padding: 1rem 0 2rem;
  background-image: url(/assets/images/footer-grassy.png);
  min-height: 280px;
}
@media (min-width: 1024px) {
  .layout-container {
    display: flex;
  }
  .layout-container .col-first {
    order: 1;
  }
  .layout-container .col-second {
    order: 2;
  }
  .footer-login-image {
    background-position: center;
  }
}
nav.container {
  padding: 0 15px;
}
@media all and (min-width: 1120px) {
  nav.container {
    padding: 0 30px;
  }
}
.login-status {
  display: block;
}
@media all and (max-width: 1120px) {
  .login-status {
    margin: 20px 0 40px;
  }
}
.login-status button {
  display: block;
  background: #1A1D2B;
  color: white;
  padding: 12px 16px;
  width: 100%;
}
.login-status button:hover {
  background-color: #3E4564;
}
.top-nav {
  background-color: #f8f3dc;
  padding: 22px 16px;
  transition: background 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  z-index: 10;
  position: sticky;
  top: 0;
}
.top-nav.show {
  background-color: #f8f3dc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.top-nav__scrolled {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.top-nav__mobile-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
.top-nav__short-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.top-nav__short-bar a {
  color: #1A1D2B;
  font-weight: 600;
  text-decoration: none;
  line-height: 0;
}
.top-nav__menu {
  margin-top: 2rem;
}
@media all and (min-width: 1120px) {
  .top-nav__menu-items > li {
    display: block;
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.top-nav__menu-items a:not(.btn) {
  color: #1A1D2B;
  text-decoration: none;
}
.top-nav__action {
  display: none;
}
@media all and (min-width: 1120px) {
  .top-nav {
    align-items: center;
    display: flex;
    padding: 24px 0;
  }
  .top-nav.show {
    background-color: #f8f3dc;
    box-shadow: none;
  }
  .top-nav nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
  }
  .top-nav__mobile-title {
    display: none;
  }
  .top-nav__short-bar button {
    display: none;
  }
  .top-nav__menu {
    align-items: center;
    display: flex;
    margin-top: 0;
  }
  .top-nav__divider {
    height: 32px;
    border-left: 1px solid currentColor;
    margin-left: 20px;
    margin-right: 20px;
  }
  .top-nav__menu-items {
    margin: 0;
  }
  .top-nav__menu-items > li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0;
  }
  .top-nav__menu-items a:not(.btn) {
    color: #1A1D2B;
    text-decoration: none;
  }
  .top-nav .mobile-wrapper.collapse {
    max-height: unset;
    overflow: visible;
  }
}
@media all and (min-width: 980px) {
  .top-nav__action {
    display: inline-flex;
  }
}
.top-nav__mobile-hide {
  display: none !important;
}
@media all and (min-width: 1120px) {
  .top-nav__mobile-hide {
    display: inline-block !important;
  }
  .top-nav__mobile-show {
    display: none !important;
  }
}
.menu-burger {
  appearance: none;
  border: none;
  background: transparent;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.menu-burger:hover {
  cursor: pointer;
}
.menu-burger__line {
  width: 18px;
  border-radius: 4px;
  height: 2px;
  background: #1A1D2B;
  pointer-events: none;
}
.menu-burger__line:after,
.menu-burger__line:before {
  background: #1A1D2B;
  border-radius: 4px;
  content: '';
  display: inherit;
  height: 2px;
  position: absolute;
  width: 18px;
  transition: all 0.2s ease-in-out;
}
.menu-burger__line:before {
  transform: translateY(-4px);
}
.menu-burger__line:after {
  transform: translateY(4px);
}
.show .menu-burger__line {
  background: transparent;
}
.show .menu-burger__line:after {
  transform: rotate(45deg) translateY(0);
}
.show .menu-burger__line:before {
  transform: rotate(-45deg) translateY(0);
}
.nav-logo {
  height: clamp(16px, 0.3vw + 15px, 20px);
}
@media (min-width: 1120px) {
  .mobile--nav {
    display: none;
  }
}
.mobile--nav p {
  text-decoration: none;
}
.display-nav {
  position: relative;
}
.dropdown .btn {
  padding: 0 0 0 12px;
}
.dropdown--title {
  font-weight: 600;
  line-height: inherit;
  font-size: 1.6rem;
  color: #1A1D2B;
  padding: 8px;
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
  text-decoration-color: rgba(26, 29, 43, 0);
}
.dropdown--title:hover {
  cursor: pointer;
  text-decoration-color: #1a1d2b;
}
.dropdown--title svg {
  margin: 0;
  width: 20px;
  height: 20px;
}
.menu--dropdown {
  position: absolute;
  display: none;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #f8f3dc;
  background-color: #f8f3dc;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media (min-width: 1120px) {
  .menu--dropdown .nav-list li {
    padding: 12px 0;
    width: 100%;
  }
  .menu--dropdown .nav-list li h5 {
    margin: 0 0px 8px 12px;
    padding: 0;
  }
  .menu--dropdown .nav-list a:not(:first-of-type) li {
    margin: 1rem 0;
    border-top: 1px solid #1A1D2B;
  }
  .menu--dropdown .nav-list a:last-of-type li {
    border-bottom: none;
  }
}
.active {
  display: block;
  right: 0;
  top: 50px;
  width: 300px;
}
.active-menu {
  transform: rotate(180deg);
  margin: 0;
  transition: all 0.2s ease-out;
}
.inactive-menu {
  transform: rotate(0deg);
  margin: 0;
  transition: all 0.2s ease-out;
}
ul .nav-list {
  margin-bottom: 1.5em;
}
.nav-list a {
  color: #1A1D2B;
  padding: 8px 0;
  text-decoration: none;
}
.nav-list li {
  border-top: 1px solid #1A1D2B;
  padding: 16px 0;
}
.nav-list li h5 {
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
  text-decoration-color: rgba(26, 29, 43, 0);
}
.nav-list li:hover h5 {
  text-decoration-color: #1a1d2b;
}
.nav-list li:hover svg {
  color: #3E4564;
}
@media (min-width: 1120px) {
  .nav-list li {
    border-top: 0;
    padding: 0;
    display: inline-block;
  }
}
.nav-list li h5 {
  font-weight: 600;
  line-height: inherit;
  font-size: 1.6rem;
  margin: 0 12px;
  display: inline-block;
}
@media (min-width: 1120px) {
  .nav-list li h5 {
    margin: 0;
    padding: 8px;
  }
}
.nav-list li .nav--icon {
  float: right;
  margin: 4px 12px 0 0;
}
.nav-list li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.168px;
  margin: 0 12px;
}
.search-form--nav {
  display: block;
}
@media (min-width: 1120px) {
  .search-form--nav {
    display: inline-block;
  }
}
@media all and (min-width: 1120px) {
  .search--container-nav {
    display: flex;
    margin: 0 16px;
    background-color: #fff;
    border: 1px solid #A4A29D;
    border-radius: 100px;
    align-items: center;
    height: 42px;
    padding-right: 4px;
  }
}
.search--container-nav .search--input-nav {
  background: url(/assets/icons/search.svg) no-repeat scroll 15px 13px;
  background-color: #fff;
  padding-left: 40px;
  width: 100%;
  margin: 28px 0 16px;
  border-radius: 100px;
  background-size: 18px;
  /*Screen width where search bar doesn't make nav links stack*/
}
.search--container-nav .search--input-nav:placeholder-shown {
  text-overflow: ellipsis;
}
@media (min-width: 1120px) {
  .search--container-nav .search--input-nav {
    max-width: 155px;
    margin: 0 4px 0 0;
    background-color: transparent;
    border: none;
    height: 42px;
    padding-right: 0;
  }
}
@media (min-width: 1174px) {
  .search--container-nav .search--input-nav {
    max-width: 208px;
  }
}
.search--container-nav .btn {
  width: 100%;
  display: block;
}
@media all and (min-width: 1120px) {
  .search--container-nav .btn svg {
    margin: 0;
  }
}
@media all and (min-width: 1120px) {
  .search--container-nav .btn {
    height: 34px;
    width: 34px;
    padding: 0;
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }
}
#account {
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  padding: 0;
}
#account svg {
  width: 16px;
  height: 16px;
}
#createResource {
  height: 42px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  color: #1A1D2B;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.pagination li {
  align-items: center;
  color: #1A1D2B;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
}
.pagination li.active,
.pagination li > a {
  align-items: center;
  border: 2px solid #1A1D2B;
  border-radius: 40px;
  display: inline-flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0 4px;
  width: 40px;
}
.pagination .active {
  background: #1A1D2B;
  color: #f8f3dc;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination a:hover {
  background: #1A1D2B;
  color: #f8f3dc;
}
.pagination .pager--prev a:before,
.pagination .pager--next a:before {
  background-color: #1A1D2B;
  mask-size: 12px 12px;
  mask-position: 13px 14px;
  mask-repeat: no-repeat;
  -webkit-mask-size: 12px 12px;
  -webkit-mask-position: 13px 14px;
  -webkit-mask-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
}
.pagination .pager--prev a:hover:before,
.pagination .pager--next a:hover:before {
  background-color: #f8f3dc;
}
.pagination .pager--prev.disabled,
.pagination .pager--next.disabled {
  visibility: hidden;
  width: 0;
  margin: 0;
  border: 0;
}
.pagination .pager--prev a:before {
  mask-image: url('/assets/icons/previous.svg');
  -webkit-mask-image: url('/assets/icons/previous.svg');
}
.pagination .pager--next a:before {
  mask-image: url('/assets/icons/next.svg');
  -webkit-mask-image: url('/assets/icons/next.svg');
}
.pagination__info {
  color: #1A1D2B;
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0 2rem;
  text-align: center;
}
@media (min-width: 766px) {
  .pagination {
    margin: 60px 0 0;
  }
  .pagination__info {
    margin: 2.8rem 0 2rem;
  }
}
.list__clear {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list__inline,
.list__inline li {
  display: inline-block;
}
.filter-options {
  display: block;
}
.filter-options li {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media (min-width: 766px) {
  .filter-options {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    margin-bottom: 20px;
  }
  .filter-options li {
    margin-bottom: 0;
  }
  .options__compact .filter-options {
    margin-bottom: 7.2rem;
  }
}
.panel-list {
  padding-top: 16px;
}
@media (min-width: 766px) {
  .panel-list {
    padding-top: 0;
  }
}
.panel-list li {
  border-top: 1px solid #1A1D2B;
}
.panel-list li h5 {
  margin-bottom: 8px;
  display: inline-block;
}
.panel-list li svg {
  float: right;
}
.panel-list li a {
  color: #1A1D2B;
  text-decoration: none;
}
.panel-list a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 766px) {
  .panel-list a {
    padding: 16px 12px;
  }
}
.panel-list a h5 {
  text-decoration: underline;
  text-decoration-color: rgba(26, 29, 43, 0);
  transition: text-decoration-color 0.25s ease-in-out;
}
.panel-list a:hover h5 {
  text-decoration-color: #1a1d2b;
}
.list-wrapper {
  padding-top: 60px;
  background-color: #fff;
}
@media screen and (min-width: 766px) {
  .list-wrapper {
    padding: 120px 0;
  }
}
.filter-list {
  padding-top: 20px;
  background-color: white;
}
.filter-projects {
  padding-top: 45px;
  background-color: white;
}
.list-cards {
  background-color: transparent;
  padding: 60px 40px;
}
.list-cards__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 280px;
  max-width: 1360px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.list-cards .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.list-cards .card-grid .card {
  display: flex;
  flex-direction: column;
  width: 300px;
  transition: all 0.2s ease-out;
}
.list-cards .card-grid .card h4 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0;
}
.list-cards__organisation--view {
  padding: 20px 0;
}
.list-cards__organisation--view .card-grid {
  justify-content: space-between;
}
.list-cards__organisation--view .card-grid .card {
  width: 330px;
}
.page__section {
  margin-bottom: 6rem;
}
.page__section .codex-editor {
  background-color: transparent;
}
@media (min-width: 766px) {
  .page__section {
    margin-bottom: 4rem;
  }
}
.anchor-links h4 {
  margin-bottom: 2.4rem;
}
.anchor-point {
  scroll-margin-top: 50px;
}
@media (min-width: 769px) {
  .sticky-container__sm {
    position: sticky;
    top: 10rem;
  }
}
.confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation-name: confirm-fadeIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  z-index: 10;
}
.confirmation.closing {
  animation-name: confirm-fadeOut;
}
.confirmation__options {
  margin-top: 1rem;
  text-align: right;
}
.confirmation__container {
  background: #f8f3dc;
  width: 100%;
  max-width: 500px;
  padding: 2rem;
}
@keyframes confirm-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes confirm-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.well {
  padding: 2.8rem 2rem 2.2rem;
  border-radius: 8px;
}
.well__pale-600 {
  background-color: #f8f3dc;
}
.well--border {
  border: 1px solid #1A1D2B;
}
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 99em;
  transition: max-height 0.5s ease-in-out;
}
.breadcrumb {
  color: #1A1D2B;
  letter-spacing: 0.012em;
  line-height: 1.6;
  list-style: none;
  padding: 1.6rem 0 0;
  margin-bottom: 3.2rem;
}
.breadcrumb li {
  display: inline-block;
  padding-top: 12px;
}
.breadcrumb.multi li:first-child span {
  display: none;
}
.breadcrumb.multi svg {
  transform: rotate(180deg);
}
@media all and (min-width: 769px) {
  .breadcrumb {
    padding: 0;
  }
}
.breadcrumb-container {
  display: flex;
}
.map__full {
  width: 100%;
  height: 100vh;
  max-height: 100rem;
}
.map .mapboxgl-popup-content {
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 20px;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  color: #000000;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .map .mapboxgl-popup-content {
    width: 380px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 36px;
    right: 36px;
    height: fit-content;
    padding: 20px 20px 0;
  }
}
.map .mapboxgl-popup-content .btn__system {
  width: 100%;
  display: block;
}
.map .mapboxgl-popup-close-button {
  font-size: 2.8rem;
  top: 8px;
  right: 8px;
}
@media screen and (min-width: 769px) {
  .map .mapboxgl-popup-close-button {
    display: none;
  }
}
.map.mapboxgl-map {
  font: inherit;
}
.map .image--container {
  display: none;
}
@media screen and (min-width: 769px) {
  .map .image--container {
    display: block;
  }
}
.map-popup__detail-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.map-popup__detail-subtitle {
  display: none;
}
@media screen and (min-width: 769px) {
  .map-popup__detail-subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.map-popup__detail-location {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 16px;
  width: fit-content;
  font-size: 1.4rem;
  padding: 4px 12px;
}
.map-popup__detail-location:before {
  content: '';
  background-color: #1A1D2B;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  mask-image: url('/assets/icons/marker.svg');
  mask-size: 16px 16px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('/assets/icons/marker.svg');
  -webkit-mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
  margin: -2px 4px 0 0;
}
.map-popup__detail-tags {
  margin: 2.4rem 0;
  overflow: hidden;
  color: transparent;
}
.map-popup__detail-tags .tag {
  white-space: nowrap;
  background-color: #F6F6F6;
  border: 2px solid #F6F6F6;
}
.map-popup__label {
  font-size: 12px;
}
.map-popup__priority {
  text-transform: capitalize;
}
.map-popup a {
  margin-top: 2.4rem;
}
.map-legend dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
}
.map-legend dd {
  font-size: 1.4rem;
  margin: 0 0 8px;
  vertical-align: middle;
}
.map-legend dd:before {
  content: '';
  border-radius: 1.6rem;
  border: 1px solid #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 1.6rem;
  margin-right: 11px;
  width: 1.6rem;
}
.map-legend__active:before {
  background: #1A1D2B;
}
.map-legend__request:before {
  background: #ECF0B2;
}
.map-legend__provide:before {
  background: #CFEDE8;
}
.map-legend__both:before {
  background: #f8f3dc;
}
.mapboxgl-popup {
  max-width: 100% !important;
  min-width: 320px;
  width: calc(100vw - (100vw - 100%));
  transform: translate(0%, 0%) !important;
  position: relative;
  bottom: 0;
}
.mapboxgl-popup-tip {
  display: none;
}
.mapfilter__inner {
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 0 20px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #000000;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mapfilter__inner {
    width: 380px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 36px;
    left: 36px;
    height: fit-content;
    margin: 0;
    border-radius: 20px;
    padding: 20px;
  }
}
.mapfilter__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.mapfilter__buttons input {
  display: none;
}
.mapfilter__buttons label {
  background-color: #7C7C7C;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 12px 16px;
  border-radius: 32px;
  margin: 0;
  width: 50%;
  text-align: center;
}
.mapfilter__buttons label:hover {
  color: #fff;
  background-color: #3E4564;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .mapfilter__buttons label {
    margin-top: 0;
  }
}
.mapfilter__buttons input[type="radio"]:checked + label {
  background-color: #1A1D2B;
}
#restorationDataKey,
#costDataKey {
  display: none;
}
.restoration-list {
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.restoration-list .tag {
  font-size: 1.6rem;
  border-radius: 8px;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 4px;
  color: #000000;
}
.restoration-list .restoration__veryHigh {
  color: #fff;
  background-color: #C54072;
}
.restoration-list .restoration__high {
  background-color: #DC6458;
}
.restoration-list .restoration__moderate {
  background-color: #E3AA62;
}
.restoration-list .restoration__low {
  color: #fff;
  background-color: #716E6E;
}
.restoration-list .restoration__veryLow {
  background-color: #9B9B9B;
}
.restoration-list .restoration__minimal {
  background-color: #BAB5B5;
}
.restoration-list .restoration-cost__level-1 {
  background-color: #f7fbff;
  border: 1px solid #deebf7;
}
.restoration-list .restoration-cost__level-2 {
  background-color: #deebf7;
}
.restoration-list .restoration-cost__level-3 {
  background-color: #c6dbef;
}
.restoration-list .restoration-cost__level-4 {
  background-color: #9ecae1;
}
.restoration-list .restoration-cost__level-5 {
  background-color: #6baed6;
}
.restoration-list .restoration-cost__level-6 {
  color: #fff;
  background-color: #4292c6;
}
.restoration-list .restoration-cost__level-7 {
  color: #fff;
  background-color: #2171b5;
}
.restoration-list .restoration-cost__level-8 {
  color: #fff;
  background-color: #084594;
}
button.tooltip-icon {
  all: unset;
}
button.tooltip-icon:hover {
  color: #3E4564;
  cursor: pointer;
}
button.tooltip-icon:focus-visible {
  all: initial;
  color: #1A1D2B;
  outline: 1px solid #3E4564;
}
.tooltip--active {
  color: #1A1D2B;
}
.tooltip {
  background-color: #1A1D2B;
  border-radius: 8px;
  color: #f8f3dc;
  font-size: 1.4rem;
  margin-bottom: 8px;
  padding: 8px;
  display: none;
}
.warning {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #1A1D2B;
  color: #1A1D2B;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}
.search--input {
  margin-bottom: 1.6rem;
  background: url(/assets/icons/search.svg) no-repeat scroll 10px 15px;
  background-color: #fff;
  padding-left: 30px;
  border-radius: 100px;
}
@media all and (min-width: 1024px) {
  .search--input {
    order: 1;
    margin-right: 16px;
  }
}
@media all and (min-width: 1024px) {
  .search--container {
    display: flex;
  }
}
.search--container > .btn {
  width: 100%;
  display: block;
}
@media all and (min-width: 1024px) {
  .search--container > .btn {
    order: 2;
    height: 42px;
    width: 286px;
  }
}
.results--overview {
  margin-bottom: 1.25rem;
  padding: 12px;
}
@media all and (min-width: 1024px) {
  .results--overview {
    margin-bottom: 2.5rem;
  }
}
.search-result {
  border-top: 1px solid #1A1D2B;
  padding: 12px;
  margin-bottom: 2.5rem;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #52514E;
}
.search-result h5 {
  text-decoration: underline;
  text-decoration-color: rgba(82, 81, 78, 0);
  transition: text-decoration-color 0.25s ease-in-out;
}
.search-result:hover {
  cursor: pointer;
}
.search-result:hover h5 {
  text-decoration-color: #52514e;
}
.search-result__meta {
  font-size: 1.4rem;
  color: #52514E;
}
.search-result .label {
  text-decoration: underline;
}
.result-heading {
  display: flex;
  margin-bottom: 8px;
}
.result-heading h5 {
  order: 2;
}
.result-heading__icon {
  order: 1;
  margin: 2px 12px 0 0;
}
.resource-bg {
  background-color: #9BDEDC;
}
.project-bg {
  background-color: #F4D486;
}
.organisation-bg {
  background-color: #BDC871;
}
.theme-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 2.4rem;
  background-image: url(/assets/images/splash-background.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.connection__on-platform {
  display: block;
}
.connection__external {
  display: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDCBC4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #1A1D2B;
}
input:focus + .slider {
  box-shadow: 0 0 1px #1A1D2B;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.toast {
  color: black;
  font-size: 11pt;
  position: absolute;
  top: 100px;
  right: 10px;
  padding: 10px 25px 10px 20px;
  border-radius: 15px;
  -moz-animation: showThenHide 3000ms ease-in forwards;
  -webkit-animation: showThenHide 3000ms ease-in forwards;
  animation: showThenHide 3000ms ease-in forwards;
}
.toast-success {
  background: #7FBF2B;
}
.toast-error {
  background: #FF634B;
}
.toast-warning {
  background: Orange;
}
.toast-message {
  margin-right: 15px;
  margin-bottom: 1px;
}
.toast-close {
  cursor: pointer;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
  /* Use absolute position so that close "button" can have padding without causing it to be far from the right edge */
  position: absolute;
  top: 6px;
  right: 11px;
}
@keyframes showThenHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.choices {
  position: relative;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #1A1D2B;
}
.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none;
}
.choices[data-type*=select-one]:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 2px;
  padding-left: 16px;
  border-left: 1px solid #1A1D2B;
  background-image: url(/assets/icons/close-circle-bg.svg);
  background-size: 14px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 8px;
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #A4A29D;
  border-radius: 12px;
  font-size: 16px;
  min-height: 40px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #1A1D2B;
}
.is-open .choices__inner {
  border-radius: 12px 12px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 12px 12px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  padding: 4px 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 2px 5px 3px 0;
  background-color: #1A1D2B;
  border: 1px solid #1A1D2B;
  color: #f8f3dc;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #1A1D2B;
  border: 1px solid #1A1D2B;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #A4A29D;
  border-radius: 0 0 12px 12px;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 22.5px 22.5px 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #fff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  font-size: 14px;
  border: 0;
  padding: 1px 0;
  max-width: 100%;
  width: auto !important;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__input--cloned:-moz-placeholder {
  color: #1A1D2B;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  min-width: 5ch;
  opacity: 1;
}
.choices__input--cloned::-moz-placeholder {
  color: #1A1D2B;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  min-width: 5ch;
  opacity: 1;
}
.choices__input--cloned:-ms-input-placeholder {
  color: #1A1D2B;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  min-width: 5ch;
  opacity: 1;
}
.choices__input--cloned::-webkit-input-placeholder {
  color: #1A1D2B;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  min-width: 5ch;
  opacity: 1;
}
.choices__input--cloned:placeholder {
  color: #1A1D2B;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  min-width: 5ch;
  opacity: 1;
}
.choices__input--cloned--placeholder--hidden::-webkit-input-placeholder {
  opacity: 0;
}
.choices__input--cloned--placeholder--hidden:-moz-placeholder {
  opacity: 0;
}
.choices__input--cloned--placeholder--hidden::-moz-placeholder {
  opacity: 0;
}
.choices__input--cloned--placeholder--hidden:-ms-input-placeholder {
  opacity: 0;
}
.codex-editor {
  border: 1px solid #A4A29D;
  padding: 0 10px;
  background-color: #fff;
  min-height: 300px;
  border-radius: 12px;
}
.codex-editor:active,
.codex-editor:focus-visible {
  outline: 1px solid #3E4564;
  outline-offset: 1px;
}
.editor-preview .codex-editor {
  border: none;
  padding: 0;
}
.editor-preview .codex-editor .codex-editor__redactor {
  margin: 0;
}
.editor-preview .codex-editor .ce-block__content {
  max-width: 100%;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #1A1D2B;
  background-color: #f8f3dc;
  font-family: 'Jost', sans-serif;
  font-feature-settings: 'ss01' on;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.pt-0 {
  padding-top: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.pl-0 {
  padding-left: 0rem;
}
.pr-0 {
  padding-right: 0rem;
}
.ptb-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.plr-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.pt-2 {
  padding-top: 0.2rem;
}
.pb-2 {
  padding-bottom: 0.2rem;
}
.pl-2 {
  padding-left: 0.2rem;
}
.pr-2 {
  padding-right: 0.2rem;
}
.ptb-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.plr-2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.mt-2 {
  margin-top: 0.2rem;
}
.mb-2 {
  margin-bottom: 0.2rem;
}
.ml-2 {
  margin-left: 0.2rem;
}
.mr-2 {
  margin-right: 0.2rem;
}
.mtb-2 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.mlr-2 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.pt-5 {
  padding-top: 0.5rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 0.5rem;
}
.pr-5 {
  padding-right: 0.5rem;
}
.ptb-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.plr-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 0.5rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mtb-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mlr-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pt-8 {
  padding-top: 0.8rem;
}
.pb-8 {
  padding-bottom: 0.8rem;
}
.pl-8 {
  padding-left: 0.8rem;
}
.pr-8 {
  padding-right: 0.8rem;
}
.ptb-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.plr-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mtb-8 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.mlr-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.pt-12 {
  padding-top: 1.2rem;
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pl-12 {
  padding-left: 1.2rem;
}
.pr-12 {
  padding-right: 1.2rem;
}
.ptb-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.plr-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.ml-12 {
  margin-left: 1.2rem;
}
.mr-12 {
  margin-right: 1.2rem;
}
.mtb-12 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.mlr-12 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.pt-16 {
  padding-top: 1.6rem;
}
.pb-16 {
  padding-bottom: 1.6rem;
}
.pl-16 {
  padding-left: 1.6rem;
}
.pr-16 {
  padding-right: 1.6rem;
}
.ptb-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.plr-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mtb-16 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.mlr-16 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pr-20 {
  padding-right: 2rem;
}
.ptb-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.plr-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mtb-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mlr-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.pt-24 {
  padding-top: 2.4rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pl-24 {
  padding-left: 2.4rem;
}
.pr-24 {
  padding-right: 2.4rem;
}
.ptb-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.plr-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mtb-24 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.mlr-24 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.pt-l {
  padding-top: 3.2rem;
}
.pb-l {
  padding-bottom: 3.2rem;
}
.pl-l {
  padding-left: 3.2rem;
}
.pr-l {
  padding-right: 3.2rem;
}
.ptb-l {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.plr-l {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.mt-l {
  margin-top: 3.2rem;
}
.mb-l {
  margin-bottom: 3.2rem;
}
.ml-l {
  margin-left: 3.2rem;
}
.mr-l {
  margin-right: 3.2rem;
}
.mtb-l {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.mlr-l {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.pt-xl {
  padding-top: 8rem;
}
.pb-xl {
  padding-bottom: 8rem;
}
.pl-xl {
  padding-left: 8rem;
}
.pr-xl {
  padding-right: 8rem;
}
.ptb-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.plr-xl {
  padding-left: 8rem;
  padding-right: 8rem;
}
.mt-xl {
  margin-top: 8rem;
}
.mb-xl {
  margin-bottom: 8rem;
}
.ml-xl {
  margin-left: 8rem;
}
.mr-xl {
  margin-right: 8rem;
}
.mtb-xl {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mlr-xl {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.m-0 {
  margin: 0;
}
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.bg__pale {
  background-color: #f8f3dc;
}
.section__container {
  padding-bottom: 6rem;
}
.section__hero {
  padding: 0;
  margin-bottom: 2.6rem;
}
@media (min-width: 766px) {
  .section__hero {
    padding: 12px 0 60px;
    margin-bottom: 4rem;
  }
  .section__hero.section__no-breadcrumb {
    padding-top: 72px;
  }
}
.section__hero-detail {
  margin-bottom: 146px;
}
.section__hero-image {
  margin-bottom: 0;
  height: 500px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 160%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .section__hero-image {
    background-size: contain;
    height: 700px;
  }
}
.section__banner-image img {
  border-radius: 16px;
  margin-top: -160px;
  margin-bottom: 100px;
  border: 2px solid #f8f3dc;
}
@media (min-width: 766px) {
  .section__banner-image img {
    margin-top: -200px;
  }
}
.section__banner-center {
  padding: 0 2rem 1rem;
  text-align: center;
  display: grid;
  place-items: center;
}
.section__banner-center #inlineSearchform {
  width: 100%;
}
@media (min-width: 1024px) {
  .section__banner-center {
    width: 66.666666%;
    margin: 0 auto;
  }
}
.section__banner-action {
  text-align: center;
  margin-top: 200px;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 766px) {
  .section__banner-action {
    margin-top: 126px;
  }
}
.section__banner-action > .btn {
  font-size: 1.6rem;
  padding: 16px 32px;
}
.section__banner-action > .btn svg {
  transform: scale(1.4);
  margin-top: -4px;
}
.section__banner-heading {
  margin-bottom: 2rem;
}
.section__banner-group {
  margin-bottom: 4rem;
}
.section__banner-group p {
  text-align: left;
}
.section__banner-group-center p {
  text-align: center;
}
.section__banner-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.6rem;
  padding: 16px 32px;
  z-index: 2;
}
.section__banner-btn svg {
  transform: scale(1.4);
  margin-top: -4px;
}
.section__banner-alt {
  padding: 32px 0;
  background-color: #fff;
  width: 100%;
  margin-bottom: 40px;
}
.section__cta h2 {
  margin-bottom: 3.2rem;
}
@media (min-width: 1280px) {
  .section__cta {
    display: flex;
  }
}
.section__cta-actions .btn__action {
  margin-bottom: 16px;
  max-width: 100%;
}
@media (min-width: 766px) {
  .section__cta-actions .btn__action {
    max-width: 277px;
  }
}
@media (min-width: 1280px) {
  .section__cta-actions {
    flex-grow: 1;
    text-align: right;
  }
  .section__cta-actions .btn__action {
    margin-bottom: 0;
    margin-left: 2.6rem;
  }
}
@media (min-width: 769px) {
  .flex-row__sm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

