@charset "UTF-8";
/*!
Theme Name: KCDP - Kunstcentrum De Ploeg
Theme URI: https://kunstcentrumdeploeg.nl
Author: Kunstcentrum De Ploeg
Author URI: https://kunstcentrumdeploeg.nl
Description: A modern, performance-optimized WordPress theme for Kunstcentrum De Ploeg. Built with the latest WordPress standards, accessibility compliance, and modern block editor support.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kcdp
Domain Path: /languages
Tags: accessibility-ready, block-editor, custom-colors, custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, responsive-design, threaded-comments, translation-ready
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tokyto", "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p,
ul,
ol,
blockquote,
pre {
  margin-bottom: 1rem;
}

ul,
ol {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li,
nav ol li {
  margin-bottom: 0;
}

a {
  color: #E6381D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img:not([width]):not([height]) {
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

th {
  font-weight: 600;
  background-color: #f8f9fa;
}

code,
pre,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
}

code {
  background-color: #f8f9fa;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  white-space: pre;
}

pre code {
  background: none;
  padding: 0;
}

@media (min-width: 992px) {
  .alignwide {
    margin-left: calc(-1 * (1200px - 800px) / 2);
    margin-right: calc(-1 * (1200px - 800px) / 2);
    max-width: 1200px;
    width: 1200px;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
  margin-top: 0.25rem;
  text-align: center;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus:focus, .screen-reader-text:focus:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: inherit !important;
}

.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1070;
  background-color: #1A2B4C;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
}

.skip-link:focus:focus, .skip-link:focus:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: inherit !important;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media print {
  *,
  *::before,
  *::after {
    background: white !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: 'Grob';
  src: url("../fonts/Grob-Light.woff2") format("woff2"), url("../fonts/Grob-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grob';
  src: url("../fonts/Grob-Regular.woff2") format("woff2"), url("../fonts/Grob-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grob';
  src: url("../fonts/Grob-Medium.woff2") format("woff2"), url("../fonts/Grob-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grob';
  src: url("../fonts/Grob-Bold.woff2") format("woff2"), url("../fonts/Grob-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grob';
  src: url("../fonts/Grob-Black.woff2") format("woff2"), url("../fonts/Grob-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tokyto';
  src: url("../fonts/tokyto-light-a-webfont.woff2") format("woff2"), url("../fonts/tokyto-light-a-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tokyto';
  src: url("../fonts/tokyto-bold-a-webfont.woff2") format("woff2"), url("../fonts/tokyto-bold-a-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tokyto';
  src: url("../fonts/tokyto-bold-c-webfont.woff2") format("woff2"), url("../fonts/tokyto-bold-c-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tokyto", "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #1A2B4C;
  margin-bottom: 2rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 1.375rem;
  }
}

a {
  color: #E6381D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

ul,
ol {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  ul,
  ol {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  ul,
  ol {
    font-size: 1.375rem;
  }
}

li {
  margin-bottom: 0.25rem;
}

blockquote {
  margin: 1.25rem 0;
  padding: 1rem;
  border-left: 4px solid #1A2B4C;
  background-color: #f8f9fa;
  font-style: italic;
  font-size: 1.125rem;
}

code,
pre,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
}

code {
  background-color: #f8f9fa;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

pre {
  background-color: #212529;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

pre code {
  background: none;
  color: inherit;
  padding: 0;
}

small {
  font-size: 0.875rem;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

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

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

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

.text-muted {
  color: #6c757d;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
}

button:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

input,
textarea,
select {
  font: inherit;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.5rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #1A2B4C;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

th {
  font-weight: 600;
  background-color: #f8f9fa;
}

hr {
  border: none;
  height: 1px;
  background-color: #dee2e6;
  margin: 1.25rem 0;
}

figure {
  margin: 0 0 1rem 0;
}

figure figcaption {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 1199px) {
  .container {
    padding: 0 2rem;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-xl {
  max-width: 1920px;
}

.container-xxl {
  max-width: 2560px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  background: none;
}

.site-header.scrolled {
  background: white;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .site-branding .header-logo {
  height: 54px;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(1180%) hue-rotate(201deg) brightness(96%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(1180%) hue-rotate(201deg) brightness(96%) contrast(93%);
}

.site-header.scrolled .main-navigation .menu-toggle .menu-toggle-icon span {
  background: var(--color-primary, #1a2b4c);
}

.site-header .site-content {
  position: relative;
}

.site-header .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.site-header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}

.site-header .site-branding {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.site-header .site-branding .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 280px;
  gap: 0;
}

.site-header .site-branding a[rel="home"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.site-header .site-branding .header-logo {
  height: 52px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .site-header .site-branding .header-logo {
    height: 80px;
  }
}

.site-header .header-right .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.68rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  background: white;
  color: var(--color-primary, #1a2b4c);
  border: 1px solide white;
}

.site-header .header-right .menu-toggle .menu-toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .header-right .menu-toggle .menu-toggle-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-primary, #1a2b4c);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .header-right .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}

.site-header .header-right .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.site-header .header-right .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.site-header .header-right .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.site-header .header-right .main-navigation .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  background: white;
}

.site-header .header-right .main-navigation .nav-menu li {
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header .header-right .main-navigation .nav-menu li a {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-primary, #1a2b4c);
  text-decoration: none;
}

.site-header .header-right .main-navigation .nav-menu li a:hover, .site-header .header-right .main-navigation .nav-menu li a:focus {
  color: white;
  background: var(--color-primary, #1a2b4c);
}

.site-header .header-right .main-navigation .nav-menu li.current-menu-item, .site-header .header-right .main-navigation .nav-menu li.current_page_item {
  background: var(--color-primary, #1a2b4c);
}

.site-header .header-right .main-navigation .nav-menu li.current-menu-item a, .site-header .header-right .main-navigation .nav-menu li.current_page_item a {
  color: white;
}

.site-header .header-right .main-navigation .nav-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0.5rem 0 0;
  min-width: 200px;
  z-index: 1001;
  list-style: none;
  margin: 0;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}

.site-header .header-right .main-navigation .nav-menu li .sub-menu li {
  margin: 0;
}

.site-header .header-right .main-navigation .nav-menu li .sub-menu li a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: var(--color-primary, #1a2b4c);
  border-radius: 0;
}

.site-header .header-right .main-navigation .nav-menu li .sub-menu li a:hover, .site-header .header-right .main-navigation .nav-menu li .sub-menu li a:focus {
  background: #1a2b4c;
  color: white;
}

.site-header .header-right .main-navigation .nav-menu li:hover .sub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .site-header .header-right .main-navigation .nav-menu li a {
    padding: 0.5rem 0.75rem;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .header-right {
    padding: 0.75rem 0;
  }
  .site-header .header-right .container-fluid {
    padding: 0 1rem;
  }
  .site-header .header-right .site-branding .header-logo {
    height: 48px;
  }
  .site-header .header-right .main-navigation .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .header-right .main-navigation .nav-menu {
    display: none;
    position: absolute;
    top: 5.375rem;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 0;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }
  .site-header .header-right .main-navigation .nav-menu.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .header-right .main-navigation .nav-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-header .header-right .main-navigation .nav-menu li:last-child {
    border-bottom: none;
  }
  .site-header .header-right .main-navigation .nav-menu li a {
    padding: 1rem;
    display: block;
    color: white;
    background: var(--color-primary, #1a2b4c);
    margin: 0;
    height: auto;
  }
  .site-header .header-right .main-navigation .nav-menu li a:hover, .site-header .header-right .main-navigation .nav-menu li a:focus {
    background: white;
    color: var(--color-primary, #1a2b4c);
  }
  .site-header .header-right .main-navigation .nav-menu li.current-menu-item a, .site-header .header-right .main-navigation .nav-menu li.current_page_item a {
    background: var(--color-primary, #1a2b4c);
    color: white;
  }
  .site-header .header-right .main-navigation .nav-menu li .sub-menu {
    display: none;
    width: 100%;
    background: rgba(26, 38, 61, 0.711);
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
  .site-header .header-right .main-navigation .nav-menu li .sub-menu li {
    border-bottom: none;
  }
  .site-header .header-right .main-navigation .nav-menu li .sub-menu li a {
    color: white;
    background: none;
    padding: 0.75rem 0.75rem 0.75rem1 0.5rem;
    margin: 0;
  }
  .site-header .header-right .main-navigation .nav-menu li .sub-menu li a:hover, .site-header .header-right .main-navigation .nav-menu li .sub-menu li a:focus {
    background: white;
    color: var(--color-primary, #1a2b4c);
  }
  .site-header .header-right .main-navigation .nav-menu li.menu-item-has-children > a::after {
    content: '▼';
    float: right;
    font-size: 0.8rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header .header-right .main-navigation .nav-menu li.menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header .header-right .main-navigation .nav-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .site-header .header-right .main-navigation #primary-menu.toggled {
    background: var(--color-primary, #1a2b4c);
  }
}

.hero-section {
  position: relative;
  height: 70vh;
  min-height: 500px;
  width: 100%;
  background: #1a2b4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 1;
}

.hero-section .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 1200px;
  padding: 0 2rem;
}

.hero-section .hero-content .hero-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
  opacity: 0.9;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .hero-section .hero-content .hero-subtitle {
    font-size: 1rem;
  }
}

.hero-section .hero-content .hero-subtitle span {
  display: inline-block;
}

.hero-section .hero-content .hero-title {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-content .hero-title {
    font-size: 2rem;
  }
}

.hero-section .hero-content .hero-title span {
  display: inline-block;
}

.hero-section .hero-content .hero-description {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .hero-section .hero-content .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}

.hero-section .hero-content .hero-button {
  display: inline-block;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 400px;
  }
  .hero-section .hero-content {
    padding: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 50vh;
    min-height: 350px;
  }
  .hero-section .hero-content {
    padding: 0 1rem;
  }
}

.hero-section,
.hero-home-slider,
.hero-exhibitions-slider {
  position: relative;
  overflow: hidden;
}

.hero-section .hero-content,
.hero-home-slider .container,
.hero-exhibitions-slider .container {
  position: relative;
  z-index: 2;
}

.hero-video {
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
}

.hero-video.hero-bg-video {
  position: absolute;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.home .hero-section,
.hero-home-slider, .hero-exhibitions-slider, .hero-activities-slider, .hero-exhibition-slider {
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home .hero-section,
  .hero-home-slider, .hero-exhibitions-slider, .hero-activities-slider, .hero-exhibition-slider {
    min-height: 100vh;
  }
}

.home .hero-section .home-swiper,
.hero-home-slider .home-swiper, .hero-exhibitions-slider .exhibitions-swiper, .hero-activities-slider .activities-swiper, .hero-exhibition-slider .exhibition-swiper {
  width: 100%;
  height: 100%;
}

.home .hero-section .home-slide,
.hero-home-slider .home-slide, .hero-exhibitions-slider .exhibition-slide, .hero-activities-slider .activity-slide, .hero-exhibition-slider .exhibition-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.home .hero-section .container,
.hero-home-slider .container, .hero-exhibitions-slider .container, .hero-activities-slider .container, .hero-exhibition-slider .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  color: white;
}

@media (max-width: 767px) {
  .home .hero-section .container,
  .hero-home-slider .container, .hero-exhibitions-slider .container, .hero-activities-slider .container, .hero-exhibition-slider .container {
    max-width: 500px;
  }
}

@media (max-width: 575px) {
  .home .hero-section .container,
  .hero-home-slider .container, .hero-exhibitions-slider .container, .hero-activities-slider .container, .hero-exhibition-slider .container {
    max-width: 100%;
  }
}

.home .hero-section .swiper-button-next, .hero-home-slider .swiper-button-next, .hero-exhibitions-slider .swiper-button-next, .hero-exhibition-slider .swiper-button-next,
.home .hero-section .swiper-button-prev,
.hero-home-slider .swiper-button-prev,
.hero-exhibitions-slider .swiper-button-prev,
.hero-exhibition-slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .hero-section .swiper-button-next:after, .hero-home-slider .swiper-button-next:after, .hero-exhibitions-slider .swiper-button-next:after, .hero-exhibition-slider .swiper-button-next:after,
.home .hero-section .swiper-button-prev:after,
.hero-home-slider .swiper-button-prev:after,
.hero-exhibitions-slider .swiper-button-prev:after,
.hero-exhibition-slider .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.home .hero-section .swiper-button-next:hover, .hero-home-slider .swiper-button-next:hover, .hero-exhibitions-slider .swiper-button-next:hover, .hero-exhibition-slider .swiper-button-next:hover,
.home .hero-section .swiper-button-prev:hover,
.hero-home-slider .swiper-button-prev:hover,
.hero-exhibitions-slider .swiper-button-prev:hover,
.hero-exhibition-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 575px) {
  .home .hero-section .swiper-button-next, .hero-home-slider .swiper-button-next, .hero-exhibitions-slider .swiper-button-next, .hero-exhibition-slider .swiper-button-next,
  .home .hero-section .swiper-button-prev,
  .hero-home-slider .swiper-button-prev,
  .hero-exhibitions-slider .swiper-button-prev,
  .hero-exhibition-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .home .hero-section .swiper-button-next:after, .hero-home-slider .swiper-button-next:after, .hero-exhibitions-slider .swiper-button-next:after, .hero-exhibition-slider .swiper-button-next:after,
  .home .hero-section .swiper-button-prev:after,
  .hero-home-slider .swiper-button-prev:after,
  .hero-exhibitions-slider .swiper-button-prev:after,
  .hero-exhibition-slider .swiper-button-prev:after {
    font-size: 16px;
  }
}

.home .hero-section .swiper-button-next, .hero-home-slider .swiper-button-next, .hero-exhibitions-slider .swiper-button-next, .hero-exhibition-slider .swiper-button-next {
  right: 1.25rem;
}

@media (max-width: 575px) {
  .home .hero-section .swiper-button-next, .hero-home-slider .swiper-button-next, .hero-exhibitions-slider .swiper-button-next, .hero-exhibition-slider .swiper-button-next {
    right: 1rem;
  }
}


.home .hero-section .swiper-button-prev,
.hero-home-slider .swiper-button-prev,
.hero-exhibitions-slider .swiper-button-prev,
.hero-exhibition-slider .swiper-button-prev {
  left: 1.25rem;
}

@media (max-width: 575px) {
  
  .home .hero-section .swiper-button-prev,
  .hero-home-slider .swiper-button-prev,
  .hero-exhibitions-slider .swiper-button-prev,
  .hero-exhibition-slider .swiper-button-prev {
    left: 1rem;
  }
}

.home .hero-section .swiper-pagination, .hero-home-slider .swiper-pagination, .hero-exhibitions-slider .swiper-pagination, .hero-exhibition-slider .swiper-pagination {
  bottom: 1.25rem;
}

@media (max-width: 575px) {
  .home .hero-section .swiper-pagination, .hero-home-slider .swiper-pagination, .hero-exhibitions-slider .swiper-pagination, .hero-exhibition-slider .swiper-pagination {
    bottom: 1rem;
  }
}

.home .hero-section .swiper-pagination .swiper-pagination-bullet, .hero-home-slider .swiper-pagination .swiper-pagination-bullet, .hero-exhibitions-slider .swiper-pagination .swiper-pagination-bullet, .hero-exhibition-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .hero-section .swiper-pagination .swiper-pagination-bullet-active, .hero-home-slider .swiper-pagination .swiper-pagination-bullet-active, .hero-exhibitions-slider .swiper-pagination .swiper-pagination-bullet-active, .hero-exhibition-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home .hero-section,
.hero-home-slider {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.home .hero-section .home-slide,
.hero-home-slider .home-slide {
  position: relative;
}

.home .hero-section .home-slide-figure,
.hero-home-slider .home-slide-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.home .hero-section .home-slide-img,
.hero-home-slider .home-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home .hero-section .container,
.hero-home-slider .container {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

@media (max-width: 767px) {
  .home .hero-section .container,
  .hero-home-slider .container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.home .hero-section .home-slide-content2,
.hero-home-slider .home-slide-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.home .hero-section .hero-title,
.hero-home-slider .hero-title {
  color: white;
  font-size: 6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.home .hero-section .hero-title span,
.hero-home-slider .hero-title span {
  font-weight: 300;
}

@media (max-width: 1399px) {
  .home .hero-section .hero-title,
  .hero-home-slider .hero-title {
    font-size: 5rem;
  }
}

@media (max-width: 1199px) {
  .home .hero-section .hero-title,
  .hero-home-slider .hero-title {
    font-size: 4.25rem;
  }
}

@media (max-width: 991px) {
  .home .hero-section .hero-title,
  .hero-home-slider .hero-title {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .home .hero-section .hero-title,
  .hero-home-slider .hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .home .hero-section .hero-title,
  .hero-home-slider .hero-title {
    font-size: 4rem;
    line-height: 1.2;
    width: 340px;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .home .hero-section .hero-title span,
  .hero-home-slider .hero-title span {
    display: block;
  }
}

.home .hero-section .hero-actions,
.hero-home-slider .hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .home .hero-section .hero-actions,
  .hero-home-slider .hero-actions {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 5rem;
  }
  .home .hero-section .hero-actions .button,
  .hero-home-slider .hero-actions .button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.hero-exhibitions-slider .exhibitions-swiper {
  height: 100%;
}

.hero-exhibitions-slider .swiper-wrapper {
  height: 100%;
}

.hero-exhibitions-slider .swiper-slide {
  height: 100%;
}

.hero-exhibitions-slider .exhibition-slide {
  position: relative;
}

.hero-exhibitions-slider .exhibition-slide-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-exhibitions-slider .exhibition-slide-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-exhibitions-slider .container {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.hero-exhibitions-slider .exhibition-slide-content {
  text-align: center;
}

.hero-exhibitions-slider .exhibition-meta {
  text-align: center;
}

.hero-exhibitions-slider .exhibition-title {
  color: white;
  font-size: 5rem;
}

.hero-exhibitions-slider .hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.hero-activities-slider .activities-swiper {
  height: 100%;
}

.hero-activities-slider .swiper-wrapper {
  height: 100%;
}

.hero-activities-slider .swiper-slide {
  height: 100%;
}

.hero-activities-slider .activity-slide {
  position: relative;
}

.hero-activities-slider .activity-slide-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-activities-slider .activity-slide-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-activities-slider .container {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.hero-activities-slider .activity-slide-content {
  text-align: center;
}

.hero-activities-slider .activity-meta {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hero-activities-slider .activity-title {
  color: white;
  font-size: 5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-activities-slider .activity-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.hero-activities-slider .activity-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-activities-slider .activity-status {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(230, 56, 29, 0.9);
  color: white;
  margin-bottom: 1rem;
  display: inline-block;
}

@-webkit-keyframes scroll-indicator {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
  }
}

@keyframes scroll-indicator {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
  }
}

.hero-home-slider.loading .home-slide,
.hero-home-slider.loading .exhibition-slide,
.hero-exhibitions-slider.loading .home-slide,
.hero-exhibitions-slider.loading .exhibition-slide {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-home-slider.loading .home-slide::after,
.hero-home-slider.loading .exhibition-slide::after,
.hero-exhibitions-slider.loading .home-slide::after,
.hero-exhibitions-slider.loading .exhibition-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(26, 43, 76, 0.1);
  border-top: 3px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: loading-spinner 1s linear infinite;
          animation: loading-spinner 1s linear infinite;
}

@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-exhibition-slider {
  position: relative;
  overflow: hidden;
}

.hero-exhibition-slider .exhibition-swiper {
  height: 100%;
}

.hero-exhibition-slider .swiper-wrapper {
  height: 100%;
}

.hero-exhibition-slider .swiper-slide {
  height: 100%;
}

.hero-exhibition-slider .exhibition-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-exhibition-slider .exhibition-slide-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-exhibition-slider .exhibition-slide-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-exhibition-slider .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  pointer-events: none;
}

.hero-exhibition-slider .exhibition-slide-content {
  text-align: center;
  width: 100%;
  color: white;
  z-index: 3;
  pointer-events: auto;
}

.hero-exhibition-slider .exhibition-meta {
  text-align: center;
}

.hero-exhibition-slider .exhibition-title {
  color: white;
  font-size: 5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-exhibition-slider .exhibition-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.hero-exhibition-slider .exhibition-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-exhibition-slider .exhibition-status {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(230, 56, 29, 0.9);
  color: white;
  margin-bottom: 1rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero-exhibition-slider .exhibition-title {
    font-size: 1.875rem;
  }
  .hero-exhibition-slider .exhibition-subtitle {
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .hero-exhibition-slider .exhibition-title {
    font-size: 1.5rem;
  }
  .hero-exhibition-slider .exhibition-description {
    max-width: 100%;
  }
}

.hero-exhibition-slider .swiper-button-next,
.hero-exhibition-slider .swiper-button-prev {
  z-index: 10;
  pointer-events: auto;
}

.hero-exhibition-slider .container,
.hero-exhibition-slider .exhibition-slide-content {
  pointer-events: none;
}

.footer-top {
  padding: 1.375rem 0.5rem;
  background-color: #1A2B4C;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-top {
    padding: 4rem 0.5rem;
  }
}

.footer-top .footer-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.footer-top > *:not(.footer-bg-video) {
  position: relative;
  z-index: 1;
}

.footer-top .container {
  position: relative;
  z-index: 1;
}

.footer-top .footer-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.footer-top .footer-top-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 3rem;
}

.footer-top .footer-top-quiz h2 {
  font-size: 3rem;
  font-weight: 800;
  color: white;
}

.footer-top .footer-top-quiz > * {
  display: none;
}

.footer-top .footer-top-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.footer-top .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
}

.footer-top .social-links .social-link img {
  color: white;
  width: 32px;
  height: 32px;
}

.footer-middle {
  background-color: #1A2B4C;
  padding: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .footer-middle {
    padding: 1.25rem 0;
  }
}

.footer-middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-middle .partner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  .footer-middle .partner-section {
    gap: 0;
    margin: 0;
  }
}

.footer-middle .partner-section .partner-title {
  margin: 0 2rem 0 0;
  font-size: 1.75em;
  color: white;
  font-weight: 800;
  letter-spacing: 0.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-middle .partner-section .partner-swiper {
  width: 100%;
  max-width: 800px;
  min-height: 90px;
}

.footer-middle .partner-section .partner-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer-middle .partner-section .partner-swiper img {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

@media (max-width: 768px) {
  .footer-middle .partner-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100vw;
  }
  .footer-middle .partner-section .partner-title {
    margin: 0 0 1rem 0;
  }
  .footer-middle .partner-section .partner-swiper {
    max-width: 100vw;
    min-height: 60px;
  }
  .footer-middle .partner-section .partner-swiper img {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .footer-middle .partner-section .partner-swiper {
    min-height: 40px;
  }
  .footer-middle .partner-section .partner-swiper img {
    height: 40px;
  }
}

.footer-bottom {
  background-color: #EDF0C2;
  padding: 0.5rem 0.25rem;
}

.footer-bottom .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .footer-bottom .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

.footer-bottom .site-info .copyright small {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.footer-bottom .site-info .legal-links .legal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

@media (max-width: 575px) {
  .footer-bottom .site-info .legal-links .legal-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
}

.footer-bottom .site-info .legal-links .legal-menu li {
  margin: 0;
}

.footer-bottom .site-info .legal-links .legal-menu li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-bottom .site-info .legal-links .legal-menu li a:hover, .footer-bottom .site-info .legal-links .legal-menu li a:focus {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
}

.footer-bottom .site-info .legal-links .legal-menu li:not(:last-child)::after {
  content: "•";
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575px) {
  .footer-bottom .site-info .legal-links .legal-menu li:not(:last-child)::after {
    display: none;
  }
}

.button,
button[type="submit"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #1A2B4C;
  border-color: #1A2B4C;
  border-width: 1px;
  border-style: solid;
}

.button:focus,
button[type="submit"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button:disabled,
button[type="submit"]:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #1A2B4C;
  border-color: #1A2B4C;
}

.button:focus,
button[type="submit"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-primary {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #1A2B4C;
  border-color: #1A2B4C;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}

.button-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button-primary:hover {
  background-color: #1A2B4C;
  border-color: #1A2B4C;
}

.button-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-primary a,
.button-primary a:visited {
  color: white;
  text-decoration: none;
}

.button-primary:hover {
  opacity: 0.8;
}

.button-primary:hover a,
.button-primary:hover a:visited {
  color: white;
  text-decoration: none;
}

.button-secondary {
  color: white;
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #E6381D;
  border-color: #E6381D;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 1.25rem;
  text-decoration: none;
}

.button-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-secondary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button-secondary:hover {
  background-color: #E6381D;
  border-color: #E6381D;
}

.button-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 56, 29, 0.25);
          box-shadow: 0 0 0 3px rgba(230, 56, 29, 0.25);
}

.button-secondary:hover {
  background-color: #1A2B4C;
  border-color: #1A2B4C;
}

.button-secondary:hover a,
.button-secondary:hover a:visited {
  color: white;
}

.button-accent {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #EDF0C2;
  border-color: #EDF0C2;
  border-width: 1px;
  border-style: solid;
}

.button-accent:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-accent:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button-accent:hover {
  background-color: #EDF0C2;
  border-color: #EDF0C2;
}

.button-accent:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(237, 240, 194, 0.25);
          box-shadow: 0 0 0 3px rgba(237, 240, 194, 0.25);
}

.button-small {
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

.button-large {
  padding: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  font-size: 1.125rem;
}

.button-outline {
  background-color: transparent;
  border: 2px solid;
}

.button-outline.button-primary {
  color: #1A2B4C;
  border-color: #1A2B4C;
}

.button-outline.button-primary:hover {
  background-color: #1A2B4C;
  color: #ffffff;
}

a.button,
a.button:hover,
a.button:focus,
.button a,
.button a:hover,
.button a:focus {
  text-decoration: none !important;
}

.wp-block-button__link {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #1A2B4C;
  border-color: #1A2B4C;
  border-width: 1px;
  border-style: solid;
}

.wp-block-button__link:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.wp-block-button__link:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.wp-block-button__link:hover {
  background-color: #1A2B4C;
  border-color: #1A2B4C;
}

.wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-geometric {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #1A2B4C;
  color: white;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0.5rem 4rem;
  font-size: 1.25rem;
  -webkit-clip-path: polygon(10.1% 0%, 89.9% 0%, 100% 50%, 89.9% 100%, 10.1% 100%, 0% 50%);
          clip-path: polygon(10.1% 0%, 89.9% 0%, 100% 50%, 89.9% 100%, 10.1% 100%, 0% 50%);
}

.button-geometric:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-geometric:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button-geometric:hover {
  background-color: #274172;
}

.button-geometric:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.3);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.3);
}

.button-geometric:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-read-more {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-primary, #1a2b4c);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0.25rem 1.5rem 0.25rem 1rem;
  font-size: 1rem;
  -webkit-clip-path: polygon(0% 0%, 89.9% 0%, 100% 50%, 89.9% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 89.9% 0%, 100% 50%, 89.9% 100%, 0% 100%);
}

.button-read-more:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.button-read-more:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.button-read-more:hover {
  background-color: white;
  color: var(--color-primary, #1a2b4c) !important;
}

.button-read-more:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.3);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.3);
}

.button-read-more:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button--noborder {
  color: #ffffff;
  background-color: #E6381D;
  border-color: #E6381D;
  border: none;
}

.button--noborder:hover {
  background-color: #E6381D;
  border-color: #E6381D;
}

.button--noborder:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 56, 29, 0.25);
          box-shadow: 0 0 0 3px rgba(230, 56, 29, 0.25);
}

.activities-section {
  padding: 1.375rem 0;
  background-color: var(--color-light-gray);
}

.activities-section .section-title {
  text-align: center;
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  color: var(--color-primary);
}

.activities-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .activities-grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 575px) {
  .activities-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.activity-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activity-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.activity-card > * {
  position: relative;
  z-index: 2;
}

.activity-card-image {
  display: none;
}

.activity-card-content {
  padding: 0.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activity-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.activity-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  color: var(--color-primary);
}

.activity-date .activity-time::before {
  content: "•";
  margin: 0 0.25rem;
}

.activity-location::before {
  content: "📍";
  margin-right: 0.25rem;
}

.activity-card-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.125rem;
  line-height: 1.3;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.activity-card-title a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.activity-card-title a:hover {
  color: var(--color-accent);
}

.activity-card-excerpt {
  margin: 0 0 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.activity-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}

.activity-price {
  font-weight: 600;
  color: var(--color-accent);
  font-size: 0.875rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.activity-card-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.activity-card-link:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.activities-section-footer {
  text-align: center;
  margin: 1rem 0 0 0;
}

.no-activities {
  text-align: center;
  padding: 1rem;
  background: white;
  border-radius: 8px;
}

.no-activities p {
  margin: 0 0 0.5rem 0;
  color: var(--color-text-light);
}

@media (max-width: 575px) {
  .activities-section {
    padding: 1rem 0;
  }
  .activity-card-content {
    padding: 0.25rem;
  }
  .activity-card-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
  .activity-card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wp-block-paragraph {
  margin-bottom: 1rem;
}

.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
  font-size: 2.25rem;
  line-height: 1.25;
  float: left;
  margin: 0 0.5rem 0 0;
  font-weight: 700;
  color: #1A2B4C;
}

.wp-block-heading {
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight: 600;
  color: #1A2B4C;
}

.wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: "Grob", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: #1A2B4C;
  border-color: #1A2B4C;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.375rem;
}

.wp-block-button .wp-block-button__link:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.wp-block-button .wp-block-button__link:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #1A2B4C;
  border-color: #1A2B4C;
}

.wp-block-button .wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
          box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.25);
}

.wp-block-button .wp-block-button__link.is-style-outline {
  color: #1A2B4C;
  border-color: #1A2B4C;
  border-width: 2px;
}

.wp-block-button .wp-block-button__link.is-style-outline:hover {
  background-color: #1A2B4C;
  color: #ffffff;
}

.wp-block-quote {
  border-left: 4px solid #1A2B4C;
  padding: 1rem;
  margin: 1.25rem;
  background-color: #f8f9fa;
  font-style: italic;
}

.wp-block-quote p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.wp-block-quote cite {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: normal;
  font-weight: 500;
}

.wp-block-image {
  margin-bottom: 1.25rem;
}

.wp-block-image img {
  border-radius: 0;
}

.wp-block-image figcaption {
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
}

.wp-block-gallery {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.wp-block-gallery.columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.wp-block-gallery.columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.wp-block-gallery.columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .wp-block-gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .wp-block-gallery {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.wp-block-list {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.wp-block-list li {
  margin-bottom: 0.25rem;
}

.wp-block-separator {
  border: none;
  height: 2px;
  background-color: #dee2e6;
  margin: 1.375rem auto;
  max-width: 100px;
}

.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.wp-block-separator.is-style-dots {
  background: none;
  text-align: center;
  height: auto;
}

.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #6c757d;
  font-size: 1.125rem;
  letter-spacing: 2em;
  padding-left: 2em;
}

.wp-block-code {
  background-color: #212529;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.wp-block-code code {
  background: none;
  color: inherit;
  padding: 0;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
}

.wp-block-preformatted {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  white-space: pre-wrap;
}

.wp-block-pullquote {
  padding: 1.25rem;
  border-top: 4px solid #1A2B4C;
  border-bottom: 4px solid #1A2B4C;
  margin: 1.375rem 0;
  text-align: center;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625;
}

.wp-block-pullquote cite {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.5rem;
  display: block;
}

.wp-block-table {
  margin-bottom: 1.25rem;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table table th,
.wp-block-table table td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
}

.wp-block-table table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .wp-block-media-text {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 1rem;
}

.wp-block-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  overflow: hidden;
}

.wp-block-cover .wp-block-cover__inner-container {
  text-align: center;
  position: relative;
  z-index: 2;
}

.wp-block-cover .wp-block-cover__inner-container h1,
.wp-block-cover .wp-block-cover__inner-container h2,
.wp-block-cover .wp-block-cover__inner-container h3,
.wp-block-cover .wp-block-cover__inner-container h4,
.wp-block-cover .wp-block-cover__inner-container h5,
.wp-block-cover .wp-block-cover__inner-container h6 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.wp-block-cover .wp-block-cover__inner-container p {
  color: #ffffff;
  font-size: 1.125rem;
}

.wp-block-columns {
  margin-bottom: 4rem;
}

@media (max-width: 1199px) {
  .wp-block-columns {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .wp-block-columns {
    margin-bottom: 1.25rem;
  }
}

.wp-block-columns.is-layout-flex {
  gap: 4rem;
}

@media (max-width: 1199px) {
  .wp-block-columns.is-layout-flex {
    gap: 3rem;
  }
}

@media (max-width: 991px) {
  .wp-block-columns.is-layout-flex {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    gap: 1rem;
  }
}

.block-wrapper {
  padding: 1.375rem;
}

.block-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}

.block-centered > * {
  text-align: center;
}

.block-mailinglist {
  margin: 3rem;
}

@media (max-width: 767px) {
  .block-mailinglist {
    margin: 2rem 0;
  }
}

.front-page-content .entry-content {
  margin-top: 0;
}

@keyframes scroll-indicator {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
  }
}

.exhibitions-section {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

@media (max-width: 1199px) {
  .exhibitions-section {
    padding: 3rem 1rem;
  }
}

@media (max-width: 991px) {
  .exhibitions-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
  }
}

.exhibitions-section .exhibition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .exhibitions-section .exhibition-item {
    width: 100%;
  }
}

.exhibitions-section .exhibition-item h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: left;
}

@media (max-width: 991px) {
  .exhibitions-section .exhibition-item h2 {
    font-size: 1.5rem;
  }
}

.exhibitions-section a[href] {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

.exhibition-card-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 9/6;
  margin: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px * tan(48deg)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px * tan(48deg)) 100%, 0 100%);
}

@media (max-width: 767px) {
  .exhibition-card-figure {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.exhibition-card-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.exhibition-card-title {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 70%;
  padding: 1rem 1.5rem;
  color: #343a40;
  font-size: 1.75rem;
  font-weight: 700;
  z-index: 2;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px * tan(48deg)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px * tan(48deg)) 100%, 0 100%);
}

@media (max-width: 767px) {
  .exhibition-card-title {
    top: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }
}

.exhibition-card-date {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  padding: 0.5rem 1.5rem;
  color: white;
  background-color: #1A2B4C;
  font-size: 1.1rem;
  font-weight: 500;
  z-index: 2;
  text-align: left;
}

@media (max-width: 767px) {
  .exhibition-card-date {
    font-size: 1rem;
    left: 1rem;
    bottom: 1rem;
  }
}

.exhibition-card-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2b4c;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.activities-section {
  padding: 4rem;
  display: -ms-grid;
  display: grid;
  background-color: #EDF0C2;
  margin-bottom: 9rem;
  position: relative;
}

@media (max-width: 991px) {
  .activities-section {
    padding: 2rem;
  }
}

.activities-section a[href] {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

.activities-section h2 {
  font-size: 2rem !important;
  font-weight: 800;
}

.home .activities-grid {
  margin-bottom: -13rem;
}

.activities-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  min-height: 400px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .activities-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .activities-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.activities-grid .activity-card-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  margin: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px * tan(48deg)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px * tan(48deg)) 100%, 0 100%);
  height: 100%;
}

.activities-grid .activity-card-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.activities-grid .activity-card-title {
  width: 70% !important;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  padding: 0.5rem 1.5rem;
  z-index: 2;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px * tan(48deg)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px * tan(48deg)) 100%, 0 100%);
}

.activities-grid .activity-card-title h4 {
  color: #1A2B4C;
  font-family: 'Grob';
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 0;
}

.activities-grid .activity-card-date {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
  text-align: left;
  background-color: #1A2B4C;
}

.activities-grid > .activity-item:nth-child(even) {
  margin-top: 4rem;
}

@media (max-width: 991px) {
  .activities-grid > .activity-item:nth-child(even) {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .activities-grid > .activity-item:nth-child(even) {
    margin-top: 0;
  }
}

.activities-section-footer {
  padding: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .activities-section-footer {
    padding-top: 4rem;
  }
}

.activities-section-footer a {
  color: #1A2B4C;
}

.intro-section {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background-color: #EDF0C2;
  margin-bottom: 7rem;
}

@media (max-width: 991px) {
  .intro-section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    margin-bottom: 9rem;
    padding: 0;
  }
  .intro-section div {
    padding: 3rem 3rem 1rem 3rem;
  }
}

.intro-section img {
  width: 50%;
  height: auto;
  margin-bottom: -13rem;
}

@media (max-width: 991px) {
  .intro-section img {
    width: 100%;
    margin-bottom: -7rem;
    margin-top: 2rem;
    margin-left: -4rem;
  }
}

.archive .page-header {
  margin-bottom: 0;
}

.archive h1.page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #343a40;
  margin: 3rem;
}

@media (max-width: 1199px) {
  .archive h1.page-title {
    font-size: 2.25rem;
  }
}

.archive .hentry {
  margin-top: 0;
  margin-bottom: 3rem;
}

.page-header {
  margin-bottom: 1.375rem;
  text-align: center;
}

.page-header .page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A2B4C;
  margin-bottom: 1rem;
}

.page-header .archive-description {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.exhibition-archive .exhibitions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.375rem;
}

.exhibition-archive .exhibition-card {
  background: white;
  overflow: hidden;
}

.exhibition-archive .exhibition-card .exhibition-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.exhibition-archive .exhibition-card .exhibition-card-figure {
  position: relative;
  width: 50%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.exhibition-archive .exhibition-card .exhibition-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.exhibition-archive .exhibition-card .exhibition-card-description {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 80%;
  padding: 1rem 1.5rem;
  color: #343a40;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  z-index: 2;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px * tan(48deg)) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px * tan(48deg)) 100%, 0 100%);
}

@media (max-width: 767px) {
  .exhibition-archive .exhibition-card .exhibition-card-description {
    font-size: 1.25rem;
    top: 2rem;
    padding: 0.5rem 1rem;
  }
}

.exhibition-archive .exhibition-card .exhibition-card-content {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 3rem;
  margin: 5rem 0 5rem -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

@media (max-width: 767px) {
  .exhibition-archive .exhibition-card .exhibition-card-content {
    margin: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px * tan(48deg)) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px * tan(48deg)) 100%, 0 100%);
  }
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-title a {
  color: #ffffff;
  text-decoration: none;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-title a:hover {
  color: #E6381D;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-dates {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-meta {
  margin-bottom: 1rem;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-footer {
  margin-top: 2rem;
}

.exhibition-archive .exhibition-card .exhibition-card-content .exhibition-excerpt p:last-child {
  margin-bottom: 0;
}

.exhibition-archive .exhibition-card:nth-child(odd) .exhibition-card-content {
  background-color: #E6BB3C;
}

.exhibition-archive .exhibition-card:nth-child(even) .exhibition-card-content {
  background-color: #828AB2;
}

@media (max-width: 767px) {
  .exhibition-archive .exhibition-card .exhibition-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exhibition-archive .exhibition-card .exhibition-card-figure,
  .exhibition-archive .exhibition-card .exhibition-card-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .exhibition-archive .exhibition-card .exhibition-card-figure {
    min-height: 220px;
  }
  .exhibition-archive .exhibition-card .exhibition-card-content {
    padding: 1.5rem 1rem;
  }
}

.exhibition-archive .no-results {
  text-align: center;
  padding: 1.375rem;
}

.exhibition-archive .no-results .page-title {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.exhibition-archive .no-results .page-content p {
  font-size: 1.125rem;
  color: #6c757d;
}

.exhibition-archive .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.375rem;
  gap: 0.5rem;
}

.exhibition-archive .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.exhibition-archive .pagination .nav-links .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #343a40;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.exhibition-archive .pagination .nav-links .page-numbers:hover {
  background-color: #f8f9fa;
  color: #1A2B4C;
}

.exhibition-archive .pagination .nav-links .page-numbers.current {
  background-color: #1A2B4C;
  color: #ffffff;
}

.exhibition-archive .pagination .nav-links .page-numbers.prev, .exhibition-archive .pagination .nav-links .page-numbers.next {
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-post .entry-header {
  text-align: center;
  padding: 1.375rem 0;
  border-bottom: 1px solid rgba(26, 43, 76, 0.1);
  margin-bottom: 1.375rem;
}

.single-post .entry-header .entry-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1A2B4C;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .single-post .entry-header .entry-title {
    font-size: 1.5rem;
  }
}

.single-post .entry-header .entry-meta {
  font-size: 0.875rem;
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post .entry-header .entry-meta .posted-on,
.single-post .entry-header .entry-meta .byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.single-post .entry-header .entry-meta .posted-on a,
.single-post .entry-header .entry-meta .byline a {
  color: #6c757d;
  text-decoration: none;
}

.single-post .post-thumbnail {
  margin-bottom: 1.375rem;
  text-align: center;
}

.single-post .post-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single-post .entry-content {
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.single-post .entry-content p {
  margin-bottom: 1.25rem;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  color: #1A2B4C;
  margin-top: 1.375rem;
  margin-bottom: 1rem;
}

.single-post .entry-footer {
  margin-top: 1.375rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(26, 43, 76, 0.1);
  text-align: center;
}

.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.single-post .entry-footer .cat-links a,
.single-post .entry-footer .tags-links a {
  color: #1A2B4C;
  text-decoration: none;
}

.single-post .entry-footer .cat-links a:hover,
.single-post .entry-footer .tags-links a:hover {
  color: #E6381D;
}

.hentry {
  margin-top: 3rem;
}

.single-exhibition .exhibition-hero {
  position: relative;
  margin-bottom: 1.375rem;
}

.single-exhibition .exhibition-hero .exhibition-hero-image {
  height: 60vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .single-exhibition .exhibition-hero .exhibition-hero-image {
    height: 50vh;
    min-height: 350px;
  }
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 43, 76, 0.8) 0%, rgba(26, 43, 76, 0.5) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .container {
  position: relative;
  z-index: 2;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content {
  max-width: 600px;
  color: white;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-status {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-status.active {
  background: rgba(230, 56, 29, 0.9);
  color: white;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-status.upcoming {
  background: rgba(255, 193, 7, 0.9);
  color: #333;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-status.past {
  background: rgba(108, 117, 125, 0.9);
  color: white;
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-dates {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 1rem;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-title {
    font-size: 1.5rem;
  }
}

.single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-artist {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

@media (max-width: 575px) {
  .single-exhibition .exhibition-hero .exhibition-hero-image .exhibition-hero-content .exhibition-artist {
    font-size: 1.125rem;
  }
}

.single-exhibition .exhibition-hero .exhibition-hero-simple {
  padding: 1.375rem 0;
  text-align: center;
}

.single-exhibition .exhibition-hero .exhibition-hero-simple .exhibition-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1A2B4C;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .single-exhibition .exhibition-hero .exhibition-hero-simple .exhibition-title {
    font-size: 1.5rem;
  }
}

.single-exhibition .exhibition-hero .exhibition-hero-simple .exhibition-artist {
  font-size: 1.25rem;
  color: #6c757d;
  font-style: italic;
}

.single-exhibition .single-exhibition-content .exhibition-sidebar {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  .single-exhibition .single-exhibition-content .exhibition-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.single-exhibition .single-exhibition-content .exhibition-main-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .single-exhibition .single-exhibition-content .exhibition-main-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.single-exhibition .exhibition-sidebar .exhibition-details-card {
  background-color: #ffffff;
  border-radius: 0.375rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1A2B4C;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 0.5rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item {
  margin-bottom: 1rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item:last-child {
  margin-bottom: 0;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A2B4C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item span {
  font-size: 1rem;
  color: #343a40;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .status-badge {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .status-badge.active {
  background-color: #E6381D;
  color: #ffffff;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .status-badge.upcoming {
  background: #ffc107;
  color: #333;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .status-badge.past {
  color: #ffffff;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .exhibition-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .exhibition-types .exhibition-type {
  background-color: #1A2B4C;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .exhibition-types .exhibition-type a {
  color: #ffffff;
  text-decoration: none;
}

.single-exhibition .exhibition-sidebar .exhibition-details-card .detail-item .exhibition-types .exhibition-type a:hover {
  opacity: 0.8;
}

.single-exhibition .exhibition-sidebar .exhibition-navigation .btn {
  width: 100%;
  text-align: center;
}

.single-exhibition .exhibition-main-content .exhibition-description-highlight {
  padding: 1.25rem;
  border-radius: 0.375rem;
  margin-bottom: 1.375rem;
  border-left: 4px solid var(--color-primary);
}

.single-exhibition .exhibition-main-content .exhibition-description-highlight .lead {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1A2B4C;
  margin: 0;
  line-height: 1.6;
}

.single-exhibition .exhibition-main-content .entry-content {
  font-size: 1.125rem;
  line-height: 1.7;
}

.single-exhibition .exhibition-main-content .entry-content p {
  margin-bottom: 1.25rem;
}

.single-exhibition .exhibition-main-content .entry-content h2,
.single-exhibition .exhibition-main-content .entry-content h3,
.single-exhibition .exhibition-main-content .entry-content h4,
.single-exhibition .exhibition-main-content .entry-content h5,
.single-exhibition .exhibition-main-content .entry-content h6 {
  color: #1A2B4C;
  margin-top: 1.375rem;
  margin-bottom: 1rem;
}

.single-exhibition .exhibition-post-navigation {
  margin-top: 1.375rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(26, 43, 76, 0.1);
}

.single-exhibition .exhibition-post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .single-exhibition .exhibition-post-navigation .nav-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a {
  display: block;
  padding: 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a:hover,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a:hover {
  background-color: #1A2B4C;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a .nav-subtitle,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a .nav-title,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a .nav-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1A2B4C;
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a:hover .nav-subtitle,
.single-exhibition .exhibition-post-navigation .nav-links .nav-previous a:hover .nav-title,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a:hover .nav-subtitle,
.single-exhibition .exhibition-post-navigation .nav-links .nav-next a:hover .nav-title {
  color: #ffffff;
}

.single-exhibition .exhibition-post-navigation .nav-links .nav-next {
  text-align: right;
}

@media (max-width: 767px) {
  .single-exhibition .exhibition-post-navigation .nav-links .nav-next {
    text-align: left;
  }
}

.post-navigation {
  margin-top: 1.375rem;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post-navigation .nav-links a {
  padding: 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-navigation .nav-links a:hover {
  background-color: #1A2B4C;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.post-navigation .nav-links a .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.post-navigation .nav-links a .nav-title {
  font-weight: 600;
  color: #1A2B4C;
}

.post-navigation .nav-links a:hover .nav-subtitle,
.post-navigation .nav-links a:hover .nav-title {
  color: #ffffff;
}

.single-activity .hentry {
  max-width: 1000px;
  margin-top: -10vh;
  min-height: 40vh;
  position: relative;
  padding: 3rem;
  z-index: 1;
  background-color: white;
}

.info-page.hentry {
  max-width: 1000px;
  margin-top: -40vh;
  min-height: 40vh;
  position: relative;
  padding: 0 3rem;
}

.info-page.hentry .entry-content {
  background-color: white;
  padding: 3rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  position: relative;
}

@media (max-width: 767px) {
  .info-page.hentry .entry-content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .info-page.hentry {
    padding: 0;
  }
}

.info-page h1.entry-title {
  font-size: 4rem;
  color: white;
  margin-bottom: 1rem;
}

.responsive-iframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 767px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (min-width: 992px) {
  .alignwide {
    margin-left: calc(-1 * (1200px - 800px) / 2);
    margin-right: calc(-1 * (1200px - 800px) / 2);
    max-width: 1200px;
    width: 1200px;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
  margin-top: 0.25rem;
  text-align: center;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */