@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: mad;
  font-weight: bold;
  src: url("/lib/fonts/mad-sans-fill-bold.woff2") format("woff2");
}
:root {
  --nav-height: 5rem;
  --lavelder-light: #D5CDDD;
  --lavender-dark: #734E8F;
  --lavender-purple: #9B78B5;
  --yellow-greenish: #F0EB59;
  --black: #1A1919;
}
@media (min-width: 768px) {
  :root {
    --nav-height: 6rem;
  }
}

.u-text-decoration--none {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .u-display-none-large-screen {
    display: none !important;
  }
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-flex-1 {
  flex: 1 !important;
}

.u-no-gap {
  gap: 0 !important;
}

.u-fw-100 {
  font-weight: 100;
}

.u-fw-200 {
  font-weight: 200;
}

.u-fw-300 {
  font-weight: 300;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-800 {
  font-weight: 800;
}

.u-fw-900 {
  font-weight: 900;
}

.u-fs-small {
  font-size: 1.2rem;
}

.u-fs-normal {
  font-size: 1.5rem;
}

.u-fs-large {
  font-size: 1.8rem;
}

.u-bc-black {
  background-color: #1A1919;
}

.u-bc-white {
  background-color: #FFF;
}

.u-bc-lavender-light {
  background-color: #D5CDDD;
}

.u-bc-lavender-purple {
  background-color: #9B78B5;
}

.u-bc-yellow {
  background-color: #F0EB59;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-visually-hidden:not(:focus):not(:active) {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.u-width-100 {
  width: 100% !important;
}

.u-m-0 {
  margin: 0rem !important;
}

.u-mx-0 {
  margin-inline: 0rem !important;
}

.u-my-0 {
  margin-block: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-m-1 {
  margin: 1rem !important;
}

.u-mx-1 {
  margin-inline: 1rem !important;
}

.u-my-1 {
  margin-block: 1rem !important;
}

.u-ml-1 {
  margin-left: 1rem !important;
}

.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-m-2 {
  margin: 2rem !important;
}

.u-mx-2 {
  margin-inline: 2rem !important;
}

.u-my-2 {
  margin-block: 2rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-m-3 {
  margin: 3rem !important;
}

.u-mx-3 {
  margin-inline: 3rem !important;
}

.u-my-3 {
  margin-block: 3rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mb-3 {
  margin-bottom: 3rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-m-4 {
  margin: 4rem !important;
}

.u-mx-4 {
  margin-inline: 4rem !important;
}

.u-my-4 {
  margin-block: 4rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mt-4 {
  margin-top: 4rem !important;
}

.u-m-5 {
  margin: 5rem !important;
}

.u-mx-5 {
  margin-inline: 5rem !important;
}

.u-my-5 {
  margin-block: 5rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

.u-mb-5 {
  margin-bottom: 5rem !important;
}

.u-mt-5 {
  margin-top: 5rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-inline: auto !important;
}

.u-my-auto {
  margin-block: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-p-0 {
  padding: 0rem !important;
}

.u-px-0 {
  padding-inline: 0rem !important;
}

.u-py-0 {
  padding-block: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-p-1 {
  padding: 1rem !important;
}

.u-px-1 {
  padding-inline: 1rem !important;
}

.u-py-1 {
  padding-block: 1rem !important;
}

.u-pl-1 {
  padding-left: 1rem !important;
}

.u-pr-1 {
  padding-right: 1rem !important;
}

.u-pb-1 {
  padding-bottom: 1rem !important;
}

.u-pt-1 {
  padding-top: 1rem !important;
}

.u-p-2 {
  padding: 2rem !important;
}

.u-px-2 {
  padding-inline: 2rem !important;
}

.u-py-2 {
  padding-block: 2rem !important;
}

.u-pl-2 {
  padding-left: 2rem !important;
}

.u-pr-2 {
  padding-right: 2rem !important;
}

.u-pb-2 {
  padding-bottom: 2rem !important;
}

.u-pt-2 {
  padding-top: 2rem !important;
}

.u-p-3 {
  padding: 3rem !important;
}

.u-px-3 {
  padding-inline: 3rem !important;
}

.u-py-3 {
  padding-block: 3rem !important;
}

.u-pl-3 {
  padding-left: 3rem !important;
}

.u-pr-3 {
  padding-right: 3rem !important;
}

.u-pb-3 {
  padding-bottom: 3rem !important;
}

.u-pt-3 {
  padding-top: 3rem !important;
}

.u-p-4 {
  padding: 4rem !important;
}

.u-px-4 {
  padding-inline: 4rem !important;
}

.u-py-4 {
  padding-block: 4rem !important;
}

.u-pl-4 {
  padding-left: 4rem !important;
}

.u-pr-4 {
  padding-right: 4rem !important;
}

.u-pb-4 {
  padding-bottom: 4rem !important;
}

.u-pt-4 {
  padding-top: 4rem !important;
}

.u-p-5 {
  padding: 5rem !important;
}

.u-px-5 {
  padding-inline: 5rem !important;
}

.u-py-5 {
  padding-block: 5rem !important;
}

.u-pl-5 {
  padding-left: 5rem !important;
}

.u-pr-5 {
  padding-right: 5rem !important;
}

.u-pb-5 {
  padding-bottom: 5rem !important;
}

.u-pt-5 {
  padding-top: 5rem !important;
}

.u-p-auto {
  padding: auto !important;
}

.u-px-auto {
  padding-inline: auto !important;
}

.u-py-auto {
  padding-block: auto !important;
}

.u-pl-auto {
  padding-left: auto !important;
}

.u-pr-auto {
  padding-right: auto !important;
}

.u-pb-auto {
  padding-bottom: auto !important;
}

.u-pt-auto {
  padding-top: auto !important;
}

/* stylelint-disable */
@view-transition {
  navigation: auto;
}
/* stylint enable */
::-moz-selection {
  background-color: #F0EB59;
}
::selection {
  background-color: #F0EB59;
}

html {
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: mad, sans-serif;
  height: 100%;
  font-weight: 400;
  color: #1A1919;
  line-height: 1.5;
  min-height: 100vh;
}
body.is-nav-open {
  overflow: hidden;
}

h1, h2, h3 {
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.3rem;
  }
}

h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.85rem;
  }
}

h3 {
  margin: 0 0 0.5em;
  font-size: 1.5rem;
  line-height: 1.2;
}

p, li {
  font-family: mad, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.15rem;
  }
}

a {
  color: #1A1919;
  text-decoration-color: #734E8F;
}

button {
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] + label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  top: 0.125rem;
  border: 1px solid #1A1919;
  border-radius: 2px;
}
input[type=checkbox]:checked + label::before {
  border-color: #1A1919;
  background: #1A1919;
}

.c-btn-admin-edit {
  padding: 1rem 2rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 900;
  background: #FFBF00;
  text-decoration: none;
  color: #1A1919;
}

.c-btn-cta {
  background-color: #F0EB59;
  display: flex;
  width: 3rem;
  height: 3rem;
  position: relative;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  font-size: 0.7rem;
  text-align: center;
  transition: transform 0.3s ease-out;
}
.c-btn-cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: 0 0 10px 5px rgba(240, 235, 89, 0.8);
  opacity: 0;
  transition: opacity;
}
.c-btn-cta:hover, .c-btn-cta:active, .c-btn-cta:focus, .c-btn-cta:focus:active {
  transform: rotate(-25deg) scale(1.2);
}
.c-btn-cta:hover::after, .c-btn-cta:active::after, .c-btn-cta:focus::after, .c-btn-cta:focus:active::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .c-btn-cta {
    width: 4rem;
    height: 4rem;
    font-size: 0.9rem;
  }
}

.c-btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid transparent;
}
.c-btn-search svg {
  width: 60%;
  height: 60%;
  transition: all 0.3s;
}
.c-btn-search:hover svg, .c-btn-search:active svg, .c-btn-search:focus svg, .c-btn-search:focus:active svg {
  rotate: -5deg;
  scale: 1.3;
}

.c-btn-link {
  text-decoration: none;
  background-color: #734E8F;
  padding: 1rem;
  font-size: 1rem;
  color: #D5CDDD;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 2px;
}
.c-btn-link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("/lib/images/arrow-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.c-btn-link:hover {
  background-color: rgb(88.4615384615, 60, 110);
}

.c-btn-link--round {
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  background-color: #734E8F;
  font-size: 1rem;
  color: #D5CDDD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s;
  margin: 0.7rem;
}
.c-btn-link--round::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("/lib/images/arrow-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.c-btn-link--round:hover {
  background-color: rgb(88.4615384615, 60, 110);
}

.c-btn-skip-link {
  display: block;
  position: relative;
  z-index: 1002;
  background-color: white;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #734E8F;
  text-align: center;
}

.c-nav {
  --_nav-inline-padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: var(--nav-height);
  padding: 0 var(--_nav-inline-padding);
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #D5CDDD;
  font-weight: bold;
}
.c-nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border-bottom: 1px solid #1A1919;
}

.c-nav__content-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-nav__content-desktop {
    display: flex;
    gap: 1.5em;
    position: relative;
    z-index: 20;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    transition: opacity 0.3s;
  }
}

