@charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui,Segoe UI,Ubuntu,Cantarell,Noto Sans, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --prototype-color-white: #ffffff;
  --prototype-color-gray-100: #f8f9fa;
  --prototype-color-gray-200: #e9ecef;
  --prototype-color-gray-300: #dee2e6;
  --prototype-color-gray-400: #ced4da;
  --prototype-color-gray-500: #adb5bd;
  --prototype-color-gray-600: #6c757d;
  --prototype-color-gray-700: #495057;
  --prototype-color-gray-800: #343a40;
  --prototype-color-gray-900: #212529;
  --prototype-color-black: #000000;
  --color-gray-10: #222222;
  --color-gray-20: #333333;
  --color-gray-30: #444444;
  --color-gray-40: #555555;
  --color-gray-50: #797979;
  --color-gray-60: #a3a3a3;
  --color-gray-70: #c4c4c4;
  --color-gray-80: #dcdcdc;
  --color-gray-90: #e8e8e8;
  --color-gray-95: #f1f1f1;
  --color-primary-10: #011919;
  --color-primary-20: #006B83;
  --color-primary-40: #04b3b0;
  --color-primary-50: #07b8b5;
  --color-primary-60: #08cdca;
  --color-primary-80: #cef5f4;
  --color-primary-90: #e6f7f7;
  --color-secondary-50: #d1e560;
  --color-secondary-70: #d1e560;
  --color-secondary-90: #e8f2af;
  --color-dark-blue: #28425E;
  --color-ictj-blue: #35587D;
  --color-lite-blue: #2479C2;
  --color-ictj-red: #BE4E5E;
  --color-dark-red: #8C3A45;
  --color-dark-gray: #464A4D;
  --color-dark-tan: #807769;
  --color-tan: #CBC2B4;
  --color-tan-white: #F1EDE5;
  --color-lite-tan: #E4DCCE;
  --color-background: transparent;
  --color-background-inverse: #000;
  --color-background-table-odd: var(--color-gray-95);
  --color-background-table-even: #fff;
  --color-background-interface-inactive: var(--color-gray-95);
  --color-background-interface-active: #fff;
  --color-border: var(--prototype-color-gray-900);
  --color-danger: #e12d39;
  --color-success: #27ab83;
  --color-warning: #f0b429;
  --color-outline-focus: #5E9ED6;
  --color-text-placeholder: var(--color-gray-60);
  --color-text: #000;
  --color-text-heading: var(--color-ictj-blue);
  --color-text-link: var(--color-ictj-blue);
  --color-text-link-hover: var(--color-ictj-blue);
  --color-text-link-inverse: var(--color-primary-90);
  --color-text-link-inverse-hover: #fff;
  --color-text-interface: var(--color-gray-10);
  --color-text-inverse: #fff;
  --font-family-mono: monospace;
  --font-family-sans: 'Fira Sans', sans-serif;
  --font-family-serif: 'Noto Serif',serif;
  --font-family-body: var(--font-family-serif);
  --font-family-body-sans: var(--font-family-sans);
  --font-family-heading: var(--font-family-sans);
  --font-family-interface: var(--font-family-sans);
  --font-size-body: 1.125rem;
  --font-size-body-small: 1rem;
  --font-size-body-large: 1.5rem;
  --font-size-body-sans: 1rem;
  --font-size-body-sans-reg: 0.875rem;
  --font-size-body-huge: 1.25rem;
  --font-size-body-macro: 1.5rem;
  --font-size-body-small-serif: 1rem;
  --font-size-body-large-serif: 1.5rem;
  --font-size-body-serif: 1.125rem;
  --font-size-heading-tiny: 1rem;
  --font-size-heading-small: 1.125rem;
  --font-size-heading: 1.25rem;
  --font-size-heading-large: 1.5rem;
  --font-size-heading-huge: 2.25rem;
  --font-size-heading-macro: 3rem;
  --font-size-title-micro--tight: 0.875rem;
  --font-size-title-micro: 0.875rem;
  --font-size-title-tiny: 1rem;
  --font-size-title-tiny-tight: 1rem;
  --font-size-title-small: 1.125rem;
  --font-size-title-larger: 1.5rem;
  --font-size-title: 1.5rem;
  --font-size-title-large: 1.6875rem;
  --font-size-title-huge: 1.75rem;
  --font-size-title-macro: 5.5rem;
  --font-leading-loose: 1.8;
  --font-leading: 1.3125;
  --font-leading-label: 1.75;
  --font-leading-tight: 1.125;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-book: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

