/**
 * ANIMATION
 **/
@keyframes wave {
  0%   {
    transform: rotate(-4deg);
  }
  15%   {
    transform: rotate(-2.5deg);
  }
  85%   {
    transform: rotate(2.5deg);
  }
  100%   {
    transform: rotate(4deg);
  }
}

/**
 * GLOBAL
 **/
@media (max-width: 1023px) {
  html {
    font-size: 81.25%
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 87.5%;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  html {
    font-size: 93.75%;
  }
}

body {
  overflow-x: hidden;
}

  @media (max-width: 767px) {
    body {
      --wp--style--root--padding-right: 1rem;
      --wp--style--root--padding-left: 1rem;
    }
  }

section {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .has-xx-large-font-size {
    font-size: calc(var(--wp--preset--font-size--x-large) * 1.25) !important;
  }
}

@media (max-width: 1023px) {
  h1,
  h2 {
    hyphens: auto;
  }
}

/**
 * BASIC
 **/
body.body--menu-is-active {
  overflow: hidden;
}

a:focus-within,
button:focus-within {
  outline: 2px dashed var(--wp--preset--color--accent-1);
  outline-offset: 2px;
}

/**
 * TEMPLATE PART HEADER
 **/
header.wp-block-template-part {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header.wp-block-template-part:after {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg,var(--wp--preset--color--custom-accent-7) 0%, rgba(247, 242, 235, 0) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  content: '';
  transform: translateY(0);
  transition: all .75s cubic-bezier(.19,1,.22,1);
  z-index: -1;
}

  body:not(.body--header-is--shrinked) header.wp-block-template-part:after {
    transform: translateY(-150%);
  }

  header.wp-block-template-part #header {
    position: relative;
    pointer-events: none;
    z-index: 30;
  }

    header.wp-block-template-part #header a,
    header.wp-block-template-part #header button {
      pointer-events: auto;
    }

    body.body--menu-is-active header.wp-block-template-part #header a:focus-within,
    body.body--menu-is-active header.wp-block-template-part #header button:focus-within {
      outline-color: var(--wp--preset--color--base) !important;
    }

  @media (max-width: 767px) {
    header.wp-block-template-part .wp-block-group.is-layout-grid {
      display: flex;
      width: 100%;
      justify-content: space-between;
      gap: var(--wp--preset--spacing--40);
    }
  }

  @media (max-width: 767px) {
    header.wp-block-template-part .wp-block-buttons:first-child {
      display: none;
    }
  }

  header.wp-block-template-part #header > .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: padding .75s cubic-bezier(.19,1,.22,1);
  }

    body:not(.home) header.wp-block-template-part #header > .wp-block-group {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    body.body--menu-is-active header.wp-block-template-part #header > .wp-block-group {
      padding-top: 0 !important;
      padding-right: var(--wp--style--root--padding-right) !important;
      padding-bottom: 0 !important;
      padding-left: var(--wp--style--root--padding-left) !important;
    }

  header.wp-block-template-part .wpml-language-switcher-block {
    width: inherit !important;
  }

    header.wp-block-template-part .wpml-language-switcher-block > .wp-block-navigation-item {
      width: inherit !important;
    }

  header.wp-block-template-part .wp-block-site-logo {
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
  }

    header.wp-block-template-part .wp-block-site-logo img {
      transition: all .75s cubic-bezier(.19,1,.22,1);
    }

      body:not(.body--header-is--shrinked) header.wp-block-template-part .wp-block-site-logo img {
        height: 8rem;
      }

      @media (max-width: 767px) {
        body:not(.body--header-is--shrinked) header.wp-block-template-part .wp-block-site-logo img {
          width: auto;
          height: 6rem;
        }
      }
    
      body.body--header-is--shrinked header.wp-block-template-part .wp-block-site-logo img {
        height: 5rem;
      }

      @media (max-width: 767px) {
        body.body--header-is--shrinked header.wp-block-template-part .wp-block-site-logo img {
          width: auto;
          height: 4rem;
        }
      }

      body.body--menu-is-active header.wp-block-template-part .wp-block-site-logo {
        transform: translateY(-150%);
      }

  header.wp-block-template-part .wp-block-button__button--menu-toggle {
    display: flex;
    width: 3.575rem;
    height: 3.575rem;
    padding: 0;
    background-color: var(--wp--preset--color--accent-1);
    border: 0 !important;
    border-radius: 9999px;
    text-indent: -9999em;    
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .75s cubic-bezier(.19,1,.22,1);
  }

  @media (max-width: 1023px) {
    header.wp-block-template-part .wp-block-button__button--menu-toggle {
      padding-right: 0;
      padding-left: 0;
    }
  }

    header.wp-block-template-part .wp-block-button__button--menu-toggle:focus,
    header.wp-block-template-part .wp-block-button__button--menu-toggle:hover,
    header.wp-block-template-part .wp-block-button__button--menu-toggle[aria-expanded="true"] {
      background-color: var(--wp--preset--color--accent-3);
    }

    header.wp-block-template-part .wp-block-button__button--menu-toggle .wp-block-button__icon {
      display: flex;
      position: relative;
      width: 3.575rem;
      height: 3.575rem;
      padding: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

      header.wp-block-template-part .wp-block-button__button--menu-toggle .wp-block-button__icon span {
        display: flex;
        position: absolute;
        width: 2rem;
        height: .125rem;
        background-color: var(--wp--preset--color--base);
        transition: all 1.5s cubic-bezier(.19,1,.22,1);
      }

        header.wp-block-template-part .wp-block-button__button--menu-toggle .wp-block-button__icon span:nth-child(1) {
          transform: translateY(-.375rem);
        }

          header.wp-block-template-part .wp-block-button__button--menu-toggle:focus .wp-block-button__icon span:nth-child(1),
          header.wp-block-template-part .wp-block-button__button--menu-toggle:hover .wp-block-button__icon span:nth-child(1) {
            transform: translateY(-.5rem);   
          }

          header.wp-block-template-part .wp-block-button__button--menu-toggle[aria-expanded="true"] .wp-block-button__icon span:nth-child(1) {
            transform: rotate(-45deg);
          }

        header.wp-block-template-part .wp-block-button__button--menu-toggle .wp-block-button__icon span:nth-child(2) {
          display: none;
        }
        
        header.wp-block-template-part .wp-block-button__button--menu-toggle .wp-block-button__icon span:nth-child(3) {
          width: 1.5rem;
          transform: translateY(.375rem);
        }

          header.wp-block-template-part .wp-block-button__button--menu-toggle:focus .wp-block-button__icon span:nth-child(3),
          header.wp-block-template-part .wp-block-button__button--menu-toggle:hover .wp-block-button__icon span:nth-child(3) {
            width: 2rem;
            transform: translateY(.5rem);   
          }

          header.wp-block-template-part .wp-block-button__button--menu-toggle[aria-expanded="true"] .wp-block-button__icon span:nth-child(3) {
            width: 2rem;
            transform: rotate(45deg);
          }

/**
 * MENU
 **/
header.wp-block-template-part #menu {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100dvh;
  inset: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(.19,1,.22,1);
  z-index: 20;
}

  body:not(.body--menu-is-active) header.wp-block-template-part #menu {
    transform: translateY(-100%);
  }

  header.wp-block-template-part #menu a:focus-within,
  header.wp-block-template-part #menu button:focus-within {
    outline-color: var(--wp--preset--color--base);
  }

  header.wp-block-template-part #menu > .wp-block-group {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 767px) {
    header.wp-block-template-part #menu > .wp-block-group {
      flex-wrap: nowrap;
      overflow-y: auto;
      overflow-x: hidden;
    }
  }

    header.wp-block-template-part nav.wp-block-navigation--main {
      display: flex;
      align-items: center;
      transition: all 3s cubic-bezier(.19,1,.22,1);
    }

      body:not(.body--menu-is-active) header.wp-block-template-part nav.wp-block-navigation--main {
        filter: blur(4px);
        opacity: .5;
        transform: translateY(-100%);
      }

      header.wp-block-template-part nav.wp-block-navigation--main > ul {
        width: 100%;
        max-width: var(--wp--style--global--content-size);
        gap: 1.5rem;
      }

      @media (max-width: 767px) {
        header.wp-block-template-part nav.wp-block-navigation--main > ul {
          gap: 1rem;
        }
      }

        header.wp-block-template-part nav.wp-block-navigation--main > ul > li.wp-block-navigation-item {
          width: 100%;
          justify-content: center;
        }

        @media (max-width: 767px) {
          header.wp-block-template-part nav.wp-block-navigation--main > ul > li.wp-block-navigation-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: .5rem;
          }
        }

          header.wp-block-template-part nav.wp-block-navigation--main > ul > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
            font-family: var(--wp--preset--font-family--libre-bodoni);
            font-size: calc(var(--wp--preset--font-size--xx-large) * 1.25) !important;
            font-weight: 500;
            text-decoration: none !important;
            flex-shrink: 0;
            transition: all 1.5s cubic-bezier(.19,1,.22,1);
          }

          @media (max-width: 767px) {
            header.wp-block-template-part nav.wp-block-navigation--main > ul > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
              font-size: var(--wp--preset--font-size--x-large) !important;
            }
          }

            header.wp-block-template-part nav.wp-block-navigation--main > ul > li.wp-block-navigation-item > a.wp-block-navigation-item__content:not(:focus):not(:hover) {
              color: var(--wp--preset--color--accent-5);
              opacity: 0.5;
            }