.c-nav.is-open .c-nav__content-desktop {
  opacity: 0;
}

.c-nav__items {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-nav__items {
    flex-direction: row;
    align-items: normal;
    gap: 3rem;
  }
}

.c-nav__logo {
  height: 80%;
  max-height: 2.5rem;
  position: relative;
  z-index: 20;
}
.c-nav__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-nav__actions {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .c-nav__actions {
    margin-top: 0;
  }
}

.c-nav__toggle__icon {
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto 1rem;
  position: relative;
  background: #1A1919;
  border-radius: 3px;
  transition: all 0.3s;
}
.c-nav__toggle__icon::before, .c-nav__toggle__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1A1919;
  left: 0;
  position: absolute;
  border-radius: inherit;
  transition: transform 0.3s, top 0.2s ease-out, bottom 0.2s ease-out;
}
.c-nav__toggle__icon::before {
  top: -9px;
}
.c-nav__toggle__icon::after {
  left: auto;
  right: 0;
  bottom: -9px;
}

.c-nav__toggle {
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  width: 2.8rem;
  height: 3.5rem;
  padding: 0;
  position: relative;
  z-index: 1000;
  background: transparent;
  overflow: hidden;
  border: 1px solid transparent;
  color: #1A1919;
  cursor: pointer;
  transition: transform 0.3s;
}
.c-nav__toggle:hover .c-nav__toggle__icon {
  scale: 1.1;
}

