:root {
  --blue: #1637ff;
  --blue-dark: #1026ad;
  --blue-soft: rgba(22, 55, 255, 0.12);
  --text: #4b5874;
  --heading: #162033;
  --muted: #7a88a3;
  --card: rgba(255, 255, 255, 0.88);
  --card-strong: rgba(255, 255, 255, 0.94);
  --border: rgba(24, 36, 62, 0.12);
  --shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
  --shadow-soft: 0 20px 46px rgba(17, 24, 39, 0.16);
  --radius: 22px;
  --header-pill: rgba(255, 255, 255, 0.74);
  --header-pill-border: rgba(255, 255, 255, 0.42);
  --header-pill-shadow: 0 14px 30px rgba(13, 18, 35, 0.16);
  --focus-ring: 0 0 0 4px rgba(22, 55, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)),
    var(--bg-image, url("https://zurkunstfabrik.com/wp-content/uploads/2026/01/festive-christmas-backdrop-2024-12-07-05-57-12-utc-scaled.jpg")) center top / cover fixed no-repeat;
}

body.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.11));
  pointer-events: none;
}

body.site-body > * {
  position: relative;
  z-index: 1;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 18px;
  top: 18px;
  z-index: 1000;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.site-header {
  padding-top: 34px;
}

.header-inner {
  position: relative;
  min-height: 72px;
  padding-inline: 92px;
  text-align: center;
}

.s03-nmtgczya-0630 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.6rem 1.4rem 0.45rem;
  max-width: min(100%, 760px);
  border: 1px solid var(--header-pill-border);
  border-radius: 999px;
  background: var(--header-pill);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--header-pill-shadow);
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111827;
  text-wrap: balance;
}

.s03-lrferhgk-1448,
.burger {
  position: absolute;
  top: 0;
  z-index: 20;
}

.s03-lrferhgk-1448 {
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.burger {
  left: 0;
  display: none;
}

.s03-bjvaugxh-6537,
.s03-pnzucdgq-6165,
.burger {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 55, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.s03-bjvaugxh-6537:hover,
.s03-pnzucdgq-6165:hover,
.burger:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.s03-bjvaugxh-6537 i,
.s03-pnzucdgq-6165 i {
  font-size: 20px;
}

.burger {
  padding: 0;
  flex-direction: column;
  gap: 5px;
}

.burger span {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.nav-open .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.nav-open .burger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.s03-pnzucdgq-6165.is-active {
  background: #0f1f63;
}

.s03-dslmicex-7520 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(18, 39, 149, 0.96);
  box-shadow: var(--shadow);
}

.s03-dslmicex-7520 a {
  position: relative;
  min-width: 118px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  transition: background 0.18s ease, transform 0.18s ease;
}

.s03-dslmicex-7520 a:hover,
.s03-dslmicex-7520 a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.14);
}

.s03-dslmicex-7520 a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.s03-dslmicex-7520 a:hover::after,
.s03-dslmicex-7520 a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-wrap {
  padding: 52px 0 58px;
}

.s03-xzbkszzz-2849,
.s03-vgvfwwno-6967,
.s03-paogbhuu-3347 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.s03-xzbkszzz-2849:hover,
.s03-vgvfwwno-6967:hover,
.s03-paogbhuu-3347:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.s03-xzbkszzz-2849::after,
.s03-vgvfwwno-6967::after,
.s03-paogbhuu-3347::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 45%, rgba(22, 55, 255, 0.04));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.s03-xzbkszzz-2849:hover::after,
.s03-vgvfwwno-6967:hover::after,
.s03-paogbhuu-3347:hover::after {
  opacity: 1;
}

.s03-xzbkszzz-2849 {
  margin-bottom: 30px;
  padding: 24px 26px 20px;
}

.s03-xzbkszzz-2849 h2 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--heading);
  text-wrap: balance;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.s03-vgvfwwno-6967 {
  padding: 26px;
}