/**
 * TEMPLATE PART FOOTER
 **/
@media (max-width: 480px) {
  footer.wp-block-template-part .wp-block-group.is-layout-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--wp--preset--spacing--50);
  }

    footer.wp-block-template-part .wp-block-group.is-layout-grid * {
      text-align: center !important;
      align-items: center;
    }
}

 @media (min-width: 481px) and (max-width: 767px) {
  footer.wp-block-template-part .wp-block-group.is-layout-grid {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  footer.wp-block-template-part .wp-block-separator + .wp-block-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center !important;
    align-items: center;
    gap: var(--wp--preset--spacing--50);
  }
}

footer.wp-block-template-part .wp-block-post-template .wp-block-post.type-fair > .wp-block-group {
  position: relative;
  text-align: left;
}

  footer.wp-block-template-part .wp-block-post-template .wp-block-post.type-fair > .wp-block-group a.wp-block-read-more {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    text-align: left;
    text-indent: -9999em;
  }

  footer.wp-block-template-part .wp-block-post-template .wp-block-post.type-fair:focus .wp-block-group.has-link-color,
  footer.wp-block-template-part .wp-block-post-template .wp-block-post.type-fair:hover .wp-block-group.has-link-color {
    text-decoration: underline;
  }

  @media (max-width: 767px) {
    footer.wp-block-template-part .wp-block-navigation__container {
      justify-content: center;
    }
  }

/**
 * MAIN
 **/
main {
  z-index: 1;
}

@media (max-width: 781px) {
  main > div.wp-block-group[style*="padding-top"]:first-of-type {
    padding-top: 0 !important;
  }
}

/**
 * ENTRY-CONTENT
 */
.entry-content {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}

  .entry-content section:first-child {
    overflow: hidden;
  }

  .entry-content #description {
    order: 99;
  }

/**
 * BLOCK BUTTON
 **/
:root :where(.wp-element-button, .wp-block-button__link) {
  transition: all .75s cubic-bezier(.19,1,.22,1);
}

  :root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    background-color: var(--wp--preset--color--accent-3) !important;
    color: var(--wp--preset--color--accent-5) !important;
  }

  :root :where(.wp-block-button.is-style-outline .wp-block-button__link.has-accent-5-color:not(.has-background):hover ) {
    background-color: var(--wp--preset--color--accent-5) !important;
    color: var(--wp--preset--color--accent-1) !important;
  }

.wp-block-button.has-icon__heart .wp-block-button__link:before {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 300.54"><defs><style> .cls-1 { fill: %23fff; } </style></defs><g id="Ebene_1-2" data-name="Ebene 1-2"><g><path class="cls-1" d="M447.63,102.91c-6.83-17.69-23.38-27.37-37.58-36.73-17.62-11.59-39.23-17.08-58.92-25.64-6.99-3.03-13.43-7.29-20.77-11.36-1.61,5.64-2.8,9.9-3.99,14.2-.84.04-1.65.12-2.49.15-.5-1.84-1.88-4.03-1.34-5.49,4.18-11.21-2.76-13.93-11.4-16.43-7.02-2.07-14.85-3.99-20.3-8.44C273.67-.76,253.37.47,233.56,0c-12.67-.31-27.44,12.7-29.02,24.8-1.19,9.1-3.99,8.67-11.75,5.72-20.38-7.75-41.42-10.17-61.53,1.31-21.76,12.44-35.7,32.86-51.13,51.66-4.11,4.99-6.14,14.93-10.48,15.81-11.78,2.34-13.01,11.25-16.62,19.19-1.15,2.49-1.57,5.57-3.3,7.52C29.63,148.78,6.99,169.78,0,197.33c4.38,6.26,6.91,14.36,11.71,16.01,21.61,7.52,42.87,2.03,62.76-6.91,10.9-4.91,20.54-12.82,30.36-19.88,10.79-7.75,21.23-15.97,31.59-24.26,4.76-3.8,8.98-8.29,14.55-13.47,10.17-4.84,22.22-10.56,34.24-16.27-.38-.92-.81-1.8-1.19-2.73h18.73c4.41,5.64,11.4,4.3,18.85-.38,4.18-2.61,8.6-6.22,13.13-6.64,12.05-1.04,24.03,2.3,36.5-.73,9.06-2.19,19.19-.35,28.83.31,15.85,1.07,31.67,2.42,47.48,4.11,19.23,2.07,38.38,4.76,57.61,6.83,2.15.23,4.61-1.54,6.83-2.53,3.84-1.69,7.75-3.38,11.44-5.34,7.33-3.92,15.01-7.45,21.65-12.32,2.26-1.65,3.65-7.48,2.57-10.33v.12h0ZM30.4,211.11c-5.49-4.07-10.98-8.1-17.27-12.74,1.31-2.38,2.96-5.34,5.45-9.83,5.68,6.91,10.59,12.86,15.51,18.81-1.23,1.27-2.46,2.53-3.68,3.76h0ZM60.15,198.52c-2.69-.42-5.34-.88-8.02-1.19-3.61-.38-7.22-.65-10.79-.96.73-4.07,1.23-8.21,2.23-12.21.42-1.57,1.96-2.88,3.42-4.87,7.56,7.06,14.32,13.4,22.03,20.61-2.65-.42-5.76-.92-8.83-1.42h-.04v.04ZM106.97,157.65c-6.45-5.87-12.94-11.78-19.77-18,6.14-6.56,12.01-.15,16.2,3.38,3.45,2.92,4.15,9.1,6.06,13.86-.84.27-1.69.54-2.49.77ZM125.86,68.87c-4.64-3.03-2.88-5.99,1.38-9.75,3.42-2.99,5.91-7.02,8.83-10.59-.58-.92-1.15-1.8-1.73-2.73,7.06.54,14.09,1.04,20.38,1.54-9.29,6.91-18.35,13.66-28.86,21.53h0ZM186.89,116.77c-3.49-7.91-7.33-15.66-10.09-23.8-.54-1.54,3.19-4.53,4.91-6.83,2.11,1.65,5.68,2.99,6.1,4.99,1.57,8.06,2.15,16.27,3.11,24.45l-4.03,1.19ZM246,88.59c-1.31.08-2.65.12-3.95.19-.61-9.83-1.23-19.69-1.84-29.52,1.96-.08,3.88-.12,5.83-.19v29.56h0l-.04-.04ZM236.14,13.86c9.71-11.25,17.85-10.94,29.06,0h-29.06ZM270.45,45.72c3.92-6.06,7.48-11.55,11.02-17,.88.5,1.73,1.04,2.61,1.54-1.96,8.21-3.92,16.39-5.87,24.6-.88.08-1.77.15-2.65.23-1.73-3.22-3.45-6.41-5.07-9.37h-.04ZM277.47,108.17c3.22-13.17,6.06-24.76,9.56-38.88,7.56,18.96,3.65,35.62-9.56,38.88ZM300.39,109.74c-1.07-6.14-2.42-12.63-3.26-19.15-.15-1.34,1.34-3.19,2.49-4.38,6.49-6.64,13.13-13.13,19.15-19.15,3.45,7.33-6.76,33.05-18.39,42.72h0v-.04ZM343.92,106.6c6.76-8.98,13.55-17.93,20.8-27.52,3.15,10.21-7.14,24.8-20.8,27.52ZM367.25,108.94c-.69.35-1.88-.35-3.57-.69,6.95-12.01,13.55-23.68,20.46-35.16.65-1.07,3.19-1.77,4.49-1.38,1.11.35,2.69,2.96,2.3,3.76-5.76,12.67-9.71,26.68-23.68,33.51h0v-.04ZM410.55,105.33c-5.72-2.61-11.55-5.07-17.12-7.98-.65-.35-.61-3.53.15-4.64.61-.92,3.26-1.5,4.3-.96,5.07,2.69,9.9,5.83,14.82,8.79-.73,1.61-1.42,3.19-2.15,4.8Z"/><path class="cls-1" d="M416.88,171.62c-5.07-5.95-9.79-12.21-15.05-17.96-2.07-2.26-5.03-4.57-7.87-5.03-17.46-2.88-35.01-5.34-52.55-7.72-4.87-.65-10.02.19-14.78-.84-11.32-2.38-18.65.5-24.57,10.59-6.76,11.55-21,18.08-33.39,15.28-3.84,6.33-10.71,11.71-5.95,20.77.5.96-2.69,3.84-3.76,5.34-3.38-6.79-6.29-12.67-8.25-16.58-10.9,2.65-19.31,6.45-27.56,6.22-7.98-.23-16.47,4.45-14.97,12.47.88,4.76,3.53,9.14,5.14,13.78,2,5.68,3.72,11.44,5.57,17.2-1.15.46-2.3.96-3.45,1.42-1.54-2.73-3.49-5.3-4.53-8.21-1.96-5.68-2.99-11.67-5.1-17.27-2-5.26-2.38-13.13-10.75-12.09-5.76.73-11.25,3.53-16.89,5.41l.65,3.11c-5.6-3.07-11.21-6.1-20.38-11.09-.88,17.54-1.65,32.2-2.38,46.87-.96-.04-1.88-.12-2.84-.15-4.95-14.32-3.84-28.86.73-45.52-8.67,1.73-16.24,2.07-22.88,4.76-17.27,7.02-34.43,14.55-51.01,23.03-5.57,2.84-10.4,8.44-7.18,16.62,1,2.53.42,5.72.58,8.6-1.04.19-2.11.42-3.15.61-1.5-4.49-3.03-8.94-4.53-13.36-16.77.69-21.61,3.88-24.6,16.81,17.58,10.36,35.47,20.84,53.28,31.4,6.79,4.03,12.82,6.45,12.13-5.76,4.18,5.95,6.76,13.17,11.78,15.97,6.87,3.8,15.55,4.61,23.57,6.06,7.33,1.34,15.74,0,22.03,3.07,16.47,8.14,33.2,4.57,49.74,2.92,16.16-1.61,31.82-2.57,47.83-10.21,16.81-8.02,37.39-8.44,54.31-18.58,2.26-1.38,5.76-.58,8.29-1.69,18.88-8.64,31.78-25.29,48.71-36.62.42-.27.19-1.42.5-2,3.42-5.99,5.53-13.63,10.56-17.62,14.32-11.4,16.97-14.55,1.04-28.17,1.5,5.95,2.73,10.94,4.41,17.62-16.62-8.98-10.63-19.27-5.03-31.44,3.22,4.11,6.99,7.1,8.25,10.94,3.42,10.48,11.55,8.29,18.42,6.91,6.72-1.31,9.71-11.28,5.87-15.81h0v-.04ZM105.44,233.3c.61,7.91,1.07,14.16,1.57,20.42-11.09-6.83-11.21-11.59-1.57-20.42ZM126.74,254.68c-2.92-1.31-6.22-2.11-8.71-3.99-11.44-8.64-9.83-20.3-5.49-32.82,5.83,8.9,12.09,17.58,17.12,26.91,1.15,2.15-1.84,6.56-2.92,9.9ZM267.26,209.27c3.65,7.25,7.33,14.47,11.67,23.07-10.94-2.07-16.27-11.9-11.67-23.07ZM316.59,182.83c-1.38-1.65.04-5.64.19-8.56,1.27-.19,2.53-.42,3.84-.61,4.99,6.6,9.98,13.2,16.35,21.65-13.13,1.38-15.93-7.06-20.38-12.44h0v-.04Z"/></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

  .wp-block-button.has-icon__heart .wp-block-button__link svg {
    display: none;
  }

/**
 * SLIDER
 **/
.wp-block-group.js--selector-slider {
  display: flex;
  width: 100%;
}

  .wp-block-group.js--selector-slider > .swiper-container {
    width: 100%;
  }

.swiper-container {
  max-width: 100%;
}

/*
@media (max-width: 575px) {
  .swiper-slide {
    padding-right: calc(var(--wp--style--root--padding-right) * 2);
    padding-left: calc(var(--wp--style--root--padding-left) * 2);
  }
}
*/

.js--selector-slider .slider__buttons {
  display: flex;
  gap: var(--wp--preset--spacing--20);
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.575rem;
  height: 3.575rem;
  background-color: var(--wp--preset--color--accent-1);
  border: none;
  border-radius: 50% 55%;
  color: var(--wp--preset--color--base);
  flex-shrink: 0;
  transition: all .75s cubic-bezier(.19,1,.22,1);
  z-index: 9;
}

  .swiper-button-next:focus,
  .swiper-button-next:hover,
  .swiper-button-prev:focus,
  .swiper-button-prev:hover {
    background-color: var(--wp--preset--color--accent-3);
    border-width: 0 !important;
    outline: 0 !important;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 3rem;
    height: 3rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23f7f2eb" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="m14 18-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45 14 6l6 6z"></path></svg>');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
  }

  .swiper-button-prev:after {
    background-position: 50% 45%;
    transform: rotate(180deg);
  }

/**
 * BLOCK GROUP - AFTERPARTY
 */
.wp-block-group--afterparty {
  overflow-x: visible;
}

@media (max-width: 767px) {
  .wp-block-group--afterparty {
    padding-top: 0 !important;
  }
}

  @media (max-width: 767px) {
    .wp-block-group--afterparty .wp-block-media-text {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  }

  .wp-block-group--afterparty .wp-block-media-text:before {
    display: flex;
    position: absolute;
    width: 35%;
    height: calc(100% + var(--wp--preset--spacing--80));
    top: calc(var(--wp--preset--spacing--80) * -1);
    right: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX3hreFMxMCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMCkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjY0IiBzdHJva2U9IiM0RDBEMUIiIHN0cm9rZS13aWR0aD0iNjQiLz48L3BhdHRlcm4+PC9kZWZzPiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5feGt4UzEwKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
    content: '';
    z-index: 0;
  }

  @media (max-width: 767px) {
    .wp-block-group--afterparty .wp-block-media-text:before {
      width: 35%;
    }
  }

  .wp-block-group--afterparty .wp-block-media-text:after {
    display: flex;
    position: absolute;
    width: 100%;
    height: calc(var(--wp--preset--spacing--80) * 2);
    top: calc(var(--wp--preset--spacing--80) * -1);
    right: 0;
    left: 0;
    background: linear-gradient(180deg,var(--wp--preset--color--accent-4) 0%, rgba(247, 242, 235, 0) 100%);
    content: '';
    z-index: 2;
  }

  @media (max-width: 767px) {
    .wp-block-group--afterparty .wp-block-media-text .wp-block-media-text__content {
      width: 60% !important;
      padding-left: 0 !important;
      z-index: 3;
    }
  }

  .wp-block-group--afterparty .wp-block-media-text .wp-block-media-text__media {
    z-index: 3;
  }

  @media (max-width: 767px) {
    .wp-block-group--afterparty .wp-block-media-text .wp-block-media-text__media {
      display: none;
    }
  }

/**
 * BLOCK GROUP - IMPRESSIONS
 */
.wp-block-group--impressions .wp-block-group .wp-block-heading {
  position: relative;
  transform: translateY(50%);
  line-height: .875;
  z-index: 2;
}

 .wp-block-group--impressions .wp-block-group .wp-block-heading + .wp-block-group.js--selector-slider {
  margin-top: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .wp-block-group.js--selector-slider.js--selector-slider-impressions {
    flex-direction: column;
  }
}

.wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-container {
  width: calc(100% - (2 * var(--wp--preset--spacing--30)));
  padding-right: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--30);
}

@media (max-width: 767px) {
  .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-container figure {
    width: 100% !important;
  }

    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-container figure img {
      height: 480px;
    }
}

@media (min-width: 768px) {
  .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-container figure {
    width: auto !important;
  }
  
    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-container figure img {
      width: 100%;
      max-height: 480px;
    }
}

  @media (min-width: 768px) {
    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-button-next,
    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-button-prev {
      position: relative;
    }
  }

    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-button-next,
    .wp-block-group.js--selector-slider.js--selector-slider-impressions .swiper-button-prev {
      border: 1px solid var(--wp--preset--color--accent-5) !important;
    }

/**
 * BLOCK GROUP - SLIDER FACTS
 **/
@media (min-width: 768px) {
  .wp-block-group.js--selector-slider.js--selector-slider-facts {
    flex-direction: column;
  }
}

  /*
  .wp-block-group.js--selector-slider.js--selector-slider-facts .swiper-container {
    overflow-x: hidden;
  }
  */

    @media (max-width: 767px) {
      .wp-block-group.js--selector-slider.js--selector-slider-facts article {
        display: flex !important;
        flex-direction: column !important;
      }
      .wp-block-group.js--selector-slider.js--selector-slider-facts article * {
        text-align: center;
        align-items: center;
      }
    }

    @media (max-width: 767px) {
      .wp-block-group.js--selector-slider.js--selector-slider-facts article img {
        aspect-ratio: 4 / 3;
        border-radius: 0;
        object-fit: cover;
      }
    }

    @media (min-width: 768px) {
      .wp-block-group.js--selector-slider.js--selector-slider-facts .swiper-button-next,
      .wp-block-group.js--selector-slider.js--selector-slider-facts .swiper-button-prev {
        position: relative;
      }
    }

/**
 * BLOCK GROUP - SLIDER TICKETS
 **/
.wp-block-group.js--selector-slider.js--selector-slider-tickets .swiper-container {
  overflow-x: hidden;
}

/**
 * BLOCK GROUP - TICKET
 */
article.wp-block-group.wp-block-group--ticket figure + div.wp-block-group {
  margin-top: calc((var(--wp--preset--font-size--xx-large) / 1.5) * -1);
}

/**
 * BLOCK POST TEMPLATE - SLIDER LOCATIONS
 **/
@media (max-width: 767px) {
  .wp-block-post-template.js--selector-slider.js--selector-slider-locations {
    flex-direction: column;
  }
}

.wp-block-post-template.js--selector-slider.js--selector-slider-locations .swiper-container .swiper-slide {
  transition: transform .75s cubic-bezier(.19,1,.22,1);
}

  .wp-block-post-template.js--selector-slider.js--selector-slider-locations .swiper-container .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }

  @media (max-width: 767px) {
    .wp-block-post-template.js--selector-slider.js--selector-slider-locations .slider__buttons {
      margin-top: var(--wp--preset--spacing--40);
      justify-content: center;
    }
    
    .wp-block-post-template.js--selector-slider.js--selector-slider-locations .swiper-button-next,
    .wp-block-post-template.js--selector-slider.js--selector-slider-locations .swiper-button-prev {
      position: relative;
    }
  }