.c-nav__toggle.is-open div {
  background: transparent;
}
.c-nav__toggle.is-open div::before, .c-nav__toggle.is-open div::after {
  left: 0;
  background: #1A1919;
}
.c-nav__toggle.is-open div::before {
  transform: rotate(45deg);
  top: 0;
}
.c-nav__toggle.is-open div::after {
  transform: rotate(-45deg);
  bottom: 0;
  right: auto;
}

.c-nav__link,
.c-nav-full__link {
  text-decoration: none;
  position: relative;
}
.c-nav__link::before,
.c-nav-full__link::before {
  content: "";
  width: 0;
  height: 1px;
  background: #734E8F;
  position: absolute;
  bottom: 0;
  transform: translateY(105%);
  transition: width 0.3s ease-out;
}
.c-nav__link:hover::before, .c-nav__link:active::before, .c-nav__link:focus::before, .c-nav__link:focus:active::before,
.c-nav-full__link:hover::before,
.c-nav-full__link:active::before,
.c-nav-full__link:focus::before,
.c-nav-full__link:focus:active::before {
  width: 100%;
}
.c-nav__link.is-active::before,
.c-nav-full__link.is-active::before {
  width: 100%;
}

.c-nav-full {
  width: 100%;
  height: calc(100vh - var(--nav-height) + 1px);
  padding: 2rem var(--_nav-inline-padding);
  position: absolute;
  top: var(--nav-height);
  left: 0;
  background: #D5CDDD;
  overflow: auto;
  font-size: 1.7rem;
  transform: translateY(calc(-100% - var(--nav-height)));
  transition: transform 0.4s ease-out;
}

