/*! tailwindcss v4.2.2 | 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-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --tracking-widest: 0.1em;
    --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-brand: #034;
    --color-brand-background: #DEE5E8;
    --spacing-inline: calc(var(--spacing) * 2);
    --spacing-block-t: calc(var(--spacing) * 2);
    --spacing-block-b: calc(var(--spacing) * 3);
    --font-title: "FeatureDeck-trial", serif;
    --font-body: "Satoshi", Arial, Helvetica, sans-serif;
    --text-title-l: var(--font-size-xxl);
    --text-title-l--line-height: 1;
    --text-title-m: var(--font-size-xl);
    --text-title-m--line-height: 1;
    --text-title-sm: var(--font-size-ml);
    --text-title-sm--line-height: 1.15;
    --text-body-l: var(--font-size-l);
    --text-body-l--line-height: 1.15;
    --text-body: var(--font-size-m);
    --text-body--line-height: 1.25;
    --text-small: var(--font-size-sm);
    --text-small--line-height: 1.15;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-100 {
    z-index: 100;
  }
  .my-\[2em\] {
    margin-block: 2em;
  }
  .my-block-t {
    margin-block: var(--spacing-block-t);
  }
  .\!mt-\[3em\] {
    margin-top: 3em !important;
  }
  .mt-block-t {
    margin-top: var(--spacing-block-t);
  }
  .mt-inline {
    margin-top: var(--spacing-inline);
  }
  .mr-\[0\.25em\] {
    margin-right: 0.25em;
  }
  .mr-\[1em\] {
    margin-right: 1em;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-\[1em\] {
    margin-bottom: 1em !important;
  }
  .mb-\(--spacing-block-t\) {
    margin-bottom: var(--spacing-block-t);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-\[0\.5em\] {
    margin-bottom: 0.5em;
  }
  .mb-\[0\.15em\] {
    margin-bottom: 0.15em;
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-block-b {
    margin-bottom: var(--spacing-block-b);
  }
  .mb-block-t {
    margin-bottom: var(--spacing-block-t);
  }
  .mb-inline {
    margin-bottom: var(--spacing-inline);
  }
  .ml-\[1em\] {
    margin-left: 1em;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[calc\(100dvh-var\(--header-height\)-\(var\(--spacing\)\*4\)\)\] {
    max-height: calc(100dvh - var(--header-height) - (var(--spacing) * 4));
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-\(--spacing-block-t\) {
    gap: var(--spacing-block-t);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[0\.5em\] {
    gap: 0.5em;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-\[1em\] {
    column-gap: 1em;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-brand-background {
    background-color: var(--color-brand-background);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .px-inline {
    padding-inline: var(--spacing-inline);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[0\.5em\] {
    padding-block: 0.5em;
  }
  .py-\[0\.25em\] {
    padding-block: 0.25em;
  }
  .py-block-t {
    padding-block: var(--spacing-block-t);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-\[1em\] {
    padding-top: 1em;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-block-t {
    padding-bottom: var(--spacing-block-t);
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-title {
    font-family: var(--font-title);
  }
  .text-body-l {
    font-size: var(--text-body-l);
    line-height: var(--tw-leading, var(--text-body-l--line-height));
  }
  .text-small {
    font-size: var(--text-small);
    line-height: var(--tw-leading, var(--text-small--line-height));
  }
  .text-title-m {
    font-size: var(--text-title-m);
    line-height: var(--tw-leading, var(--text-title-m--line-height));
  }
  .text-title-sm {
    font-size: var(--text-title-sm);
    line-height: var(--tw-leading, var(--text-title-sm--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:z-2 {
    &::after {
      content: var(--tw-content);
      z-index: 2;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-lg\:order-1 {
    @media (width < 62rem) {
      order: 1;
    }
  }
  .max-lg\:order-2 {
    @media (width < 62rem) {
      order: 2;
    }
  }
  .max-lg\:flex-col {
    @media (width < 62rem) {
      flex-direction: column;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-\[calc\(var\(--header-height\)\+\(var\(--spacing\)\*2\)\)\] {
    @media (width >= 48rem) {
      top: calc(var(--header-height) + (var(--spacing) * 2));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 62rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 62rem) {
      width: 40%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 62rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 62rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:justify-end {
    @media (width >= 62rem) {
      justify-content: flex-end;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .scrolled\:bg-brand-background {
    .scrolled & {
      background-color: var(--color-brand-background);
    }
  }
  .scrolled\:text-brand {
    .scrolled & {
      color: var(--color-brand);
    }
  }
  .lg\:\[\&_div\]\:h-full {
    @media (width >= 62rem) {
      & div {
        height: 100%;
      }
    }
  }
  .lg\:\[\&_div\]\:w-full {
    @media (width >= 62rem) {
      & div {
        width: 100%;
      }
    }
  }
  .\[\&_figure\]\:aspect-3\/2 {
    & figure {
      aspect-ratio: 3/2;
    }
  }
  .\[\&_figure\]\:overflow-hidden {
    & figure {
      overflow: hidden;
    }
  }
  .md\:\[\&_figure\]\:aspect-3\/2 {
    @media (width >= 48rem) {
      & figure {
        aspect-ratio: 3/2;
      }
    }
  }
  .\[\&_img\]\:aspect-3\/2 {
    & img {
      aspect-ratio: 3/2;
    }
  }
  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }
  .\[\&_img\]\:w-\[3vw\] {
    & img {
      width: 3vw;
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:min-w-\[47px\] {
    & img {
      min-width: 47px;
    }
  }
  .\[\&_img\]\:object-contain {
    & img {
      object-fit: contain;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_img\]\:object-center {
    & img {
      object-position: center;
    }
  }
  .\[\&_img\]\:object-top {
    & img {
      object-position: top;
    }
  }
  .lg\:\[\&_img\]\:ml-auto {
    @media (width >= 62rem) {
      & img {
        margin-left: auto;
      }
    }
  }
  .lg\:\[\&_img\]\:h-full {
    @media (width >= 62rem) {
      & img {
        height: 100%;
      }
    }
  }
  .lg\:\[\&_img\]\:max-h-\[calc\(100dvh-var\(--header-height\)-\(var\(--spacing\)\*4\)\)\] {
    @media (width >= 62rem) {
      & img {
        max-height: calc(100dvh - var(--header-height) - (var(--spacing) * 4));
      }
    }
  }
  .lg\:\[\&_img\]\:w-auto {
    @media (width >= 62rem) {
      & img {
        width: auto;
      }
    }
  }
}
@media (min-width: 768px) {
  :root {
    --spacing-block-t: calc(var(--spacing) * 3);
    --spacing-block-b: calc(var(--spacing) * 6);
  }
}
@media (min-width: 62rem) {
  :root {
    --spacing-inline: calc(var(--spacing) * 3);
    --spacing-block-t: calc(var(--spacing) * 6);
    --spacing-block-b: calc(var(--spacing) * 12);
  }
}
@layer base {
  :root {
    --spacing: 1rem;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer utilities {
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
}
@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/frontend/assets/fonts/Feature_Deck/FeatureDeck-Light-Web.woff2") format("woff2");
  font-family: "FeatureDeck-trial";
  font-display: swap;
}
@font-face {
  font-style: italic;
  font-weight: 300;
  src: url("/themes/custom/frontend/assets/fonts/Feature_Deck/FeatureDeck-LightItalic-Web.woff2") format("woff2");
  font-family: "FeatureDeck-trial";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff2') format('woff2'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff') format('woff'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.ttf') format('truetype');
  font-family: 'Satoshi';
  font-display: swap;
}
@font-face {
  font-style: italic;
  font-weight: 400;
  src: url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Italic.woff2') format('woff2'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Italic.woff') format('woff'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Italic.ttf') format('truetype');
  font-family: 'Satoshi';
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Medium.woff2') format('woff2'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Medium.woff') format('woff'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Medium.ttf') format('truetype');
  font-family: 'Satoshi';
  font-display: swap;
}
@font-face {
  font-style: italic;
  font-weight: 500;
  src: url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-MediumItalic.woff') format('woff'), url('/themes/custom/frontend/assets/fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-family: 'Satoshi';
  font-display: swap;
}
:root {
  --font-size-xxl: clamp(2.75rem, 1.7083rem + 4.1667vw, 5.875rem);
  --font-size-xl: clamp(2.125rem, 1.5rem + 2.5vw, 4rem);
  --font-size-l: clamp(0.875rem, 0.625rem + 1vw, 1.625rem);
  --font-size-ml: clamp(1.25rem, 0.875rem + 1.5vw, 2.375rem);
  --font-size-m: clamp(0.75rem, 0.5417rem + 0.8333vw, 1.375rem);
  --font-size-sm: clamp(0.75rem, 0.6667rem + 0.3333vw, 1rem);
}
body {
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
h2, h3 {
  font-weight: 300;
}
main p {
  margin-bottom: 1em;
}
.body h2 {
  font-family: var(--font-title);
  font-size: var(--text-title-l);
  line-height: var(--text-title-l--line-height);
  padding: 0.5em 0;
}
.template-artworks h2 {
  font-family: var(--font-title);
  font-size: var(--text-title-sm);
  line-height: var(--text-title-sm--line-height);
  margin-bottom: 0.5em;
}
.template-artworks ul {
  list-style: disc;
  padding-left: 1.5em;
}
.template-artworks ul li a {
  border-bottom: 1px solid currentColor;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.has-border-top {
  position: relative;
}
.has-border-top::before {
  display: block;
  position: absolute;
  top: 0;
  right: var(--spacing-inline);
  left: var(--spacing-inline);
  width: calc(100% - (var(--spacing-inline) * 2));
  height: 1px;
  background-color: black;
  content: '';
}
.icon-wrapper {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  font-size: var(--text-small);
  line-height: var(--text-small--line-height);
}
.badge--full {
  background-color: var(--color-white);
}
.badge--invert {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.link, .link-underline {
  cursor: pointer;
  opacity: 1;
  transition: opacity 300ms ease;
}
.link-underline {
  border-bottom: 1px solid currentColor;
}
@media (hover:hover) {
  .link:hover, .link-underline:hover {
    opacity: 0.5;
  }
}
.is-anchor-link::before {
  display: block;
  visibility: hidden;
  height: calc(var(--header-height) + (var(--spacing) * 4));
  margin-top: calc((var(--header-height) + (var(--spacing) * 4)) * -1);
  content: " ";
  pointer-events: none;
}
.group:has(.stretched-link.hover-scale) img {
  transform: scale(1);
  transition: transform 300ms ease;
}
.hover-scale-wrapper {
  overflow: hidden;
}
@media screen and (hover:hover) {
  .group:has(.stretched-link.hover-scale:hover) img {
    transform: scale(1.03);
  }
}
.group:has(.stretched-link.hover-bg) {
  background-color: var(--color-brand-background);
  transition: all 300ms ease;
}
.group:has(.stretched-link.hover-bg) .badge {
  border-color: var(--color-brand);
  color: var(--color-brand);
  transition: all 300ms ease;
}
@media screen and (hover:hover) {
  .group:has(.stretched-link.hover-bg:hover) {
    background-color: var(--color-brand);
    color: white;
  }
  .group:has(.stretched-link.hover-bg:hover) .badge {
    border-color: white;
    color: white;
  }
}
.to-list > a {
  display: inline-block;
}
.to-list .field-content > * {
  margin-right: 0.25em;
}
.to-list .field-content > *:not(.title)::after {
  display: inline-block;
  content: ',';
}
.to-list .field-content > *:last-child:after {
  display: inline-block;
  content: '.';
}
.header {
  transform: translateY(0);
  transition: transform 300ms ease 50ms;
}
.header.header--hidden {
  transform: translateY(-100%);
  transition: transform 300ms ease;
}
header .logo-icon img {
  width: auto !important;
  max-height: 45px;
}
header .logo-small > div {
  margin-bottom: 0.15em;
}
header .logo-small svg {
  max-height: 40px;
}
header .logo-small svg {
  fill: var(--color-brand);
}
header.header--home .logo-small svg {
  fill: white;
  transition: all 300ms ease;
}
header.header--home.scrolled .logo-small svg {
  fill: var(--color-brand);
}
@media screen and (max-width: 768px) {
  header .pages-logo img {
    width: auto;
    height: 45px;
  }
}
.langswitcher__item {
  margin-right: 0.25em;
}
.langswitcher__item::after {
  display: inline-block;
  content: '|';
}
.langswitcher__item:last-child:after {
  display: none;
  content: '';
}
.langswitcher__item > a {
  text-transform: capitalize;
}
.langswitcher__item > .is-active {
  opacity: 0.5;
  pointer-events: none;
}
.button {
  display: inline-block;
  border: 1px solid var(--color-brand);
  padding: 0.5em 1em;
  color: var(--color-brand);
  transition: all 300ms ease;
  background-color: white;
  margin-top: 1em;
  width: max-content;
}
.button.no-margin {
  margin: 0;
}
.button.has-icon {
  display: flex;
  align-items: center;
  column-gap: 2em;
}
@media (hover:hover) {
  .button:hover {
    color: white;
    background-color: var(--color-brand);
  }
}
.readmore-toggle {
  font-size: var(--text-body);
}
:root {
  --banner-height: 800px;
}
.hero {
  position: relative;
  margin: auto;
  max-height: var(--banner-height);
  overflow: hidden;
}
.hero div {
  width: 100%;
  height: 100%;
  max-height: var(--banner-height);
}
.hero img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.has-overlay {
  overflow: hidden;
  position: relative;
}
.has-overlay::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.51%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.main--artworks .bef-exposed-form {
  margin: 1em 0 1.5em 0;
  z-index: 10;
}
.main--artworks .bef-exposed-form .form-select {
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid var(--color-brand);
  padding: 0.5em 4em 0.5em 1em;
  color: var(--color-brand);
  cursor: pointer;
  width: max-content;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='%23034' viewBox='0 0 256 256'%3E%3Cpath d='M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
}
.main--artworks .bef-exposed-form input.button[name="reset"] {
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
  padding: 0;
  border: unset;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  color: black;
}
@media (hover:hover) {
  .main--artworks .bef-exposed-form input.button[name="reset"]:hover {
    background-color: unset;
    color: currentColor;
  }
}
.search-exposed-form {
  display: flex;
  flex-direction: column;
  padding: calc(var(--spacing-inline) + 0.5em) var(--spacing-inline);
  gap: 1.5em;
  background-color: var(--color-brand);
  color: white;
}
.search-bar {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.search-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
  gap: 0.5rem;
  border: 1px solid white;
  background: transparent;
}
.search-bar-wrapper .form-item-combine, .search-bar-wrapper input[type="text"] {
  width: 100%;
}
.search-submit {
  padding: 1.15em;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: var(--text-body);
  cursor: pointer;
  margin-left: -1px;
}
.search-submit > i {
  transition: opacity 300ms ease;
}
.search-submit:hover > i {
  opacity: 0.5;
}
.search-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 1em;
}
.search-type-wrapper {
  display: flex;
}
.search-type-wrapper, .search-location-wrapper {
  width: 50%;
}
.search-type-wrapper select, .search-location-wrapper {
  border: 1px solid white;
  color: white;
  font-size: var(--text-body);
  line-height: var(--text-body--line-height);
}
.search-type-wrapper .js-form-type-select {
  width: 100%;
}
.search-type-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.6em 4em 0.6em 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 1.15em;
  cursor: pointer;
}
.search-location-wrapper {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  gap: 0.5em;
}
.search-location-wrapper .form-item-field-location-target-id, .search-location-wrapper .form-item-field-location-target-id input[type="text"] {
  width: 100%;
}
.search-location-wrapper .form-item-field-location-target-id input[type="text"]::placeholder {
  color: white;
}
.search-location-wrapper input.form-autocomplete {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .search-type-wrapper {
    width: auto;
  }
  .search-location-wrapper {
    width: 30%;
  }
  .search-type-wrapper select {
    width: max-content;
  }
}
.search-checkboxes__label {
  display: block;
  margin-bottom: 1em;
}
.search-checkboxes__item, .search-checkboxes__item .form-checkboxes {
  display: flex;
  align-items: center;
  gap: 1em;
}
.search-checkboxes__item .form-type-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35em;
  cursor: pointer;
}
.search-checkboxes__item {
  flex-direction: column;
  align-items: start;
}
.search-checkboxes__item input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  display: grid;
  place-content: center;
  border: 1px solid white;
  width: 1.25em;
  height: 1.25em;
  color: currentColor;
  font: inherit;
  cursor: pointer;
}
.search-checkboxes__item input[type="checkbox"]::before {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.95em;
  height: 0.95em;
  content: "";
}
.form-checkboxes input[type="checkbox"]:checked::before {
  display: block;
}
.search-checkboxes__item label {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-checkboxes__item {
    flex-direction: row;
  }
}
nav.pager > ul {
  list-style: none;
}
nav.pager ul li a {
  border-bottom: none;
}
nav.pager .ph::before {
  font-size: var(--text-body-l);
}
.pager__item:not(.pager__item--previous, .pager__item--next) {
  position: relative;
}
.pager__item:not(.pager__item--previous, .pager__item--next).is-active {
  color: white;
}
.pager__item:not(.pager__item--previous, .pager__item--next)::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.45em;
  height: 1.45em;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  content: '';
}
.pager__item:not(.pager__item--previous, .pager__item--next).is-active::before {
  background-color: var(--color-brand);
  color: white;
}
.viewer-backdrop {
  background-color: white;
}
.viewer-button {
  height: auto;
  width: auto;
  padding: 0.5rem;
  margin: 0.5rem;
  right: 0;
  top: 0;
}
.viewer-close::before {
  position: relative;
  bottom: auto;
  left: auto;
}
.viewer-title, .viewer-title a {
  color: black;
  font-size: var(--text-small);
  line-height: var(--text-small--line-height);
}
.viewer-title {
  margin-bottom: 0.5rem;
}
.viewer-toolbar > ul {
  margin-bottom: 1rem;
}
.landing-hero > .hero, .landing-hero > .hero div {
  height: 950px;
  max-height: calc(var(--banner-height) + 200px);
}
.landing-hero__logo {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-hero__logo img {
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .landing-hero__logo img {
    width: 60vw;
    max-width: 1000px;
  }
}
.template-search-results .node--view-mode-result {
  position: relative;
  margin-bottom: var(--spacing-block-t);
  overflow: hidden;
}
.template-search-results .node--type-artist, .template-search-results .node--type-koha, .template-search-results .node--type-atom {
  background-color: var(--color-brand-background);
  padding: 1em;
}
.template-search-results .node--type-koha .body div {
  margin-bottom: 0.25em;
}
.template-search-results .node--type-artworks p {
  margin-bottom: 0.5em;
}
.artwork-library li > *, .artwork-archives li > *, .artwork-linked-artworks li > * {
  display: inline;
  margin-right: -0.25em;
}
.artwork-library li > a > span.author, .artwork-archives li > a > span.author, .artwork-linked-artworks li > a > span.author {
  display: inline;
  margin-right: -0.25em;
}
#user-login-form, #user-login-form .form-item {
  display: flex;
  flex-direction: column;
}
#user-login-form {
  margin: calc(var(--spacing) * 4) 0;
  padding: 0 calc(var(--spacing) * 2);
  gap: calc(var(--spacing) * 2);
}
#user-login-form .form-item {
  gap: calc(var(--spacing) * 0.5);
}
#user-login-form input[type="text"], #user-login-form input[type="password"] {
  max-width: 100%;
  border: 1px solid var(--color-brand);
}
#user-login-form input[type="submit"] {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #user-login-form input[type="text"], #user-login-form input[type="password"] {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #user-login-form input[type="text"], #user-login-form input[type="password"] {
    max-width: 33%;
  }
}
.main--landing_page #block-frontend-views-block-atom-block-2, .main--artworks #block-frontend-views-block-media-per-artwork-content-block-1, .main--artworks #block-frontend-views-block-atom-block-2, .main--artworks #block-frontend-views-block-koha-block-1 {
  display: none;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