/**
 * BLOCK POST - TYPE FAIR
 */
.wp-block-post.type-fair article .wp-block-cover + div.wp-block-group {
  margin-top: calc((var(--wp--preset--font-size--xx-large) / 1.5) * -1);
  z-index: 1;
}

  @media (max-width: 767px) {
    .wp-block-post.type-fair article .wp-block-cover + div.wp-block-group > .wp-block-group:first-child {
      font-size: calc(var(--wp--preset--font-size--x-large) * 1) !important;
    }
  }

  .wp-block-post.type-fair article .wp-block-read-more {
    display: flex;
    margin-bottom: 1px;
    padding-top: calc(1rem - 1px);
    padding-right: calc(2.25rem - 1px);
    padding-bottom: calc(1rem - 1px);
    padding-left: calc(2.25rem - 1px);
    background: transparent none;
    border-color: currentColor;
    border-width: 1px;
    border-style: solid;   
    border-radius: 999px; 
    color: var(--wp--preset--color--accent-1) !important;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .375em;
    transition: all .75s cubic-bezier(.19,1,.22,1);
  }

    .wp-block-post.type-fair article .wp-block-read-more:before {
      display: flex;
      width: 1.25rem;
      height: 1.25rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%234d0d1b" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="m14 18-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45 14 6l6 6z"></path></svg>');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      transition: all .75s cubic-bezier(.19,1,.22,1);
    }

  .wp-block-post.type-fair article .wp-block-read-more:focus,
  .wp-block-post.type-fair article .wp-block-read-more:hover {
    background-color: var(--wp--preset--color--accent-1) !important;
    color: var(--wp--preset--color--accent-4) !important;
  }

    .wp-block-post.type-fair article .wp-block-read-more:focus:before,
    .wp-block-post.type-fair article .wp-block-read-more:hover:before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23f7f2eb" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="m14 18-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45 14 6l6 6z"></path></svg>');
    }