.c-nav.is-open .c-nav-full {
  transform: translateY(0);
}

.c-nav-full__items {
  display: flex;
  flex-flow: column wrap;
  gap: 1.5em;
  width: 100%;
  max-width: 70rem;
  padding: 0;
  margin: 0 auto 2em;
  list-style: none;
}
.c-nav-full__items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-nav-full__items li {
  font: inherit;
}
@media (min-width: 768px) {
  .c-nav-full__items {
    flex-flow: row wrap;
    align-items: start;
    justify-content: space-between;
  }
  .c-nav-full__items > li > ul {
    display: block;
  }
}

.c-nav-full__dropdown ul {
  margin-left: 1em;
}

.c-nav-full__dropdown li {
  margin-top: 0.7em;
  font-size: 0.8em;
}

.c-nav-full__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.c-nav-full__dropdown-toggle + ul {
  display: none;
}
.c-nav-full__dropdown-toggle.is-open + ul {
  display: block;
}

.c-nav-full__dropdown-toggle__icon {
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}
.c-nav-full__dropdown-toggle__icon::after, .c-nav-full__dropdown-toggle__icon::before {
  content: "";
  width: 40%;
  height: 2px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #1A1919;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.c-nav-full__dropdown-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.c-nav-full__dropdown-toggle__icon:hover {
  transform: scale(1.2);
}

.c-nav-full__dropdown-toggle.is-open .c-nav-full__dropdown-toggle__icon::after {
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .c-nav-full__items > li > .c-nav-full__dropdown-toggle .c-nav-full__dropdown-toggle__icon {
    display: none;
  }
}

/* stylelint-disable no-descending-specificity */
.c-nav-full__dropdown-toggle:has(+ ul .c-nav-full__link.is-active) + ul,
.c-nav-full__dropdown-toggle:has(.c-nav-full__link.is-active) + ul {
  display: block;
}
.c-nav-full__dropdown-toggle:has(+ ul .c-nav-full__link.is-active) .c-nav-full__dropdown-toggle__icon,
.c-nav-full__dropdown-toggle:has(.c-nav-full__link.is-active) .c-nav-full__dropdown-toggle__icon {
  display: none;
}

/* stylint enable */
.c-nav-full__rel {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  width: 100%;
  max-width: 70rem;
  padding: 1em 0 0;
  list-style: none;
  margin: 0 auto;
  border-top: 1px solid #1A1919;
}
.c-nav-full__rel li {
  font-size: 0.8em;
}

.c-footer {
  background-color: #734E8F;
  color: #D5CDDD;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 768px) {
  .c-footer {
    padding: 2rem;
  }
}

.c-footer__content {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-footer__content {
    flex-direction: row;
    margin-top: 2rem;
    justify-content: space-between;
  }
}

.c-footer__logo {
  border-bottom: 1px solid #D5CDDD;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-footer__logo {
    padding-bottom: 2rem;
  }
}

.c-footer__img {
  height: 3rem;
}

.c-footer__items {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-footer__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-footer__items {
    gap: 3rem;
  }
}

.c-footer__dropdown-item,
.c-footer__dropdown {
  list-style: none;
}