.s03-atkmwrpp-2420 > :first-child {
  margin-top: 0;
}

.s03-atkmwrpp-2420 > :last-child {
  margin-bottom: 0;
}

.s03-atkmwrpp-2420 p,
.s03-atkmwrpp-2420 ul,
.s03-atkmwrpp-2420 ol,
.s03-atkmwrpp-2420 blockquote,
.s03-atkmwrpp-2420 table {
  margin: 0 0 18px;
}

.s03-atkmwrpp-2420 p,
.s03-atkmwrpp-2420 li {
  font-size: 1.06rem;
  line-height: 1.9;
}

.s03-atkmwrpp-2420 strong {
  color: var(--heading);
}

.s03-atkmwrpp-2420 a {
  color: var(--blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.s03-atkmwrpp-2420 h3 {
  position: relative;
  margin: 34px 0 14px;
  padding-left: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.s03-atkmwrpp-2420 h3::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(22, 55, 255, 0.08);
}

.s03-atkmwrpp-2420 ul,
.s03-atkmwrpp-2420 ol {
  padding-left: 1.3rem;
}

.s03-atkmwrpp-2420 blockquote {
  padding: 16px 18px;
  border-left: 4px solid var(--blue);
  border-radius: 0 16px 16px 0;
  background: rgba(22, 55, 255, 0.05);
  color: var(--heading);
}

.s03-atkmwrpp-2420 table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
}

.s03-atkmwrpp-2420 th,
.s03-atkmwrpp-2420 td {
  padding: 12px 14px;
  border: 1px solid var(--border);
  text-align: left;
}

.s03-atkmwrpp-2420 th {
  background: rgba(22, 55, 255, 0.06);
  color: var(--heading);
}

.s03-gsuhviwv-4632 {
  margin: 24px 0 12px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
}

.s03-gsuhviwv-4632 img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.s03-vgvfwwno-6967:hover .s03-gsuhviwv-4632 img {
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.02);
}

.sidebar {
  position: sticky;
  top: 24px;
}

.s03-paogbhuu-3347 {
  padding: 20px 18px 18px;
  margin-bottom: 24px;
}

.s03-paogbhuu-3347:last-child {
  margin-bottom: 0;
}

.s03-vhuinpxv-0754 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.s03-vhuinpxv-0754::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
}

.search-form {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.search-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 41, 68, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: #263248;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.search-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 56px;
  padding: 0 14px;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}

