:root body a {
  text-decoration: none;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000000;
  -webkit-hyphens: none;
          hyphens: none;
}

@media (max-width: 720px) {
  body {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
html {
  overflow-y: scroll;
  background: #ffffff;
}

body,
html {
  max-width: 100vw;
  box-sizing: border-box;
  background: #ffffff;
}

body {
  overflow: hidden;
}

button,
.button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page {
  margin: 0 auto;
  box-sizing: border-box;
}

.page h1.page-title {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 720px) {
  .page h1.page-title {
    margin-top: 40px;
  }
}
.edit-page-buttons-wrapper {
  position: fixed;
  top: 0;
  left: 80px;
  z-index: 1000;
}

@media (max-width: 720px) {
  .edit-page-buttons-wrapper {
    display: none;
  }
}
.edit-page-buttons-wrapper .edit-page-button {
  background: #000000;
  color: #ffffff;
  padding: 8px 32px;
  display: inline-flex;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}

@media (max-width: 720px) {
  .edit-page-buttons-wrapper .edit-page-button {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .edit-page-buttons-wrapper .edit-page-button:hover {
    background: var(--primary-color);
    color: #000000;
    transition: all 300ms ease-in-out;
  }
}
.content-wrapper {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
}

@media (max-width: 1440px) {
  .content-wrapper {
    max-width: calc(100vw - 150px);
  }
}
@media (max-width: 1200px) {
  .content-wrapper {
    max-width: calc(100vw - 150px);
  }
}
@media (max-width: 960px) {
  .content-wrapper {
    max-width: calc(100vw - 64px);
  }
}
@media (max-width: 720px) {
  .content-wrapper {
    max-width: calc(100vw - 40px);
  }
}
.bg-white {
  background-color: #ffffff !important;
}

.bg-white.acf-block {
  position: relative;
  z-index: 1;
}

.bg-white.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-white-background-color {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.has-white-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-white {
  color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black.acf-block {
  position: relative;
  z-index: 1;
}

.bg-black.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-black-background-color {
  background-color: #000000 !important;
  position: relative;
  z-index: 1;
}

.has-black-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-black {
  color: #000000 !important;
}

.bg-grey {
  background-color: #dcdcdc !important;
}

.bg-grey.acf-block {
  position: relative;
  z-index: 1;
}

.bg-grey.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-grey-background-color {
  background-color: #dcdcdc !important;
  position: relative;
  z-index: 1;
}

.has-grey-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-grey {
  color: #dcdcdc !important;
}

.bg-grey-light {
  background-color: #efefef !important;
}

.bg-grey-light.acf-block {
  position: relative;
  z-index: 1;
}

.bg-grey-light.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-grey-light-background-color {
  background-color: #efefef !important;
  position: relative;
  z-index: 1;
}

.has-grey-light-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-grey-light {
  color: #efefef !important;
}

.bg-grey-dark {
  background-color: #b2b2b2 !important;
}

.bg-grey-dark.acf-block {
  position: relative;
  z-index: 1;
}

.bg-grey-dark.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-grey-dark-background-color {
  background-color: #b2b2b2 !important;
  position: relative;
  z-index: 1;
}

.has-grey-dark-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-grey-dark {
  color: #b2b2b2 !important;
}

.bg-grey-darker {
  background-color: #404040 !important;
}

.bg-grey-darker.acf-block {
  position: relative;
  z-index: 1;
}

.bg-grey-darker.acf-block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.has-grey-darker-background-color {
  background-color: #404040 !important;
  position: relative;
  z-index: 1;
}

.has-grey-darker-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  width: 100vw;
  z-index: -1;
  height: 100%;
}

.t-grey-darker {
  color: #404040 !important;
}

/*******
 * AOS *
*******/
.aos-init .aos-init {
  opacity: 1 !important;
  transform: none !important;
}

.frontend .button:not(.block, .acf-button),
.acf-block .button:not(.block, .acf-button) {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  height: 35px;
  border-radius: 99px;
  padding: 0px 12px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1em;
  white-space: nowrap;
  min-height: 26px;
  position: relative;
  min-width: 0px;
  transition: all 300ms ease-in-out;
}

@media (max-width: 720px) {
  .frontend .button:not(.block, .acf-button),
  .acf-block .button:not(.block, .acf-button) {
    font-size: 16px;
    line-height: 22px;
  }
}
.frontend .button:not(.block, .acf-button):not(.disabled),
.acf-block .button:not(.block, .acf-button):not(.disabled) {
  cursor: pointer;
}

.frontend .button:not(.block, .acf-button).icon-only,
.acf-block .button:not(.block, .acf-button).icon-only {
  width: 35px;
  padding: 0px;
}

.frontend .button:not(.block, .acf-button).small,
.acf-block .button:not(.block, .acf-button).small {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 26px;
  padding: 0px 8px;
  line-height: 1em;
}

@media (max-width: 720px) {
  .frontend .button:not(.block, .acf-button).small,
  .acf-block .button:not(.block, .acf-button).small {
    font-size: 12px;
    line-height: 18px;
  }
}
.frontend .button:not(.block, .acf-button).small.icon-only,
.acf-block .button:not(.block, .acf-button).small.icon-only {
  width: 26px;
  padding: 0px;
}

.frontend .button:not(.block, .acf-button).small svg,
.acf-block .button:not(.block, .acf-button).small svg {
  height: 18px;
  width: auto;
}

.frontend .button:not(.block, .acf-button).small svg path,
.acf-block .button:not(.block, .acf-button).small svg path {
  transition: all 300ms ease-in-out;
}

.frontend .button:not(.block, .acf-button).large,
.acf-block .button:not(.block, .acf-button).large {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  height: 42px;
  padding: 0px 16px;
  line-height: 1em;
}

.frontend .button:not(.block, .acf-button).large.icon-only,
.acf-block .button:not(.block, .acf-button).large.icon-only {
  width: 42px;
  padding: 0px;
}

.frontend .button:not(.block, .acf-button).black.solid,
.acf-block .button:not(.block, .acf-button).black.solid {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.frontend .button:not(.block, .acf-button).black.solid svg path,
.acf-block .button:not(.block, .acf-button).black.solid svg path {
  fill: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).black.solid:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).black.solid:hover:not(.disabled) {
    background: transparent;
    color: #000000;
  }
  .frontend .button:not(.block, .acf-button).black.solid:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).black.solid:hover:not(.disabled) svg path {
    fill: #000000;
  }
}
.frontend .button:not(.block, .acf-button).black.outline,
.acf-block .button:not(.block, .acf-button).black.outline {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.frontend .button:not(.block, .acf-button).black.outline svg path,
.acf-block .button:not(.block, .acf-button).black.outline svg path {
  fill: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).black.outline:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).black.outline:hover:not(.disabled) {
    background: #000000;
    color: #ffffff;
  }
  .frontend .button:not(.block, .acf-button).black.outline:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).black.outline:hover:not(.disabled) svg path {
    fill: #ffffff;
  }
}
.frontend .button:not(.block, .acf-button).black.link,
.acf-block .button:not(.block, .acf-button).black.link {
  background: transparent;
  color: #000000;
  border-radius: 0px;
  padding: 0px;
  height: -moz-min-content;
  height: min-content;
}

