@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-medium.5fab2a57b753.woff2") format("woff2"), url("fonts/montserrat-medium.2e58a0be2c2f.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-light.f2bcc7f6c846.woff2") format("woff2"), url("fonts/montserrat-light.2e3055ef1589.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/*
USE WITH CARE.

"links go somewhere, buttons do something" should remain true,
unless there is a very good reason to break this.

We can use this when it's very obvious what will happen if it's
pressed, and an `a` element can't be used.

For example Django uses HTTP POST for 'log out' to avoid automated
(e.g pre-fetch) GET requests from logging a user out. A link is
reasonable from a user's point of view, but we use a button for
technical reasons.

This isn't exposed as a component, to avoid ad-hoc use. It is used by higher order
components only.
*/
.ds-language > form button, .ds-language > form li {
  border: 0;
  background: none;
  font-family: Montserrat, sans-serif;
  cursor: pointer; }

.ds-stack-larger > *,
.ds-stack > *,
.ds-filter > *,
.ds-stack-smaller > *,
.ds-footer > *,
hgroup > *,
.ds-card .ds-card-body > *,
.ds-advanced-filters > *,
.ds-stack-smallest > * {
  margin: 0; }

.ds-stack-larger > * + * {
  margin-top: 4.76837rem; }

.ds-stack > * + * {
  margin-top: 3.05176rem; }

.ds-filter > * + *, .ds-stack-smaller > * + *, .ds-footer > * + *, hgroup > * + *, .ds-card .ds-card-body > * + * {
  margin-top: 1.5625rem; }

.ds-advanced-filters > * + *, .ds-stack-smallest > * + * {
  margin-top: 0.25rem; }

.ds-filter-cluster > *, .ds-subnav > *, .ds-header nav a:not(.ds-cta) > *, .ds-language > *, .ds-language > form > *, .ds-cluster > *,
.ds-cluster-right > *,
.ds-cluster-center > * {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: calc(0.625rem * -1); }

.ds-filter-cluster > * > *, .ds-subnav > * > *, .ds-header nav a:not(.ds-cta) > * > *, .ds-language > * > *, .ds-language > form > * > *, .ds-cluster > * > *,
.ds-cluster-right > * > *,
.ds-cluster-center > * > * {
  margin: 0.625rem; }

.ds-language > *, .ds-language > form > *, .ds-cluster-right > * {
  justify-content: flex-end; }

.ds-cluster-center > * {
  justify-content: center; }

.ds-filter-cluster > *, .ds-cluster-tight > * {
  margin: calc(0.25rem * -1); }

.ds-filter-cluster > * > *, .ds-cluster-tight > * > * {
  margin: 0.25rem; }

.ds-grid {
  padding: 0; }

.ds-grid > * {
  list-style: none;
  margin: 0;
  max-width: none; }

.ds-grid > * + * {
  margin-top: 1.5625rem; }

@supports (width: calc(min(20px, 100%))) {
  .ds-grid > * + * {
    margin-top: 0; }
  .ds-grid {
    display: grid;
    grid-gap: var(--gridGap, 1.25rem);
    --gridCellMin: 30ch;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--gridCellMin), 100%), 1fr)); } }

.ds-with-sidebar > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(1rem * -1); }

.ds-with-sidebar .ds-sidebar {
  margin: 1rem;
  flex-grow: 1; }

.ds-with-sidebar .ds-not-sidebar {
  margin: 1rem;
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(50% - 1rem); }