@media (min-width: 300px) {
  :root {
    --font-size-body: 1rem;
    --font-size-body-small: 1rem;
    --font-size-body-large: 1.25rem ;
    --font-size-body-huge: 1.5rem ;
    --font-size-body-macro: 2.25rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.375rem;
    --font-size-heading-huge: 2.125rem;
    --font-size-heading-macro: 4.5rem;
    --font-size-title-tiny: 1.25rem;
    --font-size-title-small: 1.5rem;
    --font-size-title-large: 2.5rem;
    --font-size-title-huge: 2.5rem;
    --font-size-title-macro: 2rem;
  }
}
@media (min-width: 600px) {
  :root {
    --font-size-body: 1.125rem;
    --font-size-body-small: 1rem;
    --font-size-body-large: 1.25rem ;
    --font-size-body-huge: 1.5rem ;
    --font-size-body-macro: 2.25rem;
    --font-size-heading-tiny: 1rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.125rem;
    --font-size-heading-macro: 4.5rem;
    --font-size-title-tiny: 1.25rem;
    --font-size-title-small: 1.5rem;
    --font-size-title-large: 2.5rem;
    --font-size-title-huge: 3.75rem;
    --font-size-title-macro: 2rem;
  }
}
@media (min-width: 768px) {
  :root {
    --font-size-title-macro: 2rem;
    --font-size-title-huge: 4.5rem;
    --font-size-heading-tiny: 1rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.25rem;
  }
}
@media (min-width: 992px) {
  :root {
    --font-size-title: 2.25rem;
    --font-size-title-macro: 3.75rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.25rem;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--font-leading-loose);
}
h1, h2, h3, h4, h5 {
  color: var(--color-text-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}

h1:first-child {
  margin-top: 0;
}

h2:first-child {
  margin-top: 0;
}

h3:first-child {
  margin-top: 0;
}

h4:first-child {
  margin-top: 0;
}

h5:first-child {
  margin-top: 0;
}

h1 {
  font-size: var(--font-size-title-huge);
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}

h2 {
  font-size: var(--font-size-heading-huge);
  font-weight: 500;
  line-height: 125%;
  margin-top: 48px;
}

h3 {
  font-size: var(--font-size-heading-large);
  font-weight: 500;
  line-height: 125%;
  margin-top: 48px;
}

h4 {
  font-size: var(--font-size-heading);
  font-weight: 500;
  line-height: 125%;
  color: black;
  margin-top: 48px;
}

h5 {
  font-size: var(--font-size-heading-small);
  margin-top: 48px;
}

h6 {
  font-size: var(--font-size-heading-tiny);
  margin-top: 48px;
}

hr {
  border: 0;
  border-bottom: 1px solid var(--color-border);
}

a {
  color: var(--color-text-link);
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:hover {
  color: var(--color-text-link-hover);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

p {
  margin: 15px 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 12px;
}

blockquote {
  font-style: italic;
  margin: 15px 0;
  text-indent: -0.4em;
}

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

figure {
  margin: 0;
}
figure img {
  display: block;
}

figcaption {
  margin: 1em 0;
}

ul.menu {
  margin: 0;
  padding: 0;
}

ul:not([class]) {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul:not([class]) ul {
  margin-top: 12px;
}
ul:not([class]) ul li:before {
  content: "◦";
}

ol:not([class]) {
  list-style: none;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  counter-reset: number;
}
ol:not([class]) > li:before {
  content: counters(number, ".") ".";
  counter-increment: number;
}
ol:not([class]) ol {
  margin-top: 6px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
ol:not([class]) ol > li {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  text-indent: -30px;
}
ol:not([class]) ol > li:before {
  display: inline;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  position: static;
}

dl {
  margin-bottom: 18px;
}

dt {
  font-weight: var(--font-weight-bold);
}

dd {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

input,
label {
  font-family: var(--font-family-interface);
}

input[type=submit],
button {
  text-transform: uppercase;
}

button:hover,
select:hover {
  cursor: pointer;
}

table {
  font-family: var(--font-family-interface);
  font-size: var(--font-size-body-small);
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: start;
  margin-top: 0;
  margin-bottom: 72px;
}

h1 + table, h2 + table, h3 + table, h4 + table, h5 + table, table:not(:first-child) {
  margin-top: 24px;
}

thead th {
  vertical-align: bottom;
}
thead th,
thead td {
  border-bottom: 1px solid var(--color-border);
}

th,
td {
  padding: 8px;
  text-align: start;
  vertical-align: top;
}

th {
  font-weight: var(--font-weight-bold);
  color: var(--color-gray-10);
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid var(--color-border);
}

.js-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

tr.odd {
  background-color: var(--color-background-table-odd);
}

tr.even {
  background-color: var(--color-background-table-even);
}

:active {
  outline: 0;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.skip-link {
  background-color: var(--color-background-inverse);
  color: var(--color-text-link-inverse);
  display: block;
  padding: 0.25em;
  text-align: center;
}
.skip-link:hover {
  color: var(--color-text-link-inverse-hover);
}

.link--block {
  display: block;
}

.field {
  margin-bottom: 2em;
}
.field:last-child {
  margin-bottom: 0;
}

.field__label {
  font-weight: bold;
}

@media (max-width: 47.9375em) {
  .align-left,
  .align-right {
    float: none;
  }
}
@media (min-width: 48em) {
  .align-left,
  .align-right {
    max-width: 40%;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}

.align-left {
  margin: 0 1rem 1rem 0;
}
@media (min-width: 48em) {
  .align-left {
    float: left;
  }
}

.align-right {
  margin: 0 0 1rem 1rem;
}
@media (min-width: 48em) {
  .align-right {
    float: right;
  }
}

.align-center {
  margin: 1rem auto;
  padding: 40px 0;
}

form {
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.form-item {
  margin: 1em 0;
}

label,
legend,
.form-item__label {
  display: block;
  font-size: var(--font-size-body-small);
  line-height: var(--font-leading-label);
  font-weight: var(--font-weight-bold);
}

label {
  text-transform: uppercase;
  font-size: var(--font-size-heading-micro);
  font-family: var(--font-family-interface);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

fieldset {
  border: none;
  margin-inline: 0;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: var(--font-size-body-small);
  line-height: var(--font-leading);
  font-weight: var(--font-weight-regular);
  border: solid 1px var(--color-border);
  padding-block: 12px;
  padding-inline: 12px;
}
input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-text-placeholder);
}
input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-text-placeholder);
}
input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
input[type=date]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--color-text-placeholder);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: #fff;
  color: var(--color-text-interface);
}

select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  height: auto;
  width: auto;
  max-width: none;
}

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

.description,
.form-item__description,
.form-item__description p {
  font-size: var(--font-size-body-small);
  color: var(--color-gray-50);
}

.password-strength__meter {
  background-color: var(--color-gray-95);
}

.password-strength__indicator.is-fair {
  background-color: var(--color-warning);
}
.password-strength__indicator.is-strong, .password-strength__indicator.is-good {
  background-color: var(--color-success);
}
.password-strength__indicator.is-weak {
  background-color: var(--color-danger);
}

.password-confirm > span {
  font-weight: var(--font-weight-bold);
}
.password-confirm > span.error {
  color: var(--color-danger);
}
.password-confirm > span.ok {
  color: var(--color-success);
}

.form-error {
  color: var(--color-danger);
}
.form-error p {
  color: var(--color-danger);
}
.form-error input[type=date],
.form-error input[type=datetime-local],
.form-error input[type=email],
.form-error input[type=month],
.form-error input[type=number],
.form-error input[type=password],
.form-error input[type=search],
.form-error input[type=tel],
.form-error input[type=text],
.form-error input[type=time],
.form-error input[type=url],
.form-error input[type=week],
.form-error select,
.form-error textarea {
  border-color: var(--color-danger);
}

.form-item--disabled {
  color: var(--color-gray-50);
}
.form-item--disabled label {
  color: var(--color-gray-50);
}
.form-item--disabled input {
  cursor: not-allowed;
}

.form-actions {
  display: -webkit-box;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.form--exposed-filters {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .form--exposed-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
}
.form--exposed-filters .form-item {
  margin: 0;
}

.layout {
  padding: 2rem 7.4074074074%;
}
@media (min-width: 75em) {
  .layout {
    padding: 3rem 7.4074074074%;
  }
}

body.path-frontpage .layout {
  padding: 2rem 7.4074074074%;
}

.layout-wide {
  padding: 0;
}

.l--constrained {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  max-width: 1600px;
}

.l--narrow {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  max-width: 960px;
  width: 100%;
}

.l--gutters {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}

.l--offset-wide {
  margin: 0 auto;
  -webkit-padding-start: 7.4074074074%;
          padding-inline-start: 7.4074074074%;
  -webkit-padding-end: 7.4074074074%;
          padding-inline-end: 7.4074074074%;
  max-width: 1280px;
}
@media (min-width: 81.25em) {
  .l--offset-wide {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.sidebar .l--offset-wide {
  padding: 0 1.8rem;
}
@media (min-width: 62em) {
  .sidebar .l--offset-wide {
    padding: 0;
  }
}
@media (min-width: 75em) {
  .sidebar .l--offset-wide {
    padding: 0;
  }
}

.sidebar .page-content--wrapper .l--offset-wide {
  padding: 0;
}

.l--offset-full {
  margin: 0 auto;
  max-width: 1620px;
}

.l--offset {
  -webkit-padding-start: 7.4074074074%;
          padding-inline-start: 7.4074074074%;
  -webkit-padding-end: 7.4074074074%;
          padding-inline-end: 7.4074074074%;
  margin: 0 auto;
  max-width: 964px;
}
@media (min-width: 75em) {
  .l--offset {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (min-width: 137.5em) {
  .l--offset {
    -webkit-padding-start: 120px;
            padding-inline-start: 120px;
    -webkit-padding-end: 120px;
            padding-inline-end: 120px;
  }
}

.l--padded {
  padding-bottom: 30px;
  padding-top: 30px;
}

.l--vertical-spacing {
  margin: 2rem 0;
  width: 100%;
}
@media (min-width: 75em) {
  .l--vertical-spacing {
    margin: 3rem 0;
  }
}

.l--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 62em) {
  .l--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 62em) {
  .l--wrapper .layout-sidebar {
    width: 300px;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.l--wrapper .layout-sidebar .sidebar--wrapper {
  margin: 1.5rem;
}
@media (min-width: 62em) {
  .l--wrapper .layout-sidebar .sidebar--wrapper {
    margin: 1.5rem;
  }
}
.l--wrapper .page-content--wrapper {
  -webkit-box-ordinal-group: 3;
          order: 2;
  padding: 1.5rem 0;
}
@media (min-width: 62em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3rem 3rem;
  }
}
@media (min-width: 75em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3rem 3rem;
  }
}
@media (min-width: 81.25em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3.6rem 6rem;
  }
}

.l--2col-wrapper {
  width: 100%;
}
@media (min-width: 62em) {
  .l--2col-wrapper {
    display: -webkit-box;
    display: flex;
  }
}
.l--2col-wrapper .page-content--main-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.l--2col-wrapper .page-content--secondary {
  border-top: 1px solid;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 62em) {
  .l--2col-wrapper .page-content--secondary {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    -webkit-margin-start: 3rem;
            margin-inline-start: 3rem;
    width: 180px;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media (min-width: 75em) {
  .l--2col-wrapper .page-content--secondary {
    -webkit-margin-start: 6rem;
            margin-inline-start: 6rem;
    width: 240px;
  }
}
.l--2col-wrapper .layout {
  padding-top: 0;
}

.l--1col-wrapper {
  width: 100%;
}

.sticky {
  position: static;
  margin-bottom: 0;
}
@media (min-width: 62em) {
  .sticky {
    position: sticky;
    top: 0;
    margin-bottom: 3rem;
  }
}