.frontend .button:not(.block, .acf-button).black.link:after,
.acf-block .button:not(.block, .acf-button).black.link:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: #000000;
  transition: all 300ms ease-in-out;
}

.frontend .button:not(.block, .acf-button).black.link.no-underline:after,
.acf-block .button:not(.block, .acf-button).black.link.no-underline:after {
  background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).black.link:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).black.link:hover:not(.disabled) {
    color: #b2b2b2;
  }
  .frontend .button:not(.block, .acf-button).black.link:hover:not(.disabled):after,
  .acf-block .button:not(.block, .acf-button).black.link:hover:not(.disabled):after {
    background: #b2b2b2;
  }
}
.frontend .button:not(.block, .acf-button).white.solid,
.acf-block .button:not(.block, .acf-button).white.solid {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

.frontend .button:not(.block, .acf-button).white.solid svg path,
.acf-block .button:not(.block, .acf-button).white.solid svg path {
  fill: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).white.solid:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).white.solid:hover:not(.disabled) {
    background: transparent;
    color: #ffffff;
  }
  .frontend .button:not(.block, .acf-button).white.solid:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).white.solid:hover:not(.disabled) svg path {
    fill: #ffffff;
  }
}
.frontend .button:not(.block, .acf-button).white.outline,
.acf-block .button:not(.block, .acf-button).white.outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.frontend .button:not(.block, .acf-button).white.outline svg path,
.acf-block .button:not(.block, .acf-button).white.outline svg path {
  fill: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).white.outline:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).white.outline:hover:not(.disabled) {
    background: #ffffff;
    color: #000000;
  }
  .frontend .button:not(.block, .acf-button).white.outline:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).white.outline:hover:not(.disabled) svg path {
    fill: #000000;
  }
}
.frontend .button:not(.block, .acf-button).white.link,
.acf-block .button:not(.block, .acf-button).white.link {
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  padding: 0px;
  height: -moz-min-content;
  height: min-content;
}