.ds-card {
  position: relative;
  border: 1px solid rgba(64, 63, 65, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.ds-card .ds-card-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ds-card a:not(.ds-card-link) {
  position: relative;
  z-index: 2; }

.ds-card .ds-card-image {
  position: relative;
  padding-bottom: 37.5%; }

.ds-card .ds-card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ds-card .ds-card-body {
  padding: 1.95312rem; }
  .ds-card .ds-card-body h1, .ds-card .ds-card-body h2, .ds-card .ds-card-body h3, .ds-card .ds-card-body h4 {
    font-weight: 500; }

.ds-footer {
  padding: 1.95312rem 1.25rem;
  border-top: 0.5rem solid #007CAD;
  margin-top: 4.76837rem;
  background-color: #403F41;
  color: #fff; }

.ds-footer form {
  background-color: #403F41; }

.ds-footer * {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch; }

.ds-footer-links > * {
  --gridCellMin: 20ch; }

.ds-footer-links nav {
  margin-top: 1.25rem; }
  .ds-footer-links nav ul {
    list-style: none;
    padding: 0; }

.ds-copyright {
  padding: 1.95312rem;
  background-color: #403F41;
  max-width: 100%; }

.ds-dark {
  color: #fff;
  background-color: #403F41; }

.ds-dark * {
  color: #fff; }

.ds-dark .ds-card,
.ds-dark form,
.ds-dark .ds-candidate {
  border: 1px solid; }

.ds-dark code {
  background-color: rgba(255, 255, 255, 0.2); }

.ds-dark .ds-select::after {
  border-top-color: #fff; }

.ds-dark .ds-logo span {
  font-weight: 300;
  font-size: 1.5625rem;
  text-decoration: none;
  color: white; }

.ds-dark [class*="ds-button"]:not(:active) {
  border-bottom-color: #000; }

.ds-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.ds-padded {
  padding: 1rem; }

.ds-padded-large {
  padding: 2.44141rem; }

.ds-bordered {
  border: 2px solid; }

.ds-text-left {
  text-align: left; }

.ds-text-centered, .ds-footer, .ds-footer-links {
  text-align: center; }

.ds-text-right {
  text-align: right; }

.ds-block-centered,
.ds-block-centered-narrow {
  display: block;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto; }

.ds-block-centered-narrow {
  max-width: 50ch; }

.ds-width-full, .ds-switcher > *, .ds-footer-links > * {
  display: block;
  max-width: none;
  width: auto; }

.ds-width-full-text {
  max-width: 70ch; }

.ds-width-reduced-text {
  max-width: 50ch; }

.ds-width-half-text {
  max-width: 35ch; }

.ds-width-third-text {
  max-width: 23ch; }

.ds-dark .ds-header .ds-logo span {
  color: #fff; }

.ds-dark .ds-header .ds-logo span em {
  color: #fff; }

.ds-dark .ds-logo span em {
  color: #fff; }

.ds-color-black {
  color: #403F41; }

.ds-color-blackOpacity {
  color: rgba(64, 63, 65, 0.2); }

.ds-color-white {
  color: #fff; }

.ds-color-pinkForWhite {
  color: #E6007C; }

.ds-color-blueForWhite {
  color: #007CAD; }

.ds-color-blueForBlack {
  color: #00B6FF; }

.ds-color-blueLight {
  color: #E4F4FB; }

.ds-color-greenForWhite {
  color: #32841A; }

.ds-color-greenForBlack {
  color: #4BC427; }

.ds-color-amber {
  color: #FFC037; }

.ds-bg-color-black {
  background-color: #403F41; }

.ds-bg-color-blackOpacity {
  background-color: rgba(64, 63, 65, 0.2); }

.ds-bg-color-white {
  background-color: #fff; }

.ds-bg-color-pinkForWhite {
  background-color: #E6007C; }

.ds-bg-color-blueForWhite {
  background-color: #007CAD; }

.ds-bg-color-blueForBlack {
  background-color: #00B6FF; }

.ds-bg-color-blueLight {
  background-color: #E4F4FB; }

.ds-bg-color-greenForWhite {
  background-color: #32841A; }

.ds-bg-color-greenForBlack {
  background-color: #4BC427; }

.ds-bg-color-amber {
  background-color: #FFC037; }

.ds-font-size-s1 {
  font-size: 1rem; }

.ds-font-size-s2 {
  font-size: 1.25rem; }

.ds-font-size-s3 {
  font-size: 1.5625rem; }

.ds-font-size-s4 {
  font-size: 1.95312rem; }

.ds-font-size-s5 {
  font-size: 2.44141rem; }

.ds-font-size-s6 {
  font-size: 3.05176rem; }

.ds-font-size-s7 {
  font-size: 3.8147rem; }

.ds-font-size-s8 {
  font-size: 4.76837rem; }

.ds-height-ss1 {
  height: 0.125rem; }

.ds-height-ss2 {
  height: 0.25rem; }

.ds-height-ss3 {
  height: 0.375rem; }

.ds-height-ss4 {
  height: 0.5rem; }

.ds-height-ss5 {
  height: 0.625rem; }

.ds-height-ss6 {
  height: 0.75rem; }

.ds-height-ss7 {
  height: 0.875rem; }

.ds-height-ss8 {
  height: 1rem; }

:root {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41; }

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

body {
  margin: 0; }

input,
button,
select {
  font: inherit; }

* {
  margin: 0;
  color: #403F41; }

*:focus {
  outline: 0.25rem solid #FFC037; }

header, main, footer, nav, aside, section, details, summary {
  display: block; }

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

code {
  color: #403F41;
  background-color: rgba(64, 63, 65, 0.2);
  word-break: break-word;
  padding: 0 0.375rem; }

div:focus,
[tabindex="-1"]:focus,
body:focus {
  outline: none; }

.ds-skip-link {
  position: absolute;
  top: -5rem;
  display: inline-block;
  padding: 1rem;
  background-color: #fff; }

.ds-skip-link:focus {
  top: 0.5rem;
  left: 0.5rem; }

p, blockquote {
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #403F41; }

:is(p,ul,ol) + :is(p,ul,ol) {
  margin-top: 1rem !important; }

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  border-left: 0.5rem solid #FFC037;
  padding-left: 1rem; }

p, li, dt, dd, blockquote,
h1, h2, h3, h4, h5, h6 {
  max-width: 70ch; }

small {
  font-size: 0.875rem; }

h1, .ds-h1,
h2, .ds-h2,
h3, .ds-h3
h4, .ds-h4 {
  word-break: break-word;
  font-family: Montserrat, sans-serif;
  font-weight: 300; }

h1, .ds-h1 {
  font-size: 3.8147rem;
  font-size: clamp(1.95312rem, 7vw, 3.8147rem); }

h2, .ds-h2 {
  font-size: 3.05176rem;
  font-size: clamp(1.95312rem, 6vw, 3.05176rem); }

h3, .ds-h3 {
  font-size: 2.44141rem;
  font-size: clamp(1.5625rem, 5vw, 2.44141rem); }

h4, .ds-h4 {
  font-size: 1.95312rem;
  font-size: clamp(1.25rem, 4vw, 1.95312rem); }

h5, .ds-h5, .ds-footer-links h2 {
  font-size: 1.5625rem;
  font-size: clamp(1rem, 3vw, 1.5625rem); }

h6, .ds-h6 {
  font-size: 1.25rem;
  font-size: clamp(0.75rem, 2vw, 1.25rem); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  word-break: break-word; }

a {
  color: #E6007C;
  text-decoration: underline; }

a * {
  color: #E6007C;
  text-decoration: underline; }

a[role="button"],
a[role="button"] * {
  text-decoration: none; }

ul, ol {
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #403F41;
  padding-left: 1.95312rem; }

ul[class], ol[class],
[class] > ul:first-child,
[class] > ol:first-child {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41;
  padding-left: 0; }

dd {
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #403F41;
  margin-left: 1.5625rem; }

dl > * + * {
  margin-top: 0.75rem; }

form {
  background-color: #E4F4FB; }

form, fieldset {
  padding: 1.5625rem; }

form * {
  margin: 0; }

fieldset {
  border: 2px solid; }

legend {
  padding: 0 0.625rem; }

form > * + *, fieldset > *:not(legend) + * {
  margin-top: 1.95312rem; }

.ds-field label {
  display: block; }

.ds-field label small {
  display: block;
  margin-top: 0.25rem; }

.ds-field > * + * {
  margin-top: 0.5rem; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  color: #403F41;
  padding: 0.5rem;
  border: 2px solid;
  width: 100%;
  max-width: 50ch;
  box-shadow: inset 0.25rem 0.25rem 0 rgba(64, 63, 65, 0.2);
  box-sizing: border-box; }

.ds-field-error {
  color: #D91714;
  display: block; }

.ds-error {
  padding: 1.25rem;
  background-color: #D91714;
  max-width: 50ch; }

.ds-error, .ds-error * {
  color: #fff; }

.ds-error span[role="img"] {
  filter: invert(1) grayscale(1) contrast(100); }

.ds-dark form {
  background-color: #403F41; }

.ds-dark .ds-field-error {
  color: #FF6347;
  font-size: 1em; }

.ds-stack > :is(h1,h2,h3,h4,h5,hgroup) + *:not(article) {
  margin-top: 1rem; }

/*dl.ds-descriptions > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  dl.ds-descriptions dt,
  dl.ds-descriptions dd {
    margin: 0;
    padding: 0;
    max-width: none;
  }

  dl.ds-descriptions dt {
    line-height: 1.25;
    padding-right: $s2;
  }

  dl.ds-descriptions > div + div {
    margin-top: $ss6;
    padding-top: $ss6;
    border-top: 1px solid $blackOpacity;
  }

  dl.ds-descriptions dd + dd {
    margin-top: $ss6;
  }

  dl.ds-descriptions > div > * {
    flex-grow: 1;
    flex-shrink: 0;
  }

  dl.ds-descriptions dt {
    flex-basis: calc(25% - 1.25rem);
  }

  dl.ds-descriptions dt + * {
    flex-basis: 75%;
    min-width: min(20rem, 100%);
  }*/
dl.ds-descriptions > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

dl.ds-descriptions > div + div {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(64, 63, 65, 0.2); }

dl.ds-descriptions dt,
dl.ds-descriptions dd {
  margin: 0;
  padding: 0;
  max-width: none; }

dl.ds-descriptions > div > dt {
  line-height: 1.125;
  flex-basis: 10rem;
  padding-right: 1.25rem;
  flex-grow: 1; }

dl.ds-descriptions dt + * {
  flex-basis: calc(100% - 12rem);
  flex-grow: 666;
  min-width: 50%; }

dl.ds-descriptions dt + * {
  word-break: break-word; }

dl.ds-descriptions dd + dd {
  margin-top: 0.75rem; }

button[class*="ds-button"] {
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #E6007C;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.375rem solid #403F41; }

button[class*="ds-button"]:active:not([disabled]) {
  position: relative;
  top: 0.375rem;
  border-bottom: 0;
  outline: none;
  margin-bottom: 0.375rem; }

button.ds-button-blue {
  background-color: #007CAD; }

button[class*="ds-button"][disabled] {
  cursor: not-allowed;
  opacity: 0.666; }

.ds-dark button[class*="ds-button"][disabled]:active {
  border-bottom-color: #000; }

a.ds-cta {
  display: inline-block;
  color: #E6007C;
  background-color: #fff;
  font-size: 1.25rem;
  padding: 0.875rem 1.25rem;
  border: 0.25rem solid;
  text-decoration: none; }

a.ds-cta[href]:hover {
  transform: scale(1.05); }

a.ds-cta-blue {
  color: #007CAD; }

a.ds-cta:not([href]) {
  opacity: 0.666;
  cursor: not-allowed;
  border-style: dashed; }

.ds-dark a.ds-cta {
  background: transparent;
  color: #fff; }

.ds-dark a.ds-cta-blue {
  color: #00B6FF; }

ul.ds-details {
  padding: 0;
  list-style: none; }

details {
  padding: 1rem 0;
  border-style: solid;
  border-width: 1px 0; }

details + details,
ul.ds-details li + li details {
  margin-top: 0;
  border-top-width: 0; }

summary {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41;
  font-style: normal;
  cursor: pointer;
  font-size: 1.5625rem;
  color: #E6007C; }

summary > * {
  font: inherit;
  display: inline; }

details[open] summary {
  margin-bottom: 1rem; }

summary::marker,
summary::-webkit-details-marker {
  display: none; }

summary::before {
  line-height: 1;
  content: '▸\0020\0020'; }

details[open] summary::before {
  content: '▾\0020\0020'; }

.ds-candidate {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(64, 63, 65, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.ds-candidate-body {
  padding: 1.5625rem;
  flex-grow: 999;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%; }

.ds-candidate-name {
  hyphens: auto;
  word-break: break-word;
  font-weight: 500; }

.ds-candidate-name a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.ds-candidate-image {
  background-color: #efefef;
  flex-grow: 1;
  min-width: 10rem;
  min-width: min(10rem, 100%);
  min-height: 10rem;
  max-width: 100%;
  position: relative;
  aspect-ratio: 1/1; }

.ds-candidate-image img {
  display: block;
  height: 100%;
  position: absolute; }

@supports (object-fit: cover) {
  .ds-candidate-image img {
    object-fit: cover;
    width: 100%; } }

@media (max-width: 400px) {
  li.ds-candidate {
    flex-wrap: nowrap; }
  li .ds-candidate-body, li .ds-candidate-image {
    padding: 1rem; }
  li .ds-candidate-image {
    background-color: transparent;
    min-width: 0;
    display: flex;
    align-items: center;
    min-height: 0; }
  li .ds-candidate-image img {
    position: static;
    object-fit: inherit;
    height: 12vh;
    width: auto;
    margin-left: auto; } }

.ds-candidate:focus-within {
  outline: 0.25rem solid #FFC037; }

.ds-candidate:focus-within a:focus {
  outline: none; }

:not(li).ds-candidate .ds-candidate-body {
  flex-basis: 50%; }

:not(li).ds-candidate .ds-candidate-image {
  min-width: 20rem;
  min-width: min(20rem, 100%); }

nav.ds-breadcrumbs ol {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41;
  line-height: 1.5;
  margin: 0;
  list-style: none; }

nav.ds-breadcrumbs li {
  display: inline-block; }

nav.ds-breadcrumbs li:not(:last-child)::after {
  content: '\00a0\00a0/\00a0'; }

.ds-table {
  overflow-x: auto; }

.ds-table table {
  position: relative;
  border-top: 0;
  border-collapse: collapse;
  min-width: 100%;
  text-align: left; }

.ds-table th, .ds-table td, .ds-table caption {
  padding: 1rem; }

.ds-table caption {
  padding-left: 0; }

.ds-table td {
  font-family: Georgia, serif; }

.ds-table tr:nth-child(even) {
  background-color: #E4F4FB; }

.ds-table caption {
  font-size: 1.5625rem;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid; }

.ds-table caption > * {
  font-size: inherit;
  font-weight: inherit; }

.ds-table td + td,
.ds-table th + th,
.ds-table th + td {
  border-left: 1px solid; }

.ds-table th:not([scope="row"]) {
  border-bottom: 1px solid; }

.ds-table code {
  word-break: normal; }

.ds-dark .ds-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2); }

.ds-language, .ds-language > form {
  padding: 0.625rem;
  font-size: 1rem;
  background-color: #403F41; }

.ds-language * {
  color: white; }

.ds-language [aria-current] {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  color: #00B6FF; }

.ds-dark .ds-language, .ds-dark .ds-language > form {
  background-color: #0D1117;
  border: none; }

.ds-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  color: inherit; }

.ds-logo img {
  height: 4.5rem;
  margin-right: 0.375rem; }

.ds-logo span {
  font-weight: 300;
  font-size: 1.5625rem;
  text-decoration: none;
  text-align: left;
  color: #403F41; }

.ds-header .ds-logo span em {
  color: #403F41; }

.ds-logo em {
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 0.375rem;
  color: #403F41; }

.ds-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  margin-bottom: clamp(0.125rem, 2vw, 1.95312rem);
  background-color: #fff; }

.ds-header-home {
  flex-basis: 15rem;
  flex-grow: 0;
  margin-right: 1.25rem; }

.ds-header-home img {
  width: 100%;
  max-width: 20rem;
  height: auto; }

.ds-header nav a:not(.ds-cta) {
  margin: 1rem 0 1rem; }

.ds-header ul {
  font-size: clamp(0.875rem, 3vw, 1rem); }

.ds-header li {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41;
  display: inline-block; }

.ds-header nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0.5rem;
  border-bottom: 2px solid #fff; }

.ds-header a:hover {
  border-bottom-color: #007CAD; }

.ds-header [aria-current] {
  border-bottom-color: #E6007C; }

.ds-dark .ds-header {
  background-color: #0D1117;
  border-bottom: 1px solid #fff; }
  .ds-dark .ds-header li {
    color: #fff; }
  .ds-dark .ds-header a {
    border-bottom-color: transparent; }
    .ds-dark .ds-header a:hover {
      border-bottom-color: #00B6FF; }
  .ds-dark .ds-header [aria-current] {
    border-bottom-color: #E6007C; }

.ds-subnav {
  color: #E6007C;
  font-size: clamp(1.25rem, 2.5vw, 1.5625rem); }

.ds-subnav > * {
  margin: calc(0.75rem * -1) calc(1.95312rem * -1); }

.ds-subnav > * > * {
  margin: 0.75rem 1.95312rem;
  position: relative; }

.ds-subnav a {
  text-decoration: none; }

.ds-subnav li:not(:last-child) a::after {
  content: '\00b7';
  position: absolute;
  right: calc(1.95312rem * -1 - 4px); }

.ds-subnav [aria-current] {
  border-bottom: 2px solid; }

.ds-dark .ds-footer {
  background-color: #0D1117; }

.ds-dark .ds-footer .ds-copyright {
  color: #fff;
  background-color: #0D1117; }

.ds-dark .ds-footer form {
  background-color: #0D1117;
  border: none; }

.ds-field-radio {
  display: flex;
  align-items: center;
  cursor: pointer; }

.ds-field-radio input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.ds-field-radio > span {
  order: 1px solid #dee0e2;
  background-color: #dee0e2;
  padding: 1em;
  margin: 0.25rem;
  display: inline-block; }

.ds-field-radio > span::before {
  content: '';
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #403F41;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #fff; }

.ds-field-radio > input:checked + span {
  background-color: white !important; }

.ds-field-radio > input:checked + span::before {
  background-color: #E6007C;
  box-shadow: inset 0 0 0 0.25rem #fff; }

.ds-field-radio > input:focus + span {
  text-decoration: underline;
  text-decoration-color: #FFC037;
  text-decoration-thickness: 2px;
  outline: solid #FFC037; }

.ds-dark .ds-field-radio > span::before,
.ds-dark .ds-field-radio > span {
  background-color: rgba(255, 255, 255, 0.2); }

.ds-dark .ds-field-radio > input:checked + span {
  color: #403F41;
  background-color: #fff; }

.ds-field-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer; }

.ds-field-checkbox input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.ds-field-checkbox > span {
  display: flex;
  align-items: center; }

.ds-field-checkbox > span::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 2px solid #403F41;
  margin-right: 0.375rem;
  background-color: #fff;
  float: left; }

.ds-field-checkbox > input:checked + span::before {
  text-align: center;
  content: '✓';
  color: #E6007C; }

.ds-field-checkbox > input:focus + span {
  text-decoration: underline;
  text-decoration-color: #FFC037;
  text-decoration-thickness: 2px; }

.ds-select {
  display: block;
  display: inline-block;
  width: 100%;
  max-width: 50ch;
  position: relative; }

@supports (-moz-appearance: none) or (-webkit-appearance: none) or (appearance: none) {
  .ds-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 2.44141rem; }
  .ds-select::after {
    content: '';
    height: 0;
    width: 0;
    border: 1rem solid transparent;
    border-top-color: #E6007C;
    border-top-width: 0.9rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-12.5%);
    pointer-events: none; } }

.ds-dark .ds-select select {
  background-color: #403F41; }

.ds-filter {
  background-color: #E4F4FB;
  padding: 1.25rem; }

.ds-filter ul {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #403F41; }

.ds-filter ul a {
  display: inline-block;
  text-decoration: none;
  padding: 0.375rem 1rem;
  border: 2px solid; }

.ds-filter ul a[aria-current] {
  display: inline-block;
  color: #fff;
  background-color: #E6007C;
  border-color: #E6007C; }

.ds-filter > a {
  padding: 1rem 0; }

.ds-filter-label {
  text-transform: uppercase; }

.ds-filter summary {
  font-size: inherit; }

.ds-filter details ul {
  font-size: 0.85em; }

.ds-dark .ds-filter {
  background-color: #403F41; }

.ds-status ul {
  list-style: none; }

.ds-status ul li {
  max-width: none; }

[class*="ds-status-"] {
  padding: 0.625rem;
  font-size: 1rem;
  background-color: #403F41;
  color: #fff; }

.ds-status-message {
  background-color: #007CAD; }

.ds-status-message a {
  color: #fff; }

.ds-status-success {
  background-color: #32841A; }

.ds-status-error {
  background-color: #D91714; }

pre.ds-codeblock {
  padding: 1rem;
  background-color: rgba(64, 63, 65, 0.2);
  line-height: 1.125;
  scrollbar-width: thin;
  scrollbar-color: #007CAD #403F41; }

pre.ds-codeblock code {
  display: block;
  white-space: pre-wrap;
  padding: 0;
  background-color: transparent; }

pre.ds-codeblock.ds-codeblock-scroll {
  overflow-x: auto; }

pre.ds-codeblock.ds-codeblock-scroll code {
  white-space: pre; }

::-webkit-scrollbar {
  width: 1rem; }

::-webkit-scrollbar-track {
  background-color: #403F41; }

::-webkit-scrollbar-thumb {
  background-color: #007CAD; }

ul.ds-select-list li {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.ds-select-list li input {
    display: none; }
  ul.ds-select-list li label {
    display: block;
    background-color: #dee0e2;
    text-align: center;
    border: 1px solid #dee0e2;
    padding: 1rem; }
    ul.ds-select-list li label:hover {
      border-color: #000; }
  ul.ds-select-list li input:checked + label {
    background-color: #E6007C;
    color: #fff; }

ul.ds-select-list li + li {
  margin-top: 1rem; }

.ds-switcher, .ds-footer-links {
  --gridGap: 1.25rem;
  --gridCellMin: 30ch;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gridGap); }

.ds-switcher > *, .ds-footer-links > * {
  flex-grow: 1;
  flex-basis: var(--gridCellMin); }

.ds-page {
  overflow-x: hidden; }

.ds-page main {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
  padding: 0 1.25rem; }

.ds-scope .ds-page main {
  margin-top: 0; }

.ds-scope .filepond--drop-label {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.375rem solid #403F41;
  background-color: #007CAD; }
  .ds-scope .filepond--drop-label label {
    color: #fff; }

.ds-scope ul.filepond--list {
  margin-top: 1em;
  margin-bottom: 1em; }

.ds-card .ds-card-image {
  position: unset;
  padding-bottom: unset; }
  .ds-card .ds-card-image img {
    position: unset; }

.ds-card .ds-card-body {
  padding: 0 1em; }

input[type="number"] {
  padding: 0.5rem;
  border: 2px solid;
  width: 100%;
  max-width: 50ch;
  box-shadow: inset 0.25rem 0.25rem 0 rgba(64, 63, 65, 0.2);
  box-sizing: border-box; }

.ds-filter form {
  padding: 0; }

.ds-filter form small {
  text-transform: initial;
  font-size: 0.875rem; }

.ds-pagination {
  line-height: 1.5625rem;
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #403F41;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, auto));
  width: 100%; }
  .ds-pagination a[disabled=disabled] {
    color: #403F41;
    text-decoration: none; }
  .ds-pagination [rel=next] {
    text-align: right; }
  .ds-pagination > ul {
    list-style-type: none;
    padding: 0; }
    .ds-pagination > ul > li {
      display: inline;
      padding: 0 1rem; }
      .ds-pagination > ul > li[aria-current=true] {
        background-color: #E6007C;
        color: #fff; }

/*!
 * FilePond 4.26.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* Hard to override styles */
.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0;
}

.filepond--data {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    pointer-events: none;
    contain: strict;
}

.filepond--drip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.1;
    pointer-events: none;
    border-radius: 0.5em;
    background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 0;
    left: 0;
    width: 8em;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    background: #292625;
    border-radius: 50%;
    will-change: transform, opacity;
}

.filepond--drop-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform, opacity;
}

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: 0.5em;
}

.filepond--drop-label label {
    cursor: default;
    font-size: 0.875em;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}

.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: 0.5;
}

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%;
    height: 100%;
}
.filepond--file-action-button.filepond--file-action-button::after {
    position: absolute;
    left: -0.75em;
    right: -0.75em;
    top: -0.75em;
    bottom: -0.75em;
    content: '';
}

/* Soft styles */
.filepond--file-action-button {
    cursor: auto;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.filepond--file-action-button[disabled] {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-action-button[hidden] {
    display: none;
}

/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
    width: 2em;
    height: 2em;
    padding: 0.1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
    margin-left: -0.1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
    margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
    border: none;
    line-height: inherit;
    background: transparent;
    font-family: inherit;
    color: inherit;
    outline: none;
    padding: 0;
    margin: 0 0 0 0.25em;
    pointer-events: all;
    position: absolute;
}
.filepond--action-edit-item-alt svg {
    width: 1.3125em;
    height: 1.3125em;
}
.filepond--action-edit-item-alt span {
    font-size: 0;
    opacity: 0;
}

.filepond--file-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin: 0 0.5em 0 0;
    min-width: 0;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filepond--file-info * {
    margin: 0;
}
.filepond--file-info .filepond--file-info-main {
    font-size: 0.75em;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
    font-size: 0.625em;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
    white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
    display: none;
}

.filepond--file-status {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    min-width: 2.25em;
    text-align: right;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filepond--file-status * {
    margin: 0;
    white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
    font-size: 0.75em;
    line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
    font-size: 0.625em;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

.filepond--file {
    position: static;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding: 0.5625em 0.5625em;
    color: #fff;
    border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
    position: absolute;
}
.filepond--file [data-align*='left'] {
    left: 0.5625em;
}
.filepond--file [data-align*='right'] {
    right: 0.5625em;
}
.filepond--file [data-align*='center'] {
    left: calc(50% - 0.8125em);
}
.filepond--file [data-align*='bottom'] {
    bottom: 1.125em;
}
.filepond--file [data-align='center'] {
    top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
    margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='right'] {
    margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='left'] {
    margin-left: 0.1875em;
}

[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
    margin-right: 2.25em;
}

[data-filepond-item-state~='processing'] .filepond--file-status-sub {
    opacity: 0;
}

[data-filepond-item-state~='processing']
    .filepond--action-abort-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5;
}

[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
    opacity: 0;
}

[data-filepond-item-state='processing-error']
    .filepond--action-retry-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5;
}

[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall 0.5s 0.125s linear both;
    animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
    opacity: 0.5;
}

[data-filepond-item-state='processing-complete']
    .filepond--processing-complete-indicator:not([style*='hidden'])
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0;
}

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
    opacity: 0;
}

[data-filepond-item-state='processing-complete']
    .filepond--action-revert-item-processing
    ~ .filepond--file-info
    .filepond--file-info-sub {
    opacity: 0.5;
}

[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
    -webkit-animation: shake 0.65s linear both;
    animation: shake 0.65s linear both;
}

[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em);
    }
    20%,
    80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em);
    }
    40%,
    60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em);
    }
    20%,
    80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em);
    }
    40%,
    60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em);
    }
}

@-webkit-keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.filepond--hopper[data-hopper-state='drag-over'] > * {
    pointer-events: none;
}

.filepond--hopper[data-hopper-state='drag-over']::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.filepond--progress-indicator {
    z-index: 103;
}

.filepond--file-action-button {
    z-index: 102;
}

.filepond--file-status {
    z-index: 101;
}

.filepond--file-info {
    z-index: 100;
}

.filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0.25em;
    will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
    z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
    transition: opacity 0.15s ease-out;
}
.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab;
}
.filepond--item[data-drag-state] > .filepond--panel {
    transition: box-shadow 0.125s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.filepond--item[data-drag-state='drag'] {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.filepond--item[data-drag-state='drag'] > .filepond--panel {
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}
.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
    z-index: 2;
}

.filepond--item-panel {
    background-color: #64605e;
}

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
    background-color: #369763;
}

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
    background-color: #c44e47;
}

.filepond--item-panel {
    border-radius: 0.5em;
    transition: background-color 0.25s;
}

.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform;
}

.filepond--list-scroller[data-state='overflow'] {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
    mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}
.filepond--list-scroller[data-state='overflow'] .filepond--list {
    bottom: 0;
    right: 0;
}

.filepond--list-scroller::-webkit-scrollbar {
    background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 99999px;
    border: 0.3125em solid transparent;
    background-clip: content-box;
}

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    will-change: transform;
}

/* used for padding so allowed to be restyled */
.filepond--list {
    left: 0.75em;
    right: 0.75em;
}

.filepond--root[data-style-panel-layout~='integrated'] {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
    border-radius: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
    display: none;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
    display: none;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
    left: 0;
    right: 0;
    height: 100%;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
    margin: 0;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
    height: 100%;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    z-index: 7;
}

.filepond--root[data-style-panel-layout~='circle'] {
    border-radius: 99999rem;
    overflow: hidden;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
    border-radius: inherit;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .filepond--root[data-style-panel-layout~='circle'] {
            will-change: transform;
        }
    }
}

.filepond--panel-root {
    border-radius: 0.5em;
    background-color: #f1f0ef;
}

.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    height: 100% !important;
    pointer-events: none;
}

.filepond-panel:not([data-scalable='false']) {
    height: auto !important;
}

.filepond--panel[data-scalable='false'] > div {
    display: none;
}

.filepond--panel[data-scalable='true'] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: transparent !important;
    border: none !important;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
    height: 0.5em;
}

.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
}
.filepond--panel-top::after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;
}
.filepond--panel-bottom::before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: -1px;
    background-color: inherit;
}

.filepond--panel-center {
    height: 100px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
    visibility: hidden;
}

.filepond--progress-indicator {
    position: static;
    width: 1.25em;
    height: 1.25em;
    color: #fff;
    margin: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

.filepond--progress-indicator svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform-box: fill-box;
}

.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor;
}

.filepond--list-scroller {
    z-index: 6;
}

.filepond--drop-label {
    z-index: 5;
}

.filepond--drip {
    z-index: 3;
}

.filepond--root > .filepond--panel {
    z-index: 2;
}

.filepond--browser {
    z-index: 1;
}

.filepond--root {
    /* layout*/
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    /* base font size for whole component */
    font-size: 1rem;
    /* base line height */
    line-height: normal;
    /* up uses default system font family */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    /* will increase font weight a bit on Safari */
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
    contain: layout style size;
}
.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}
.filepond--root *:not(text) {
    font-size: inherit;
}
.filepond--root[data-disabled] {
    pointer-events: none;
}
.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all;
}
.filepond--root[data-disabled] .filepond--list {
    pointer-events: none;
}

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
    min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em;
}

.filepond--root .filepond--credits {
    position: absolute;
    right: 0;
    opacity: 0.175;
    line-height: 0.85;
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    bottom: -14px;
}

.filepond--root .filepond--credits[style] {
    top: 0;
    bottom: auto;
    margin-top: 14px;
}

/*!
 * FilePondPluginImagePreview 4.6.6
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}
.filepond--image-preview-wrapper {
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}
/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and
  ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;

  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;

  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;

  /* will be animated */
  will-change: transform, opacity;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;

  /* transparency indicator (currently only supports grid or basic color) */
}
.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}