.c-footer__dropdown {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.c-footer__item {
  line-height: 1.2;
  font-size: 1rem;
}

.c-footer__item a {
  color: #D5CDDD;
}
.c-footer__item a:hover, .c-footer__item a:active, .c-footer__item a:focus, .c-footer__item a:focus:active {
  text-decoration: underline;
}

.c-footer__contact-info {
  font-size: 1rem;
}
.c-footer__contact-info p {
  margin: 0;
  font-size: 1rem;
}

.c-footer__contact-email {
  color: #D5CDDD;
}
.c-footer__contact-email:hover, .c-footer__contact-email:active, .c-footer__contact-email:focus, .c-footer__contact-email:focus:active {
  text-decoration: underline;
}

.c-footer__header {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.c-footer-socials {
  display: flex;
  flex-wrap: wrap;
  width: 10rem;
  gap: 0.5rem;
}

.c-footer-socials__social {
  height: 1.5rem;
}

.c-footer__copyright {
  font-size: 1rem;
}

.c-block-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-block-text {
    grid-template-columns: 3fr 1fr;
    gap: 5rem;
  }
}

.c-block-text__img {
  width: 100%;
  height: auto;
}

.c-block-text__title {
  margin-top: 0;
}

.c-block-text__body img {
  max-width: 100%;
}

.c-block-image {
  margin: 0;
}
.c-block-image img {
  width: 100%;
  height: auto;
}

.c-block-image__image--portrait {
  max-height: 40rem;
  height: auto;
  width: auto;
}

.c-block-image--portrait {
  display: table;
  margin: 0 auto;
}
.c-block-image--portrait img {
  width: auto;
  max-height: 40rem;
}

.c-block-collection {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-block-collection__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-block-collection__info {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .c-block-collection__title {
    flex: 1 0 32%;
  }
}

.c-block-collection__body p {
  margin: 0;
}

.c-block-collection__cards {
  display: flex;
  gap: 1.5rem;
  overflow: scroll;
}
@media (min-width: 768px) {
  .c-block-collection__cards {
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-block-collection__cards {
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .c-block-collection__cards--four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-block-collection__cards--no-sidescroll {
  overflow: unset;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-block-collection__cards--no-sidescroll {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-block-collection__cards--no-sidescroll {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-block-collection__card-position {
  flex: 1 0 17.5rem;
}
@media (min-width: 768px) {
  .c-block-collection__card-position {
    flex: unset;
  }
}

/* stylelint-disable */
.cookie-consent__upper {
  background: var(--lavender-dark);
}
.cookie-consent__upper .btn {
  background: var(--lavelder-light);
}

.cookie-consent__lower {
  background: var(--lavelder-light);
  color: var(--black);
}
.cookie-consent__lower .btn {
  background: var(--lavender-dark);
  color: #FFF;
}

.cookie-consent-toggle {
  color: #FFF;
}

.cookie-options label:after {
  top: 7px;
  left: 4px;
}

.cookie-consent .btn {
  height: 3rem;
  padding: 0 1em;
  border: var(--lavender-dark);
}
.cookie-consent .btn:hover {
  opacity: 0.8;
}

/* stylint enable */
.c-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-page {
    grid-template-columns: 4fr 1fr;
  }
}

.c-page-query {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-page__main {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  z-index: 10;
  background-color: #D5CDDD;
}
@media (min-width: 768px) {
  .c-page__main {
    padding: 3rem 2rem;
  }
}

.c-page__main--no-padding-top {
  padding-top: 0;
}

.c-page-query__main {
  padding: 1rem;
  gap: 1rem;
  z-index: 10;
  background-color: #D5CDDD;
}
@media (min-width: 768px) {
  .c-page-query__main {
    padding: 3rem 2rem;
  }
}

.c-page__project-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.c-page__project-images {
  grid-column: 1/span 3;
  grid-row: 2;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-page__project-images {
    grid-column: 1/span 1;
    grid-row: unset;
    flex-flow: unset;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.c-page__image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0;
}
.c-page__image-wrapper figcaption {
  align-self: flex-start;
}

.c-page__project-image {
  width: 100%;
  height: auto;
}

.c-page__person-image {
  width: 100%;
  height: auto;
  max-height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page--home {
  display: flex;
  flex-direction: column;
}

.c-home-top__strip {
  background-color: #D5CDDD;
  z-index: 10;
  height: 3.3rem;
}

.c-page-sidebar {
  border-top: 1px solid #1A1919;
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding: 1rem;
  gap: 1rem;
  z-index: 10;
  background-color: #D5CDDD;
}
@media (min-width: 768px) {
  .c-page-sidebar {
    border-left: 1px solid #1A1919;
    border-top: unset;
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    gap: 1.5rem;
    padding: 2rem;
  }
}

.c-page-sidebar__title {
  font-size: 0.63rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .c-page-sidebar__title {
    font-size: 0.87rem;
  }
}

@media (min-width: 768px) {
  .c-page-sidebar--no-banner {
    grid-row: 1/span 1;
  }
}

.c-page-sidebar__part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-page-sidebar__person {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.c-page-sidebar__person-image {
  display: block;
  width: 100%;
  max-width: 2.5rem;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-page-sidebar__person-image {
    max-width: 3.5rem;
  }
}

.c-page-sidebar__person-name {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-page-sidebar__person-name {
    font-size: 1.15rem;
  }
}

.c-page-banner {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #1A1919;
  grid-row: 2/span 1;
  position: sticky;
  z-index: -1;
  top: calc(var(--nav-height) + 1rem);
  margin: 1rem 1rem 0;
}
@media (min-width: 768px) {
  .c-page-banner {
    top: calc(var(--nav-height) + 2rem);
    margin: 2rem 2rem 0;
    grid-row: 1/span 1;
    grid-column: 1/span 2;
  }
}

.c-page-banner__image {
  width: 100%;
  max-height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-banner__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 37rem;
}
.c-page-banner__video video {
  width: 100%;
  max-height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-page-banner__video-iframe {
  width: 100%;
  height: 100%;
}

.c-page-header {
  max-width: 80rem;
  margin: 0 auto;
  min-width: 100%;
}

.c-page-header__category {
  font-size: 0.7rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-page-header__category {
    font-size: 0.9rem;
  }
}

.c-page-header__subtitle {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .c-page-header__subtitle {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.c-page-header__summary {
  display: inline;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-page-header__summary {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

.c-page-header__host {
  font-size: 1.85rem;
}

.c-page-project__header {
  grid-column: 1/span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-page-project__header {
    grid-column: 2/span 2;
  }
}

.c-page-query__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  .c-page-project__header--no-img {
    grid-column: 1/span 3;
  }
}

.c-blocks {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1rem;
  max-width: calc(100vw - 2rem);
  width: 100%;
}

.c-block-embed {
  position: relative;
  height: 30rem;
}
@media (min-width: 768px) {
  .c-block-embed {
    width: 34%;
    height: 39rem;
  }
}

.c-tags {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  gap: 1rem;
}

.c-tag {
  border: 1px solid #9B78B5;
  border-radius: 2px;
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-tag {
    font-size: 1rem;
  }
}

a.c-tag:hover, a.c-tag:active, a.c-tag:focus, a.c-tag:focus:active {
  color: #734E8F;
  border-color: currentcolor;
}

.c-tag--category {
  border: 1px solid #1A1919;
  text-transform: uppercase;
}

.c-card {
  border: 1px dashed;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.5rem;
}
.c-card .c-btn-link--round {
  position: relative;
  left: 0;
}
.c-card:hover .c-btn-link--round, .c-card:active .c-btn-link--round, .c-card:focus .c-btn-link--round, .c-card:focus:active .c-btn-link--round {
  left: 10px;
}
.c-card:hover .c-card__thumbnail, .c-card:active .c-card__thumbnail, .c-card:focus .c-card__thumbnail, .c-card:focus:active .c-card__thumbnail {
  transform: scale(1.1);
}

.c-card__dep {
  overflow: hidden;
}

.c-card__thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-height: 30rem;
  transition: transform 0.3s;
}

.c-card__details {
  margin: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.c-card__title {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .c-card__title {
    font-size: 1.35rem;
  }
}

.c-card__subtitle {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-card__subtitle {
    font-size: 1.15rem;
  }
}

.c-card__body {
  max-height: 10rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  font-size: 0.87rem;
  line-height: 1.4;
  flex: 1;
}
@media (min-width: 768px) {
  .c-card__body {
    font-size: 1rem;
    -webkit-line-clamp: 6;
  }
}

.c-card__tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #9B78B5;
  color: #D5CDDD;
  padding-inline: 4px;
  border-radius: 2px;
  font-size: 0.63rem;
  line-height: 1.1rem;
}
@media (min-width: 768px) {
  .c-card__tag {
    font-size: 0.75rem;
  }
}

.c-card__date {
  font-size: 0.87rem;
  line-height: 1;
}

.c-card__category-title {
  font-size: 0.87rem;
  line-height: 1;
  float: right;
  right: 1.2rem;
  position: absolute;
  bottom: 2.2rem;
}

.c-card__cover-link {
  text-decoration: none;
}
.c-card__cover-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background: transparent;
}

.c-search {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .c-search {
    grid-template-columns: 1fr 3fr;
  }
}

.c-search__filters {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .c-search__filters {
    border-right: 1px solid #734E8F;
  }
}

.c-search__results {
  padding: 1rem;
}

.c-search__checkbox {
  display: flex;
  gap: 1rem;
}

.c-search__checkboxes {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #1A1919;
}
.c-search__checkboxes > .c-search__checkbox {
  border-bottom: 1px solid #1A1919;
  padding: 0.8rem 0;
}

.c-search__title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.c-search-header {
  padding: 3rem 0;
  border-bottom: 1px solid #734E8F;
}
@media (min-width: 1024px) {
  .c-search-header {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 5rem 0;
  }
}

.c-search-header__content {
  grid-column: 2/2;
  padding: 1.5rem;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.c-search-header__wrapper {
  grid-column: 1/end;
}
@media (min-width: 1024px) {
  .c-search-header__wrapper {
    grid-column: 1/3;
  }
}

.c-search-header__title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.c-search-header__input {
  font-size: 2rem;
  padding: 0.5rem 1rem;
  background-color: #D5CDDD;
  border: 1px dashed #1A1919;
  width: 100%;
}
.c-search-header__input:focus {
  outline: 2px solid #734E8F;
  outline-offset: 2px;
}

/* Disable stylint prefixes because the classes come from zotonic */
/* stylelint-disable */
.pagination {
  list-style: none;
  display: flex;
  padding: 1rem 0;
}
.pagination .active {
  background-color: #734E8F;
  color: #FFF;
}
.pagination .active a {
  color: #FFF;
}
.pagination li {
  padding: 0.5rem 1.2rem;
  border-radius: 2px;
}
.pagination a {
  text-decoration: none;
}

.c-details {
  transition: transform 0.3s;
  border-bottom: 1px solid #1A1919;
}

.c-details__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.c-details__arrow {
  width: 1rem;
  height: 1rem;
  background-image: url("/lib/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-details[open] .c-details__arrow {
  transform: rotate(180deg);
}

.c-details__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0 1.5rem 2rem;
  border-top: 1px solid #1A1919;
}

.c-select {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.c-select__label {
  font-size: 1rem;
  text-transform: uppercase;
}

.c-select__button {
  width: 10rem;
  padding: 0.4rem 0.6rem;
  background-color: transparent;
  border: 1px solid #1A1919;
}
.c-select__button:focus {
  outline: 2px solid #734E8F;
  outline-offset: 2px;
}

.c-fieldset {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-fieldset__legend {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.c-scroller {
  width: 100%;
  overflow: hidden;
}

.c-scroller__inner {
  display: flex;
  gap: 3rem;
  padding-block: 1rem;
  flex-wrap: wrap;
  height: 5rem;
}

.c-scroller[data-animated=true] .c-scroller__inner {
  flex-wrap: nowrap;
  animation: scroll 40s linear infinite;
}

.c-scroller[data-animated=true]:hover .c-scroller__inner {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(-50%);
  }
}
.c-ticker-tape__link {
  text-decoration: none;
  color: #1A1919;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-ticker-tape__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("/lib/images/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.c-projects__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 1rem 0 2rem;
}

.c-projects__select {
  width: 44%;
}
@media (min-width: 768px) {
  .c-projects__select {
    width: auto;
  }
}

.c-projects__cards {
  display: flex;
  gap: 0.5rem;
  overflow: scroll;
}
@media (min-width: 768px) {
  .c-projects__cards {
    gap: 1rem;
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .c-projects__cards {
    gap: 1.5rem;
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .c-projects__cards--four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-carousel {
  position: relative;
  width: calc(100% - 2rem);
  height: 25rem;
  overflow: hidden;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .c-carousel {
    width: 100%;
    height: 35rem;
  }
}

.c-carousel__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.c-carousel__data {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.c-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
}

.c-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-carousel__slide--no-image {
  font-size: 2rem;
  text-align: center;
  margin-top: 12rem;
}
@media (min-width: 768px) {
  .c-carousel__slide--no-image {
    margin-top: 17rem;
  }
}

.c-arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0;
  display: none;
  height: 100%;
}
@media (min-width: 768px) {
  .c-arrow-button {
    display: flex;
  }
}

.c-arrow-button::before {
  content: "‹";
  font-size: 4rem;
  color: white;
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
}

.c-arrow-button--right::before {
  content: "›";
}

.c-arrow-button:hover::before {
  opacity: 0.8;
}

.c-arrow-button--left {
  left: 0;
}

.c-arrow-button--right {
  right: 0;
}

.c-slider-pager {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
  top: -4rem;
}

.c-slider-pager__btn {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid white;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, transform 0.2s;
}

.c-slider-pager__btn--active {
  background-color: white;
}

.c-modal-view {
  position: fixed;
  z-index: 2000;
}

.c-modal-view__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D5CDDD;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 20;
  height: 90vh;
  width: 90vw;
}
@media (min-width: 768px) {
  .c-modal-view__modal {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
  }
}

.c-modal-view__modal-content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: -moz-fit-content;
  width: fit-content;
}

.c-modal-view__modal-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  min-height: 100%;
  width: auto;
}

.c-modal-view__modal-close {
  height: 1.8rem;
  cursor: pointer;
  align-self: end;
  margin-right: -1rem;
}

.c-modal-view__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.c-modal-view__overlay.is-active,
.c-modal-view__modal.is-active {
  display: block;
}

.c-modal-view__modal-content .c-page__image-wrapper {
  min-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.c-modal-view__modal-content .c-modal-view__modal-caption {
  margin-top: -1rem;
}

.c-modal-view__modal-content .c-modal-view__modal-caption:empty {
  display: none;
}

/* stylelint-disable */
.z-logon-form label {
  display: block;
  margin: 1em 0 0.5em;
}
.z-logon-form input {
  width: 100%;
  height: 45px;
  padding: 0 0.5em;
  border: 1px solid var(--lavender-dark);
}
.z-logon-form button {
  height: 45px;
  margin-top: 1em;
  color: white;
  background: var(--lavender-dark);
  border: 1px solid var(--lavender-dark);
}

/* stylelint-enable */