.frontend .button:not(.block, .acf-button).white.link:after,
.acf-block .button:not(.block, .acf-button).white.link:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: #ffffff;
  transition: all 300ms ease-in-out;
}

.frontend .button:not(.block, .acf-button).white.link.no-underline:after,
.acf-block .button:not(.block, .acf-button).white.link.no-underline:after {
  background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).white.link:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).white.link:hover:not(.disabled) {
    color: var(--primary-color);
  }
  .frontend .button:not(.block, .acf-button).white.link:hover:not(.disabled):after,
  .acf-block .button:not(.block, .acf-button).white.link:hover:not(.disabled):after {
    background: var(--primary-color);
  }
}
.frontend .button:not(.block, .acf-button).main.solid,
.acf-block .button:not(.block, .acf-button).main.solid {
  background: var(--primary-color);
  color: #000000;
  border: 1px solid var(--primary-color);
}

.frontend .button:not(.block, .acf-button).main.solid svg path,
.acf-block .button:not(.block, .acf-button).main.solid svg path {
  fill: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).main.solid:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).main.solid:hover:not(.disabled) {
    background: #000000;
    color: var(--primary-color);
    border: 1px solid #000000;
  }
  .frontend .button:not(.block, .acf-button).main.solid:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).main.solid:hover:not(.disabled) svg path {
    fill: var(--primary-color);
  }
}
.frontend .button:not(.block, .acf-button).main.outline,
.acf-block .button:not(.block, .acf-button).main.outline {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.frontend .button:not(.block, .acf-button).main.outline svg path,
.acf-block .button:not(.block, .acf-button).main.outline svg path {
  fill: var(--primary-color);
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).main.outline:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).main.outline:hover:not(.disabled) {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .frontend .button:not(.block, .acf-button).main.outline:hover:not(.disabled) svg path,
  .acf-block .button:not(.block, .acf-button).main.outline:hover:not(.disabled) svg path {
    fill: #ffffff;
  }
}
.frontend .button:not(.block, .acf-button).main.link,
.acf-block .button:not(.block, .acf-button).main.link {
  background: transparent;
  color: var(--primary-color);
  border-radius: 0px;
  padding: 0px;
  height: -moz-min-content;
  height: min-content;
}

.frontend .button:not(.block, .acf-button).main.link:after,
.acf-block .button:not(.block, .acf-button).main.link:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: var(--primary-color);
  transition: all 300ms ease-in-out;
}

.frontend .button:not(.block, .acf-button).main.link.no-underline:after,
.acf-block .button:not(.block, .acf-button).main.link.no-underline:after {
  background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button).main.link:hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button).main.link:hover:not(.disabled) {
    color: #ffffff;
  }
  .frontend .button:not(.block, .acf-button).main.link:hover:not(.disabled):after,
  .acf-block .button:not(.block, .acf-button).main.link:hover:not(.disabled):after {
    background: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .frontend .button:not(.block, .acf-button):hover:not(.disabled),
  .acf-block .button:not(.block, .acf-button):hover:not(.disabled) {
    transition: all 300ms ease-in-out;
  }
}
.faq {
  background: #dcdcdc;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 1em;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .faq {
    font-size: 16px;
    line-height: 22px;
  }
}
.info-box {
  background: #ffffff;
  border-left: 6px solid var(--primary-color);
  padding: 1em 1.5em;
  border-radius: 4px;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 720px) {
  .info-box {
    font-size: 16px;
    line-height: 22px;
  }
}
.acf-block {
  color: #000000;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .acf-block {
    font-size: 16px;
    line-height: 22px;
  }
}
.acf-block .inner-blocks {
  background-color: transparent;
}

.acf-block.alignwide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.acf-block.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}

.acf-block.margin-top-0 {
  margin-top: 0;
}

