@charset "UTF-8";
/*
Theme Name:     AGQ - S'afficher
Author:         Supersystème / H9 Design 
Version:        1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-min-height: 100vh;
  --viewport-min-height: 100svh;
  --viewport-max-height: 100vh;
  --viewport-max-height: 100lvh;
  --viewport-dynamic-height: 100vh;
  --viewport-visible-height: 100vh;
  --viewport-offset-x: 0px;
  --viewport-offset-y: 0px;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-scrollbar: 0px;
}

html {
  --breakpoint-phone: 640px;
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
}
html {
  --breakpoint-tablet: 768px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --breakpoint: tablet;
  }
}
html {
  --breakpoint-laptop: 1024px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
}
html {
  --breakpoint-desktop: 1440px;
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
}
html {
  --column-count: 12;
  --column-gap: 20px;
  --column-padding: 18px;
  --column-width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 6;
    --column-gap: 12px;
    --column-padding: 12px;
  }
}
html {
  --screen-column-width: calc(var(--inner-width) - (var(--column-padding) * 2));
  --screen-column-gap: var(--column-gap);
}

html {
  font-family: TimesTen, Times, "Times New Roman", Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
}

html {
  --lh: 1.1666666667em;
}

html {
  font-weight: normal;
}

html {
  margin: 0;
  overflow-anchor: none;
  position: relative;
  --margin-top: var(--lh);
  --margin-bottom: var(--lh);
  --first-margin-top: 0;
  --last-margin-bottom: 0;
}

body {
  margin: 0;
  color: #181818;
  background: #FFFFFF;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form) {
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom);
  overflow-wrap: break-word;
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):first-child) {
  margin-top: var(--first-margin-top, 0);
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):last-child) {
  margin-bottom: var(--last-margin-bottom, var(--margin-bottom));
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 1.3333333333rem;
}

h2 {
  font-size: 0.8rem;
}

h3 {
  font-size: 0.6666666667rem;
}

h4 {
  font-size: 0.6rem;
}

h5 {
  font-size: 0.4666666667rem;
}

h6 {
  font-size: 0.4rem;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 0.8em;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
:where(a) {
  outline: none;
}

:where(a):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

:where(a):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

:where(ul, ol) {
  margin: 0px 1.2em 0px 1.2em;
}

:where(ul, ol) {
  padding: 0px;
}

:where(ul, ol) {
  list-style-position: outside;
}

:where(ul, ol) :where(ul, ol) {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  list-style: none;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  margin: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  list-style: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
}

ul.is-inline, ol.is-inline {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.5em);
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]), ol:where([unstyled]) {
  list-style: none;
}

ul:where([unstyled]), ol:where([unstyled]) {
  margin: 0px;
}

ul:where([unstyled]), ol:where([unstyled]) {
  padding: 0px;
}

menu {
  list-style: none;
}

menu {
  margin: 0px;
}

menu {
  padding: 0px;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

button img {
  vertical-align: middle;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img[unstyled], picture[unstyled], video[unstyled], canvas[unstyled], svg[unstyled] {
  max-width: none;
}

svg, canvas, iframe {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}

table {
  font-family: inherit;
}

th, td {
  border: 1px solid #181818;
  padding: 0.5em;
  text-align: left;
}

:where(fieldset) {
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) :where(input), :where(fieldset) textarea, :where(fieldset) select {
  width: 100%;
}

:where(fieldset) :where([type=checkbox], [type=radio]) {
  width: auto;
}

label, legend {
  padding: 0;
  display: block;
  font: inherit;
}

label[for], label:has(input, select, textarea) {
  cursor: pointer;
}

button, input, optgroup, select, textarea, [contenteditable] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, [href], input, select, textarea, [contenteditable], :where([tabindex]:not([tabindex="-1"])) {
  outline: none;
}

button:focus-visible, [href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable]:focus-visible, :where([tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

button:focus-visible *:focus, [href]:focus-visible *:focus, input:focus-visible *:focus, select:focus-visible *:focus, textarea:focus-visible *:focus, [contenteditable]:focus-visible *:focus, :where([tabindex]:not([tabindex="-1"])):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  cursor: pointer;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.input-wrap:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

.input-wrap:focus-within *:focus {
  outline: none;
  box-shadow: none;
}

.input-wrap {
  display: inline-flex;
  gap: 0.5em;
}

.input-wrap > :where(*) {
  font: inherit;
  border: none;
  padding: 0;
}

hr {
  background-color: #181818;
  height: 1px;
  border: none;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

details[unstyled] summary {
  display: block;
  -webkit-appearance: none;
}

dialog {
  padding: 0;
  border: none;
}

dialog:not([open]) {
  display: none;
}

[hidden] {
  display: none !important;
}

[hidden=opacity], [hidden=visibility] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden=size], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

[pointer] {
  cursor: pointer;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

::-moz-selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

[placeholder]:empty::before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[debug=columns] {
  opacity: 0.5;
  pointer-events: none;
}

[debug=columns] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=columns] {
  z-index: 999999;
}

[debug=columns]::before {
  display: block;
  content: "";
  height: 100%;
  background: no-repeat var(--bg-column-padding, var(--column-padding)) 0/calc(100% - var(--bg-column-padding, var(--column-padding)) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(to right, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count)))), repeat-y 0 0/100% var(--bg-column-baseline, var(--lh)) linear-gradient(0deg, transparent 95%, rgba(56, 255, 255, 0.9) 100%);
}

[debug=breakpoints] {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent) 355px top, linear-gradient(to right, red 1px, transparent 1px, transparent) 360px top, linear-gradient(to right, rgba(128, 128, 128, 0.2) 10px, transparent 10px, transparent) 635px top, linear-gradient(to right, gray 1px, transparent 1px, transparent) 640px top, linear-gradient(to right, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent) 763px top, linear-gradient(to right, black 1px, transparent 1px, transparent) 768px top, linear-gradient(to right, rgba(0, 0, 255, 0.2) 10px, transparent 10px, transparent) 1019px top, linear-gradient(to right, blue 1px, transparent 1px, transparent) 1024px top, linear-gradient(to right, rgba(0, 128, 0, 0.2) 10px, transparent 10px, transparent) 1435px top, linear-gradient(to right, green 1px, transparent 1px, transparent) 1440px top;
  background-repeat: no-repeat;
  pointer-events: none;
}

[debug=breakpoints] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=breakpoints] {
  z-index: 999999;
}

[debug=breakpoints]::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

[debug=breakpoints]::after {
  content: "-";
  color: #FFF;
  background: black;
  font-size: 14px;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.7em;
  display: block;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  [debug=breakpoints]::after {
    background: gray;
    content: "PHONE (640px and less)";
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  [debug=breakpoints]::after {
    background: black;
    content: "TABLET (640px to 768px)";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  [debug=breakpoints]::after {
    background: blue;
    content: "LAPTOP (768px to 1024px)";
  }
}
@media screen and (min-width: 1025px) {
  [debug=breakpoints]::after {
    content: "DESKTOP (1024px to 1440px)";
    background: green;
  }
}
@media screen and (max-width: 360px) {
  [debug=breakpoints]::after {
    background: red;
    content: "MINI (360px and less)";
  }
}
@media screen and (min-width: 1441px) {
  [debug=breakpoints]::after {
    background: purple;
    content: "WIDESCREEN (more than 1440px)";
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.children-left {
  display: flex;
  justify-content: flex-start;
}

.children-center {
  display: flex;
  justify-content: center;
}

.children-right {
  display: flex;
  justify-content: flex-end;
}

.children-spaced {
  display: flex;
  justify-content: space-between;
}

.children-stacked {
  display: grid;
}

.children-stacked > * {
  grid-area: 1/1;
}

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

.text-center {
  text-align: center;
}

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

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 var(--lh) var(--lh) 0;
}

.img-right {
  float: right;
  margin: 0 0 var(--lh) var(--lh);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *,
[animation=off], [animation=off] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

html[lang] {
  margin-top: 0 !important;
}

div#wpadminbar {
  transition: all 0.2s;
}
div#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 3px));
}
div#wpadminbar:after {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
}
div#wpadminbar:after {
  transform: translateX(-50%);
}
div#wpadminbar:after {
  content: "\f111";
  font-family: dashicons;
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  display: block;
  background: inherit;
  color: white;
  width: 28px;
  text-align: center;
  padding: 2px 0 5px;
}
@media screen and (min-width: 783px) {
  body.is-env-local div#wpadminbar #wp-admin-bar-wp-logo, body.is-env-local div#wpadminbar #wp-admin-bar-updates {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.is-env-local div#wpadminbar {
    display: none;
  }
}

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 1em);
  row-gap: var(--row-gap, 0.2em);
}
.is-layout-flex.is-horizontal {
  flex-direction: row;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "TimesTen";
  src: url("assets/fonts/trial/times-ten/TimesTen.woff2") format("woff2"), url("assets/fonts/trial/times-ten/TimesTen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TimesTen";
  src: url("assets/fonts/trial/times-ten/TimesTen-Italic.woff2") format("woff2"), url("assets/fonts/trial/times-ten/TimesTen-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Maru";
  src: url("assets/fonts/trial/maru/GTMaruMonoTrial-Light.woff2") format("woff2"), url("assets/fonts/trial/maru/GTMaruMonoTrial-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Anthony";
  src: url("assets/fonts/trial/anthony/Anthony.woff2") format("woff2"), url("assets/fonts/trial/anthony/Anthony.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bubblegum";
  src: url("assets/fonts/trial/bubblegum/ABCBubblegum-Regular.woff2") format("woff2"), url("assets/fonts/trial/bubblegum/ABCBubblegum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/trial/poppins/BBBPoppinsTN-TextBold.woff2") format("woff2"), url("assets/fonts/trial/poppins/BBBPoppinsTN-TextBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quadrant";
  src: url("assets/fonts/trial/quadrant/QuadrantTextTrial-Regular.woff2") format("woff2"), url("assets/fonts/trial/quadrant/QuadrantTextTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("assets/fonts/futura/font.woff2") format("woff2"), url("assets/fonts/futura/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a, .wp-block-buttons .wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button:not([unstyled]) {
  display: inline-block;
  background-color: var(--button-background, #FFFFFF);
  color: var(--button-color, #181818);
  border: 1px solid var(--button-color, #181818);
  border-radius: 0;
  padding: 0.11em 0.5em;
  text-align: center;
}
.btn, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a, .wp-block-buttons .wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button:not([unstyled]) {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .btn, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a, .wp-block-buttons .wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button:not([unstyled]) {
    font-size: 0.6666666667rem;
    line-height: 1.135;
  }
}
@media screen and (max-width: 768px) {
  .btn, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a, .wp-block-buttons .wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button:not([unstyled]) {
    padding: 0.5em;
  }
}
.btn, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a, .wp-block-buttons .wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button:not([unstyled]), .btn a, .item-page-poster-nav__btn a, .page-archive-item__close a, .wp-block-buttons .wp-block-button__link a, button:not([unstyled]) a {
  text-decoration: none !important;
}
.btn.is-full, .is-full.item-page-poster-nav__btn, .is-full.page-archive-item__close, .page-homepage__languages a.is-full, .wp-block-buttons .is-full.wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a.is-full, button.is-full:not([unstyled]) {
  display: block;
}
.btn.is-rounded, .item-page-workshop-canvas :where([controls]) button.btn, .is-rounded.item-page-poster-nav__btn, .item-page-workshop-canvas :where([controls]) button.item-page-poster-nav__btn, .item-page-poster-list-related button.btn, .item-page-poster-list-related button.item-page-poster-nav__btn, .is-rounded.page-archive-item__close, .item-page-workshop-canvas :where([controls]) button.page-archive-item__close, .item-page-poster-list-related button.page-archive-item__close, .page-homepage__languages a, .item-list-sublinks a.btn, .item-list-sublinks a.item-page-poster-nav__btn, .item-list-sublinks a.page-archive-item__close, .wp-block-buttons .is-rounded.wp-block-button__link, .wp-block-buttons .item-page-workshop-canvas :where([controls]) button.wp-block-button__link, .item-page-workshop-canvas :where([controls]) .wp-block-buttons button.wp-block-button__link, .wp-block-buttons .item-page-poster-list-related button.wp-block-button__link, .item-page-poster-list-related .wp-block-buttons button.wp-block-button__link, .wp-block-buttons .page-homepage__languages a.wp-block-button__link, .page-homepage__languages .wp-block-buttons a.wp-block-button__link, .wp-block-buttons .item-list-sublinks a.wp-block-button__link, .item-list-sublinks .wp-block-buttons a.wp-block-button__link, .site-menu__overlay-bottom a, .site-menu__desktop a, button.is-rounded:not([unstyled]), .item-page-workshop-canvas :where([controls]) button:not([unstyled]), .item-page-poster-list-related button:not([unstyled]) {
  border-radius: 3em;
  padding: 0.11em 0.5em;
}
.btn.is-circle, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a.is-circle, .page-homepage__languages a.item-page-poster-nav__btn, .page-homepage__languages a.page-archive-item__close, .item-list-posters__nav button.btn, .item-list-posters__nav button.item-page-poster-nav__btn, .item-list-posters__nav button.page-archive-item__close, .wp-block-buttons .is-circle.wp-block-button__link, .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn, .wp-block-buttons .wp-block-button__link.page-archive-item__close, .wp-block-buttons .item-list-posters__nav button.wp-block-button__link, .item-list-posters__nav .wp-block-buttons button.wp-block-button__link, .site-menu__overlay-bottom a.is-circle, .site-menu__overlay-bottom a.item-page-poster-nav__btn, .site-menu__overlay-bottom a.page-archive-item__close, .site-menu__desktop a.is-circle, .site-menu__desktop a.item-page-poster-nav__btn, .site-menu__desktop a.page-archive-item__close, button.is-circle:not([unstyled]), button.item-page-poster-nav__btn:not([unstyled]), button.page-archive-item__close:not([unstyled]), .item-list-posters__nav button:not([unstyled]) {
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 100%;
  width: 44px;
  height: 44px;
}
.btn.is-circle svg:not([unstyled]) path[stroke], .item-page-poster-nav__btn svg:not([unstyled]) path[stroke], .page-archive-item__close svg:not([unstyled]) path[stroke], .page-homepage__languages a.is-circle svg:not([unstyled]) path[stroke], .item-list-posters__nav button.btn svg:not([unstyled]) path[stroke], .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) path[stroke], .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) path[stroke], .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) path[stroke], .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) path[stroke], .site-menu__desktop a.is-circle svg:not([unstyled]) path[stroke], button.is-circle:not([unstyled]) svg:not([unstyled]) path[stroke], .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) path[stroke] {
  fill: transparent;
  stroke: var(--button-color);
}
.btn.is-circle svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .item-page-poster-nav__btn svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .page-archive-item__close svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .page-homepage__languages a.is-circle svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .item-list-posters__nav button.btn svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .site-menu__desktop a.is-circle svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), button.is-circle:not([unstyled]) svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) rect[stroke]:not([stroke=transparent]),
.btn.is-circle svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.item-page-poster-nav__btn svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.page-archive-item__close svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.page-homepage__languages a.is-circle svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.item-list-posters__nav button.btn svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.site-menu__overlay-bottom a.is-circle svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.site-menu__desktop a.is-circle svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
button.is-circle:not([unstyled]) svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
.item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) circle[stroke]:not([stroke=transparent]) {
  stroke: var(--button-color);
}
.btn.is-circle svg:not([unstyled]) path:not([stroke], [fill]), .btn.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .btn.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .page-homepage__languages a.is-circle svg:not([unstyled]) path:not([stroke], [fill]), .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .item-list-posters__nav button.btn svg:not([unstyled]) path:not([stroke], [fill]), .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) path:not([stroke], [fill]), .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) path:not([stroke], [fill]), .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__desktop a.is-circle svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) path:not([stroke], [fill]), button.is-circle:not([unstyled]) svg:not([unstyled]) path:not([stroke], [fill]), button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) path:not([stroke], [fill]), button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) path:not([stroke], [fill]), .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) path:not([stroke], [fill]), .btn.is-circle svg:not([unstyled]) line, .btn.item-page-poster-nav__btn svg:not([unstyled]) line, .item-page-poster-nav__btn svg:not([unstyled]) line, .btn.page-archive-item__close svg:not([unstyled]) line, .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) line, .page-archive-item__close svg:not([unstyled]) line, .page-homepage__languages a.is-circle svg:not([unstyled]) line, .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) line, .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) line, .item-list-posters__nav button.btn svg:not([unstyled]) line, .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) line, .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) line, .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) line, .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) line, .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) line, .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) line, .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) line, .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) line, .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) line, .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) line, .site-menu__desktop a.is-circle svg:not([unstyled]) line, .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) line, .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) line, button.is-circle:not([unstyled]) svg:not([unstyled]) line, button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) line, button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) line, .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) line, .btn.is-circle svg:not([unstyled]) rect:not([fill=transparent]), .btn.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .btn.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .page-homepage__languages a.is-circle svg:not([unstyled]) rect:not([fill=transparent]), .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .item-list-posters__nav button.btn svg:not([unstyled]) rect:not([fill=transparent]), .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) rect:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) rect:not([fill=transparent]), .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__desktop a.is-circle svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) rect:not([fill=transparent]), button.is-circle:not([unstyled]) svg:not([unstyled]) rect:not([fill=transparent]), button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) rect:not([fill=transparent]), button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) rect:not([fill=transparent]), .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) rect:not([fill=transparent]), .btn.is-circle svg:not([unstyled]) polygon, .btn.item-page-poster-nav__btn svg:not([unstyled]) polygon, .item-page-poster-nav__btn svg:not([unstyled]) polygon, .btn.page-archive-item__close svg:not([unstyled]) polygon, .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) polygon, .page-archive-item__close svg:not([unstyled]) polygon, .page-homepage__languages a.is-circle svg:not([unstyled]) polygon, .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) polygon, .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) polygon, .item-list-posters__nav button.btn svg:not([unstyled]) polygon, .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) polygon, .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) polygon, .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) polygon, .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) polygon, .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) polygon, .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) polygon, .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) polygon, .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) polygon, .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) polygon, .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) polygon, .site-menu__desktop a.is-circle svg:not([unstyled]) polygon, .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) polygon, .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) polygon, button.is-circle:not([unstyled]) svg:not([unstyled]) polygon, button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) polygon, button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) polygon, .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) polygon, .btn.is-circle svg:not([unstyled]) circle:not([fill=transparent]), .btn.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .btn.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .page-homepage__languages a.is-circle svg:not([unstyled]) circle:not([fill=transparent]), .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .item-list-posters__nav button.btn svg:not([unstyled]) circle:not([fill=transparent]), .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) circle:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) circle:not([fill=transparent]), .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__desktop a.is-circle svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) circle:not([fill=transparent]), button.is-circle:not([unstyled]) svg:not([unstyled]) circle:not([fill=transparent]), button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) circle:not([fill=transparent]), button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) circle:not([fill=transparent]), .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) circle:not([fill=transparent]), .btn.is-circle svg:not([unstyled]) path[fill]:not([fill=transparent]), .btn.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .btn.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-archive-item__close.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-homepage__languages a.is-circle svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-homepage__languages a.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-homepage__languages a.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-list-posters__nav button.btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-list-posters__nav button.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-list-posters__nav button.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) path[fill]:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .wp-block-buttons .wp-block-button__link.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__overlay-bottom a.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__overlay-bottom a.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__desktop a.is-circle svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__desktop a.item-page-poster-nav__btn svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__desktop a.page-archive-item__close svg:not([unstyled]) path[fill]:not([fill=transparent]), button.is-circle:not([unstyled]) svg:not([unstyled]) path[fill]:not([fill=transparent]), button.item-page-poster-nav__btn:not([unstyled]) svg:not([unstyled]) path[fill]:not([fill=transparent]), button.page-archive-item__close:not([unstyled]) svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) path[fill]:not([fill=transparent]) {
  fill: var(--button-color);
}
.btn.is-circle svg:not([unstyled]) line, .item-page-poster-nav__btn svg:not([unstyled]) line, .page-archive-item__close svg:not([unstyled]) line, .page-homepage__languages a.is-circle svg:not([unstyled]) line, .item-list-posters__nav button.btn svg:not([unstyled]) line, .wp-block-buttons .is-circle.wp-block-button__link svg:not([unstyled]) line, .wp-block-buttons .item-list-posters__nav button.wp-block-button__link svg:not([unstyled]) line, .item-list-posters__nav .wp-block-buttons button.wp-block-button__link svg:not([unstyled]) line, .site-menu__overlay-bottom a.is-circle svg:not([unstyled]) line, .site-menu__desktop a.is-circle svg:not([unstyled]) line, button.is-circle:not([unstyled]) svg:not([unstyled]) line, .item-list-posters__nav button:not([unstyled]) svg:not([unstyled]) line {
  stroke: var(--button-color);
}
@media screen and (max-width: 768px) {
  .btn.is-circle, .item-page-poster-nav__btn, .page-archive-item__close, .page-homepage__languages a.is-circle, .page-homepage__languages a.item-page-poster-nav__btn, .page-homepage__languages a.page-archive-item__close, .item-list-posters__nav button.btn, .item-list-posters__nav button.item-page-poster-nav__btn, .item-list-posters__nav button.page-archive-item__close, .wp-block-buttons .is-circle.wp-block-button__link, .wp-block-buttons .wp-block-button__link.item-page-poster-nav__btn, .wp-block-buttons .wp-block-button__link.page-archive-item__close, .wp-block-buttons .item-list-posters__nav button.wp-block-button__link, .item-list-posters__nav .wp-block-buttons button.wp-block-button__link, .site-menu__overlay-bottom a.is-circle, .site-menu__overlay-bottom a.item-page-poster-nav__btn, .site-menu__overlay-bottom a.page-archive-item__close, .site-menu__desktop a.is-circle, .site-menu__desktop a.item-page-poster-nav__btn, .site-menu__desktop a.page-archive-item__close, button.is-circle:not([unstyled]), button.item-page-poster-nav__btn:not([unstyled]), button.page-archive-item__close:not([unstyled]), .item-list-posters__nav button:not([unstyled]) {
    width: 29px;
    height: 29px;
  }
}
.btn.is-reverse, .is-reverse.item-page-poster-nav__btn, .is-reverse.page-archive-item__close, .page-homepage__languages a.is-reverse, .wp-block-buttons .is-reverse.wp-block-button__link, .site-menu__overlay-bottom a.is-reverse, .site-menu__desktop a.is-reverse, button.is-reverse:not([unstyled]), .gform_confirmation_wrapper button:not([unstyled]), .gform_wrapper button:not([unstyled]) {
  --button-color: #FFFFFF;
  --button-background: #181818;
  border: 1px solid #181818;
  --button-hover-color: #181818;
  --button-hover-background: #FFFFFF;
}
.btn.is-current, .is-current.item-page-poster-nav__btn, .is-current.page-archive-item__close, .page-homepage__languages a.is-current, .wp-block-buttons .is-current.wp-block-button__link, .site-menu__overlay-bottom a.is-current, .site-menu__desktop a.is-current, button.is-current:not([unstyled]) {
  background-color: var(--button-color, #FFFFFF);
  color: var(--button-background, #181818);
}
@media (hover: hover) {
  .btn:hover, .item-page-poster-nav__btn:hover, .page-archive-item__close:hover, .page-homepage__languages a:hover, .wp-block-buttons .wp-block-button__link:hover, .site-menu__overlay-bottom a:hover, .site-menu__desktop a:hover, button:hover:not([unstyled]) {
    background-color: var(--button-hover-background, var(--button-color, #FFFFFF));
    color: var(--button-hover-color, var(--button-background, #181818));
  }
  .btn:hover svg:not([unstyled]) path[stroke], .item-page-poster-nav__btn:hover svg:not([unstyled]) path[stroke], .page-archive-item__close:hover svg:not([unstyled]) path[stroke], .page-homepage__languages a:hover svg:not([unstyled]) path[stroke], .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) path[stroke], .site-menu__overlay-bottom a:hover svg:not([unstyled]) path[stroke], .site-menu__desktop a:hover svg:not([unstyled]) path[stroke], button:hover:not([unstyled]) svg:not([unstyled]) path[stroke] {
    fill: transparent;
    stroke: var(--button-hover-color, var(--button-background, #181818));
  }
  .btn:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .item-page-poster-nav__btn:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .page-archive-item__close:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .page-homepage__languages a:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .site-menu__overlay-bottom a:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), .site-menu__desktop a:hover svg:not([unstyled]) rect[stroke]:not([stroke=transparent]), button:hover:not([unstyled]) svg:not([unstyled]) rect[stroke]:not([stroke=transparent]),
  .btn:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .item-page-poster-nav__btn:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .page-archive-item__close:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .page-homepage__languages a:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .site-menu__overlay-bottom a:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  .site-menu__desktop a:hover svg:not([unstyled]) circle[stroke]:not([stroke=transparent]),
  button:hover:not([unstyled]) svg:not([unstyled]) circle[stroke]:not([stroke=transparent]) {
    stroke: var(--button-hover-color, var(--button-background, #181818));
  }
  .btn:hover svg:not([unstyled]) path:not([stroke], [fill]), .item-page-poster-nav__btn:hover svg:not([unstyled]) path:not([stroke], [fill]), .page-archive-item__close:hover svg:not([unstyled]) path:not([stroke], [fill]), .page-homepage__languages a:hover svg:not([unstyled]) path:not([stroke], [fill]), .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__overlay-bottom a:hover svg:not([unstyled]) path:not([stroke], [fill]), .site-menu__desktop a:hover svg:not([unstyled]) path:not([stroke], [fill]), button:hover:not([unstyled]) svg:not([unstyled]) path:not([stroke], [fill]), .btn:hover svg:not([unstyled]) line, .item-page-poster-nav__btn:hover svg:not([unstyled]) line, .page-archive-item__close:hover svg:not([unstyled]) line, .page-homepage__languages a:hover svg:not([unstyled]) line, .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) line, .site-menu__overlay-bottom a:hover svg:not([unstyled]) line, .site-menu__desktop a:hover svg:not([unstyled]) line, button:hover:not([unstyled]) svg:not([unstyled]) line, .btn:hover svg:not([unstyled]) rect:not([fill=transparent]), .item-page-poster-nav__btn:hover svg:not([unstyled]) rect:not([fill=transparent]), .page-archive-item__close:hover svg:not([unstyled]) rect:not([fill=transparent]), .page-homepage__languages a:hover svg:not([unstyled]) rect:not([fill=transparent]), .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__overlay-bottom a:hover svg:not([unstyled]) rect:not([fill=transparent]), .site-menu__desktop a:hover svg:not([unstyled]) rect:not([fill=transparent]), button:hover:not([unstyled]) svg:not([unstyled]) rect:not([fill=transparent]), .btn:hover svg:not([unstyled]) polygon, .item-page-poster-nav__btn:hover svg:not([unstyled]) polygon, .page-archive-item__close:hover svg:not([unstyled]) polygon, .page-homepage__languages a:hover svg:not([unstyled]) polygon, .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) polygon, .site-menu__overlay-bottom a:hover svg:not([unstyled]) polygon, .site-menu__desktop a:hover svg:not([unstyled]) polygon, button:hover:not([unstyled]) svg:not([unstyled]) polygon, .btn:hover svg:not([unstyled]) circle:not([fill=transparent]), .item-page-poster-nav__btn:hover svg:not([unstyled]) circle:not([fill=transparent]), .page-archive-item__close:hover svg:not([unstyled]) circle:not([fill=transparent]), .page-homepage__languages a:hover svg:not([unstyled]) circle:not([fill=transparent]), .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__overlay-bottom a:hover svg:not([unstyled]) circle:not([fill=transparent]), .site-menu__desktop a:hover svg:not([unstyled]) circle:not([fill=transparent]), button:hover:not([unstyled]) svg:not([unstyled]) circle:not([fill=transparent]), .btn:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .item-page-poster-nav__btn:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-archive-item__close:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .page-homepage__languages a:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__overlay-bottom a:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), .site-menu__desktop a:hover svg:not([unstyled]) path[fill]:not([fill=transparent]), button:hover:not([unstyled]) svg:not([unstyled]) path[fill]:not([fill=transparent]) {
    fill: var(--button-hover-color, var(--button-background, #181818));
  }
  .btn:hover svg:not([unstyled]) line, .item-page-poster-nav__btn:hover svg:not([unstyled]) line, .page-archive-item__close:hover svg:not([unstyled]) line, .page-homepage__languages a:hover svg:not([unstyled]) line, .wp-block-buttons .wp-block-button__link:hover svg:not([unstyled]) line, .site-menu__overlay-bottom a:hover svg:not([unstyled]) line, .site-menu__desktop a:hover svg:not([unstyled]) line, button:hover:not([unstyled]) svg:not([unstyled]) line {
    stroke: var(--button-hover-color, var(--button-background, #181818));
  }
}

/* ----------------------------------------------------------------––––––-------
Layout 
----------------------------------------------------------------––––––------- */
@font-face {
  font-family: "TimesTen";
  src: url("assets/fonts/trial/times-ten/TimesTen.woff2") format("woff2"), url("assets/fonts/trial/times-ten/TimesTen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TimesTen";
  src: url("assets/fonts/trial/times-ten/TimesTen-Italic.woff2") format("woff2"), url("assets/fonts/trial/times-ten/TimesTen-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Maru";
  src: url("assets/fonts/trial/maru/GTMaruMonoTrial-Light.woff2") format("woff2"), url("assets/fonts/trial/maru/GTMaruMonoTrial-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Anthony";
  src: url("assets/fonts/trial/anthony/Anthony.woff2") format("woff2"), url("assets/fonts/trial/anthony/Anthony.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bubblegum";
  src: url("assets/fonts/trial/bubblegum/ABCBubblegum-Regular.woff2") format("woff2"), url("assets/fonts/trial/bubblegum/ABCBubblegum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/trial/poppins/BBBPoppinsTN-TextBold.woff2") format("woff2"), url("assets/fonts/trial/poppins/BBBPoppinsTN-TextBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quadrant";
  src: url("assets/fonts/trial/quadrant/QuadrantTextTrial-Regular.woff2") format("woff2"), url("assets/fonts/trial/quadrant/QuadrantTextTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("assets/fonts/futura/font.woff2") format("woff2"), url("assets/fonts/futura/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  --page-background: #FFFFFF;
  --page-color: #181818;
  --button-background: #FFFFFF;
  --button-color: #181818;
  --menu-width: 175px;
  --reverse-padding: calc(var(--column-padding) * -1);
  --scrollbar-size: 7px;
  --scrollbar-radius: 1em;
  --scrollbar-color: #d1d1d1;
  --margin-top: 0;
  color: var(--page-color);
  background-color: var(--page-background);
}
body {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.6666666667rem;
    line-height: 1.135;
  }
}

*, *::before, *::after {
  font-weight: normal;
}

h1 {
  font-size: 3.2666666667rem;
  line-height: 1.0510204082;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.418rem;
    line-height: 1.0507757405;
  }
}

figcaption {
  padding-top: 0.35em;
}
figcaption {
  font-family: Maru;
}
figcaption {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}

a:where([href]) {
  text-decoration: underline;
  text-underline-offset: var(--underline-offset, 3px);
  text-decoration-thickness: var(--underline-width, 0.05em);
  text-decoration-color: var(--underline-color, currentColor);
}
@media (hover: hover) {
  a:where([href]):hover {
    text-decoration: none;
  }
}

main ul {
  list-style: none;
}
main ul {
  margin: 0px;
}
main ul {
  padding: 0px;
}
main ul {
  list-style: none;
}
main ul > li {
  position: relative;
  padding-left: calc(1em + 0px);
}
main ul > li:before {
  content: "-";
  position: absolute;
  width: 1em;
  left: 0;
  top: 0;
  display: inline-block;
}

.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  color: var(--input-color, #181818);
  background: var(--input-background, transparent);
  border: var(--input-border-size, 1px) var(--input-border-style, solid) var(--input-border-color, #181818);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  padding: var(--input-padding, 0.12em);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select).placeholder, .gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select)::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select):focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, 1px);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select):focus-within *:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  font: var(--input-font, inherit);
  line-height: var(--input-lineheight, inherit);
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.gform_wrapper .input-wrap {
  display: inline-flex;
}
.gform_wrapper select {
  appearance: none;
}
.gform_wrapper {
  max-width: 635px;
  --form-row-gap:0.72em;
}
.gform_wrapper .gfield_label {
  margin-bottom: 0.1em;
}
.gform_wrapper .gfield .gform-field-label--type-sub, .gfield .gform_wrapper .gform-field-label--type-sub {
  font-size: 0.5rem;
  line-height: 1.2;
}
.gform_wrapper .gform_fileupload_rules, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  font-size: 0.5rem;
  line-height: 1.2;
}
.gform_wrapper .gfield_validation_message {
  padding-top: 0.1em;
}
.gform_wrapper .gfield_validation_message {
  font-size: 0.5rem;
  line-height: 1.2;
}
.gform_body input:not([type], [unstyled]), .gform_body input:not([type=color], [type=radio], [type=checkbox], [unstyled]), .gform_body textarea, .gform_body [contenteditable], .gform_body select {
  margin: 0;
  width: 100%;
}
.gform_description {
  display: block;
}
.gform_description {
  margin: var(--form-description-margin, 0.5em 0px 1em 0px);
}
.gform_validation_errors {
  display: none;
}

.gsection:not(:first-child) .gsection_title {
  margin-top: 1.2em;
}

.gform_fields {
  list-style: none;
}
.gform_fields {
  margin: 0px;
}
.gform_fields {
  padding: 0px;
}
.gform_fields {
  --field-gap: var(--form-column-gap, var(--column-gap, 0.5em));
  --field-ratio: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--field-gap);
  row-gap: var(--form-row-gap, 0.5em);
  width: 100%;
}

.gfield {
  flex: 0 0 calc((100% + var(--field-gap)) * var(--column-ratio, var(--field-ratio)) - var(--field-gap));
  flex-direction: column;
}
.gfield--width-eleven-twelfths {
  --field-ratio:11/12;
}
.gfield--width-five-sixths {
  --field-ratio:10/12;
}
.gfield--width-three-quarter {
  --field-ratio:9/12;
}
.gfield--width-two-thirds {
  --field-ratio:8/12;
}
.gfield--width-seven-twelfths {
  --field-ratio:7/12;
}
.gfield--width-half {
  --field-ratio:6/12;
}
.gfield--width-five-twelfths {
  --field-ratio:5/12;
}
.gfield--width-third {
  --field-ratio:4/12;
}
.gfield--width-quarter {
  --field-ratio:3/12;
}
.gfield--width-one-sixth {
  --field-ratio:2/12;
}
.gfield--width-one-twelfth {
  --field-ratio:1/12;
}
.gfield input.small, .gfield select.small {
  width: calc(((var(--column-width, 100%) + --field-gap) * var(--column-ratio, (4/12)) - --field-gap) * 1);
}
.gfield input.medium, .gfield select.medium {
  width: calc(((var(--column-width, 100%) + --field-gap) * var(--column-ratio, (1/2)) - --field-gap) * 1);
}
.gfield {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.gfield_visibility_hidden, .hidden_label .gfield_label {
  display: none !important;
}
.gfield .spacer {
  display: none !important;
}
.gfield_label {
  display: block;
}
.gfield .gform-field-label--type-inline {
  display: inline-block;
}
.gfield .gform-field-label--type-sub {
  font-size: 0.5em;
}
.gfield_description {
  font-size: 0.7em;
}
.gfield_required {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -800vw;
  font-size: 0.7em;
  height: 1em;
  width: 1em;
  vertical-align: top;
}
.gfield_required::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.gfield_required::after {
  text-indent: 0;
  content: "*";
}
.gfield_error {
  --input-border-color: var(--input-error-color);
  color: var(--input-error-color);
}
.gfield_validation_message {
  display: block;
  font-size: 0.7em;
  color: #ff0000;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
  row-gap: var(--form-row-gap, 0.5em);
  flex-direction: row;
}
.ginput_complex > * {
  flex: 0 0 auto;
}
.ginput_complex > * {
  width: calc(((var(--column-width, 100%) + var(--form-column-gap, var(--column-gap, 0.5em))) * var(--column-ratio, (1/2)) - var(--form-column-gap, var(--column-gap, 0.5em))) * 1);
}
.ginput_complex .ginput_full {
  --column-ratio:1;
}
.ginput_container input, .ginput_container select {
  margin-bottom: 0;
}

.gf_clear {
  display: none;
}

.screen-reader-text {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
  position: absolute !important;
}

.gfield_checkbox, .gfield_radio {
  display: flex;
  flex-direction: column;
  row-gap: var(--form-choice-row-gap, 0);
}

.gchoice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.gchoice > * {
  order: 3;
}
.gchoice input[type=radio], .gchoice input[type=checkbox] {
  order: 1;
  flex: 0 0 auto;
  margin-right: var(--form-choice-gap, 0.2em);
}
.gchoice label {
  order: 2;
  cursor: pointer;
  flex: 1 1 auto;
  width: min-content;
}
.gchoice_other_control[disabled] {
  display: none;
}

.gfield_choice_all_toggle {
  margin-top: 1em;
}

.gfield_list_groups {
  display: flex;
  row-gap: var(--form-list-row-gap, 0.5em);
  flex-direction: column;
}
.gfield_list_group {
  display: flex;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
}
.gfield_list_group_item {
  flex: 1 1 auto;
}
.gfield_list_icons {
  display: flex;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
}
.gfield_list_icons button {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  overflow: hidden;
}

.gform_fileupload_rules {
  display: block;
  margin-top: 0.5em;
  font-size: 0.7em;
}

.gfield--type-time input {
  height: 100%;
}
.gfield--type-time .ginput_complex {
  column-gap: 0;
  align-items: stretch;
}
.gfield--type-time .ginput_container_time {
  flex: 0 0 auto;
  width: 4.7em;
}
.gfield--type-time .hour_minute_colon {
  flex: 0 0 auto;
  width: var(--form-column-gap, var(--column-gap, 0.5em));
  text-align: center;
}
.gfield--type-time .gfield_time_minute {
  margin-left: 0;
}
.gfield--type-time .gfield_time_ampm {
  margin-left: var(--form-column-gap, var(--column-gap, 0.5em));
}

.ginput_container_date {
  display: inline-block;
  max-width: 11em;
}

.gfield--type-honeypot {
  display: none;
}

.gform_footer {
  display: flex;
  flex-direction: column;
  gap: var(--form-column-gap, var(--column-gap, 0.5em));
  margin-top: 1em;
  margin-bottom: 1em;
}
.gform_button, .gform_footer button {
  display: flex !important;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.gform_ajax_spinner, .gform-loader {
  display: none !important;
}
.gform_wrapper.is-loading .gform_footer .gform_button {
  opacity: 0.4;
  pointer-events: none;
}

.gform_wrapper, .gform_confirmation_wrapper {
  max-width: 635px;
  --form-row-gap:0.72em;
}
.gform_wrapper .gfield_label, .gform_confirmation_wrapper .gfield_label {
  margin-bottom: 0.1em;
}
.gform_wrapper .gfield .gform-field-label--type-sub, .gfield .gform_wrapper .gform-field-label--type-sub, .gform_confirmation_wrapper .gfield .gform-field-label--type-sub, .gfield .gform_confirmation_wrapper .gform-field-label--type-sub {
  font-size: 0.5rem;
  line-height: 1.2;
}
.gform_wrapper .gsection_description, .gform_wrapper .gfield_description, .gform_wrapper .gform_fileupload_rules, .gform_confirmation_wrapper .gsection_description, .gform_confirmation_wrapper .gfield_description, .gform_confirmation_wrapper .gform_fileupload_rules {
  font-size: 0.5rem;
  line-height: 1.2;
}
.gform_wrapper .gfield_validation_message, .gform_confirmation_wrapper .gfield_validation_message {
  padding-top: 0.1em;
}
.gform_wrapper .gfield_validation_message, .gform_confirmation_wrapper .gfield_validation_message {
  font-size: 0.5rem;
  line-height: 1.2;
}
.site {
  display: flex;
}
@media screen and (min-width: 769px) {
  .site {
    height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .site {
    flex-direction: column;
    min-height: var(--viewport-min-height, 100vh);
  }
}
.site__menu {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .site__menu {
    padding: var(--column-padding, 18px);
  }
  .site__menu::after {
    content: "";
    position: absolute;
    top: var(--column-padding);
    bottom: var(--column-padding);
    right: 0;
  }
  .site__menu::after {
    border-right: 1px solid var(--page-color, #181818);
  }
  .site__menu.is-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site__menu {
    position: sticky;
    top: 0;
    color: var(--page-color);
    background-color: var(--page-background);
  }
  .site__menu {
    padding: 0.4em var(--column-padding, 18px);
  }
  .site__menu {
    border-bottom: 1px solid var(--page-color, #181818);
  }
  .site__menu {
    z-index: 60;
  }
}
.site__page {
  flex: 1 1 auto;
}
@media screen and (min-width: 769px) {
  .site__page {
    position: relative;
    overflow: hidden;
  }
}

.site-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-menu__desktop a {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
@media screen and (min-width: 769px) {
  .site-menu {
    height: 100%;
    width: var(--menu-width);
  }
  .site-menu menu, .site-menu nav {
    display: contents;
  }
}
.site-menu__top {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.site-menu__top a {
  display: block;
}
.site-menu__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
.site-menu__bottom nav, .site-menu__bottom menu, .site-menu__bottom li {
  display: contents;
}
.site-menu__bottom a {
  flex: 1 1 auto;
}
.site-menu__bottom .languages--link {
  flex: 0 0 auto;
}
.site-menu__overlay {
  --page-color: #181818;
  --page-background: #FFFFFF;
  --button-background: #FFFFFF;
  --button-color: #181818;
  display: flex;
  flex-direction: column;
  height: var(--screen-height, 100vh);
  background-color: #FFFFFF;
  color: var(--page-color);
}
.site-menu__overlay-top {
  display: flex;
  justify-content: space-between;
}
.site-menu__overlay-top {
  padding: 0.4em var(--column-padding, 18px);
}
.site-menu__overlay .languages--list {
  display: flex;
}
.site-menu__overlay .languages--separator {
  margin: 0 0.2em;
}
.site-menu__overlay .languages--link {
  text-decoration: underline;
  text-underline-offset: var(--underline-offset, 3px);
  text-decoration-thickness: var(--underline-width, 0.05em);
  text-decoration-color: var(--underline-color, currentColor);
}
@media (hover: hover) {
  .site-menu__overlay .languages--link:hover {
    text-decoration: none;
  }
}
.site-menu__overlay .languages--link:not(.is-current-link) {
  text-decoration: none;
}
.site-menu__overlay-bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.4em;
}
.site-menu__overlay-bottom {
  padding: 0.4em var(--column-padding, 18px);
}
.site-menu__overlay-bottom {
  overflow-y: auto;
  overflow-x: hidden;
}
.site-menu__overlay-bottom menu, .site-menu__overlay-bottom nav {
  display: contents;
}
.site-menu__overlay-bottom a {
  padding: 0.45em 0.2em;
}
.site-menu__overlay-bottom a {
  font-size: 1.418rem;
  line-height: 1.0507757405;
}
.site-menu__desktop, .site-menu__mobile {
  display: contents;
}
@media screen and (min-width: 769px) {
  .site-menu__mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-menu__mobile {
    display: flex;
    justify-content: space-between;
  }
  .site-menu__desktop {
    display: none;
  }
}

.site-overlay-zoomer {
  width: var(--viewport-width, 100vw);
  height: var(--viewport-visible-height, 100vh);
  background-color: #FFFFFF;
}
.site-overlay-zoomer {
  z-index: 450;
}
.site-overlay-zoomer__media {
  cursor: zoom-out;
  height: 100%;
  width: 100%;
}
.site-overlay-zoomer__media {
  overflow: auto;
}
.site-overlay-zoomer__media {
  scrollbar-width: none;
}
.site-overlay-zoomer__media::-webkit-scrollbar {
  display: none;
}
.site-overlay-zoomer img {
  width: 100%;
}
.site-overlay-zoomer__media[direction=horizontal] img {
  height: 100%;
  width: auto;
  max-width: none;
}

.wp-block-buttons {
  row-gap: 0.25em;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons {
    row-gap: 0.5em;
  }
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

.block-image {
  --max-height: 561px;
  margin: 1em 0;
}
.block-image--source {
  width: calc(var(--aspect-ratio-y) * var(--max-height));
}
.block-image--caption {
  padding-top: 0.55em;
}
@media screen and (max-width: 768px) {
  .block-image.is-block.is-1 {
    max-width: 232px;
  }
  .block-image.is-block.is-2 {
    max-width: 192px;
  }
  .block-image.is-block.is-3 {
    max-width: 257px;
  }
}

.block-image-random {
  margin: 0.2em 1.1em 0.6em;
}

.block-accordion {
  margin-left: 2em;
  margin-right: 2em;
}
.block-accordion--heading {
  padding-right: 2em;
}
.block-accordion--heading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.block-accordion--heading::after {
  content: "+";
}
.block-accordion--heading[open]::after {
  content: "–";
}
.item-list-sublinks {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.35em;
  row-gap: 0.22em;
}
.item-audio .media-player--outer {
  max-width: 906px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .item-audio .media-player--outer {
    border: 1px solid var(--page-color, #181818);
  }
}
@media screen and (max-width: 768px) {
  .item-audio .media-player--outer {
    border-top: 1px solid var(--page-color, #181818);
  }
}
.item-audio .media-player[is-open] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-audio .media-player[is-open] {
  padding: 4.55em var(--column-padding, 18px) 3em;
}
.item-audio .media-player[is-open] {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--viewport-dynamic-height, 100%);
  width: var(--viewport-dynamic-width, 100%);
}
.item-audio .media-player[is-open] {
  overflow-y: auto;
  overflow-x: hidden;
}
.item-audio .media-player[is-open] {
  scrollbar-width: none;
}
.item-audio .media-player[is-open]::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-audio .media-player[is-open] {
    padding-left: 0;
    padding-right: 0;
  }
}
.item-audio .media-player[is-open] .media-player--outer {
  --page-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #181818;
  border: none;
}
.item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) path[stroke] {
  fill: transparent;
  stroke: var(--page-color);
}
.item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) rect[stroke]:not([stroke=transparent]),
.item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) circle[stroke]:not([stroke=transparent]) {
  stroke: var(--page-color);
}
.item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) path:not([stroke], [fill]), .item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) line, .item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) rect:not([fill=transparent]), .item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) polygon, .item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) circle:not([fill=transparent]), .item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) path[fill]:not([fill=transparent]) {
  fill: var(--page-color);
}
.item-audio .media-player[is-open] .media-player--outer svg:not([unstyled]) line {
  stroke: var(--page-color);
}
.item-audio__controls {
  display: flex;
  align-items: flex-end;
  align-items: stretch;
}
.item-audio__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 75px;
}
.item-audio__toggle {
  border-right: 1px solid var(--page-color, #181818);
}
.item-audio__toggle button {
  vertical-align: top;
}
.item-audio__info {
  flex: 1 1 auto;
}
.item-audio__info-top {
  padding: 0.28em 0.45em 0.3em;
}
.item-audio__meta {
  display: flex;
  align-items: flex-start;
  gap: 2.1em;
}
.item-audio__meta {
  font-family: Maru;
}
.item-audio__meta {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}
.media-player[is-open] .item-audio__meta {
  justify-content: space-between;
}
.item-audio .media-player--progress {
  height: 6px;
  background-color: transparent;
}
.item-audio .media-player--progress-bar {
  background-color: var(--page-color, #181818);
}
.item-audio__transcript {
  max-width: 906px;
}
.item-audio__transcript {
  padding: 0.28em var(--column-padding, 18px);
}
.item-audio__transcript {
  border-top: 1px solid var(--page-color, #181818);
}
.item-audio__transcript-toggle {
  text-decoration: underline;
  text-underline-offset: var(--underline-offset, 3px);
  text-decoration-thickness: var(--underline-width, 0.05em);
  text-decoration-color: var(--underline-color, currentColor);
}
@media (hover: hover) {
  .item-audio__transcript-toggle:hover {
    text-decoration: none;
  }
}
.media-player:not([is-open]) .item-audio__transcript {
  display: none;
}

@media screen and (min-width: 769px) {
  .item-list-posters {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.item-list-posters__list {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .item-list-posters__list {
    height: 100%;
    width: 100%;
  }
  .item-list-posters__list {
    padding: var(--column-padding, 18px);
  }
  .item-list-posters__list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .item-list-posters__list {
    scrollbar-width: none;
  }
  .item-list-posters__list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .item-list-posters__list {
    flex-direction: column;
    gap: 2.75em;
  }
}
.item-list-posters__item {
  --image-width: 335px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 var(--padding);
  transition: padding 0.5s;
}
.item-list-posters__item figcaption {
  padding-top: 0.25em;
  max-width: var(--image-width);
}
.item-list-posters__item figcaption {
  font-family: TimesTen, Times, "Times New Roman", Georgia, serif;
}
.item-list-posters__item figcaption {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .item-list-posters__item figcaption {
    font-size: 0.6666666667rem;
    line-height: 1.135;
  }
}
@media screen and (min-width: 769px) {
  .item-list-posters__item img {
    height: calc(var(--aspect-ratio-x) * var(--image-width));
    max-height: calc(100vh - 5em);
    width: auto;
    transition: 0.5s;
    transition-property: height, max-height;
  }
  .item-list-posters__item figcaption {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .item-list-posters__item:hover {
    --padding: 1.2em;
    --image-width: 390px;
  }
  .item-list-posters__item:hover img {
    max-height: calc(100vh - 4.8em);
  }
  .item-list-posters__item:hover figcaption {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .item-list-posters__item:nth-child(3n+1) .image--wrap {
    max-width: 232px;
  }
  .item-list-posters__item:nth-child(3n+2) .image--wrap {
    max-width: 192px;
  }
  .item-list-posters__item:nth-child(3n+3) .image--wrap {
    max-width: 257px;
  }
  .item-list-posters__item figcaption {
    padding-top: 0.5em;
  }
}
.item-list-posters__nav {
  display: flex;
  gap: 0.22em;
  padding: 0.6em 0.55em;
}
.item-list-posters__nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.item-list-posters:not([has-previous]) .item-list-posters__prev, .item-list-posters:not([has-next]) .item-list-posters__next {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .item-list-posters__nav {
    display: none;
  }
}

.item-list-archives {
  --timing: 0.5s;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .item-list-archives {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.item-list-archives__filters {
  display: flex;
  gap: 4.2em;
}
.item-list-archives__filters [type=radio] {
  color: var(--form-radio-color, #181818);
  border: 1px solid var(--form-radio-border, #181818);
  appearance: none;
  position: relative;
  min-width: 0;
  -webkit-appearance: none;
  padding: 0;
}
.item-list-archives__filters [type=radio]:where(:checked) {
  background-color: #181818;
}
.item-list-archives__filters [type=radio]::after {
  content: none;
}
@media (hover: hover) {
  .item-list-archives__filters [type=radio]:hover {
    background-color: #181818;
  }
}
.item-list-archives__filters [type=radio] {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  overflow: hidden;
}
.item-list-archives__filters [type=radio]::after {
  border-radius: 100%;
  background-color: var(--form-radio-dot, #181818);
}
.item-list-archives__filters-wrap {
  background-color: #FFFFFF;
  z-index: 4;
}
.item-list-archives__filters-wrap {
  font-family: Maru;
}
.item-list-archives__filters-wrap {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}
@media screen and (min-width: 769px) {
  .item-list-archives__filters-wrap {
    padding: var(--column-padding, 18px);
  }
}
@media screen and (max-width: 768px) {
  .item-list-archives__filters-wrap {
    position: sticky;
    top: var(--site-menu-height, 40px);
    padding-top: var(--column-padding);
    padding-bottom: var(--column-padding);
  }
}
@media screen and (max-width: 768px) {
  .item-list-archives__filters {
    flex-direction: column;
    gap: 1em;
    margin-top: 1em;
  }
}
.item-list-archives__filter {
  --indent: 1.5em;
  text-indent: calc(var(--indent) * -1);
  padding-left: var(--indent);
}
@media screen and (min-width: 769px) {
  .item-list-archives__filters-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .item-list-archives:not([show-filters]) .when-open, .item-list-archives[show-filters] .when-close {
    display: none;
  }
  .item-list-archives:not([show-filters]) .item-list-archives__filters {
    display: none;
  }
}
.item-list-archives__list-outside {
  overflow-y: auto;
  overflow-x: hidden;
}
.item-list-archives__list-outside::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.item-list-archives__list-outside::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.item-list-archives__list-outside::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .item-list-archives__list-outside {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
@media screen and (min-width: 769px) {
  .item-list-archives__list-outside {
    padding: 0 var(--column-padding, 18px) var(--column-padding, 18px) var(--column-padding, 18px);
  }
}
.item-list-archives__list-inside {
  margin: 0 var(--reverse-padding);
  overflow: hidden;
}
.item-list-archives__list {
  margin-top: var(--reverse-padding);
  margin-right: -1px;
  margin-bottom: -1px;
}
.item-list-archives__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  flex-direction: row;
}
.item-list-archives__list > * {
  flex: 0 0 auto;
}
.item-list-archives__list > * {
  width: calc(((var(--column-width, 100%)) * var(--column-ratio, (1/5))) * 1);
}
@media screen and (max-width: 1300px) {
  .item-list-archives__list {
    --column-ratio: 1/4;
  }
}
@media screen and (max-width: 1100px) {
  .item-list-archives__list {
    --column-ratio: 1/3;
  }
}
@media screen and (max-width: 640px) {
  .item-list-archives__list {
    --column-ratio: 1;
  }
}
@media screen and (min-width: 769px) {
  .item-list-archives__empty {
    padding: 0 var(--column-padding, 18px) var(--column-padding, 18px) var(--column-padding, 18px);
  }
}
.item-list-archives:not([is-empty]) .item-list-archives__empty {
  display: none;
}
.item-list-archives__wrap {
  text-decoration: none;
}
.item-list-archives__wrap {
  border-right: 1px solid var(--page-color, #181818);
  border-bottom: 1px solid var(--page-color, #181818);
}
.item-list-archives__wrap.is-hidden {
  display: none;
}
.item-list-archives__item {
  --meta-height: 1.25rem;
  padding: var(--column-padding);
  padding-bottom: 1em;
  position: relative;
  z-index: 2;
}
.item-list-archives__meta {
  padding-bottom: 0.75em;
}
.item-list-archives__meta {
  font-family: Maru;
}
.item-list-archives__meta {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}
@media screen and (min-width: 769px) {
  .item-list-archives__meta {
    height: var(--meta-height);
    transform: translateY(1em);
    transition: transform var(--timing);
  }
  .item-list-archives__info {
    transform: translateY(calc(var(--meta-height) * -1));
    transition: transform var(--timing);
  }
}
@media screen and (max-width: 768px) {
  .item-list-archives__item {
    padding-bottom: 0.6em;
  }
  .item-list-archives__image {
    max-width: 50%;
  }
  .item-list-archives__title {
    margin-top: 0.35em;
  }
}
.item-list-archives:not([fx]) * {
  transition: none !important;
}
@media (hover: hover) {
  .item-list-archives__item:hover .item-list-archives__meta {
    transform: translateY(0);
  }
  .item-list-archives__item:hover .item-list-archives__info {
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .item-list-archives__item:hover .item-list-archives__meta {
    opacity: 1;
  }
}

.item-list-lexicons {
  row-gap: 0.6em;
}
@media screen and (min-width: 769px) {
  .item-list-lexicons {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--column-gap, 20px);
    flex-direction: row;
    align-items: flex-start;
  }
  .item-list-lexicons > * {
    flex: 0 0 auto;
  }
  .item-list-lexicons > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/3)) - var(--column-gap, 20px)) * 1);
  }
}
@media screen and (max-width: 1100px) {
  .item-list-lexicons {
    --column-ratio: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .item-list-lexicons {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
  }
}
.item-list-lexicons__item {
  border: 1px solid var(--page-color, #181818);
}
.item-list-lexicons__title {
  padding: 0.21em 0.35em;
}
@media screen and (max-width: 768px) {
  .item-list-lexicons__title {
    padding: 0.35em 0.55em;
  }
}
.item-list-lexicons__description {
  padding: 0.1em 0.35em 0.28em;
}
.item-list-lexicons__description {
  border-top: 1px solid var(--page-color, #181818);
}
@media screen and (max-width: 768px) {
  .item-list-lexicons__description {
    padding: 0.35em 0.55em;
  }
}

.block-stamp {
  pointer-events: none;
}
.block-stamp a {
  display: block;
}
.block-stamp .wp-block-buttons {
  display: inline-flex;
  pointer-events: none !important;
}
.block-stamp .wp-block-button {
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .block-stamp {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .block-stamp.is-top-vertical {
    align-items: flex-start;
  }
  .block-stamp.is-middle-vertical {
    align-items: center;
  }
  .block-stamp.is-bottom-vertical {
    align-items: flex-end;
  }
  .block-stamp.is-left-horizontal {
    justify-content: flex-start;
  }
  .block-stamp.is-center-horizontal {
    justify-content: center;
  }
  .block-stamp.is-right-horizontal {
    justify-content: flex-end;
  }
  .block-stamp.is-custom-anchor .block-stamp__inside {
    position: fixed;
    top: var(--anchor-custom-top);
  }
}
@media screen and (max-width: 768px) {
  .block-stamp {
    margin: 0 auto 1em;
    padding: 0 !important;
  }
}
.block-stamp__inside {
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .block-stamp__inside {
    flex: 1 1 auto;
    position: relative;
    pointer-events: all;
    translate: var(--offset-x, 0) var(--offset-y, 0);
  }
}
@media screen and (max-width: 768px) {
  .block-stamp__inside {
    margin: 0 auto;
  }
}
.block-stamp__inside.is-default-style {
  pointer-events: none;
}
.block-stamp__inside.is-default-style > * {
  pointer-events: all;
}
.block-stamp__inside.is-rounded-style {
  background-color: #FFFFFF;
  padding: 1em 1em;
  border-radius: 1.4em;
}
.block-stamp__inside.is-rounded-style {
  border: 1px solid var(--page-color, #181818);
}
.block-stamp__inside.is-circle-style {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  aspect-ratio: 1;
  border-radius: 100%;
}
.block-stamp__inside.is-circle-style {
  border: 1px solid var(--page-color, #181818);
}
@media screen and (min-width: 769px) {
  .block-stamp__inside.is-circle-style {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .block-stamp__inside.is-no-wrap {
    white-space: nowrap;
  }
}
.block-stamp__inside.is-link {
  text-decoration: none;
}
@media (hover: hover) {
  .block-stamp__inside.is-link.is-rounded-style:hover {
    color: #FFFFFF;
    background-color: #181818;
  }
}
@media (hover: hover) {
  .block-stamp__inside.is-link.is-circle-style:hover {
    rotate: 10deg;
    transform-origin: center;
  }
}
@media screen and (min-width: 769px) {
  .block-stamp {
    transform: translate(var(--move-x, 0), var(--move-y, 0));
    font-size: calc(30px * var(--text-ratio, 1));
    line-height: calc(35px * var(--text-ratio, 1));
  }
  .block-stamp h1 {
    font-size: calc(98px * var(--text-ratio, 1));
    line-height: calc(103px * var(--text-ratio, 1));
  }
}

/* ----------------------------------------------------------------––––––-------
Pages 
----------------------------------------------------------------––––––------- */
@media screen and (min-width: 769px) {
  .page__inside, .page__main {
    width: 100%;
    height: 100%;
  }
  .page__main {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .page__inside.has-sidebar {
    display: flex;
  }
  .page__inside.has-sidebar > * {
    flex: 1 1 auto;
  }
}
.page__sidebar {
  padding: var(--column-padding, 18px) var(--column-padding, 18px) 0.45em;
}
@media screen and (min-width: 769px) {
  .page__sidebar {
    height: 100%;
    width: 100%;
    position: relative;
    flex: 0 0 48.2% !important;
  }
  .page__sidebar {
    overflow: auto;
  }
  .page__sidebar::-webkit-scrollbar {
    height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    border: var(--scrollbar-track-border);
  }
  .page__sidebar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
    border: var(--scrollbar-border);
  }
  .page__sidebar::-webkit-scrollbar-thumb {
    border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
    border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
    background-color: var(--scrollbar-color, black);
    background-clip: padding-box;
    box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
  }
  html.is-firefox .page__sidebar {
    scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
  }
  .page__sidebar::after {
    content: "";
    position: absolute;
    top: var(--column-padding);
    bottom: var(--column-padding);
    right: 0;
  }
  .page__sidebar::after {
    border-right: 1px solid var(--page-color, #181818);
  }
}
.page__header {
  background-color: #FFFFFF;
  z-index: 2;
}
.page__header {
  padding: var(--column-padding, 18px) var(--column-padding, 18px) 0.45rem;
}
@media screen and (max-width: 768px) {
  .page__header {
    position: sticky;
    top: var(--site-menu-height, 40px);
  }
}
.page__content {
  position: relative;
  height: 100%;
}
.page__content {
  padding: var(--column-padding, 18px);
}
@media screen and (min-width: 769px) {
  .page__content {
    overflow: auto;
  }
  .page__content::-webkit-scrollbar {
    height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    border: var(--scrollbar-track-border);
  }
  .page__content::-webkit-scrollbar-track {
    background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
    border: var(--scrollbar-border);
  }
  .page__content::-webkit-scrollbar-thumb {
    border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
    border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
    background-color: var(--scrollbar-color, black);
    background-clip: padding-box;
    box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
  }
  html.is-firefox .page__content {
    scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
  }
}
.page__inside.has-header .page__content {
  padding-top: 0;
}
.page.is-dark-color {
  --page-background: #181818;
  --page-color: #FFFFFF;
  --button-background: #181818;
  --button-color: #FFFFFF;
}

.page-homepage__languages {
  padding: 0.6em;
}
.page-homepage__languages {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.page-homepage__languages {
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .page-homepage__languages {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-homepage__content {
    padding: 1em var(--column-padding, 18px);
  }
}

.page-archives .page__content {
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-archives .page__content::after {
    content: "";
    position: absolute;
    height: var(--column-padding);
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.page-archive-item__close {
  margin: 0.6rem;
}
.page-archive-item__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.page-archive-item__close {
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .page-archive-item__close {
    position: fixed;
    z-index: 3;
    margin: 0.2rem;
  }
  .page-archive-item__close .icn {
    width: 15px;
  }
}
.page-archive-item__inside, .page-archive-item__main {
  height: 100%;
}
.page-archive-item__content {
  padding: var(--column-padding, 18px);
}
.page-archive-item__content {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .page-archive-item__content {
    height: 100%;
  }
  .page-archive-item__content {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .page-archive-item__content::-webkit-scrollbar {
    height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    border: var(--scrollbar-track-border);
  }
  .page-archive-item__content::-webkit-scrollbar-track {
    background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
    border: var(--scrollbar-border);
  }
  .page-archive-item__content::-webkit-scrollbar-thumb {
    border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
    border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
    background-color: var(--scrollbar-color, black);
    background-clip: padding-box;
    box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
  }
  html.is-firefox .page-archive-item__content {
    scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
    scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
  }
}
.page-archive-item__inside.has-audio .page-archive-item__content {
  padding-bottom: 4em;
}
.page-archive-item__top {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .page-archive-item__top {
    display: contents;
  }
}
.page-archive-item__title {
  padding: 1.15em 1.25em 1.61em;
  margin-bottom: 0;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
}
.page-archive-item__title {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-archive-item__title {
    font-size: 0.6666666667rem;
    line-height: 1.135;
  }
}
@media screen and (max-width: 768px) {
  .page-archive-item__title {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
}
.page-archive-item__top .block-image {
  text-align: left;
  margin: 0 auto 1em;
}
.page-archive-item__top .block-image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page-archive-item__top .block-image {
    width: calc(var(--viewport-max-height, 100vh) * 0.55 * var(--aspect-ratio-y, 1));
  }
}
.page-archive-item__description {
  margin-bottom: 1em;
}
.page-archive-item__theme {
  font-family: Maru;
}
.page-archive-item__theme {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}
@media screen and (max-width: 768px) {
  .page-archive-item__theme a {
    display: block;
  }
}
.page-archive-item__overlay {
  padding: var(--column-padding);
}
.page-archive-item__overlay {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-archive-item__overlay {
    position: fixed;
    padding: 0;
    width: 100%;
  }
  .page-archive-item__overlay {
    z-index: 150;
  }
}
.page-archive-item .site__menu {
  display: none;
}

.item-page-poster-list-related__overlay {
  background-color: #181818;
  color: #FFFFFF;
  height: 363px;
  width: 244px;
  padding: 1.15em 0.9em;
  border-radius: 1.4em;
}
.item-page-poster-list-related__overlay {
  overflow-y: auto;
  overflow-x: hidden;
}
.item-page-poster-list-related__overlay {
  scrollbar-width: none;
}
.item-page-poster-list-related__overlay::-webkit-scrollbar {
  display: none;
}
.item-page-poster-list-related__overlay {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.item-page-poster-list-related__overlay {
  transform: translateX(-50%) translateY(-50%);
}
.item-page-poster-list-related__overlay {
  z-index: 40;
}
.item-page-poster-list-related__list {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.item-page-poster-list-related__item {
  display: block;
  text-decoration: none;
}
.item-page-poster-list-related__image {
  padding-right: 1em;
  margin-bottom: 0.15em;
}

.item-page-poster-nav {
  display: flex;
  gap: 0.2em;
}
.page-poster-item__media figure {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .page-poster-item__media {
    padding: 1.6em 1.85em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 1.9em);
  }
  .page-poster-item__media figure {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .page-poster-item__media img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-poster-item__media img {
    width: 100%;
  }
}
.page-poster-item__actions {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.4em;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.page-poster-item__actions {
  padding: var(--column-padding, 18px);
}
@media screen and (min-width: 769px) {
  .page-poster-item__actions {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-poster-item__actions {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .page-poster-item__actions {
    z-index: 30;
  }
  .page-poster-item__actions {
    border-top: 1px solid var(--page-color, #181818);
  }
}
.page-poster-item__heading {
  background-color: #FFFFFF;
  z-index: 2;
}
.page-poster-item__heading {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-poster-item__heading {
    font-size: 0.6666666667rem;
    line-height: 1.135;
  }
}
.page-poster-item__title {
  margin: 0;
}
.page-poster-item__metadata {
  margin: 1em 0;
}
.page-poster-item__metadata {
  font-family: Maru;
}
.page-poster-item__metadata {
  font-size: 0.4333333333rem;
  line-height: 1.2307692308;
}
@media screen and (max-width: 768px) {
  .page-poster-item .page__sidebar {
    padding-bottom: 0;
  }
  .page-poster-item .page__main {
    padding-bottom: 2.5em;
  }
  .page-poster-item .page__header, .page-poster-item__info {
    display: contents;
  }
  .page-poster-item__heading {
    margin-bottom: 0;
  }
  .page-poster-item__heading {
    padding: 0 var(--column-padding, 18px) var(--column-padding, 18px);
  }
  .page-poster-item__metadata {
    margin-top: 0.25em;
  }
  .page-poster-item__metadata {
    padding: 0 var(--column-padding, 18px);
  }
  .page-poster-item__heading {
    position: sticky;
    top: var(--site-menu-height, 40px);
    padding-top: var(--column-padding);
  }
}

.item-page-workshop-canvas {
  z-index: 29;
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas {
    position: relative;
    height: calc(var(--viewport-min-height, 100vh) - var(--site-menu-height));
    overflow: hidden;
    --button-color: #181818;
    --button-background: #FFFFFF;
  }
}
.item-page-workshop-canvas :where([controls]) {
  display: flex;
  gap: 0.4em;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.65em;
  pointer-events: none;
}
.item-page-workshop-canvas :where([controls]) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.item-page-workshop-canvas :where([controls]) {
  z-index: 40;
}
.item-page-workshop-canvas :where([controls]) input {
  pointer-events: all;
}
.item-page-workshop-canvas :where([controls]) button {
  pointer-events: all;
}
.item-page-workshop-canvas :where([controls]) > * {
  display: flex;
  gap: 0.2em;
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas [name=showStamps] {
    display: none !important;
  }
}
.item-page-workshop-canvas__backgrounds, .item-page-workshop-canvas__colors {
  flex-direction: column;
  align-items: flex-end;
}
.item-page-workshop-canvas__backgrounds button, .item-page-workshop-canvas__colors button {
  margin-bottom: 0.45em;
}
.item-page-workshop-canvas__colors {
  align-items: flex-start;
}
.item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
  display: flex;
  gap: 0.175em;
}
.item-page-workshop-canvas__backgrounds-list input, .item-page-workshop-canvas__colors-list input {
  appearance: none;
  background-color: var(--color);
  border: 1px solid var(--button-color);
  box-shadow: inset 0 0 0 var(--padding, 6px) var(--button-background);
  flex: 0 0 auto;
}
.item-page-workshop-canvas__backgrounds-list input, .item-page-workshop-canvas__colors-list input {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__backgrounds-list input, .item-page-workshop-canvas__colors-list input {
    --padding: 4px;
  }
  .item-page-workshop-canvas__backgrounds-list input, .item-page-workshop-canvas__colors-list input {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    max-width: 245px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    --button-color: #FFFFFF;
    --button-background: #181818;
    background-color: #181818;
    color: #FFFFFF;
    padding: 0.5em;
    width: 100%;
  }
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    scrollbar-width: none;
  }
  .item-page-workshop-canvas__backgrounds-list::-webkit-scrollbar, .item-page-workshop-canvas__colors-list::-webkit-scrollbar {
    display: none;
  }
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .item-page-workshop-canvas__backgrounds-list, .item-page-workshop-canvas__colors-list {
    bottom: var(--viewport-hidden-height);
  }
}
.item-page-workshop-canvas__canvas-wrapper {
  display: flex;
}
.item-page-workshop-canvas__canvas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas__canvas-wrapper {
    padding: var(--column-padding, 18px);
  }
}
.item-page-workshop-canvas__canvas-left, .item-page-workshop-canvas__canvas-right {
  height: 100%;
  flex: 1 0 auto;
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas__canvas-left, .item-page-workshop-canvas__canvas-right {
    flex-basis: 6rem;
  }
}
.item-page-workshop-canvas__canvas-center {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__canvas-center {
    width: 100%;
  }
}
.item-page-workshop-canvas__canvas-inside {
  position: relative;
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__canvas-inside {
    height: 100% !important;
    width: 100% !important;
  }
}
.item-page-workshop-canvas__canvas-text {
  padding: 1.5em 1em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.item-page-workshop-canvas__canvas-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-page-workshop-canvas__canvas-text textarea, .item-page-workshop-canvas__canvas-text label {
  pointer-events: all;
}
.item-page-workshop-canvas__canvas-text textarea {
  color: black;
  background-color: transparent;
  text-align: center;
  width: 100%;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
.item-page-workshop-canvas__canvas-text textarea {
  overflow-y: auto;
  overflow-x: hidden;
}
.item-page-workshop-canvas__canvas-text textarea {
  scrollbar-width: none;
}
.item-page-workshop-canvas__canvas-text textarea::-webkit-scrollbar {
  display: none;
}
.item-page-workshop-canvas__canvas-text textarea {
  font-size: 2.4333333333rem;
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__canvas-text {
    padding-top: 2.8em;
  }
}
.item-page-workshop-canvas__canvas-fonts {
  display: flex;
  gap: 0.25em;
  flex-direction: column;
  align-items: center;
  --button-color: #181818;
  --button-background: #FFFFFF;
}
.item-page-workshop-canvas__canvas-fonts input {
  display: none;
}
.item-page-workshop-canvas__canvas-fonts .btn, .item-page-workshop-canvas__canvas-fonts button:not([unstyled]), .item-page-workshop-canvas__canvas-fonts .site-menu__desktop a, .site-menu__desktop .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .site-menu__overlay-bottom a, .site-menu__overlay-bottom .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .wp-block-buttons .wp-block-button__link, .wp-block-buttons .item-page-workshop-canvas__canvas-fonts .wp-block-button__link, .item-page-workshop-canvas__canvas-fonts .page-homepage__languages a, .page-homepage__languages .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .page-archive-item__close, .item-page-workshop-canvas__canvas-fonts .item-page-poster-nav__btn {
  border: 1px solid #181818;
}
.item-page-workshop-canvas__canvas-fonts input:checked + .btn, .item-page-workshop-canvas__canvas-fonts input:checked + button:not([unstyled]), .item-page-workshop-canvas__canvas-fonts .site-menu__desktop input:checked + a, .site-menu__desktop .item-page-workshop-canvas__canvas-fonts input:checked + a, .item-page-workshop-canvas__canvas-fonts .site-menu__overlay-bottom input:checked + a, .site-menu__overlay-bottom .item-page-workshop-canvas__canvas-fonts input:checked + a, .item-page-workshop-canvas__canvas-fonts .wp-block-buttons input:checked + .wp-block-button__link, .wp-block-buttons .item-page-workshop-canvas__canvas-fonts input:checked + .wp-block-button__link, .item-page-workshop-canvas__canvas-fonts .page-homepage__languages input:checked + a, .page-homepage__languages .item-page-workshop-canvas__canvas-fonts input:checked + a, .item-page-workshop-canvas__canvas-fonts input:checked + .page-archive-item__close, .item-page-workshop-canvas__canvas-fonts input:checked + .item-page-poster-nav__btn {
  --button-color: #FFFFFF;
  --button-background: #181818;
  --button-hover-color: #FFFFFF;
  --button-hover-background: #181818;
}
.item-page-workshop-canvas__canvas-fonts .font-Futura {
  font-family: Futura;
}
.item-page-workshop-canvas__canvas-fonts .font-Quadrant {
  font-family: Quadrant;
}
.item-page-workshop-canvas__canvas-fonts .font-Bubblegum {
  font-family: Bubblegum;
}
.item-page-workshop-canvas__canvas-fonts .font-Anthony {
  font-family: Anthony;
}
.item-page-workshop-canvas__canvas-fonts .font-Poppins {
  font-family: Poppins;
}
.item-page-workshop-canvas__canvas-fonts .font-TimesTen {
  font-family: TimesTen, Times, "Times New Roman", Georgia, serif;
}
.item-page-workshop-canvas__canvas-draw {
  background-color: white;
  margin: 0;
}
.item-page-workshop-canvas__canvas-draw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-page-workshop-canvas:not([mode=edit]) .item-page-workshop-canvas__edit, .item-page-workshop-canvas:not([mode=edit-backgrounds]) .item-page-workshop-canvas__backgrounds, .item-page-workshop-canvas:not([mode=edit-text]) .item-page-workshop-canvas__edit-text, .item-page-workshop-canvas:not([mode=edit-colors]) .item-page-workshop-canvas__colors {
  display: none;
}
.item-page-workshop-canvas:not([item-type=text]) [name=editText] {
  display: none;
}
.item-page-workshop-canvas:not([mode=edit-text], [mode=edit-colors]) .item-page-workshop-canvas__canvas-text {
  display: none;
}
.item-page-workshop-canvas:not([has-items]) [name=reset] {
  display: none;
}
.item-page-workshop-canvas[mode] .item-page-workshop-canvas__controls {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__canvas-fonts {
    --button-color: #FFFFFF;
    --button-background: #181818;
    background-color: #181818;
    color: #FFFFFF;
    padding: 0.5em;
    width: 100%;
    flex-direction: row;
  }
  .item-page-workshop-canvas__canvas-fonts {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .item-page-workshop-canvas__canvas-fonts {
    scrollbar-width: none;
  }
  .item-page-workshop-canvas__canvas-fonts::-webkit-scrollbar {
    display: none;
  }
  .item-page-workshop-canvas__canvas-fonts {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .item-page-workshop-canvas__canvas-fonts {
    bottom: var(--viewport-hidden-height);
  }
  .item-page-workshop-canvas__canvas-fonts label {
    white-space: nowrap;
  }
  .item-page-workshop-canvas__canvas-fonts .btn, .item-page-workshop-canvas__canvas-fonts button:not([unstyled]), .item-page-workshop-canvas__canvas-fonts .site-menu__desktop a, .site-menu__desktop .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .site-menu__overlay-bottom a, .site-menu__overlay-bottom .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .wp-block-buttons .wp-block-button__link, .wp-block-buttons .item-page-workshop-canvas__canvas-fonts .wp-block-button__link, .item-page-workshop-canvas__canvas-fonts .page-homepage__languages a, .page-homepage__languages .item-page-workshop-canvas__canvas-fonts a, .item-page-workshop-canvas__canvas-fonts .page-archive-item__close, .item-page-workshop-canvas__canvas-fonts .item-page-poster-nav__btn {
    border-color: #FFFFFF;
  }
}
.item-page-workshop-canvas__stamps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.item-page-workshop-canvas__stamps {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-page-workshop-canvas__stamps [stamp] {
  height: auto;
  width: 120px;
  pointer-events: all;
  transform: translate(var(--tx, 0), var(--ty, 0)) scale(var(--s, 1)) rotate(var(--r, 0));
  transition: all 0.3s;
  transform-origin: center;
}
.item-page-workshop-canvas__stamps [stamp].is-moving {
  transition: none;
}
@media (hover: hover) {
  .item-page-workshop-canvas__stamps [stamp]:hover {
    --s: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .item-page-workshop-canvas__stamps {
    pointer-events: none;
  }
  .item-page-workshop-canvas__stamps [stamp] {
    position: fixed;
    left: var(--x);
    top: var(--y);
    width: var(--w);
  }
  .item-page-workshop-canvas__stamps [stamp] {
    z-index: 30;
  }
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas__stamps {
    --button-color: #FFFFFF;
    --button-background: #181818;
  }
  .item-page-workshop-canvas__stamps {
    border-top: 1px solid var(--page-color, #181818);
  }
  .item-page-workshop-canvas__stamps {
    z-index: 40;
  }
  .item-page-workshop-canvas__stamps {
    background-color: #181818;
    max-height: 45vh;
  }
  .item-page-workshop-canvas__stamps {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .item-page-workshop-canvas__stamps {
    scrollbar-width: none;
  }
  .item-page-workshop-canvas__stamps::-webkit-scrollbar {
    display: none;
  }
  .item-page-workshop-canvas__stamps img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .item-page-workshop-canvas:not([show-stamps]) .item-page-workshop-canvas__stamps {
    display: none;
  }
}

.item-page-workshop-help {
  top: auto;
  height: auto;
  width: auto;
  position: absolute;
  padding: 0.2em 1.8em 0.2em 0.35em;
  left: var(--column-padding);
  right: var(--column-padding);
  bottom: var(--column-padding);
  background-color: var(--page-background);
}
.item-page-workshop-help {
  z-index: 30;
}
.item-page-workshop-help {
  border: 1px solid var(--page-color, #181818);
}
.item-page-workshop-help__close {
  padding: 0.3em 0.5em;
}
.item-page-workshop-help__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.item-page-workshop-help__close svg:not([unstyled]) path[stroke] {
  fill: transparent;
  stroke: var(--page-color);
}
.item-page-workshop-help__close svg:not([unstyled]) rect[stroke]:not([stroke=transparent]),
.item-page-workshop-help__close svg:not([unstyled]) circle[stroke]:not([stroke=transparent]) {
  stroke: var(--page-color);
}
.item-page-workshop-help__close svg:not([unstyled]) path:not([stroke], [fill]), .item-page-workshop-help__close svg:not([unstyled]) line, .item-page-workshop-help__close svg:not([unstyled]) rect:not([fill=transparent]), .item-page-workshop-help__close svg:not([unstyled]) polygon, .item-page-workshop-help__close svg:not([unstyled]) circle:not([fill=transparent]), .item-page-workshop-help__close svg:not([unstyled]) path[fill]:not([fill=transparent]) {
  fill: var(--page-color);
}
.item-page-workshop-help__close svg:not([unstyled]) line {
  stroke: var(--page-color);
}
@media screen and (max-width: 768px) {
  .item-page-workshop-help {
    position: fixed;
  }
}