/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.75rem;
    --text-sm--line-height: calc(1 / 0.75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2rem;
    --text-4xl--line-height: calc(2.5 / 2);
    --font-weight-light: 300;
    --font-weight-bold: 600;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-dark-green: #112602;
    --color-grey: rgba(0, 0, 0, 0.3);
    --color-red: #ef4035;
    --font-arya-double: arya-double, sans-serif;
    --font-arya-single: arya-single, sans-serif;
    --font-body: polymath-text, sans-serif;
    --font-brush-up: brush-up, sans-serif;
    --font-weight-extra-bold: 700;
    --font-weight-reg: 400;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  color: var(--color-black);
  text-align: justify;
  margin-block: calc(var(--spacing) * 8);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
  }
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  margin-inline: auto;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  width: 70%;
}
a {
  color: var(--color-dark-green);
  text-decoration-line: underline;
  display: inline-block;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  &:hover {
    @media (hover: hover) {
      --tw-translate-x: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.big-line {
  height: calc(var(--spacing) * 1.5);
  width: 100%;
  background-color: var(--color-black);
  color: var(--color-black);
}
.banner {
  font-size: 3rem;
  --tw-leading: 2.25rem;
  line-height: 2.25rem;
  font-family: var(--font-brush-up);
}
.banner em {
  color: var(--color-red);
  font-style: normal;
}
.meat {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.headline {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  font-family: var(--font-brush-up);
}
.headline .alpha, .headline .beta {
  display: block;
}
.headline .beta {
  color: var(--color-red);
}
.internal__list__item {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  font-family: var(--font-brush-up);
}
.internal__list__item__link {
  color: var(--color-black);
  text-decoration-line: none;
}
.legal {
  font-family: var(--font-mono);
}
.albums {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  @media (width >= 64rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.album {
  display: contents;
}
.album__headline {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  font-family: var(--font-brush-up);
  text-align: right;
}
.sticker {
  display: flex;
  flex-direction: column;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.sticker__image {
  aspect-ratio: 5/6;
  width: 100%;
  background-color: var(--color-red);
}
.sticker__caption {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  --tw-leading: 1;
  line-height: 1;
}
.sticker__caption__headline {
  font-family: var(--font-body);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.sticker__caption__text {
  font-family: var(--font-body);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.badges {
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacing) * 2);
}
.badges__item__badge {
  display: block;
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.badges__item__badge--gscholar {
  background-image: url('../img/icons/icon_google_scholar.svg');
}
.badges__item__badge--personal-website {
  background-image: url('../img/icons/icon_personal_website.svg');
}
.badges__item__badge--email {
  background-image: url('../img/icons/icon_email.svg');
}
.publications-viewer {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.publications-viewer__table {
  width: 100%;
  border-top-style: var(--tw-border-style);
  border-top-width: 6px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
  table-layout: fixed;
}
.publications-viewer__table col.title {
  width: calc(2/3 * 100%);
}
.publications-viewer__table col.venue {
  width: calc(1/3 * 100%);
}
.publications-viewer__table .publications-viewer__table__tbody {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 6px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
}
.publications-viewer__table .publications-viewer__table__tbody .publications-viewer__table__tbody__td {
  padding: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.publications-viewer__table .publications-viewer__table__thead .publications-viewer__table__thead__th {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 0);
}
.publications-viewer__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: calc(var(--spacing) * 2);
  margin-top: calc(var(--spacing) * 3);
  font-family: var(--font-brush-up);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  line-height: 1;
  padding-inline: calc(var(--spacing) * 4);
}
.publications-viewer__page-button {
  background-image: url('../img/icons/triangle.svg');
  width: 14.5px;
  height: 10.5px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.publications-viewer__page-button--previous {
  rotate: 270deg;
}
.publications-viewer__page-button--next {
  rotate: 90deg;
}
.publications-viewer__toggler {
  cursor: pointer;
  text-align: left;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-reg);
  font-weight: var(--font-weight-reg);
  display: block;
}
.publications-viewer__details {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
tr.is-expanded .title {
  font-size: 1.75rem;
  --tw-font-weight: var(--font-weight-reg);
  font-weight: var(--font-weight-reg);
}
.publications-viewer__sorter {
  display: block;
  width: 100%;
  text-align: left;
  font-family: var(--font-arya-double);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  padding-block: calc(var(--spacing) * 2);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.publications-viewer__sorter::after {
  content: '';
  display: inline-block;
  background-image: none;
  width: 22px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.publications-viewer__sorter--asc::after {
  clip-path: inset(0 0 13.5px 0);
}
.publications-viewer__sorter--desc::after {
  clip-path: inset(13.5px 0 0 0);
}
.cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  height: 2.8125rem;
  border-radius: 0.3125rem;
  font-family: var(--font-arya-double);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  text-transform: uppercase;
  padding-inline: calc(var(--spacing) * 4);
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
  text-decoration-line: none;
}
.cta em {
  font-style: normal;
  color: var(--color-red);
}
.bib-txt {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1.625rem;
  line-height: 1.625rem;
  font-family: var(--font-mono);
}
.deets-table {
  width: 100%;
}
.deets-table td, .deets-table th {
  padding-block: calc(var(--spacing) * 4);
}
.deets-table th {
  padding-right: calc(var(--spacing) * 4);
  text-align: left;
  font-family: var(--font-arya-single);
  vertical-align: top;
}
.deets-table td {
  padding-left: calc(var(--spacing) * 4);
}
.publications-viewer__filters-group {
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacing) * 2);
}
.publications-viewer__filter-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}
.publications-viewer__filter-label {
  font-family: var(--font-arya-double);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding: 0.5em 2.5em 0.5em 2.5em;
  background: white url('../img/icons/icon_filter.svg') no-repeat 0.75em center;
  background-size: 1em;
  border: 1px solid var(--color-black);
  border-top-style: var(--tw-border-style);
  border-top-width: 6pt;
  display: inline-block;
}
.publications-viewer__filter-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.course-content, .tool-content, .project-content {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-reg);
  font-weight: var(--font-weight-reg);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(1.25rem * var(--tw-space-y-reverse));
    margin-block-end: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  }
  ul {
    list-style-type: square;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding-left: calc(var(--spacing) * 6);
  }
  blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-black);
    padding-left: calc(var(--spacing) * 8);
  }
}
.related {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.cards {
  display: flex;
  flex-direction: row;
  gap: 2.8125rem;
  position: relative;
  width: 100%;
  overflow-x: auto;
  max-width: 100%;
}
.cards::after {
  content: '';
  position: absolute;
  height: 1pt;
  background-color: var(--color-black);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: var(--cards-track-width, 100%);
  z-index: -1;
  pointer-events: none;
}
.cards__card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: calc(var(--spacing) * 4);
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1pt;
  border-top-style: var(--tw-border-style);
  border-top-width: 6pt;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
  padding: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 8);
  min-width: 250px;
  flex-shrink: 0;
}
.cards__card > *:not(.cards__card__tag) {
  grid-column-start: 1;
}
.cards__card__headline {
  text-align: left;
  font-family: var(--font-body);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-extra-bold);
  font-weight: var(--font-weight-extra-bold);
}
.cards__card__subheadline {
  text-align: left;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  text-transform: capitalize;
}
.cards__card a {
  text-decoration-line: none;
}
.cards__card__tag {
  display: inline;
  background-color: var(--color-red);
  padding: calc(var(--spacing) * 1);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  grid-column-start: 2;
  grid-row-start: 1;
  align-self: flex-start;
}
.tile {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(1.5625rem * var(--tw-space-y-reverse));
    margin-block-end: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
  }
}
.signposts__list {
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacing) * 32);
}
.signposts__list__item {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  font-family: var(--font-brush-up);
}
.signposts__list__item__link {
  text-decoration-line: none;
  min-height: calc(var(--spacing) * 24);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(var(--spacing) * 16);
}
.signposts__list__item__link::after {
  display: block;
  position: absolute;
  --tw-content: '';
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  height: 100%;
  width: calc(var(--spacing) * 12);
  background-image: url('../img/icons/hand-drawn-right-arrow.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.signposts__list__item__link .alpha, .signposts__list__item__link .beta {
  display: block;
}
.signposts__list__item__link .beta {
  color: var(--color-red);
}
.hero {
  font-family: var(--font-body);
  --tw-font-weight: var(--font-weight-reg);
  font-weight: var(--font-weight-reg);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 2rem;
  line-height: 2rem;
}
.deck {
  position: relative;
}
.deck__gradient {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing) * 0);
  z-index: 10;
  height: 100%;
  width: calc(var(--spacing) * 16);
}
.deck__gradient--left {
  left: calc(var(--spacing) * 0);
}
.deck__gradient--right {
  right: calc(var(--spacing) * 0);
}
.deck__gradient__gradient {
  height: 100%;
  width: 100%;
  --tw-gradient-from: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.deck__gradient__gradient--left {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.deck__gradient__gradient--right {
  --tw-gradient-position: to left in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.deck__arrow {
  position: absolute;
  top: calc(1/2 * 100%);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  z-index: 20;
  height: 100%;
  width: calc(var(--spacing) * 10);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.deck__arrow--left {
  left: calc(var(--spacing) * 0);
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: 180deg;
  background-image: url('../img/icons/hand-drawn-right-arrow.svg');
}
.deck__arrow--right {
  right: calc(var(--spacing) * 0);
  --tw-translate-x: calc(1/2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  background-image: url('../img/icons/hand-drawn-right-arrow.svg');
}
::-webkit-scrollbar {
  width: calc(var(--spacing) * 0);
  background-color: transparent;
}
b, strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.img-credit {
  text-align: right;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-grey);
  a {
    color: var(--color-grey);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
