/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
}
/**
* 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;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* 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%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 75%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, .btn, input, optgroup, select, textarea {
  margin: 0;
  /* 2 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, .btn, input {
  overflow: visible;
  /* 1 */
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, .btn, select {
  text-transform: none;
  /* 1 */
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, .btn, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, .btn::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, .btn:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  box-sizing: border-box;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"], [type="radio"] {
  padding: 0;
  /* 2 */
  margin-right: 10px;
  box-sizing: border-box;
  /* 1 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/* stylelint-enable */
.display--block {
  display: block;
}
.display--inline {
  display: inline;
}
.display--inline-block {
  display: inline-block;
}
.display--none {
  display: none;
}
.hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .hidden--mobile {
    display: none !important;
  }
}
.hoverable:hover, .page-banner .cancel-icon:hover, .block:hover {
  cursor: pointer;
}
.not-allowed:hover {
  cursor: not-allowed;
}
.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
@media (max-width: 767px) {
  .flex--column-mobile {
    flex-direction: column;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--no-wrap {
  flex-wrap: nowrap;
}
.flex--grow {
  flex-grow: 2 !important;
}
.flex--full-width {
  width: 100%;
}
.flex--full-height {
  height: 100%;
}
.justify--start {
  justify-content: flex-start;
}
.justify--center {
  justify-content: center;
}
.justify--end {
  justify-content: flex-end;
}
.justify--around {
  justify-content: space-around;
}
.justify--between {
  justify-content: space-between;
}
.align--start {
  align-items: flex-start;
}
.align--center {
  align-items: center;
}
.align--end {
  align-items: flex-end;
}
.align--stretch {
  align-items: stretch;
}
.align--baseline {
  align-items: baseline;
}
.align-self--start {
  align-self: flex-start;
}
.align-self--center {
  align-self: center;
}
.align-self--end {
  align-self: flex-end;
}
.align-self--stretch {
  align-self: stretch;
}
.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
.margin-0 {
  margin: 0rem !important;
}
.margin-top-0 {
  margin-top: 0rem !important;
}
.margin-right-0 {
  margin-right: 0rem !important;
}
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}
.margin-left-0 {
  margin-left: 0rem !important;
}
.margin-1 {
  margin: 0.25rem !important;
}
.margin-top-1 {
  margin-top: 0.25rem !important;
}
.margin-right-1 {
  margin-right: 0.25rem !important;
}
.margin-bottom-1 {
  margin-bottom: 0.25rem !important;
}
.margin-left-1 {
  margin-left: 0.25rem !important;
}
.margin-2 {
  margin: 0.5rem !important;
}
.margin-top-2 {
  margin-top: 0.5rem !important;
}
.margin-right-2 {
  margin-right: 0.5rem !important;
}
.margin-bottom-2 {
  margin-bottom: 0.5rem !important;
}
.margin-left-2 {
  margin-left: 0.5rem !important;
}
.margin-3 {
  margin: 0.75rem !important;
}
.margin-top-3 {
  margin-top: 0.75rem !important;
}
.margin-right-3 {
  margin-right: 0.75rem !important;
}
.margin-bottom-3 {
  margin-bottom: 0.75rem !important;
}
.margin-left-3 {
  margin-left: 0.75rem !important;
}
.margin-4 {
  margin: 1rem !important;
}
.margin-top-4 {
  margin-top: 1rem !important;
}
.margin-right-4 {
  margin-right: 1rem !important;
}
.margin-bottom-4 {
  margin-bottom: 1rem !important;
}
.margin-left-4 {
  margin-left: 1rem !important;
}
.margin-5 {
  margin: 1.25rem !important;
}
.margin-top-5 {
  margin-top: 1.25rem !important;
}
.margin-right-5 {
  margin-right: 1.25rem !important;
}
.margin-bottom-5 {
  margin-bottom: 1.25rem !important;
}
.margin-left-5 {
  margin-left: 1.25rem !important;
}
.margin-6 {
  margin: 1.5rem !important;
}
.margin-top-6 {
  margin-top: 1.5rem !important;
}
.margin-right-6 {
  margin-right: 1.5rem !important;
}
.margin-bottom-6 {
  margin-bottom: 1.5rem !important;
}
.margin-left-6 {
  margin-left: 1.5rem !important;
}
.margin-7 {
  margin: 1.75rem !important;
}
.margin-top-7 {
  margin-top: 1.75rem !important;
}
.margin-right-7 {
  margin-right: 1.75rem !important;
}
.margin-bottom-7 {
  margin-bottom: 1.75rem !important;
}
.margin-left-7 {
  margin-left: 1.75rem !important;
}
.margin-8 {
  margin: 2rem !important;
}
.margin-top-8 {
  margin-top: 2rem !important;
}
.margin-right-8 {
  margin-right: 2rem !important;
}
.margin-bottom-8 {
  margin-bottom: 2rem !important;
}
.margin-left-8 {
  margin-left: 2rem !important;
}
.margin-9 {
  margin: 2.25rem !important;
}
.margin-top-9 {
  margin-top: 2.25rem !important;
}
.margin-right-9 {
  margin-right: 2.25rem !important;
}
.margin-bottom-9 {
  margin-bottom: 2.25rem !important;
}
.margin-left-9 {
  margin-left: 2.25rem !important;
}
.margin-10 {
  margin: 2.5rem !important;
}
.margin-top-10 {
  margin-top: 2.5rem !important;
}
.margin-right-10 {
  margin-right: 2.5rem !important;
}
.margin-bottom-10 {
  margin-bottom: 2.5rem !important;
}
.margin-left-10 {
  margin-left: 2.5rem !important;
}
.margin-11 {
  margin: 2.75rem !important;
}
.margin-top-11 {
  margin-top: 2.75rem !important;
}
.margin-right-11 {
  margin-right: 2.75rem !important;
}
.margin-bottom-11 {
  margin-bottom: 2.75rem !important;
}
.margin-left-11 {
  margin-left: 2.75rem !important;
}
.margin-12 {
  margin: 3rem !important;
}
.margin-top-12 {
  margin-top: 3rem !important;
}
.margin-right-12 {
  margin-right: 3rem !important;
}
.margin-bottom-12 {
  margin-bottom: 3rem !important;
}
.margin-left-12 {
  margin-left: 3rem !important;
}
.margin-13 {
  margin: 3.25rem !important;
}
.margin-top-13 {
  margin-top: 3.25rem !important;
}
.margin-right-13 {
  margin-right: 3.25rem !important;
}
.margin-bottom-13 {
  margin-bottom: 3.25rem !important;
}
.margin-left-13 {
  margin-left: 3.25rem !important;
}
.margin-14 {
  margin: 3.5rem !important;
}
.margin-top-14 {
  margin-top: 3.5rem !important;
}
.margin-right-14 {
  margin-right: 3.5rem !important;
}
.margin-bottom-14 {
  margin-bottom: 3.5rem !important;
}
.margin-left-14 {
  margin-left: 3.5rem !important;
}
.margin-15 {
  margin: 3.75rem !important;
}
.margin-top-15 {
  margin-top: 3.75rem !important;
}
.margin-right-15 {
  margin-right: 3.75rem !important;
}
.margin-bottom-15 {
  margin-bottom: 3.75rem !important;
}
.margin-left-15 {
  margin-left: 3.75rem !important;
}
.margin-16 {
  margin: 4rem !important;
}
.margin-top-16 {
  margin-top: 4rem !important;
}
.margin-right-16 {
  margin-right: 4rem !important;
}
.margin-bottom-16, #page-header-container {
  margin-bottom: 4rem !important;
}
.margin-left-16 {
  margin-left: 4rem !important;
}
.margin-17 {
  margin: 4.25rem !important;
}
.margin-top-17 {
  margin-top: 4.25rem !important;
}
.margin-right-17 {
  margin-right: 4.25rem !important;
}
.margin-bottom-17 {
  margin-bottom: 4.25rem !important;
}
.margin-left-17 {
  margin-left: 4.25rem !important;
}
.margin-18 {
  margin: 4.5rem !important;
}
.margin-top-18 {
  margin-top: 4.5rem !important;
}
.margin-right-18 {
  margin-right: 4.5rem !important;
}
.margin-bottom-18 {
  margin-bottom: 4.5rem !important;
}
.margin-left-18 {
  margin-left: 4.5rem !important;
}
.margin-19 {
  margin: 4.75rem !important;
}
.margin-top-19 {
  margin-top: 4.75rem !important;
}
.margin-right-19 {
  margin-right: 4.75rem !important;
}
.margin-bottom-19 {
  margin-bottom: 4.75rem !important;
}
.margin-left-19 {
  margin-left: 4.75rem !important;
}
.margin-20 {
  margin: 5rem !important;
}
.margin-top-20 {
  margin-top: 5rem !important;
}
.margin-right-20 {
  margin-right: 5rem !important;
}
.margin-bottom-20 {
  margin-bottom: 5rem !important;
}
.margin-left-20 {
  margin-left: 5rem !important;
}
.margin-21 {
  margin: 5.25rem !important;
}
.margin-top-21 {
  margin-top: 5.25rem !important;
}
.margin-right-21 {
  margin-right: 5.25rem !important;
}
.margin-bottom-21 {
  margin-bottom: 5.25rem !important;
}
.margin-left-21 {
  margin-left: 5.25rem !important;
}
.margin-22 {
  margin: 5.5rem !important;
}
.margin-top-22 {
  margin-top: 5.5rem !important;
}
.margin-right-22 {
  margin-right: 5.5rem !important;
}
.margin-bottom-22 {
  margin-bottom: 5.5rem !important;
}
.margin-left-22 {
  margin-left: 5.5rem !important;
}
.margin-23 {
  margin: 5.75rem !important;
}
.margin-top-23 {
  margin-top: 5.75rem !important;
}
.margin-right-23 {
  margin-right: 5.75rem !important;
}
.margin-bottom-23 {
  margin-bottom: 5.75rem !important;
}
.margin-left-23 {
  margin-left: 5.75rem !important;
}
.margin-24 {
  margin: 6rem !important;
}
.margin-top-24 {
  margin-top: 6rem !important;
}
.margin-right-24 {
  margin-right: 6rem !important;
}
.margin-bottom-24 {
  margin-bottom: 6rem !important;
}
.margin-left-24 {
  margin-left: 6rem !important;
}
.margin-25 {
  margin: 6.25rem !important;
}
.margin-top-25 {
  margin-top: 6.25rem !important;
}
.margin-right-25 {
  margin-right: 6.25rem !important;
}
.margin-bottom-25 {
  margin-bottom: 6.25rem !important;
}
.margin-left-25 {
  margin-left: 6.25rem !important;
}
.margin-26 {
  margin: 6.5rem !important;
}
.margin-top-26 {
  margin-top: 6.5rem !important;
}
.margin-right-26 {
  margin-right: 6.5rem !important;
}
.margin-bottom-26 {
  margin-bottom: 6.5rem !important;
}
.margin-left-26 {
  margin-left: 6.5rem !important;
}
.margin-27 {
  margin: 6.75rem !important;
}
.margin-top-27 {
  margin-top: 6.75rem !important;
}
.margin-right-27 {
  margin-right: 6.75rem !important;
}
.margin-bottom-27 {
  margin-bottom: 6.75rem !important;
}
.margin-left-27 {
  margin-left: 6.75rem !important;
}
.margin-28 {
  margin: 7rem !important;
}
.margin-top-28 {
  margin-top: 7rem !important;
}
.margin-right-28 {
  margin-right: 7rem !important;
}
.margin-bottom-28 {
  margin-bottom: 7rem !important;
}
.margin-left-28 {
  margin-left: 7rem !important;
}
.margin-29 {
  margin: 7.25rem !important;
}
.margin-top-29 {
  margin-top: 7.25rem !important;
}
.margin-right-29 {
  margin-right: 7.25rem !important;
}
.margin-bottom-29 {
  margin-bottom: 7.25rem !important;
}
.margin-left-29 {
  margin-left: 7.25rem !important;
}
.margin-30 {
  margin: 7.5rem !important;
}
.margin-top-30 {
  margin-top: 7.5rem !important;
}
.margin-right-30 {
  margin-right: 7.5rem !important;
}
.margin-bottom-30 {
  margin-bottom: 7.5rem !important;
}
.margin-left-30 {
  margin-left: 7.5rem !important;
}
.margin-31 {
  margin: 7.75rem !important;
}
.margin-top-31 {
  margin-top: 7.75rem !important;
}
.margin-right-31 {
  margin-right: 7.75rem !important;
}
.margin-bottom-31 {
  margin-bottom: 7.75rem !important;
}
.margin-left-31 {
  margin-left: 7.75rem !important;
}
.margin-32 {
  margin: 8rem !important;
}
.margin-top-32 {
  margin-top: 8rem !important;
}
.margin-right-32 {
  margin-right: 8rem !important;
}
.margin-bottom-32 {
  margin-bottom: 8rem !important;
}
.margin-left-32 {
  margin-left: 8rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.padding-top-0 {
  padding-top: 0rem !important;
}
.padding-right-0 {
  padding-right: 0rem !important;
}
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}
.padding-left-0 {
  padding-left: 0rem !important;
}
.padding-all-0 {
  padding: 0rem !important;
}
.padding-1 {
  padding: 0.25rem !important;
}
.padding-top-1 {
  padding-top: 0.25rem !important;
}
.padding-right-1 {
  padding-right: 0.25rem !important;
}
.padding-bottom-1 {
  padding-bottom: 0.25rem !important;
}
.padding-left-1 {
  padding-left: 0.25rem !important;
}
.padding-all-1 {
  padding: 0.25rem !important;
}
.padding-2 {
  padding: 0.5rem !important;
}
.padding-top-2 {
  padding-top: 0.5rem !important;
}
.padding-right-2 {
  padding-right: 0.5rem !important;
}
.padding-bottom-2 {
  padding-bottom: 0.5rem !important;
}
.padding-left-2 {
  padding-left: 0.5rem !important;
}
.padding-all-2 {
  padding: 0.5rem !important;
}
.padding-3 {
  padding: 0.75rem !important;
}
.padding-top-3 {
  padding-top: 0.75rem !important;
}
.padding-right-3 {
  padding-right: 0.75rem !important;
}
.padding-bottom-3 {
  padding-bottom: 0.75rem !important;
}
.padding-left-3 {
  padding-left: 0.75rem !important;
}
.padding-all-3 {
  padding: 0.75rem !important;
}
.padding-4 {
  padding: 1rem !important;
}
.padding-top-4 {
  padding-top: 1rem !important;
}
.padding-right-4 {
  padding-right: 1rem !important;
}
.padding-bottom-4 {
  padding-bottom: 1rem !important;
}
.padding-left-4 {
  padding-left: 1rem !important;
}
.padding-all-4 {
  padding: 1rem !important;
}
.padding-5 {
  padding: 1.25rem !important;
}
.padding-top-5 {
  padding-top: 1.25rem !important;
}
.padding-right-5 {
  padding-right: 1.25rem !important;
}
.padding-bottom-5 {
  padding-bottom: 1.25rem !important;
}
.padding-left-5 {
  padding-left: 1.25rem !important;
}
.padding-all-5 {
  padding: 1.25rem !important;
}
.padding-6 {
  padding: 1.5rem !important;
}
.padding-top-6 {
  padding-top: 1.5rem !important;
}
.padding-right-6 {
  padding-right: 1.5rem !important;
}
.padding-bottom-6 {
  padding-bottom: 1.5rem !important;
}
.padding-left-6 {
  padding-left: 1.5rem !important;
}
.padding-all-6 {
  padding: 1.5rem !important;
}
.padding-7 {
  padding: 1.75rem !important;
}
.padding-top-7 {
  padding-top: 1.75rem !important;
}
.padding-right-7 {
  padding-right: 1.75rem !important;
}
.padding-bottom-7 {
  padding-bottom: 1.75rem !important;
}
.padding-left-7 {
  padding-left: 1.75rem !important;
}
.padding-all-7 {
  padding: 1.75rem !important;
}
.padding-8 {
  padding: 2rem !important;
}
.padding-top-8 {
  padding-top: 2rem !important;
}
.padding-right-8 {
  padding-right: 2rem !important;
}
.padding-bottom-8 {
  padding-bottom: 2rem !important;
}
.padding-left-8 {
  padding-left: 2rem !important;
}
.padding-all-8 {
  padding: 2rem !important;
}
.padding-9 {
  padding: 2.25rem !important;
}
.padding-top-9 {
  padding-top: 2.25rem !important;
}
.padding-right-9 {
  padding-right: 2.25rem !important;
}
.padding-bottom-9 {
  padding-bottom: 2.25rem !important;
}
.padding-left-9 {
  padding-left: 2.25rem !important;
}
.padding-all-9 {
  padding: 2.25rem !important;
}
.padding-10 {
  padding: 2.5rem !important;
}
.padding-top-10 {
  padding-top: 2.5rem !important;
}
.padding-right-10 {
  padding-right: 2.5rem !important;
}
.padding-bottom-10 {
  padding-bottom: 2.5rem !important;
}
.padding-left-10 {
  padding-left: 2.5rem !important;
}
.padding-all-10 {
  padding: 2.5rem !important;
}
.padding-11 {
  padding: 2.75rem !important;
}
.padding-top-11 {
  padding-top: 2.75rem !important;
}
.padding-right-11 {
  padding-right: 2.75rem !important;
}
.padding-bottom-11 {
  padding-bottom: 2.75rem !important;
}
.padding-left-11 {
  padding-left: 2.75rem !important;
}
.padding-all-11 {
  padding: 2.75rem !important;
}
.padding-12 {
  padding: 3rem !important;
}
.padding-top-12 {
  padding-top: 3rem !important;
}
.padding-right-12 {
  padding-right: 3rem !important;
}
.padding-bottom-12 {
  padding-bottom: 3rem !important;
}
.padding-left-12 {
  padding-left: 3rem !important;
}
.padding-all-12 {
  padding: 3rem !important;
}
.padding-13 {
  padding: 3.25rem !important;
}
.padding-top-13 {
  padding-top: 3.25rem !important;
}
.padding-right-13 {
  padding-right: 3.25rem !important;
}
.padding-bottom-13 {
  padding-bottom: 3.25rem !important;
}
.padding-left-13 {
  padding-left: 3.25rem !important;
}
.padding-all-13 {
  padding: 3.25rem !important;
}
.padding-14 {
  padding: 3.5rem !important;
}
.padding-top-14 {
  padding-top: 3.5rem !important;
}
.padding-right-14 {
  padding-right: 3.5rem !important;
}
.padding-bottom-14 {
  padding-bottom: 3.5rem !important;
}
.padding-left-14 {
  padding-left: 3.5rem !important;
}
.padding-all-14 {
  padding: 3.5rem !important;
}
.padding-15 {
  padding: 3.75rem !important;
}
.padding-top-15 {
  padding-top: 3.75rem !important;
}
.padding-right-15 {
  padding-right: 3.75rem !important;
}
.padding-bottom-15 {
  padding-bottom: 3.75rem !important;
}
.padding-left-15 {
  padding-left: 3.75rem !important;
}
.padding-all-15 {
  padding: 3.75rem !important;
}
.padding-16 {
  padding: 4rem !important;
}
.padding-top-16 {
  padding-top: 4rem !important;
}
.padding-right-16 {
  padding-right: 4rem !important;
}
.padding-bottom-16 {
  padding-bottom: 4rem !important;
}
.padding-left-16 {
  padding-left: 4rem !important;
}
.padding-all-16 {
  padding: 4rem !important;
}
.padding-17 {
  padding: 4.25rem !important;
}
.padding-top-17 {
  padding-top: 4.25rem !important;
}
.padding-right-17 {
  padding-right: 4.25rem !important;
}
.padding-bottom-17 {
  padding-bottom: 4.25rem !important;
}
.padding-left-17 {
  padding-left: 4.25rem !important;
}
.padding-all-17 {
  padding: 4.25rem !important;
}
.padding-18 {
  padding: 4.5rem !important;
}
.padding-top-18 {
  padding-top: 4.5rem !important;
}
.padding-right-18 {
  padding-right: 4.5rem !important;
}
.padding-bottom-18 {
  padding-bottom: 4.5rem !important;
}
.padding-left-18 {
  padding-left: 4.5rem !important;
}
.padding-all-18 {
  padding: 4.5rem !important;
}
.padding-19 {
  padding: 4.75rem !important;
}
.padding-top-19 {
  padding-top: 4.75rem !important;
}
.padding-right-19 {
  padding-right: 4.75rem !important;
}
.padding-bottom-19 {
  padding-bottom: 4.75rem !important;
}
.padding-left-19 {
  padding-left: 4.75rem !important;
}
.padding-all-19 {
  padding: 4.75rem !important;
}
.padding-20 {
  padding: 5rem !important;
}
.padding-top-20 {
  padding-top: 5rem !important;
}
.padding-right-20 {
  padding-right: 5rem !important;
}
.padding-bottom-20 {
  padding-bottom: 5rem !important;
}
.padding-left-20 {
  padding-left: 5rem !important;
}
.padding-all-20 {
  padding: 5rem !important;
}
.padding-21 {
  padding: 5.25rem !important;
}
.padding-top-21 {
  padding-top: 5.25rem !important;
}
.padding-right-21 {
  padding-right: 5.25rem !important;
}
.padding-bottom-21 {
  padding-bottom: 5.25rem !important;
}
.padding-left-21 {
  padding-left: 5.25rem !important;
}
.padding-all-21 {
  padding: 5.25rem !important;
}
.padding-22 {
  padding: 5.5rem !important;
}
.padding-top-22 {
  padding-top: 5.5rem !important;
}
.padding-right-22 {
  padding-right: 5.5rem !important;
}
.padding-bottom-22 {
  padding-bottom: 5.5rem !important;
}
.padding-left-22 {
  padding-left: 5.5rem !important;
}
.padding-all-22 {
  padding: 5.5rem !important;
}
.padding-23 {
  padding: 5.75rem !important;
}
.padding-top-23 {
  padding-top: 5.75rem !important;
}
.padding-right-23 {
  padding-right: 5.75rem !important;
}
.padding-bottom-23 {
  padding-bottom: 5.75rem !important;
}
.padding-left-23 {
  padding-left: 5.75rem !important;
}
.padding-all-23 {
  padding: 5.75rem !important;
}
.padding-24 {
  padding: 6rem !important;
}
.padding-top-24 {
  padding-top: 6rem !important;
}
.padding-right-24 {
  padding-right: 6rem !important;
}
.padding-bottom-24 {
  padding-bottom: 6rem !important;
}
.padding-left-24 {
  padding-left: 6rem !important;
}
.padding-all-24 {
  padding: 6rem !important;
}
.padding-25 {
  padding: 6.25rem !important;
}
.padding-top-25 {
  padding-top: 6.25rem !important;
}
.padding-right-25 {
  padding-right: 6.25rem !important;
}
.padding-bottom-25 {
  padding-bottom: 6.25rem !important;
}
.padding-left-25 {
  padding-left: 6.25rem !important;
}
.padding-all-25 {
  padding: 6.25rem !important;
}
.padding-26 {
  padding: 6.5rem !important;
}
.padding-top-26 {
  padding-top: 6.5rem !important;
}
.padding-right-26 {
  padding-right: 6.5rem !important;
}
.padding-bottom-26 {
  padding-bottom: 6.5rem !important;
}
.padding-left-26 {
  padding-left: 6.5rem !important;
}
.padding-all-26 {
  padding: 6.5rem !important;
}
.padding-27 {
  padding: 6.75rem !important;
}
.padding-top-27 {
  padding-top: 6.75rem !important;
}
.padding-right-27 {
  padding-right: 6.75rem !important;
}
.padding-bottom-27 {
  padding-bottom: 6.75rem !important;
}
.padding-left-27 {
  padding-left: 6.75rem !important;
}
.padding-all-27 {
  padding: 6.75rem !important;
}
.padding-28 {
  padding: 7rem !important;
}
.padding-top-28 {
  padding-top: 7rem !important;
}
.padding-right-28 {
  padding-right: 7rem !important;
}
.padding-bottom-28 {
  padding-bottom: 7rem !important;
}
.padding-left-28 {
  padding-left: 7rem !important;
}
.padding-all-28 {
  padding: 7rem !important;
}
.padding-29 {
  padding: 7.25rem !important;
}
.padding-top-29 {
  padding-top: 7.25rem !important;
}
.padding-right-29 {
  padding-right: 7.25rem !important;
}
.padding-bottom-29 {
  padding-bottom: 7.25rem !important;
}
.padding-left-29 {
  padding-left: 7.25rem !important;
}
.padding-all-29 {
  padding: 7.25rem !important;
}
.padding-30 {
  padding: 7.5rem !important;
}
.padding-top-30 {
  padding-top: 7.5rem !important;
}
.padding-right-30 {
  padding-right: 7.5rem !important;
}
.padding-bottom-30 {
  padding-bottom: 7.5rem !important;
}
.padding-left-30 {
  padding-left: 7.5rem !important;
}
.padding-all-30 {
  padding: 7.5rem !important;
}
.padding-31 {
  padding: 7.75rem !important;
}
.padding-top-31 {
  padding-top: 7.75rem !important;
}
.padding-right-31 {
  padding-right: 7.75rem !important;
}
.padding-bottom-31 {
  padding-bottom: 7.75rem !important;
}
.padding-left-31 {
  padding-left: 7.75rem !important;
}
.padding-all-31 {
  padding: 7.75rem !important;
}
.padding-32 {
  padding: 8rem !important;
}
.padding-top-32 {
  padding-top: 8rem !important;
}
.padding-right-32 {
  padding-right: 8rem !important;
}
.padding-bottom-32 {
  padding-bottom: 8rem !important;
}
.padding-left-32 {
  padding-left: 8rem !important;
}
.padding-all-32 {
  padding: 8rem !important;
}
.height-0 {
  height: 0rem !important;
}
.height-1 {
  height: 1rem !important;
}
.height-2 {
  height: 2rem !important;
}
.height-3 {
  height: 3rem !important;
}
.height-4 {
  height: 4rem !important;
}
.height-5 {
  height: 5rem !important;
}
.height-6 {
  height: 6rem !important;
}
.height-7 {
  height: 7rem !important;
}
.height-8 {
  height: 8rem !important;
}
.height-9 {
  height: 9rem !important;
}
.height-10 {
  height: 10rem !important;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.no-pad-l {
  padding-left: 0;
}
.no-pad-r {
  padding-right: 0;
}
.center {
  margin: 0 auto;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.text-align--center {
  text-align: center;
}
.text-align--justify {
  text-align: justify;
}
@font-face {
  font-family: "PP Writer";
  src: local("PPWriter-Thin"), url("/font/PPWriter-Thin.woff2") format("woff2"), url("/font/PPWriter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "Inter";
  font-size: 16px;
  color: #111827;
  line-height: 24px;
}
h1 {
  font-family: "PP Writer";
  font-size: 32px;
  font-weight: 100;
  margin: 0;
  color: #111827;
}
p {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  color: #111827;
}
a, .link {
  text-decoration: none;
  color: #6E56CF;
}
a:hover, .link:hover {
  cursor: pointer;
}
label {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #111827;
}
.heading-01 {
  font-family: "PP Writer";
  font-style: normal;
  font-weight: 100;
  font-size: 48px;
  line-height: 67px;
  color: #111827;
  margin-bottom: 24px;
}
.heading-02 {
  font-family: "PP Writer";
  font-style: normal;
  font-weight: 100;
  font-size: 32px;
  line-height: 44px;
  color: #111827;
}
.heading-03 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #111827;
}
.text-m-01, .user-profile__name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.text-m-02, a, .link, button, .btn, form label, .navtab .tab, #loading div div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.text-r-01, .block__title {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.text-r-02, form label:has(input[type="radio"]), form label:has(input[type="checkbox"]), label.error, input[name="email"].form-error + .error-message, .block__inner, .block-status__pill, .user-profile__username, .user-profile__role, .user-profile__bio {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.text-r-03 {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.text-light, form label:has(input[type="radio"]), form label:has(input[type="checkbox"]) {
  color: #545F71;
}
.text-extra-light {
  color: #B1B9C9;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  vertical-align: top;
  background-color: #FFFFFF;
}
a {
  color: #6E56CF;
}
input, textarea, select {
  outline: none;
  color: #111827;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #B1B9C9;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input[type="text"], input[type="password"] {
  width: 100%;
  height: 32px;
  padding: 0px 12px;
  border: 1px solid #C5CFDE;
  border-radius: 6px;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  input[type="text"], input[type="password"] {
    font-size: 14px !important;
  }
  input[type="text"]::placeholder, input[type="password"]::placeholder {
    font-size: 14px !important;
  }
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: #F9F9FA;
  border: 1px solid #C5CFDE;
}
input[type="checkbox"]:checked {
  background-color: #111827;
}
input[type="radio"] {
  background-color: #F9F9FA;
  border: 1px solid #C5CFDE;
}
input[type="radio"]:checked {
  background-color: #111827;
}
input[type="radio"]:focus {
  outline: none;
}
textarea {
  width: 100%;
  height: 124px;
  border: 1px solid #C5CFDE;
  border-radius: 6px;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
  padding: 8px 12px;
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
@media (min-width: 1024px) {
  textarea {
    font-size: 14px !important;
  }
  textarea::placeholder {
    font-size: 14px !important;
  }
}
select {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #C5CFDE;
  border-radius: 6px;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
  padding: 0px 12px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/img/dropdown-arrow.svg) no-repeat 96% center;
}
ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
button, .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 6px;
  border: none;
  line-height: 24px;
}
button:hover, .btn:hover {
  cursor: pointer;
}
form label + * {
  margin-top: 8px;
}
form label:has(input[type="radio"]), form label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
}
form label:has(input[type="radio"]) {
  margin-bottom: 10px;
}
form input {
  margin-bottom: 24px;
  border-radius: 6px;
  border: #C5CFDE;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
}
form input:focus {
  border-radius: 8px;
  outline: 1px solid #111827;
  outline-offset: 1px;
}
form input[disabled] {
  background-color: #F9F9FA;
  color: #B1B9C9;
}
form input[type="radio"] {
  margin-bottom: 14px;
}
form input[type="radio"]:focus, form input[type="checkbox"]:focus {
  outline: none;
}
form textarea {
  margin-bottom: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
}
form textarea:focus {
  border-radius: 8px;
  outline: 1px solid #111827;
  outline-offset: 1px;
}
form textarea[disabled] {
  background-color: #F9F9FA;
  color: #B1B9C9;
}
#page-wrapper {
  margin: 0;
  width: 100%;
  padding-top: 64px;
}
body.has-banner #page-wrapper {
  padding-top: 128px;
}
#header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
header {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 20px 24px;
  border-bottom: 1px solid #F6F7F9;
  background-color: #FFFFFF;
}
header p, header a {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}
header a {
  display: flex;
  align-items: center;
}
header .header__item {
  display: flex;
  align-items: center;
}
header #site-logo {
  display: flex;
  align-items: center;
}
header #menu-icon {
  margin-right: 12px;
}
header .logo-icon {
  margin-right: 8px;
}
header #mosaic-text {
  font-family: "Public Sans", serif;
  font-size: 20px;
  font-weight: 500;
}
header #header__right button:not(:first-child), header #header__right .btn:not(:first-child) {
  margin-left: 8px;
}
header.navtab {
  justify-content: flex-start;
  border-radius: 0;
  border-top: 1px solid #F6F7F9;
  border-bottom: 1px solid #F6F7F9;
}
header.navtab .tab {
  border-radius: 34px;
  padding: 0 8px;
  background-color: #FFFFFF;
  color: #C5CFDE;
  font-weight: 500;
  margin-right: 40px;
}
header.navtab .tab--active {
  background-color: #111827;
  color: #FFFFFF;
}
#content-wrapper {
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
}
#content-inner {
  position: relative;
}
aside {
  min-width: 428px;
  padding: 40px 24px;
  height: 100%;
  margin-left: -428px;
  list-style-type: none;
  border-right: 1px solid #F6F7F9;
  box-sizing: border-box;
  position: relative;
  transition: margin 0.4s;
}
aside.visible {
  margin-left: 0;
}
aside ul:not(#menu-login-register) {
  padding: 64px 0;
}
aside ul#menu-links__main {
  border-bottom: 1px solid #F6F7F9;
}
aside ul li a, aside ul span {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 24px;
  color: #C5CFDE;
}
aside ul li a.active, aside ul span.active {
  color: #111827;
}
main {
  width: calc(100% - (2 * 24px));
  max-width: 100%;
  margin: 64px 24px;
}
@media (min-width: 768px) {
  main {
    margin: 64px 40px;
    width: calc(100% - (2 * 40px));
  }
}
#breadcrumb-bar {
  width: 100%;
  height: 64px;
  padding: 20px 24px;
  border-bottom: 1px solid #F6F7F9;
}
#breadcrumb-bar a {
  color: #111827;
}
#breadcrumb-bar .breadcrumb__divider {
  color: #C5CFDE;
}
.max-content-width, #page-header-container {
  max-width: 380px;
  width: 100%;
}
.max-content-width-3, .block__problem-banner {
  max-width: 840px;
  width: 100%;
}
@media (max-width: 767px) {
  .breakpoint-margin {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .breakpoint-margin {
    margin-right: 80px;
  }
}
body#users-aboutyou #content-wrapper {
  overflow-x: hidden;
  position: relative;
  min-height: calc(100vh - 120px);
}
.btn:hover {
  box-shadow: 0px 8px 14px -8px rgba(235, 238, 244, 0.75), 0px 14px 32px 8px rgba(235, 238, 244, 0.75);
}
.btn--dark {
  background-color: #111827;
  color: #FFFFFF;
}
.btn--dark[disabled] {
  background-color: #B1B9C9;
  color: #F9F9FA;
  border: none;
}
.btn--light {
  background-color: #FFFFFF;
  color: #35455A;
  border: 1px solid #C5CFDE;
  box-shadow: 0px 4px 4px -4px rgba(235, 238, 244, 0.4), 0px 2px 10px -2px rgba(235, 238, 244, 0.4);
}
.btn--light[disabled] {
  background-color: #F6F7F9;
  color: #B1B9C9;
  border: none;
}
.input input {
  margin-top: 8px;
  margin-bottom: 24px;
}
.divider {
  border-bottom: 1px solid #F6F7F9;
}
.full-bleed-2 {
  margin-left: -24px;
  margin-right: -24px;
}
.footer {
  color: #C5CFDE;
}
/* mobile first */
#profile-widget {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 80px;
  row-gap: 64px;
}
@media (min-width: 922px) {
  #profile-widget {
    display: grid;
    grid-template-columns: 380px 380px;
    column-gap: 80px;
    row-gap: 64px;
  }
}
.embedded-input-text {
  position: absolute;
  display: inline-block;
  top: 36px;
  right: 20px;
  margin: 0;
  color: #B1B9C9;
}
.input-prefix {
  position: absolute;
  margin-left: 12px;
  margin-top: 4px;
  color: #B1B9C9;
  font-size: 16px;
}
.input-prefix + input[type="text"] {
  padding-left: 108px;
}
@media (min-width: 1024px) {
  .input-prefix {
    font-size: 14px !important;
  }
  .input-prefix + input[type="text"] {
    padding-left: 96px;
  }
}
#frmselect {
  margin-bottom: 24px;
}
#person-control-email {
  position: relative;
}
label.error {
  position: relative;
  left: 0;
  top: -20px;
  display: block;
  color: #FF6868;
}
form .label-row + input {
  margin-top: 8px;
}
input[name="email"].form-error {
  margin-bottom: 0px;
}
input[name="email"].form-error + .error-message {
  margin: 8px 0;
  color: #FF6868;
}
.project-thumbnail-image {
  border: 1px solid #F6F7F9;
  border-radius: 6px;
  object-fit: cover;
}
.page-banner {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F7F9;
}
.page-banner .message {
  display: flex;
  padding: 20px 24px;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
#block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 40px;
}
.block {
  position: relative;
  background-color: #FCFCFD;
  padding: 40px;
  width: 438px;
  line-height: 24px;
}
@media (min-width: 500px) {
  .block {
    width: 437px;
  }
}
.block a {
  color: #111827;
}
.block__image img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  width: 438px;
  height: 180px;
  object-fit: cover;
}
.block__inner {
  margin-top: 180px;
  width: 358px;
  height: 356px;
}
.block__row {
  margin-bottom: 24px;
}
.block__header {
  display: flex;
}
.block__status {
  align-self: flex-end;
}
.block__title {
  width: calc(100% - 20px);
}
.block__link-icon {
  background: url(/img/link-arrow.svg) no-repeat center;
  width: 24px;
  height: 12px;
  display: inline-block;
}
.block__description {
  color: #545F71;
}
.block__label {
  color: #111827;
  margin-bottom: 8px;
}
.block__label--light {
  color: #B1B9C9;
  margin-bottom: 4px;
}
.block__problem-banner {
  padding: 24px;
  border-radius: 6px;
}
.block__problem-banner--issue {
  background-color: #ffd1a7;
}
.block__problem-banner--rejected {
  background-color: #ffc2c2;
}
.block__status {
  width: 20px;
  height: 20px;
}
.block__status--collaboration {
  background-color: #c0b0fa;
}
.block__status--approved {
  background-color: #a2cbaa;
}
.block__status--denied {
  background-color: #ff9c9c;
}
.block__status--rejected {
  background-color: #ff9c9c;
}
.block__status--issue {
  background-color: #ffbd81;
}
.block__status--pending {
  background-color: #c5cfde;
}
.block__status--all {
  background: url(/img/mosaic-logo.svg) no-repeat center;
  width: 28px;
  height: 28px;
}
.collaborator-profile-images {
  height: 24px;
  padding-left: 8px;
  display: flex;
  max-width: 300px;
}
.collaborator-profile-images__item {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-left: -10px;
}
.block_summary_box {
  width: 100%;
}
.block_summary_box__inner {
  background-color: #FCFCFD;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_summary_box__title {
  margin-top: 12px;
}
.block_summary_box .block__status {
  align-self: auto;
}
@media (min-width: 650px) {
  .block_summary_box {
    width: 48%;
  }
  .block_summary_box__inner {
    width: 100%;
  }
}
@media (min-width: 922px) {
  .block_summary_box {
    width: 260px;
  }
}
.block_summary__all {
  height: 260px;
}
#page-header-container {
  font-size: 1rem;
  color: #545F71;
}
#no-results {
  color: #545F71;
}
#add-new-block-widget {
  width: 259px;
  height: 259px;
  background: url(/img/plus.svg) no-repeat center;
  background-color: #F9F9FA;
  display: inline-block;
}
.block-status__pill {
  height: 24px;
  border-radius: 100px;
  padding: 0px 8px 0px 25px;
  display: inline-block;
}
.block-status__pill--pending {
  background: url(/img/pending-icon.svg) no-repeat 5px;
  background-color: #EBEEF4;
}
.block-status__pill--collaboration {
  background: url(/img/collaborator-icon.svg) no-repeat 5px;
  background-color: #ECE7FD;
}
.block-status__pill--approved {
  background: url(/img/approved-icon.svg) no-repeat 5px;
  background-color: #C6DECA;
}
.block-status__pill--rejected {
  background: url(/img/rejected-icon.svg) no-repeat 5px;
  background-color: #FFC2C2;
}
.block-status__pill--issue {
  background: url(/img/issue-icon.svg) no-repeat 5px;
  background-color: #FFD1A7;
}
.modal {
  display: none;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(17, 24, 39, 0.8);
  justify-content: center;
}
.modal--content {
  background-color: #FFFFFF;
  padding: 40px;
  margin: 128px 24px 0 24px;
  max-width: 536px;
  width: 536px;
  height: fit-content;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(66, 71, 76, 0.45);
}
.modal--content p {
  margin-bottom: 40px;
}
.modal--content .buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal--content .buttons:first-child {
  margin-bottom: 8px;
}
#global-search-bar {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
#global-search-bar .search-icon {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
#global-search-bar #search-input-wrapper {
  padding: 20px 24px;
  height: 64px;
  border-bottom: 1px solid #F6F7F9;
}
#global-search-bar #search-results-wrapper {
  padding: 40px 24px;
}
#global-search-bar input {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  height: 24px;
}
#search-controls {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#search-controls input {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  height: 24px;
  width: 200px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  #search-controls {
    flex-direction: row;
  }
}
@media (max-width: 467px) {
  #search-controls {
    max-width: 100%;
  }
}
#search-controls__input {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #search-controls__input {
    margin-bottom: 0;
  }
}
#search-controls__filters {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 768px) {
  #search-controls__filters {
    flex-direction: row;
  }
}
#search-controls__filters select {
  width: 100%;
}
@media (min-width: 898px) {
  #search-controls__filters select {
    width: 200px;
    min-width: 200px;
  }
}
#paginator {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#totals .totals__divider {
  color: #C5CFDE;
}
#nav {
  display: flex;
}
.navtab {
  display: flex;
  flex-direction: row;
  padding: 20px 20px;
  height: 64px;
  border-bottom: 1px solid #F6F7F9;
}
.navtab .tab {
  display: flex;
  align-items: center;
  color: #C5CFDE;
  height: 24px;
}
.navtab .tab--active {
  color: #FFFFFF;
  background-color: #111827;
  border-radius: 34px;
  padding: 0 8px;
}
.navtab .tab:not(:last-child) {
  margin-right: 40px;
}
.nav-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(8%) sepia(29%) saturate(933%) hue-rotate(181deg) brightness(96%) contrast(98%);
}
.nav-icon:hover {
  color: #35455A;
  filter: brightness(0) saturate(100%) invert(24%) sepia(10%) saturate(1693%) hue-rotate(175deg) brightness(93%) contrast(87%);
}
.nav-icon--left {
  background: url(/img/nav-icon-left.svg) no-repeat center;
}
.nav-icon--right {
  margin-left: 20px;
  background: url(/img/nav-icon-right.svg) no-repeat center;
}
.nav-icon.disabled {
  cursor: not-allowed;
  filter: none;
}
.user-profile__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user-profile__picture {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.user-profile__picture--small {
  width: 48px;
  height: 48px;
}
.user-profile__current-context {
  background: url(/img/visible-black.svg) no-repeat center;
  width: 18px;
  height: 18px;
  margin-top: 35px;
  margin-left: 35px;
  position: absolute;
}
.user-profile__name {
  color: #111827;
}
.user-profile__username {
  color: #B1B9C9;
}
.user-profile__role {
  color: #111827;
}
.user-profile__bio {
  color: #545F71;
  max-width: 380px;
}
#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #FFFFFF;
}
#loading div {
  width: 380px;
  height: 72px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading div img {
  width: 24px;
  height: 24px;
}
#loading div div {
  margin-top: 24px;
  padding-top: 24px;
  color: #111827;
}
fancy-select {
  --footer-link-color: #6E56CF;
  z-index: 1;
}