.search-form button,
.submit-btn {
  border: 0;
  background: var(--blue);
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.search-form button:hover,
.submit-btn:hover {
  background: var(--blue-dark);
}

.search-form button {
  min-width: 120px;
  padding: 0 20px;
  border-radius: 0 14px 14px 0;
  font-size: 1.16rem;
}

.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-list li + li {
  border-top: 1px solid var(--border);
}

.meta-list a {
  display: block;
  padding: 14px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 1.04rem;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.meta-list a:hover,
.meta-list a.active {
  color: var(--blue);
  padding-left: 6px;
}

.s03-dxswbrlb-0801 {
  padding: 0;
}

.s03-vicuiglz-9648 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.s03-vicuiglz-9648 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.s03-evfvthbg-7940 {
  padding: 26px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin: 0 0 8px;
  color: var(--heading);
  font-size: 1rem;
  font-weight: 500;
}

.contact-form input {
  height: 58px;
  padding: 0 14px;
  border-radius: 14px;
}

.contact-form textarea {
  min-height: 220px;
  padding: 14px;
  border-radius: 14px;
  resize: vertical;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 1.18rem;
}

.site-footer {
  padding-bottom: 12px;
}

.footer-top {
  padding-bottom: 20px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.54);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.s03-dkelacxo-7692 {
  padding: 6px 0;
}

.s03-kjaiyqwe-3158 {
  margin: 0;
}

.s03-kjaiyqwe-3158 a {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 1rem 0.34rem;
  border-radius: 999px;
  background: var(--header-pill);
  border: 1px solid var(--header-pill-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--header-pill-shadow);
  color: #111827;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.s03-kjaiyqwe-3158 a:hover {
  transform: translateY(-1px);
}

.footer-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-top-link {
  border: 1px solid rgba(22, 55, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--heading);
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.footer-top-link:hover {
  transform: translateY(-1px);
  background: var(--blue);
  border-color: transparent;
  color: #fff;
}

.footer-top-link i {
  font-size: 0.96rem;
}

.s03-lrpvhzlf-1164 {
  padding: 18px 0 18px;
}

.s03-lrpvhzlf-1164 p {
  margin: 0;
  text-align: center;
  color: #344156;
  font-size: 0.98rem;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 999;
  pointer-events: none;
  background: transparent;
}

.reading-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #6b86ff);
  box-shadow: 0 0 14px rgba(22, 55, 255, 0.45);
}

.reveal-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}


body.site-body.theme-dark {
  --text: #e1e9fb;
  --heading: #ffffff;
  --muted: #b9c5df;
  --card: rgba(7, 13, 30, 0.88);
  --card-strong: rgba(8, 15, 34, 0.94);
  --border: rgba(190, 205, 255, 0.12);
  --shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 24px 52px rgba(0, 0, 0, 0.42);
  --header-pill: rgba(6, 10, 24, 0.84);
  --header-pill-border: rgba(189, 205, 255, 0.12);
  --header-pill-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  background:
    linear-gradient(rgba(4, 8, 20, 0.76), rgba(5, 10, 24, 0.82)),
    var(--bg-image, url("https://zurkunstfabrik.com/wp-content/uploads/2026/01/festive-christmas-backdrop-2024-12-07-05-57-12-utc-scaled.jpg")) center top / cover fixed no-repeat;
}

body.theme-dark::before {
  background: linear-gradient(180deg, rgba(1, 4, 12, 0.08), rgba(1, 4, 12, 0.28));
}

body.theme-dark .s03-nmtgczya-0630,
body.theme-dark .s03-kjaiyqwe-3158 a {
  color: #f8fbff;
}

body.theme-dark .s03-dslmicex-7520 {
  background: rgba(10, 22, 82, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

body.theme-dark .s03-dslmicex-7520 a:hover,
body.theme-dark .s03-dslmicex-7520 a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.18);
}

body.theme-dark .s03-xzbkszzz-2849,
body.theme-dark .s03-vgvfwwno-6967,
body.theme-dark .s03-paogbhuu-3347,
body.theme-dark .s03-evfvthbg-7940 {
  background: linear-gradient(180deg, rgba(10, 16, 36, 0.9), rgba(8, 14, 31, 0.84));
  border-color: rgba(188, 203, 255, 0.12);
}

body.theme-dark .s03-xzbkszzz-2849::after,
body.theme-dark .s03-vgvfwwno-6967::after,
body.theme-dark .s03-paogbhuu-3347::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 42%, rgba(78, 112, 255, 0.14));
}

body.theme-dark .s03-atkmwrpp-2420 a,
body.theme-dark .meta-list a:hover,
body.theme-dark .meta-list a.active {
  color: #90a9ff;
}

body.theme-dark .s03-atkmwrpp-2420 blockquote {
  background: rgba(76, 107, 255, 0.12);
  color: #edf3ff;
}

body.theme-dark .s03-atkmwrpp-2420 th {
  background: rgba(76, 107, 255, 0.12);
}

body.theme-dark .search-form input,
body.theme-dark .contact-form input,
body.theme-dark .contact-form textarea {
  background: rgba(13, 20, 44, 0.94);
  border-color: rgba(194, 207, 255, 0.12);
  color: #eef4ff;
}