.acf-block.margin-top-mini {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .acf-block.margin-top-mini {
    margin-top: 24px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-top-mini {
    margin-top: 16px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-top-mini {
    margin-top: 12px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-top-mini {
    margin-top: 8px;
  }
}
.acf-block.margin-top-small {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .acf-block.margin-top-small {
    margin-top: 32px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-top-small {
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-top-small {
    margin-top: 16px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-top-small {
    margin-top: 12px;
  }
}
.acf-block.margin-top-normal {
  margin-top: 48px;
}

@media (max-width: 1200px) {
  .acf-block.margin-top-normal {
    margin-top: 48px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-top-normal {
    margin-top: 40px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-top-normal {
    margin-top: 32px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-top-normal {
    margin-top: 24px;
  }
}
.acf-block.margin-top-large {
  margin-top: 96px;
}

@media (max-width: 1200px) {
  .acf-block.margin-top-large {
    margin-top: 96px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-top-large {
    margin-top: 80px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-top-large {
    margin-top: 48px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-top-large {
    margin-top: 40px;
  }
}
.acf-block.margin-top-huge {
  margin-top: 160px;
}

@media (max-width: 1200px) {
  .acf-block.margin-top-huge {
    margin-top: 160px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-top-huge {
    margin-top: 128px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-top-huge {
    margin-top: 96px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-top-huge {
    margin-top: 64px;
  }
}
.acf-block.margin-bottom-0 {
  margin-bottom: 0;
}

.acf-block.margin-bottom-mini {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .acf-block.margin-bottom-mini {
    margin-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-bottom-mini {
    margin-bottom: 16px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-bottom-mini {
    margin-bottom: 12px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-bottom-mini {
    margin-bottom: 8px;
  }
}
.acf-block.margin-bottom-small {
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .acf-block.margin-bottom-small {
    margin-bottom: 32px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-bottom-small {
    margin-bottom: 24px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-bottom-small {
    margin-bottom: 16px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-bottom-small {
    margin-bottom: 12px;
  }
}
.acf-block.margin-bottom-normal {
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .acf-block.margin-bottom-normal {
    margin-bottom: 48px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-bottom-normal {
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-bottom-normal {
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-bottom-normal {
    margin-bottom: 24px;
  }
}
.acf-block.margin-bottom-large {
  margin-bottom: 96px;
}

@media (max-width: 1200px) {
  .acf-block.margin-bottom-large {
    margin-bottom: 96px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-bottom-large {
    margin-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-bottom-large {
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-bottom-large {
    margin-bottom: 40px;
  }
}
.acf-block.margin-bottom-huge {
  margin-bottom: 160px;
}

@media (max-width: 1200px) {
  .acf-block.margin-bottom-huge {
    margin-bottom: 160px;
  }
}
@media (max-width: 960px) {
  .acf-block.margin-bottom-huge {
    margin-bottom: 128px;
  }
}
@media (max-width: 720px) {
  .acf-block.margin-bottom-huge {
    margin-bottom: 96px;
  }
}
@media (max-width: 650px) {
  .acf-block.margin-bottom-huge {
    margin-bottom: 64px;
  }
}
.acf-block.padding-top-0 {
  padding-top: 0;
}

.acf-block.padding-top-mini {
  padding-top: 24px;
}

@media (max-width: 1200px) {
  .acf-block.padding-top-mini {
    padding-top: 24px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-top-mini {
    padding-top: 16px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-top-mini {
    padding-top: 12px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-top-mini {
    padding-top: 8px;
  }
}
.acf-block.padding-top-small {
  padding-top: 32px;
}

@media (max-width: 1200px) {
  .acf-block.padding-top-small {
    padding-top: 32px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-top-small {
    padding-top: 24px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-top-small {
    padding-top: 16px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-top-small {
    padding-top: 12px;
  }
}
.acf-block.padding-top-normal {
  padding-top: 48px;
}

@media (max-width: 1200px) {
  .acf-block.padding-top-normal {
    padding-top: 48px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-top-normal {
    padding-top: 40px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-top-normal {
    padding-top: 32px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-top-normal {
    padding-top: 24px;
  }
}
.acf-block.padding-top-large {
  padding-top: 96px;
}

@media (max-width: 1200px) {
  .acf-block.padding-top-large {
    padding-top: 96px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-top-large {
    padding-top: 80px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-top-large {
    padding-top: 48px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-top-large {
    padding-top: 40px;
  }
}
.acf-block.padding-top-huge {
  padding-top: 160px;
}

@media (max-width: 1200px) {
  .acf-block.padding-top-huge {
    padding-top: 160px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-top-huge {
    padding-top: 128px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-top-huge {
    padding-top: 96px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-top-huge {
    padding-top: 64px;
  }
}
.acf-block.padding-bottom-0 {
  padding-bottom: 0;
}

.acf-block.padding-bottom-mini {
  padding-bottom: 24px;
}

@media (max-width: 1200px) {
  .acf-block.padding-bottom-mini {
    padding-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-bottom-mini {
    padding-bottom: 16px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-bottom-mini {
    padding-bottom: 12px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-bottom-mini {
    padding-bottom: 8px;
  }
}
.acf-block.padding-bottom-small {
  padding-bottom: 32px;
}

@media (max-width: 1200px) {
  .acf-block.padding-bottom-small {
    padding-bottom: 32px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-bottom-small {
    padding-bottom: 24px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-bottom-small {
    padding-bottom: 16px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-bottom-small {
    padding-bottom: 12px;
  }
}
.acf-block.padding-bottom-normal {
  padding-bottom: 48px;
}

@media (max-width: 1200px) {
  .acf-block.padding-bottom-normal {
    padding-bottom: 48px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-bottom-normal {
    padding-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-bottom-normal {
    padding-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-bottom-normal {
    padding-bottom: 24px;
  }
}
.acf-block.padding-bottom-large {
  padding-bottom: 96px;
}

@media (max-width: 1200px) {
  .acf-block.padding-bottom-large {
    padding-bottom: 96px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-bottom-large {
    padding-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-bottom-large {
    padding-bottom: 48px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-bottom-large {
    padding-bottom: 40px;
  }
}
.acf-block.padding-bottom-huge {
  padding-bottom: 160px;
}

@media (max-width: 1200px) {
  .acf-block.padding-bottom-huge {
    padding-bottom: 160px;
  }
}
@media (max-width: 960px) {
  .acf-block.padding-bottom-huge {
    padding-bottom: 128px;
  }
}
@media (max-width: 720px) {
  .acf-block.padding-bottom-huge {
    padding-bottom: 96px;
  }
}
@media (max-width: 650px) {
  .acf-block.padding-bottom-huge {
    padding-bottom: 64px;
  }
}
.acf-block p {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  color: inherit;
}

@media (max-width: 720px) {
  .acf-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.h1 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 56px;
  line-height: 72px;
  font-weight: 800;
  -webkit-hyphens: none;
          hyphens: none;
}

@media (max-width: 720px) {
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.h2 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.h3 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.h4 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.h5 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.h6 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.p,
.text {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .p,
  .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

.p,
p,
ul,
ol {
  margin: 0px;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}

.p:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a {
  transition: all 300ms ease-in-out;
}

a:hover {
  transition: all 300ms ease-in-out;
}

.text-wrapper {
  color: #000000;
}

.text-wrapper h1 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 56px;
  line-height: 72px;
  font-weight: 800;
  -webkit-hyphens: none;
          hyphens: none;
}

@media (max-width: 720px) {
  .text-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.text-wrapper h2 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .text-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.text-wrapper h3 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.text-wrapper h4 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.text-wrapper h5 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .text-wrapper h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.text-wrapper h6 {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .text-wrapper h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.text-wrapper p.text,
.text-wrapper p {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .text-wrapper p.text,
  .text-wrapper p {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
  margin: 0px;
  margin-bottom: 1.5em;
  display: inline-block;
}

.text-wrapper h1:last-child,
.text-wrapper h2:last-child,
.text-wrapper h3:last-child,
.text-wrapper h4:last-child,
.text-wrapper h5:last-child,
.text-wrapper h6:last-child {
  margin-bottom: 0;
}

.text-wrapper p,
.text-wrapper ul,
.text-wrapper ol {
  margin: 0px;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}

.text-wrapper p:last-child,
.text-wrapper ul:last-child,
.text-wrapper ol:last-child {
  margin-bottom: 0;
}

.color-white {
  color: #ffffff;
}

.color-white-bold {
  color: #ffffff;
}

.color-schwarz {
  color: #000000;
}

.color-grau {
  color: #dcdcdc;
}

.color-grau-light {
  color: #dcdcdc;
}

.color-orange {
  color: var(--primary-color);
}

.color-gelb {
  color: var(--primary-color);
}

.color-gruen {
  color: var(--primary-color);
}

.color-blau {
  color: var(--primary-color);
}

/***************
 * MAIN HEADER *
***************/
#topSpace {
  background: #ffffff;
}

#topSpace.frontpage {
  background: var(--primary-color);
  margin-top: 160px;
}

@media (max-width: 850px) {
  #topSpace.frontpage {
    margin-top: 80px;
  }
}
#topSpace.no-info-slider {
  margin-top: 0px !important;
}

header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 150;
  top: 0;
  left: 0;
}

header.main {
  background: var(--primary-color);
}

header .header_grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-template-areas: "logo menu";
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
}

@media (max-width: 850px) {
  header .header_grid {
    grid-template-columns: 1fr;
    grid-template-areas: "menu" "logo";
    padding-bottom: 0px;
  }
}
header .header_grid .logo_wrapper {
  grid-area: logo;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .header_grid .logo_wrapper svg {
  height: 46px;
  width: auto;
}

@media (max-width: 720px) {
  header .header_grid .logo_wrapper svg {
    height: 27px;
  }
}
header .header_grid .logo_wrapper .h1 {
  font-weight: 500;
  line-height: 1em;
}

@media (max-width: 850px) {
  header .header_grid .logo_wrapper .h1 {
    text-align: center;
  }
}
@media (max-width: 850px) {
  header .header_grid .logo_wrapper {
    padding: 16px 0px;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
  }
  header .header_grid .logo_wrapper:before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header_grid .logo_wrapper:after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .header_grid .menu_wrapper {
  grid-area: menu;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  color: #000000;
}

header .header_grid .menu_wrapper .toggle_mobile_menu {
  display: none;
}

@media (max-width: 850px) {
  header .header_grid .menu_wrapper .toggle_mobile_menu {
    display: inline-flex;
  }
}
header .header_grid .menu_wrapper ul {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 850px) {
  header .header_grid .menu_wrapper ul {
    display: none;
  }
}
header .header_grid .menu_wrapper ul li {
  list-style-type: none;
  line-height: 1em;
}

header .header_grid .menu_wrapper .social_menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

@media (max-width: 850px) {
  header .header_grid .menu_wrapper .social_menu {
    display: none;
  }
}
header .header_grid .menu_wrapper .social_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #000000;
  transition: all 300ms ease-in-out;
}

@media (max-width: 720px) {
  header .header_grid .menu_wrapper .social_menu a {
    font-size: 12px;
    line-height: 18px;
  }
}
header .header_grid .menu_wrapper .social_menu a svg {
  height: 18px;
  width: 18px;
}

header .header_grid .menu_wrapper .social_menu a svg path {
  fill: #000000;
  transition: all 300ms ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  header .header_grid .menu_wrapper .social_menu a:hover {
    background: #000000;
    transition: all 300ms ease-in-out;
  }
  header .header_grid .menu_wrapper .social_menu a:hover svg path {
    fill: #ffffff;
    transition: all 300ms ease-in-out;
  }
}
header .info-slider {
  padding: 32px 0px;
  margin-top: 160px;
}

@media (max-width: 850px) {
  header .info-slider {
    margin-top: 80px;
  }
}
@media (max-width: 720px) {
  header .info-slider {
    padding: 16px 0px;
  }
}
header .info-slider:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 850px) {
  header .info-slider:before {
    display: none;
  }
}
header .info-slider ul {
  display: flex;
  align-items: stretch !important;
}

header .info-slider ul li {
  display: flex;
  align-items: center;
  height: 100% !important;
  flex: 1 1 auto !important;
  white-space: nowrap;
  padding: 0 32px;
  line-height: 1em;
  white-space: nowrap;
}

@media (max-width: 720px) {
  header .info-slider ul li {
    padding: 0 24px;
  }
}
header .info-slider ul li:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #000000;
}

@media (max-width: 720px) {
  header .info-slider ul li:before {
    width: 10px;
    height: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  header .info-slider {
    visibility: visible;
  }
  header .info-slider .splide__track {
    visibility: visible;
    max-width: 1440px;
    margin: 0 auto;
  }
  header .info-slider .splide__track .splide__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  header .info-slider .splide__track .splide__list .splide__slide {
    width: -moz-min-content;
    width: min-content;
    flex: 0 0 min-content !important;
  }
  header .info-slider .splide__track .splide__list .splide__slide p {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
  header .info-slider .splide__track .splide__list .splide__slide:first-child::before {
    display: none;
  }
}
#mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  transform: translateX(100%);
  z-index: 300;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0px;
  transition: all 300ms ease-in-out;
}

#mobileMenu.visible {
  transform: translateX(0%);
  transition: all 300ms ease-in-out;
}

#mobileMenu .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#mobileMenu .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
}

#mobileMenu .menu_wrapper {
  position: relative;
}

#mobileMenu .menu_wrapper:before {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  top: 0px;
  position: absolute;
  background: #000000;
}

#mobileMenu .menu_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  line-height: 1em;
}

#mobileMenu .menu_wrapper ul li {
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 1em;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0em;
}

#mobileMenu .menu_wrapper ul li:after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  bottom: 0px;
  position: absolute;
  background: #000000;
}

#mobileMenu .menu_wrapper ul li a {
  line-height: 0em;
}

#mobileMenu .menu_wrapper ul li a span {
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  line-height: 0em;
}

@media (max-width: 720px) {
  #mobileMenu .menu_wrapper ul li a span {
    font-size: 24px;
    line-height: 30px;
  }
}
#mobileMenu .social_menu_wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100vw;
  position: relative;
}

#mobileMenu .social_menu_wrapper:after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  bottom: 0px;
  position: absolute;
  background: #000000;
}

#mobileMenu .social_menu_wrapper a {
  display: inline-flex;
  height: 62px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000000;
}

#mobileMenu .social_menu_wrapper a:first-child {
  border-left: none;
}

#mobileMenu .social_menu_wrapper a .icon {
  height: 26px;
  width: 26px;
  border-radius: 99px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobileMenu .social_menu_wrapper a .icon svg {
  height: 18px;
  width: 18px;
}

#mobileMenu .social_menu_wrapper a .icon svg path {
  fill: #000000;
  transition: all 300ms ease-in-out;
}

#mobileMenu .tickets_wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
}

footer {
  background: var(--primary-color);
}

footer .logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

footer .logo_wrapper svg {
  width: 100%;
  height: auto;
}

footer .logo_wrapper .text-full-width {
  font-family: "Raleway", "Raleway", sans-serif;
  font-weight: 500;
  line-height: 0.7em;
}

.archive_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 1080px) {
  .archive_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .archive_grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
.archive_grid .archive_item {
  padding: 16px;
  position: relative;
}

@media (max-width: 720px) and (hover: none) and (pointer: coarse) {
  .archive_grid .archive_item {
    padding: 0px;
  }
}
.archive_grid .archive_item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.archive_grid .archive_item .archive_item_link {
  display: block;
  text-decoration: none;
}

.archive_grid .archive_item .item_thumbnail {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
}

.archive_grid .archive_item .item_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.archive_grid .archive_item .item_date {
  z-index: 1;
  position: relative;
  color: #000000 !important;
  transition: all 300ms ease-in-out;
  margin-top: 8px;
}

.archive_grid .archive_item .item_title {
  z-index: 1;
  position: relative;
  color: #000000 !important;
  transition: all 300ms ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .archive_grid .archive_item:hover .bg-color {
    opacity: 1;
    transition: all 300ms ease-in-out;
  }
  .archive_grid .archive_item:hover .item_thumbnail img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .archive_grid .archive_item:hover .item_date,
  .archive_grid .archive_item:hover .item_title {
    color: inherit !important;
    transition: all 300ms ease-in-out;
  }
}
.skip-link {
  position: fixed !important;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
  background: var(--primary-color);
  color: #000000;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: left 0.2s, box-shadow 0.2s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  overflow: visible;
}

@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  button,
  [role=button],
  a.button,
  input[type=submit],
  input[type=button] {
    min-width: 44px;
    min-height: 44px;
  }
}
@media (forced-colors: active) {
  :focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .skip-link:focus,
  .skip-link:active {
    top: 16px;
    width: auto;
    height: auto;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .info-slider:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .logoslider-block .logoslider-pause-btn {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
  .logoslider-block .logoslider-pause-btn:focus, .logoslider-block .logoslider-pause-btn:active {
    position: absolute !important;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    overflow: visible;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: #000000;
    padding: 8px 16px;
    border: 2px solid #000000;
    border-radius: 5px;
    font-weight: bold;
    z-index: 100;
    min-width: 44px;
    min-height: 44px;
  }
  .logoslider-block .splide:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .logoslider-block .splide .splide__slide a:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active) {
  .logoslider-block .splide:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .logoslider-block .splide__slide a:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .logoslider-block .logoslider-pause-btn:focus,
  .logoslider-block .logoslider-pause-btn:active {
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logoslider-block.reduced-motion .splide .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  .logoslider-block.reduced-motion .splide .splide__slide {
    width: auto;
    flex: 0 0 auto;
  }
}
@media (forced-colors: active) {
  .footer-block:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .footer-block .footer_menus ul.footer li a:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .footer-block .footer_menus ul.footer li a[aria-current=page] {
    border: 2px solid currentColor;
    background-color: transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-block *,
  .footer-block *::before,
  .footer-block *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .archive-block .archive_item_link:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active) {
  .archive-block .archive_item_link:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .archive-block .skip-link:focus {
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .archive-block *,
  .archive-block *::before,
  .archive-block *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .archive-block [data-aos] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .image-gallery-modal .modal-focus-trap {
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .image-gallery-modal .modal-close {
    min-width: 44px;
    min-height: 44px;
  }
  .image-gallery-modal .gallery-slider .splide__arrow {
    min-width: 44px;
    min-height: 44px;
  }
  .image-gallery-modal .gallery-slider .splide__pagination__page {
    min-width: 24px;
    min-height: 24px;
  }
}
@media (forced-colors: active) {
  .postgallery-block .image_gallery__item:hover, .postgallery-block .image_gallery__item:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .postgallery-block .image_gallery__item:focus-visible {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .image-gallery-modal .modal-overlay {
    background-color: rgb(255, 255, 255);
  }
  .image-gallery-modal .modal-close {
    background: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  .image-gallery-modal .modal-close:hover, .image-gallery-modal .modal-close:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .image-gallery-modal .modal-close:focus-visible {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .image-gallery-modal .gallery-slider .splide__arrow {
    background: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  .image-gallery-modal .gallery-slider .splide__arrow:hover, .image-gallery-modal .gallery-slider .splide__arrow:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .image-gallery-modal .gallery-slider .splide__arrow:focus-visible {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .image-gallery-modal .gallery-slider .splide__pagination__page {
    border: 2px solid #000000;
  }
  .image-gallery-modal .gallery-slider .splide__pagination__page:hover, .image-gallery-modal .gallery-slider .splide__pagination__page:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .image-gallery-modal .gallery-slider .splide__pagination__page:focus-visible {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .image-gallery-modal .gallery-slider .splide__pagination__page.is-active {
    background: #000000;
  }
  .image-gallery-modal .skip-link:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .postgallery-block .image_gallery__item *,
  .postgallery-block .image_gallery__item *::before,
  .postgallery-block .image_gallery__item *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .postgallery-block .image_gallery__item:hover img {
    transform: none !important;
  }
  .postgallery-block .image_gallery__item:hover, .postgallery-block .image_gallery__item:focus {
    transform: none !important;
  }
  .image-gallery-modal *,
  .image-gallery-modal *::before,
  .image-gallery-modal *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .image-gallery-modal .modal-close:hover,
  .image-gallery-modal .gallery-slider .splide__arrow:hover,
  .image-gallery-modal .gallery-slider .splide__pagination__page:hover {
    transform: none !important;
  }
  .image-gallery-modal [data-aos] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .pages-block .page-link-card:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .pages-block .page-link-card .page_title h3 {
    color: #000000;
  }
  .pages-block .page-link-card .icon[aria-hidden=true] {
    pointer-events: none;
  }
  .pages-block .pages_grid[role=list] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .button-block .button.disabled[role=presentation] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
  .button-block .button .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
  .button-block .button {
    min-width: 44px;
    min-height: 44px;
  }
  .button-block .button:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .image-block figure.image_grid {
    margin: 0;
    padding: 0;
  }
  .image-block figure.image_grid .image-caption {
    padding: 8px 0;
    font-style: italic;
    color: #000000;
  }
  .image-block img[role=presentation]:focus {
    outline: none;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .imageslider-block .imageslider-wrapper .imageslider.splide:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .moreposts-block .moreposts-section nav.archive-link a {
    min-width: 44px;
    min-height: 44px;
  }
  .moreposts-block .moreposts-section nav.archive-link a:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
  .moreposts-block .archive_grid[role=list] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (forced-colors: active), (prefers-reduced-motion: reduce) {
  .postheader-block .post-header[role=banner] .post-images .imageslider.splide:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
  }
}
@media (forced-colors: active) {
  .pages-block .page-link-card {
    border: 1px solid;
  }
  .pages-block .page-link-card:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .pages-block .page-link-card:hover {
    outline: 1px solid;
  }
  .button-block .button {
    border: 2px solid;
  }
  .button-block .button:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .button-block .button.disabled {
    border-style: dashed;
  }
  .image-block img {
    border: 1px solid;
  }
  .imageslider-block .splide:focus,
  .postheader-block .splide:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
  .moreposts-block nav.archive-link a {
    border: 2px solid;
  }
  .moreposts-block nav.archive-link a:focus {
    outline: 3px solid #0a74da;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pages-block *,
  .pages-block *::before,
  .pages-block *::after,
  .button-block *,
  .button-block *::before,
  .button-block *::after,
  .image-block *,
  .image-block *::before,
  .image-block *::after,
  .imageslider-block *,
  .imageslider-block *::before,
  .imageslider-block *::after,
  .moreposts-block *,
  .moreposts-block *::before,
  .moreposts-block *::after,
  .postheader-block *,
  .postheader-block *::before,
  .postheader-block *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .pages-block [data-aos],
  .button-block [data-aos],
  .image-block [data-aos],
  .imageslider-block [data-aos],
  .moreposts-block [data-aos],
  .postheader-block [data-aos] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .imageslider-block .splide .splide__track,
  .postheader-block .splide .splide__track {
    transition: none !important;
  }
  .imageslider-block .splide .splide__slide,
  .postheader-block .splide .splide__slide {
    transition: none !important;
  }
}