body.theme-dark .search-form input::placeholder,
body.theme-dark .contact-form input::placeholder,
body.theme-dark .contact-form textarea::placeholder {
  color: #95a4c9;
}

body.theme-dark .search-form button,
body.theme-dark .submit-btn,
body.theme-dark .s03-bjvaugxh-6537,
body.theme-dark .s03-pnzucdgq-6165,
body.theme-dark .burger {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

body.theme-dark .s03-vicuiglz-9648 {
  background: #060914;
}

body.theme-dark .footer-divider {
  background: rgba(255, 255, 255, 0.18);
}

body.theme-dark .s03-lrpvhzlf-1164 p {
  color: #d4def7;
}

body.theme-dark .footer-top-link {
  background: rgba(10, 16, 36, 0.9);
  border-color: rgba(190, 205, 255, 0.12);
  color: #f5f8ff;
}

body.theme-dark .footer-top-link:hover {
  background: var(--blue);
  color: #fff;
}


@media (max-width: 991px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    max-width: 520px;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .footer-tools {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  body.site-body {
    background-attachment: scroll;
  }

  .site-header {
    padding-top: 26px;
  }

  .header-inner {
    padding-inline: 0;
    padding-top: 76px;
  }

  .burger {
    display: inline-flex;
  }

  .s03-lrferhgk-1448 {
    gap: 10px;
  }

  .s03-dslmicex-7520 {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
    margin-top: 0;
    padding: 8px;
    border-radius: 22px;
    flex-direction: column;
    z-index: 18;
  }

  body.nav-open .s03-dslmicex-7520 {
    display: flex;
  }

  .s03-dslmicex-7520 a {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1220px);
  }

  .s03-bjvaugxh-6537,
  .s03-pnzucdgq-6165,
  .burger {
    width: 48px;
    height: 48px;
  }

  .s03-nmtgczya-0630 {
    max-width: 100%;
    padding: 0.56rem 1rem 0.38rem;
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .s03-lrferhgk-1448 {
    right: 0;
    gap: 8px;
  }

  .page-wrap {
    padding-top: 36px;
  }

  .s03-xzbkszzz-2849,
  .s03-vgvfwwno-6967,
  .s03-paogbhuu-3347,
  .s03-evfvthbg-7940 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s03-xzbkszzz-2849 {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .search-form {
    flex-direction: column;
    gap: 10px;
  }

  .search-form input {
    border-right: 1px solid rgba(29, 41, 68, 0.14);
    border-radius: 14px;
  }

  .search-form button,
  .submit-btn {
    width: 100%;
    border-radius: 14px;
  }

  .contact-form textarea {
    min-height: 180px;
  }

}
/* ===== HEADER / NAV FIX ===== */

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.s03-nmtgczya-0630 {
  margin: 0 auto;
}

.s03-dslmicex-7520 {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 0;
}

@media (min-width: 821px) {
  .burger {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .header-inner {
    padding-inline: 0;
    padding-top: 76px;
    gap: 16px;
  }

  .s03-dslmicex-7520 {
    display: none;
    position: static;
    transform: none;
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 22px;
    flex-direction: column;
    z-index: 18;
  }

  body.nav-open .s03-dslmicex-7520 {
    display: flex;
  }

  .s03-dslmicex-7520 a {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}


/* wf-sample03-accent-start */
:root{--wf-s03-accent:#8e44ad;--wf-s03-accent-dark:#6c3483;--wf-s03-accent-soft:#f3e8fb;--wf-s03-accent-contrast:#ffffff;--wf-s03-accent-ring:rgba(142,68,173,0.18);--wf-s03-accent-shadow:rgba(142,68,173,0.28);}a,.s03-atkmwrpp-2420 a,.s03-vgvfwwno-6967 h2,.s03-vgvfwwno-6967 h3,.s03-vgvfwwno-6967 h4,.s03-paogbhuu-3347 h2,.s03-paogbhuu-3347 h3,.s03-paogbhuu-3347 h4,.search h2,.search h3,.search h4,.meta h2,.meta h3,.meta h4{color:var(--wf-s03-accent-dark)!important;}.s03-gagxobcu-9412,.s03-hqodhbxo-3592,.s03-dslmicex-7520,.s03-vxhipaaa-1547,.s03-caffxtuo-3169,.s03-jeqwubcy-1505{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent-dark)!important;box-shadow:0 12px 28px var(--wf-s03-accent-shadow)!important;}.s03-gagxobcu-9412 a,.s03-hqodhbxo-3592 a,.s03-dslmicex-7520 a,.s03-vxhipaaa-1547 a,.s03-caffxtuo-3169 a,.s03-jeqwubcy-1505 a{color:var(--wf-s03-accent-contrast)!important;}.s03-gagxobcu-9412 .active,.s03-gagxobcu-9412 .current-menu-item a,.s03-gagxobcu-9412 a:hover,.s03-hqodhbxo-3592 a:hover,.s03-dslmicex-7520 a:hover,.s03-vxhipaaa-1547 a:hover,.s03-caffxtuo-3169 a:hover,.s03-jeqwubcy-1505 a:hover{background:rgba(255,255,255,0.16)!important;color:var(--wf-s03-accent-contrast)!important;}.search button,.search-form button,button[type="submit"],.s03-yonoqzhr-0390,.s03-jaxdbghu-8662,.s03-bjvaugxh-6537,.s03-pnzucdgq-6165,.s03-foddbnqc-6243,.s03-kfwkllam-9767,.s03-pakqtnco-2180,.s03-jplkvegw-8357,.s03-petrmrja-4690,.s03-dewuwkpr-1305,.s03-sihtahmf-1062,.s03-rewlmcxz-2132,.s03-gexewlut-3771,.s03-uypssvnc-3975,.s03-jxougfgt-2731,.s03-zzlzvfzc-2845 a,.s03-zzlzvfzc-2845 button,.s03-lrferhgk-1448 a,.s03-lrferhgk-1448 button,.s03-vlglfvxd-9559 a,.s03-vlglfvxd-9559 button,.s03-zkbfhgky-8028 a,.s03-zkbfhgky-8028 button,.s03-mrgttuir-5674 a,.s03-mrgttuir-5674 button,a[class*="search"],button[class*="search"],a[class*="theme"],button[class*="theme"],a[class*="dark"],button[class*="dark"],a[class*="night"],button[class*="night"],a[class*="menu"],button[class*="menu"],a[class*="hamburger"],button[class*="hamburger"],a[class*="toggle"],button[class*="toggle"],[aria-label*="search" i],[aria-label*="theme" i],[aria-label*="dark" i],[aria-label*="night" i],[aria-label*="menu" i],[aria-label*="navigation" i]{background:var(--wf-s03-accent)!important;background-color:var(--wf-s03-accent)!important;border:1px solid var(--wf-s03-accent-dark)!important;border-color:var(--wf-s03-accent-dark)!important;box-shadow:0 12px 28px var(--wf-s03-accent-shadow)!important;color:var(--wf-s03-accent-contrast)!important;}.search button:hover,.search-form button:hover,button[type="submit"]:hover,.s03-yonoqzhr-0390:hover,.s03-jaxdbghu-8662:hover,.s03-bjvaugxh-6537:hover,.s03-pnzucdgq-6165:hover,.s03-foddbnqc-6243:hover,.s03-kfwkllam-9767:hover,.s03-pakqtnco-2180:hover,.s03-jplkvegw-8357:hover,.s03-petrmrja-4690:hover,.s03-dewuwkpr-1305:hover,.s03-sihtahmf-1062:hover,.s03-rewlmcxz-2132:hover,.s03-gexewlut-3771:hover,.s03-uypssvnc-3975:hover,.s03-jxougfgt-2731:hover,.s03-zzlzvfzc-2845 a:hover,.s03-zzlzvfzc-2845 button:hover,.s03-lrferhgk-1448 a:hover,.s03-lrferhgk-1448 button:hover,.s03-vlglfvxd-9559 a:hover,.s03-vlglfvxd-9559 button:hover,.s03-zkbfhgky-8028 a:hover,.s03-zkbfhgky-8028 button:hover,.s03-mrgttuir-5674 a:hover,.s03-mrgttuir-5674 button:hover,a[class*="search"]:hover,button[class*="search"]:hover,a[class*="theme"]:hover,button[class*="theme"]:hover,a[class*="dark"]:hover,button[class*="dark"]:hover,a[class*="night"]:hover,button[class*="night"]:hover,a[class*="menu"]:hover,button[class*="menu"]:hover,a[class*="hamburger"]:hover,button[class*="hamburger"]:hover,a[class*="toggle"]:hover,button[class*="toggle"]:hover,[aria-label*="search" i]:hover,[aria-label*="theme" i]:hover,[aria-label*="dark" i]:hover,[aria-label*="night" i]:hover,[aria-label*="menu" i]:hover,[aria-label*="navigation" i]:hover{background:var(--wf-s03-accent-dark)!important;background-color:var(--wf-s03-accent-dark)!important;border-color:var(--wf-s03-accent-dark)!important;color:var(--wf-s03-accent-contrast)!important;}.search button svg,.search-form button svg,.s03-bjvaugxh-6537 svg,.s03-pnzucdgq-6165 svg,.s03-foddbnqc-6243 svg,.s03-kfwkllam-9767 svg,.s03-pakqtnco-2180 svg,.s03-jplkvegw-8357 svg,.s03-petrmrja-4690 svg,.s03-dewuwkpr-1305 svg,.s03-sihtahmf-1062 svg,.s03-rewlmcxz-2132 svg,.s03-gexewlut-3771 svg,.s03-uypssvnc-3975 svg,.s03-jxougfgt-2731 svg,.s03-zzlzvfzc-2845 a svg,.s03-zzlzvfzc-2845 button svg,.s03-lrferhgk-1448 a svg,.s03-lrferhgk-1448 button svg,.s03-vlglfvxd-9559 a svg,.s03-vlglfvxd-9559 button svg,.s03-zkbfhgky-8028 a svg,.s03-zkbfhgky-8028 button svg,.s03-mrgttuir-5674 a svg,.s03-mrgttuir-5674 button svg,a[class*="search"] svg,button[class*="search"] svg,a[class*="theme"] svg,button[class*="theme"] svg,a[class*="dark"] svg,button[class*="dark"] svg,a[class*="night"] svg,button[class*="night"] svg,a[class*="menu"] svg,button[class*="menu"] svg,a[class*="hamburger"] svg,button[class*="hamburger"] svg,a[class*="toggle"] svg,button[class*="toggle"] svg,[aria-label*="search" i] svg,[aria-label*="theme" i] svg,[aria-label*="dark" i] svg,[aria-label*="night" i] svg,[aria-label*="menu" i] svg,[aria-label*="navigation" i] svg{color:var(--wf-s03-accent-contrast)!important;fill:currentColor!important;stroke:currentColor!important;}.s03-vhuinpxv-0754::after,.s03-rsduibje-1206::after,.search h2::after,.search h3::after,.search h4::after,.meta h2::after,.meta h3::after,.meta h4::after{background:var(--wf-s03-accent)!important;}input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--wf-s03-accent)!important;box-shadow:0 0 0 3px var(--wf-s03-accent-ring)!important;}.pagination .active,.tagcloud a:hover,.footer-social a:hover{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent-dark)!important;color:var(--wf-s03-accent-contrast)!important;}.s03-atkmwrpp-2420 a:hover,a:hover{color:var(--wf-s03-accent)!important;}.s03-qajxcgxu-5227,.s03-xckhipyx-5424,.s03-sfyitczu-8024{background:var(--wf-s03-accent-soft)!important;color:var(--wf-s03-accent-dark)!important;}footer,.site-footer,.footer,.s03-lrpvhzlf-1164{border-top-color:var(--wf-s03-accent)!important;border-right-color:var(--wf-s03-accent)!important;border-bottom-color:var(--wf-s03-accent)!important;border-left-color:var(--wf-s03-accent)!important;box-shadow:inset 0 -3px 0 var(--wf-s03-accent)!important;}footer::before,footer::after,.site-footer::before,.site-footer::after,.footer::before,.footer::after,.s03-lrpvhzlf-1164::before,.s03-lrpvhzlf-1164::after,.s03-lrkbbwgd-3413,.s03-fybldsrf-3291,.divider,hr{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent)!important;}.s03-kjaiyqwe-3158,.s03-kjaiyqwe-3158 a,.s03-kjaiyqwe-3158 span,.s03-dkelacxo-7692,.s03-dkelacxo-7692 a,.s03-dkelacxo-7692 span,.s03-safwkxft-8757,.s03-safwkxft-8757 a,.s03-bdykjcfi-6946,.s03-bdykjcfi-6946 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;vertical-align:middle!important;}.s03-kjaiyqwe-3158 a,.s03-dkelacxo-7692 a{min-width:170px!important;min-height:78px!important;padding:18px 28px!important;white-space:nowrap!important;}.s03-safwkxft-8757,.s03-safwkxft-8757 a,.s03-bdykjcfi-6946,.s03-bdykjcfi-6946 a{min-width:160px!important;min-height:90px!important;padding:18px 24px!important;line-height:1.2!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;}.s03-kjaiyqwe-3158 span[data-dynamic-brand],.s03-dkelacxo-7692 span[data-dynamic-brand],.s03-safwkxft-8757 span,.s03-bdykjcfi-6946 span{display:block!important;width:100%!important;text-align:center!important;}.s03-safwkxft-8757 *,.s03-bdykjcfi-6946 *{text-align:center!important;}footer .s03-lrpvhzlf-1164,.site-footer .s03-lrpvhzlf-1164,.s03-lrpvhzlf-1164,.s03-vvcjzgcu-4476,.s03-rldeyrqy-4825{display:block!important;width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;}footer .s03-lrpvhzlf-1164 .container,.site-footer .s03-lrpvhzlf-1164 .container,.s03-lrpvhzlf-1164 .container,footer > .container:last-child,.site-footer > .container:last-child{display:block!important;width:100%!important;max-width:100%!important;text-align:center!important;margin:0 auto!important;padding-left:20px!important;padding-right:20px!important;}footer .s03-lrpvhzlf-1164 .container > *,.site-footer .s03-lrpvhzlf-1164 .container > *,.s03-lrpvhzlf-1164 .container > *{float:none!important;position:static!important;left:auto!important;right:auto!important;inset:auto!important;transform:none!important;margin-left:auto!important;margin-right:auto!important;}footer .s03-lrpvhzlf-1164 p,.site-footer .s03-lrpvhzlf-1164 p,.s03-lrpvhzlf-1164 p,footer .copyright,.site-footer .copyright,.footer .copyright,footer > .container:last-child p,.site-footer > .container:last-child p{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important;float:none!important;position:static!important;left:auto!important;right:auto!important;transform:none!important;text-align:center!important;}.s03-bdykjcfi-6946,.s03-safwkxft-8757{border-color:var(--wf-s03-accent)!important;color:var(--wf-s03-accent-dark)!important;}
/* wf-sample03-accent-end */
/* WF final opaque text container override start */
:root{--wf-final-box-1:#f5f3ff;--wf-final-box-2:#eef2ff;--wf-final-box-3:#ecfdf5;--wf-final-box-4:#fffbeb;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
