@charset "UTF-8";
/*!
 * * Theme Name: kuster-theme
 * * Theme URI: https://www.buntmacher.de
 * * Author: David Block
 * * Author URI: https://www.buntmacher.de
 * * Description: Based on underscores.me
 * * Version: 1.0.0
 * * Requires at least: 6.0
 * * Tested up to: 6.1
 * * Requires PHP: 8.0
 * * License: GNU General Public License v3 or later
 * * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * * Text Domain: kuster
 * * Tags: responsive
 * * Normalizing styles have been helped along thanks to the fine work of
 * * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* * @font-face mixin
 * * @include fontface('family', 'assets/fonts/', 'myfontname');
 * */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body {
  --wp--preset--font-size--normal: clamp(15px, 3.2vw, 15px);
  --wp--preset--font-size--normal: clamp(1rem, 3.2vw, 1rem);
  --wp--style--gallery-gap-default: 15px;
  --wp--style--gallery-gap-default: 1rem;
  --wp--style--global--content-size: calc(768px - (1rem * 2));
  --wp--style--global--wide-size: calc(100% - (1rem * 2));
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  --wp--preset--font-size--smaller: clamp(13.125px, 3.2vw, 13.875px);
  --wp--preset--font-size--smaller: clamp(0.875rem, 3.2vw, 0.925rem);
  --wp--preset--font-size--small: clamp(15px, 3.2vw, 15px);
  --wp--preset--font-size--small: clamp(1rem, 3.2vw, 1rem);
  --wp--preset--font-size--normal: clamp(16.875px, 3.2vw, 20.625px);
  --wp--preset--font-size--normal: clamp(1.125rem, 3.2vw, 1.375rem);
  --wp--preset--font-size--medium: clamp(19.5px, 3.2vw, 22.5px);
  --wp--preset--font-size--medium: clamp(1.3rem, 3.2vw, 1.5rem);
  --wp--preset--font-size--large: clamp(26.25px, 3.2vw, 29.25px);
  --wp--preset--font-size--large: clamp(1.75rem, 3.2vw, 1.95rem);
  --wp--preset--font-size--huge: clamp(28.5px, 3.2vw, 33.75px);
  --wp--preset--font-size--huge: clamp(1.9rem, 3.2vw, 2.25rem);
}

@media only screen and (min-width: 1000px) {
  body {
    --wp--style--global--content-size: calc(720px - (1rem * 2));
    --wp--style--global--wdie-size: calc(1000px - (1rem * 2));
  }
}
@media only screen and (min-width: 1200px) {
  body {
    --wp--style--global--wide-size: calc(1200px - (1rem * 2));
  }
}
@media only screen and (min-width: 1560px) {
  body {
    --wp--style--global--wide-size: calc(1560px - (1rem * 4));
  }
}
.simple-media-credit {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: var(--color-background);
  font-size: 10.005px;
  font-size: 0.667rem;
  overflow: hidden;
  position: absolute;
}

.simple-media-credit {
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 1rem;
}

.wp-block-media-text .wp-block-image {
  position: relative;
}
.wp-block-media-text .wp-block-image .simple-media-credit {
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-top-right-radius: 1rem;
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
}

.wp-block-cover .simple-media-credit {
  border-radius: 0;
  z-index: 2;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  background-color: var(--color-text-lighter);
  border: 0 !important;
  border-radius: 0.25rem;
  margin: 0 0 15px;
  margin: 0 0 1rem;
  padding: 15px;
  padding: 1rem;
  text-align: center;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #eb4d4b;
  color: #fff;
}
.wpcf7 form.wpcf7-form .ajax-loader {
  display: none;
  height: 0;
  position: absolute;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  color: #eb4d4b;
  flex-base: 100%;
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.125px;
  font-size: 0.875rem;
  margin-top: -7.5px;
  margin-top: -0.5rem;
  text-transform: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form input.wpcf7-not-valid,
.wpcf7 form.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7 form.wpcf7-form select.wpcf7-not-valid {
  border-color: #eb4d4b;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0 0 7.5px;
  margin: 0 0 0.5rem;
  padding-left: calc(24px + (1rem * .5));
}
.wpcf7 form.wpcf7-form .wpcf7-list-item label {
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
.wpcf7 form.wpcf7-form .user-consent .wpcf7-list-item label {
  font-size: 13.125px;
  font-size: 0.875rem;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox.is-inline,
.wpcf7 form.wpcf7-form .wpcf7-radio.is-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form.wpcf7-form .wpcf7-checkbox.is-inline,
  .wpcf7 form.wpcf7-form .wpcf7-radio.is-inline {
    flex-flow: row nowrap;
  }
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox.is-inline .wpcf7-list-item,
.wpcf7 form.wpcf7-form .wpcf7-radio.is-inline .wpcf7-list-item {
  margin-right: 15px;
  margin-right: 1rem;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox.is-inline .wpcf7-list-item.last,
.wpcf7 form.wpcf7-form .wpcf7-radio.is-inline .wpcf7-list-item.last {
  margin-right: 0;
}

.glide__slide {
  margin: 0;
  min-height: 1px;
}

.glide__track {
  transition: height 250ms ease-in-out;
  width: 100%;
}

.is-style-carousel.glide {
  opacity: 0;
  padding-top: 45px;
  padding-top: 3rem;
}
.is-style-carousel.glide.alignfull {
  padding: 0;
  position: relative;
}
.is-style-carousel.glide.alignfull .glide__track,
.is-style-carousel.glide.alignfull .wp-block-media-text {
  margin: 0;
  max-width: 100vw;
  width: 100vw;
}
.is-style-carousel.glide.alignfull .slider-navigation {
  justify-content: space-between;
  opacity: 0;
  top: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .is-style-carousel.glide.alignfull .slider-navigation {
    opacity: 1;
    top: 0;
  }
  .is-style-carousel.glide.alignfull .slider-navigation button.glide__arrow--right {
    display: none;
  }
}
.is-style-carousel.glide.alignfull .slider-navigation button {
  background-color: var(--color-background);
}
.is-style-carousel.glide.alignfull .slider-navigation button.glide__arrow--left {
  justify-self: flex-start;
}
.is-style-carousel.glide.alignfull .slider-navigation button.glide__arrow--right {
  justify-self: flex-end;
}
.is-style-carousel.glide.alignfull:hover .slider-navigation {
  opacity: 1;
}
.is-style-carousel.glide .glide__track[data-glide-autoplay="1"] .glide__slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slider-navigation {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: absolute;
  top: 7.5px;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.slider-navigation button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
  display: flex;
  font-size: 0;
  display: flex;
  height: 22.5px;
  height: 1.5rem;
  margin: 0;
  padding: 7.5px;
  padding: 0.5rem;
  position: relative;
  width: 22.5px;
  width: 1.5rem;
}
.slider-navigation button:hover, .slider-navigation button:hover:enabled {
  background: transparent;
  box-shadow: none;
  transform: unset;
}
.slider-navigation button:hover.slider-glide__arrow, .slider-navigation button:hover:enabled.slider-glide__arrow {
  opacity: 1;
}
.slider-navigation button:hover.slider-glide__arrow span,
.slider-navigation button:hover.slider-glide__arrow span::before,
.slider-navigation button:hover.slider-glide__arrow span::after, .slider-navigation button:hover:enabled.slider-glide__arrow span,
.slider-navigation button:hover:enabled.slider-glide__arrow span::before,
.slider-navigation button:hover:enabled.slider-glide__arrow span::after {
  background-color: var(--color-main);
}
.slider-navigation button.slider-glide__arrow {
  opacity: 0.6;
}
.slider-navigation button.slider-glide__arrow span {
  background: var(--color-foreground);
  display: inline-flex;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 22.5px;
  width: 1.5rem;
}
.slider-navigation button.slider-glide__arrow span::after, .slider-navigation button.slider-glide__arrow span::before {
  background: var(--color-foreground);
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 8px;
}
.slider-navigation button.glide__arrow--left {
  order: 1;
}
.slider-navigation button.glide__arrow--left span {
  transform: translateY(-50%);
}
.slider-navigation button.glide__arrow--left span::before {
  left: -2px;
  top: -2px;
  transform: rotate(-45deg);
}
.slider-navigation button.glide__arrow--left span::after {
  left: -2px;
  top: 2px;
  transform: rotate(45deg);
}
.slider-navigation button.glide__arrow--right {
  order: 3;
}
.slider-navigation button.glide__arrow--right span {
  transform: translateY(-50%);
}
.slider-navigation button.glide__arrow--right span::before {
  right: -2.5px;
  top: -2px;
  transform: rotate(45deg);
}
.slider-navigation button.glide__arrow--right span::after {
  right: -2.5px;
  top: 2px;
  transform: rotate(-45deg);
}

.wp-block-oacs-slider button {
  box-shadow: none;
}
.wp-block-oacs-slider .slick-track {
  background-color: rgba(var(--color-background-rgb), 0.6);
  display: flex;
  align-items: center;
}
.wp-block-oacs-slider .blocks-gallery-item img {
  border-radius: 1rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  background-color: var(--color-main);
  border-radius: 0.25rem;
  clip: auto !important;
  color: var(--color-foreground);
  display: block;
  font-size: 13.125px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.menu-burger {
  position: absolute;
  top: 16.875px;
  top: 1.125rem;
  right: 15px;
  right: 1rem;
  background: transparent !important;
  border: none;
  box-shadow: none;
  display: block;
  width: 32px;
  height: 22.5px;
  margin-left: auto;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s;
  transition-delay: 0.15s;
  z-index: 15;
  top: 50%;
  margin-top: -12.75px;
}
@media only screen and (min-width: 1200px) {
  .menu-burger {
    display: none;
  }
}
.menu-burger.is-frontpage {
  display: block;
  top: 30px;
  top: 2rem;
}
.menu-burger:hover, .menu-burger:focus, .menu-burger:visited {
  background: transparent;
}
.menu-burger i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 3px;
  background-color: var(--color-foreground);
  width: 100%;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.menu-burger:before, .menu-burger:after {
  background-color: var(--color-foreground);
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 3px solid var(--color-foreground);
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.78, 0.77, 0.19, 0.9);
  transform-origin: right bottom;
}
.menu-burger:after {
  top: 100%;
  transform-origin: right bottom;
}
.menu-burger[aria-expanded=true] {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
  transform: scale(0.8);
}
.menu-burger[aria-expanded=true] i {
  opacity: 0;
  transition-delay: 0;
}
.menu-burger[aria-expanded=true]:after {
  transform: rotate3d(0, 0, 1.5, 45deg) translate3d(-1.5px, 1.5px, 0);
}
.menu-burger[aria-expanded=true]:before {
  transform: rotate3d(0, 0, 1.5, -45deg) translate3d(0, 0, 0);
}

body.home .is-frontpage {
  top: 45px;
  top: 3rem;
  right: 30px;
  right: 2rem;
}

.article-preview {
  margin-bottom: 15px;
  margin-bottom: 1rem;
}

.blog-entry {
  min-height: 64vh;
  width: 100%;
}
.blog-entry .post-thumbnail,
.blog-entry .post-thumbnail img {
  width: 100%;
}
.blog-entry .entry-title.is-narrow {
  max-width: var(--wp--style--global--content-size);
}
.blog-entry .entry-content {
  margin-top: 7.5px;
  margin-top: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .blog-entry .entry-content {
    max-width: calc(var(--wp--style--global--content-size) + (1rem * 2));
  }
}
.blog-entry .entry-meta {
  color: var(--color-foreground-light);
  font-size: clamp(13.125px, 3.2vw, 13.875px);
  font-size: clamp(0.875rem, 3.2vw, 0.925rem);
}
@media only screen and (min-width: 768px) {
  .blog-entry .entry-meta {
    font-size: clamp(0.75rem, 3.2vw, 0.825rem);
  }
  .blog-entry .entry-meta br {
    display: contents;
  }
}
.blog-entry .entry-meta a {
  color: var(--color-foreground-light);
}
.blog-entry .entry-meta a:hover {
  color: var(--color-foreground);
}
@media only screen and (min-width: 1000px) {
  .blog-entry .entry-meta {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--content-size);
  }
}
@media only screen and (min-width: 1200px) {
  .blog-entry .entry-meta {
    max-width: calc(((1200px - (1rem * 2)) - (var(--wp--style--global--content-size) + (1rem * 2))) / 2);
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }
}
@media only screen and (min-width: 1560px) {
  .blog-entry .entry-meta {
    max-width: calc(((1560px - (1rem * 2)) - (var(--wp--style--global--content-size) + (1rem * 2))) / 2);
  }
}

.single-navigation {
  margin-bottom: 15px;
  margin-bottom: 1rem;
  width: 100%;
}
.single-navigation .post-navigation {
  width: 100%;
}
.single-navigation .post-navigation .nav-links > [class*=nav-] {
  margin: 7.5px 0;
  margin: 0.5rem 0;
}
.single-navigation .post-navigation .nav-links > [class*=nav-] .nav-subtitle {
  display: block;
}
.single-navigation .post-navigation .nav-next {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .single-navigation .nav-links {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .single-navigation .nav-links .nav-previous,
  .single-navigation .nav-links .nav-next {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    transition: all 0.125s 0s ease-in;
  }
  .single-navigation .nav-links .nav-previous:hover::before, .single-navigation .nav-links .nav-previous:hover::after,
  .single-navigation .nav-links .nav-next:hover::before,
  .single-navigation .nav-links .nav-next:hover::after {
    background-color: var(--color-main);
  }
  .single-navigation .nav-links .nav-previous::before, .single-navigation .nav-links .nav-previous::after,
  .single-navigation .nav-links .nav-next::before,
  .single-navigation .nav-links .nav-next::after {
    background-color: transparent;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 1rem;
    transition: all 0.125s 0s ease-in;
  }
  .single-navigation .nav-links .nav-previous::before,
  .single-navigation .nav-links .nav-next::before {
    transform: rotate(45deg) translateY(0.5px);
    transform-origin: right center;
  }
  .single-navigation .nav-links .nav-previous::after,
  .single-navigation .nav-links .nav-next::after {
    transform: rotate(-45deg) translateY(-0.5px);
    transform-origin: right center;
  }
  .single-navigation .nav-links .nav-previous a,
  .single-navigation .nav-links .nav-next a {
    flex-grow: 1;
  }
  .single-navigation .nav-links .nav-previous {
    padding-right: 1.5rem;
  }
  .single-navigation .nav-links .nav-previous::before {
    transform: rotate(-45deg) translateY(0.5px);
    transform-origin: left center;
  }
  .single-navigation .nav-links .nav-previous::after {
    transform: rotate(45deg) translateY(-0.5px);
    transform-origin: left center;
  }
  .single-navigation .nav-links .nav-previous:hover {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .single-navigation .nav-links .nav-previous::before, .single-navigation .nav-links .nav-previous::after {
    left: 0;
  }
  .single-navigation .nav-links .nav-next {
    grid-column: 2;
    padding-left: 1.5rem;
    text-align: right;
  }
  .single-navigation .nav-links .nav-next:hover {
    padding-right: 1.5rem;
    padding-left: 0;
  }
  .single-navigation .nav-links .nav-next::before, .single-navigation .nav-links .nav-next::after {
    right: 0;
  }
  .single-navigation .nav-links .nav-subtitle {
    display: block;
  }
}

.article-thumb .post-thumbnail {
  margin-bottom: 0;
}

.post-thumbnail img {
  border-radius: 1rem;
  width: 100%;
}
.post-thumbnail.no-image {
  display: none;
  visibility: hidden;
}
.post-thumbnail.ratio-2-1, .post-thumbnail.ratio-3-1, .post-thumbnail.ratio-16-9 {
  aspect-ratio: 5/3;
}
.post-thumbnail.ratio-2-1 img, .post-thumbnail.ratio-3-1 img, .post-thumbnail.ratio-16-9 img {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  .post-thumbnail.ratio-2-1 {
    aspect-ratio: 2/1;
  }
  .post-thumbnail.ratio-2-1 img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post-thumbnail.ratio-3-1 {
    aspect-ratio: 3/1;
  }
  .post-thumbnail.ratio-3-1 img {
    aspect-ratio: 3/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.post-thumbnail.ratio-16-9 {
  aspect-ratio: 16/9;
}
.post-thumbnail.ratio-16-9 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  display: block;
  margin: 15px auto 0;
  margin: 1rem auto 0;
  padding-top: 15px;
  padding-top: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section {
    margin: 0 auto 0.5rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    margin: 0 auto 1rem;
    padding-top: 2rem;
  }
}
section.add-bottom-margin {
  margin: 15px auto;
  margin: 1rem auto;
}
@media only screen and (min-width: 768px) {
  section.add-bottom-margin {
    margin: 0 auto 1.5rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.add-bottom-margin {
    margin: 0 auto 2rem;
    padding-top: 2rem;
  }
}

.row,
.navigation__wrap {
  display: block;
  margin: 0 auto 15px;
  margin: 0 auto 1rem;
  padding: 0 15px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row,
  .navigation__wrap {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1000px) {
  .row,
  .navigation__wrap {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .row,
  .navigation__wrap {
    max-width: 1200px;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1560px) {
  .row,
  .navigation__wrap {
    max-width: 1560px;
  }
}

.entry-content,
.post-content {
  display: block;
  margin: 0 auto 15px;
  margin: 0 auto 1rem;
  position: relative;
  width: 100%;
}

.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1rem;
}
.row.is-nested,
.row .row {
  margin-top: 15px;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .row.cols-2 {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
  .row.cols-3 {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
  .row.cols-4 {
    grid-template-columns: repeat(4, minmax(280px, 1fr));
  }
}
.row:last-of-type {
  margin-bottom: 0;
}
.row.single-col {
  flex-flow: column wrap;
}
.row.is-flex {
  display: flex;
}
@media only screen and (min-width: 1000px) {
  .row.is-narrow,
  .row .is-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(720px + (1rem * 2));
  }
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 27.5rem));
  grid-gap: 1rem;
}

.site {
  padding-top: 0;
  position: relative;
}
.site-title {
  font-family: josefinsans, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 auto 7.5px;
  margin: 0 auto 0.5rem;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-title {
    font-size: 3rem;
  }
}
.site-title a,
.site-title a:visited {
  color: var(--color-foreground);
}
.site-logo {
  display: block;
  margin: 0 auto 15px;
  margin: 0 auto 1rem;
  max-width: 180px;
  max-width: 12rem;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .site-logo {
    max-width: 16rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-logo {
    max-width: 22rem;
  }
}
.site-logo.has-mobile-logo {
  max-height: 90px;
  max-height: 6rem;
  max-width: 120px;
  max-width: 8rem;
}
@media only screen and (min-width: 480px) {
  .site-logo.has-mobile-logo {
    max-height: 8rem;
    max-width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-logo.has-mobile-logo {
    max-height: unset;
    max-width: 22rem;
  }
}
.site-description {
  margin: 0 auto 30px;
  margin: 0 auto 2rem;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-description {
    max-width: 60%;
  }
}

.site-header__inner {
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 15px;
  margin-bottom: 1rem;
  padding-top: 15px;
  padding-top: 1rem;
  padding-bottom: 15px;
  padding-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header__inner {
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__inner {
    border-bottom-width: 2px;
  }
}

.page-template-page-notitle .site-header {
  margin-bottom: 0;
}

.site-title {
  font-family: josefinsans, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(19.5px, 3.2vw, 22.5px);
  font-size: clamp(1.3rem, 3.2vw, 1.5rem);
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.site-title a,
.site-title a:visited {
  color: var(--color-foreground);
  text-decoration: none;
}

.site-branding,
.main-navigation {
  flex-basis: auto;
  width: auto;
}

.site-branding {
  order: 1;
  z-index: 11;
}
@media only screen and (min-width: 1200px) {
  .site-branding {
    flex-grow: 0;
  }
}
.site-branding img {
  display: block;
  height: auto;
  margin: 0;
  max-height: 60px;
  max-height: 4rem;
  max-width: 90px;
  max-width: 6rem;
  width: auto;
}
@media only screen and (min-width: 1000px) {
  .site-branding img {
    max-width: 8rem;
  }
}
@media only screen and (min-width: 1560px) {
  .site-branding img {
    max-height: 5rem;
    max-width: 10rem;
  }
}
.site-branding img[src$=".svg"] {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1000px) {
  .site-branding img[src$=".svg"] {
    width: auto;
  }
}

.main-navigation {
  order: 4;
  flex-grow: 1;
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    order: 2;
  }
}

.menu-burger {
  margin-left: 15px;
  margin-left: 1rem;
  order: 3;
}

.site-search {
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .site-search {
    margin-left: 1rem;
    order: 4;
  }
}

.site-logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-width: 10rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-logo {
    max-width: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-logo {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-logo {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 479px) {
  .site-logo.has-mobile-logo {
    max-height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-logo.has-mobile-logo {
    max-height: 8rem;
  }
}

body.home .wp-block-columns.is-style-page-teaser,
body.home .wp-block-group.is-style-page-teaser {
  min-height: 100vh;
  padding: 30px;
  padding: 2rem;
  position: relative;
  width: 100vw;
}
body.home .wp-block-columns.is-style-page-teaser::before,
body.home .wp-block-group.is-style-page-teaser::before {
  background-image: var(--texture-1);
  background-position: center;
  background-size: var(--texture-1-width) auto;
  background-repeat: repeat;
  border: 3px solid var(--color-main-dark);
  border-bottom: 0;
  content: "";
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  inset: 15px 15px 0 15px;
  inset: 1rem 1rem 0 1rem;
  max-width: calc(100vw - (1rem * 2));
}
@media only screen and (min-width: 1200px) {
  body.home .wp-block-columns.is-style-page-teaser::before,
  body.home .wp-block-group.is-style-page-teaser::before {
    inset: 2rem 2rem 0 2rem;
    max-width: calc(100vw - (1rem * 4));
  }
}
body.home .wp-block-columns.is-style-page-teaser .wp-block-group > div:last-child,
body.home .wp-block-columns.is-style-page-teaser .wp-block-column > div:last-child,
body.home .wp-block-group.is-style-page-teaser .wp-block-group > div:last-child,
body.home .wp-block-group.is-style-page-teaser .wp-block-column > div:last-child {
  margin-bottom: 0;
}
body.home .wp-block-columns.is-style-page-teaser .wp-block-gallery.is-style-carousel,
body.home .wp-block-columns.is-style-page-teaser .wp-block-group.is-style-carousel,
body.home .wp-block-group.is-style-page-teaser .wp-block-gallery.is-style-carousel,
body.home .wp-block-group.is-style-page-teaser .wp-block-group.is-style-carousel {
  padding-top: 15px;
  padding-top: 1rem;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1000px) {
  body.home .wp-block-columns.is-style-page-teaser .wp-block-gallery.is-style-carousel,
  body.home .wp-block-columns.is-style-page-teaser .wp-block-group.is-style-carousel,
  body.home .wp-block-group.is-style-page-teaser .wp-block-gallery.is-style-carousel,
  body.home .wp-block-group.is-style-page-teaser .wp-block-group.is-style-carousel {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
body.home .wp-block-columns.is-style-page-teaser .wp-block-gallery.is-style-carousel .slider-navigation,
body.home .wp-block-columns.is-style-page-teaser .wp-block-group.is-style-carousel .slider-navigation,
body.home .wp-block-group.is-style-page-teaser .wp-block-gallery.is-style-carousel .slider-navigation,
body.home .wp-block-group.is-style-page-teaser .wp-block-group.is-style-carousel .slider-navigation {
  display: none;
}
@media only screen and (min-width: 1000px) {
  body.home .wp-block-columns.is-style-page-teaser .wp-block-gallery.is-style-carousel .slider-navigation,
  body.home .wp-block-columns.is-style-page-teaser .wp-block-group.is-style-carousel .slider-navigation,
  body.home .wp-block-group.is-style-page-teaser .wp-block-gallery.is-style-carousel .slider-navigation,
  body.home .wp-block-group.is-style-page-teaser .wp-block-group.is-style-carousel .slider-navigation {
    display: flex;
    top: unset;
    left: 0;
    bottom: 0;
    transform: translateX(0) translateY(-20%);
  }
}

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

body {
  background: var(--color-background);
}

audio,
canvas,
iframe,
img,
svg,
video,
object,
input,
textarea {
  max-width: 100%;
  vertical-align: middle;
}

img {
  height: auto;
}

blockquote,
q {
  quotes: '" "';
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

hr {
  background-color: var(--color-foreground-light);
  border: 0;
  height: 1px;
  margin-bottom: 15px;
  margin-bottom: 1rem;
}

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

ul,
ol {
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
  margin-left: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

table {
  margin: 0 0 15px;
  margin: 0 0 1rem;
  width: 100%;
}

figure {
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--color-main);
  border-radius: 0;
  color: var(--color-foreground);
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  line-height: 1;
  margin: 0 0 7.5px;
  margin: 0 0 0.5rem;
  outline: none;
  padding: calc(0.8em - 1px) 1em calc(0.85em - 1px);
  transition: border 0.125s 0s ease-in;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover,
textarea:hover {
  border-color: var(--color-main-hover);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: var(--color-main-dark);
  color: var(--color-foreground);
}

select {
  border: 1px solid var(--color-foreground-light);
}

textarea {
  resize: vertical;
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--color-main);
  border-radius: 0.25rem;
  background: var(--color-main);
  color: rgba(var(--color-background), 0.8);
  cursor: pointer;
  font-size: 12.187px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--color-main-hover);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--color-main-hover);
}

label {
  align-items: center;
  display: block;
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(13.125px, 3.2vw, 13.875px);
  font-size: clamp(0.875rem, 3.2vw, 0.925rem);
  margin-bottom: 7.5px;
  margin-bottom: 0.5rem;
  position: relative;
}

fieldset {
  border: 1px solid rgba(var(--color-foreground-rgb), 0.1);
  margin: 0 0 7.5px;
  margin: 0 0 0.5rem;
  padding: 15px;
  padding: 1rem;
}
fieldset:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 1rem;
}
fieldset legend {
  font-size: clamp(13.125px, 3.2vw, 13.875px);
  font-size: clamp(0.875rem, 3.2vw, 0.925rem);
  padding-left: 15px;
  padding-left: 1rem;
  padding-right: 15px;
  padding-right: 1rem;
}

form label {
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(11.25px, 3.2vw, 12.375px);
  font-size: clamp(0.75rem, 3.2vw, 0.825rem);
  margin-bottom: 4.98px;
  margin-bottom: 0.332rem;
}
form .wpcf7-checkbox label,
form .wpcf7-radio label {
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  margin-bottom: 0;
  text-transform: unset;
}
form .small-form .row {
  gap: 0;
}
form .small-form p {
  margin: 0;
}
form .small-form label {
  font-size: text-size("xs");
}
form .is-style-small label,
form .is-style-small label span {
  font-size: clamp(11.25px, 3.2vw, 12.375px);
  font-size: clamp(0.75rem, 3.2vw, 0.825rem);
  line-height: 1;
}

.checkbox-wrap.is-inline,
.radio-wrap.is-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .checkbox-wrap.is-inline,
  .radio-wrap.is-inline {
    flex-flow: row nowrap;
  }
}
.checkbox-wrap .inner-wrap,
.radio-wrap .inner-wrap {
  display: block;
  margin: 0 0 7.5px;
  margin: 0 0 0.5rem;
  padding-left: calc(24px + (1rem * .5));
}
.checkbox-wrap .inner-wrap label,
.radio-wrap .inner-wrap label {
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  font-weight: normal;
  margin: 0;
  text-transform: none;
}

form .sendinblue-acceptance {
  top: 8px;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
a.button,
.button,
.wp-block-button__link {
  background-color: var(--color-main);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(0, 0, 0, 0.4);
  border: 3px solid var(--color-main);
  border-radius: 0;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-family: josefinsans, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.75px;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 7.5px;
  margin-top: 0.5rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.5rem;
  padding: 13.125px 30px 18.75px;
  padding: 0.875rem 2rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.2s ease-in;
  width: auto;
}
@-moz-document url-prefix() {
  input[type=submit],
  input[type=button],
  input[type=reset],
  button,
  a.button,
  .button,
  .wp-block-button__link {
    padding: 1.125rem 2rem 1rem;
  }
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
a.button:hover,
.button:hover,
.wp-block-button__link:hover {
  background-color: var(--color-main-hover);
  border-color: var(--color-main-hover);
  color: rgba(var(--color-white-rgb), 0.92);
  transform: scale(1.025);
}
input[type=submit].has-main-background-color,
input[type=button].has-main-background-color,
input[type=reset].has-main-background-color,
button.has-main-background-color,
a.button.has-main-background-color,
.button.has-main-background-color,
.wp-block-button__link.has-main-background-color {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
input[type=submit].has-main-background-color:hover,
input[type=button].has-main-background-color:hover,
input[type=reset].has-main-background-color:hover,
button.has-main-background-color:hover,
a.button.has-main-background-color:hover,
.button.has-main-background-color:hover,
.wp-block-button__link.has-main-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-main-dark-background-color,
input[type=button].has-main-dark-background-color,
input[type=reset].has-main-dark-background-color,
button.has-main-dark-background-color,
a.button.has-main-dark-background-color,
.button.has-main-dark-background-color,
.wp-block-button__link.has-main-dark-background-color {
  background-color: var(--color-main-dark);
  border-color: var(--color-main-dark);
}
input[type=submit].has-main-dark-background-color:hover,
input[type=button].has-main-dark-background-color:hover,
input[type=reset].has-main-dark-background-color:hover,
button.has-main-dark-background-color:hover,
a.button.has-main-dark-background-color:hover,
.button.has-main-dark-background-color:hover,
.wp-block-button__link.has-main-dark-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-main-hover-background-color,
input[type=button].has-main-hover-background-color,
input[type=reset].has-main-hover-background-color,
button.has-main-hover-background-color,
a.button.has-main-hover-background-color,
.button.has-main-hover-background-color,
.wp-block-button__link.has-main-hover-background-color {
  background-color: var(--color-main-hover);
  border-color: var(--color-main-hover);
}
input[type=submit].has-main-hover-background-color:hover,
input[type=button].has-main-hover-background-color:hover,
input[type=reset].has-main-hover-background-color:hover,
button.has-main-hover-background-color:hover,
a.button.has-main-hover-background-color:hover,
.button.has-main-hover-background-color:hover,
.wp-block-button__link.has-main-hover-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-accent-background-color,
input[type=button].has-accent-background-color,
input[type=reset].has-accent-background-color,
button.has-accent-background-color,
a.button.has-accent-background-color,
.button.has-accent-background-color,
.wp-block-button__link.has-accent-background-color {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
input[type=submit].has-accent-background-color:hover,
input[type=button].has-accent-background-color:hover,
input[type=reset].has-accent-background-color:hover,
button.has-accent-background-color:hover,
a.button.has-accent-background-color:hover,
.button.has-accent-background-color:hover,
.wp-block-button__link.has-accent-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-accent-dark-background-color,
input[type=button].has-accent-dark-background-color,
input[type=reset].has-accent-dark-background-color,
button.has-accent-dark-background-color,
a.button.has-accent-dark-background-color,
.button.has-accent-dark-background-color,
.wp-block-button__link.has-accent-dark-background-color {
  background-color: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
}
input[type=submit].has-accent-dark-background-color:hover,
input[type=button].has-accent-dark-background-color:hover,
input[type=reset].has-accent-dark-background-color:hover,
button.has-accent-dark-background-color:hover,
a.button.has-accent-dark-background-color:hover,
.button.has-accent-dark-background-color:hover,
.wp-block-button__link.has-accent-dark-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-accent-hover-background-color,
input[type=button].has-accent-hover-background-color,
input[type=reset].has-accent-hover-background-color,
button.has-accent-hover-background-color,
a.button.has-accent-hover-background-color,
.button.has-accent-hover-background-color,
.wp-block-button__link.has-accent-hover-background-color {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
}
input[type=submit].has-accent-hover-background-color:hover,
input[type=button].has-accent-hover-background-color:hover,
input[type=reset].has-accent-hover-background-color:hover,
button.has-accent-hover-background-color:hover,
a.button.has-accent-hover-background-color:hover,
.button.has-accent-hover-background-color:hover,
.wp-block-button__link.has-accent-hover-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-foreground-background-color,
input[type=button].has-foreground-background-color,
input[type=reset].has-foreground-background-color,
button.has-foreground-background-color,
a.button.has-foreground-background-color,
.button.has-foreground-background-color,
.wp-block-button__link.has-foreground-background-color {
  background-color: var(--color-foreground);
  border-color: var(--color-foreground);
}
input[type=submit].has-foreground-background-color:hover,
input[type=button].has-foreground-background-color:hover,
input[type=reset].has-foreground-background-color:hover,
button.has-foreground-background-color:hover,
a.button.has-foreground-background-color:hover,
.button.has-foreground-background-color:hover,
.wp-block-button__link.has-foreground-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-background-background-color,
input[type=button].has-background-background-color,
input[type=reset].has-background-background-color,
button.has-background-background-color,
a.button.has-background-background-color,
.button.has-background-background-color,
.wp-block-button__link.has-background-background-color {
  background-color: var(--color-background);
  border-color: var(--color-background);
}
input[type=submit].has-background-background-color:hover,
input[type=button].has-background-background-color:hover,
input[type=reset].has-background-background-color:hover,
button.has-background-background-color:hover,
a.button.has-background-background-color:hover,
.button.has-background-background-color:hover,
.wp-block-button__link.has-background-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-black-background-color,
input[type=button].has-black-background-color,
input[type=reset].has-black-background-color,
button.has-black-background-color,
a.button.has-black-background-color,
.button.has-black-background-color,
.wp-block-button__link.has-black-background-color {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
input[type=submit].has-black-background-color:hover,
input[type=button].has-black-background-color:hover,
input[type=reset].has-black-background-color:hover,
button.has-black-background-color:hover,
a.button.has-black-background-color:hover,
.button.has-black-background-color:hover,
.wp-block-button__link.has-black-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-white-background-color,
input[type=button].has-white-background-color,
input[type=reset].has-white-background-color,
button.has-white-background-color,
a.button.has-white-background-color,
.button.has-white-background-color,
.wp-block-button__link.has-white-background-color {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
input[type=submit].has-white-background-color:hover,
input[type=button].has-white-background-color:hover,
input[type=reset].has-white-background-color:hover,
button.has-white-background-color:hover,
a.button.has-white-background-color:hover,
.button.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:hover {
  opacity: 0.92;
}
input[type=submit].has-light-grey-background-color,
input[type=button].has-light-grey-background-color,
input[type=reset].has-light-grey-background-color,
button.has-light-grey-background-color,
a.button.has-light-grey-background-color,
.button.has-light-grey-background-color,
.wp-block-button__link.has-light-grey-background-color {
  background-color: var(--color-light-grey);
  border-color: var(--color-light-grey);
}
input[type=submit].has-light-grey-background-color:hover,
input[type=button].has-light-grey-background-color:hover,
input[type=reset].has-light-grey-background-color:hover,
button.has-light-grey-background-color:hover,
a.button.has-light-grey-background-color:hover,
.button.has-light-grey-background-color:hover,
.wp-block-button__link.has-light-grey-background-color:hover {
  opacity: 0.92;
}

input[type=submit].is-style-outline .wp-block-button__link,
input[type=button].is-style-outline .wp-block-button__link,
input[type=reset].is-style-outline .wp-block-button__link,
button.is-style-outline .wp-block-button__link,
a.button.is-style-outline .wp-block-button__link,
.button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  padding: 13.125px 30px 18.75px;
  padding: 0.875rem 2rem 1.25rem;
}
input[type=submit].is-style-outline .wp-block-button__link.has-main-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-main-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-main-background-color,
button.is-style-outline .wp-block-button__link.has-main-background-color,
a.button.is-style-outline .wp-block-button__link.has-main-background-color,
.button.is-style-outline .wp-block-button__link.has-main-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-main-background-color {
  border: 3px solid var(--color-main);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-main-rgb), 0.4);
  color: var(--color-main);
}
input[type=submit].is-style-outline .wp-block-button__link.has-main-dark-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-main-dark-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-main-dark-background-color,
button.is-style-outline .wp-block-button__link.has-main-dark-background-color,
a.button.is-style-outline .wp-block-button__link.has-main-dark-background-color,
.button.is-style-outline .wp-block-button__link.has-main-dark-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-main-dark-background-color {
  border: 3px solid var(--color-main-dark);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-main-dark-rgb), 0.4);
  color: var(--color-main-dark);
}
input[type=submit].is-style-outline .wp-block-button__link.has-main-hover-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-main-hover-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-main-hover-background-color,
button.is-style-outline .wp-block-button__link.has-main-hover-background-color,
a.button.is-style-outline .wp-block-button__link.has-main-hover-background-color,
.button.is-style-outline .wp-block-button__link.has-main-hover-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-main-hover-background-color {
  border: 3px solid var(--color-main-hover);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-main-hover-rgb), 0.4);
  color: var(--color-main-hover);
}
input[type=submit].is-style-outline .wp-block-button__link.has-accent-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-accent-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-accent-background-color,
button.is-style-outline .wp-block-button__link.has-accent-background-color,
a.button.is-style-outline .wp-block-button__link.has-accent-background-color,
.button.is-style-outline .wp-block-button__link.has-accent-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-accent-background-color {
  border: 3px solid var(--color-accent);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-accent-rgb), 0.4);
  color: var(--color-accent);
}
input[type=submit].is-style-outline .wp-block-button__link.has-accent-dark-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-accent-dark-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-accent-dark-background-color,
button.is-style-outline .wp-block-button__link.has-accent-dark-background-color,
a.button.is-style-outline .wp-block-button__link.has-accent-dark-background-color,
.button.is-style-outline .wp-block-button__link.has-accent-dark-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-accent-dark-background-color {
  border: 3px solid var(--color-accent-dark);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-accent-dark-rgb), 0.4);
  color: var(--color-accent-dark);
}
input[type=submit].is-style-outline .wp-block-button__link.has-accent-hover-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-accent-hover-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-accent-hover-background-color,
button.is-style-outline .wp-block-button__link.has-accent-hover-background-color,
a.button.is-style-outline .wp-block-button__link.has-accent-hover-background-color,
.button.is-style-outline .wp-block-button__link.has-accent-hover-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-accent-hover-background-color {
  border: 3px solid var(--color-accent-hover);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-accent-hover-rgb), 0.4);
  color: var(--color-accent-hover);
}
input[type=submit].is-style-outline .wp-block-button__link.has-foreground-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-foreground-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-foreground-background-color,
button.is-style-outline .wp-block-button__link.has-foreground-background-color,
a.button.is-style-outline .wp-block-button__link.has-foreground-background-color,
.button.is-style-outline .wp-block-button__link.has-foreground-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-foreground-background-color {
  border: 3px solid var(--color-foreground);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-foreground-rgb), 0.4);
  color: var(--color-foreground);
}
input[type=submit].is-style-outline .wp-block-button__link.has-background-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-background-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-background-background-color,
button.is-style-outline .wp-block-button__link.has-background-background-color,
a.button.is-style-outline .wp-block-button__link.has-background-background-color,
.button.is-style-outline .wp-block-button__link.has-background-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-background-background-color {
  border: 3px solid var(--color-background);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-background-rgb), 0.4);
  color: var(--color-background);
}
input[type=submit].is-style-outline .wp-block-button__link.has-black-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-black-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-black-background-color,
button.is-style-outline .wp-block-button__link.has-black-background-color,
a.button.is-style-outline .wp-block-button__link.has-black-background-color,
.button.is-style-outline .wp-block-button__link.has-black-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
  border: 3px solid var(--color-black);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-black-rgb), 0.4);
  color: var(--color-black);
}
input[type=submit].is-style-outline .wp-block-button__link.has-white-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-white-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-white-background-color,
button.is-style-outline .wp-block-button__link.has-white-background-color,
a.button.is-style-outline .wp-block-button__link.has-white-background-color,
.button.is-style-outline .wp-block-button__link.has-white-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
  border: 3px solid var(--color-white);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-white-rgb), 0.4);
  color: var(--color-white);
}
input[type=submit].is-style-outline .wp-block-button__link.has-light-grey-background-color,
input[type=button].is-style-outline .wp-block-button__link.has-light-grey-background-color,
input[type=reset].is-style-outline .wp-block-button__link.has-light-grey-background-color,
button.is-style-outline .wp-block-button__link.has-light-grey-background-color,
a.button.is-style-outline .wp-block-button__link.has-light-grey-background-color,
.button.is-style-outline .wp-block-button__link.has-light-grey-background-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-background-color {
  border: 3px solid var(--color-light-grey);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(var(--color-light-grey-rgb), 0.4);
  color: var(--color-light-grey);
}
input[type=submit].is-style-small,
input[type=button].is-style-small,
input[type=reset].is-style-small,
button.is-style-small,
a.button.is-style-small,
.button.is-style-small,
.wp-block-button.is-style-small {
  box-shadow: none;
  font-size: clamp(13.125px, 3.2vw, 13.875px);
  font-size: clamp(0.875rem, 3.2vw, 0.925rem);
  padding: 10.005px 18.75px 11.25px;
  padding: 0.667rem 1.25rem 0.75rem;
}

[type=checkbox] {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin-left: calc((24px + (1rem * .5)) * -1);
  margin-right: 4.98px;
  margin-right: 0.332rem;
  margin-top: -3px;
  position: relative;
  width: 24px;
  /* Disabled checkbox */
  /* Accessibility */
}
[type=checkbox]:not(:checked), [type=checkbox]:checked {
  cursor: pointer;
}
[type=checkbox]::before {
  border: 1px solid var(--color-main);
  background-color: var(--color-background);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  content: "";
  display: flex;
  height: 24px;
  position: absolute;
  transition: all 0.275s;
  width: 24px;
}
[type=checkbox]::after {
  color: var(--color-main);
  content: "✕";
  display: flex;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: -0.5px;
  transition: all 0.125s;
}
@media only screen and (min-width: 1000px) {
  [type=checkbox]::after {
    font-size: 21.6px;
    top: 0.25px;
  }
}
[type=checkbox]:not(:checked)::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}
[type=checkbox]:checked::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}
[type=checkbox]:disabled:not(:checked)::before, [type=checkbox]:disabled:checked::before {
  box-shadow: none;
  background-color: var(--color-foreground-lighter);
}
[type=checkbox]:disabled:checked::after {
  color: var(--color-foreground-light);
}
[type=checkbox]:checked:focus::before, [type=checkbox]:not(:checked):focus::before {
  box-shadow: 0 0 0 2px rgba(var(--color-main-rgb), 0.2);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  background-color: var(--color-background);
  width: 100%;
}

[type=radio] {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin-left: calc((24px + (1rem * .5)) * -1);
  margin-right: 4.98px;
  margin-right: 0.332rem;
  margin-top: -3px;
  position: relative;
  width: 24px;
  /* Disabled checkbox */
  /* Accessibility */
}
[type=radio]:not(:checked), [type=radio]:checked {
  cursor: pointer;
  left: 0;
}
[type=radio]::before {
  background-color: var(--color-background);
  border-radius: 50%;
  border: 1px solid var(--color-main);
  box-shadow: none;
  box-sizing: border-box;
  content: "";
  height: 24px;
  position: absolute;
  transition: all 0.275s;
  width: 24px;
}
[type=radio]::after {
  background-color: var(--color-main);
  border-radius: 12px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  transition: all 0.125s;
  width: 12px;
}
[type=radio]:not(:checked)::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}
[type=radio]:checked::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}
[type=radio]:hover::before {
  border-color: var(--color-main);
}
[type=radio]:disabled:not(:checked)::before, [type=radio]:disabled:checked::before {
  box-shadow: none;
  background-color: var(--color-foreground-lighter);
}
[type=radio]:disabled:checked::after {
  color: var(--color-foreground-light);
}
[type=radio]:checked:focus + label:before, [type=radio]:not(:checked):focus + label:before {
  box-shadow: 0 0 0 2px rgba(var(--color-main-rgb), 0.2);
}

select {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-background);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 21.121 0.939 10.061 3.061 7.939 12 16.879 20.939 7.939 23.061 10.061 12 21.121"/></svg>');
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 1px solid var(--color-main);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-foreground);
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  line-height: 1.5;
  margin: 0 0 7.5px;
  margin: 0 0 0.5rem;
  outline: none;
  padding: calc(1rem / 1.575) 3rem calc(1rem / 1.575) calc(1rem / 1.5);
  position: relative;
  width: 100%;
}
select:hover {
  border-color: var(--color-main-hover);
}

textarea {
  background-color: var(--color-background);
  border-radius: 0;
  box-shadow: none;
  display: block;
  resize: vertical;
  width: 100%;
}

.comment-navigation .site-main,
.posts-navigation .site-main,
.post-navigation .site-main {
  margin: 0 0 15px;
  margin: 0 0 1rem;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

a {
  color: var(--color-main);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  transition: color 0.125s 0s ease-in;
}
a:visited {
  color: var(--color-main);
}
a:hover, a:focus, a:active {
  color: var(--color-secondary);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.footer-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: block;
  margin: 0.4em 1em;
}
.footer-menu a {
  color: var(--color-foreground);
  font-size: clamp(11.25px, 3.2vw, 12.375px);
  font-size: clamp(0.75rem, 3.2vw, 0.825rem);
}

.main-navigation {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .main-navigation .header-menu {
    pointer-events: none;
  }
  .main-navigation.toggled .header-menu {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    width: auto;
  }
}
.main-navigation:not(.is-frontpage) .header-menu {
  display: block;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-flow: column nowrap;
    flex-grow: 0;
    height: auto;
    justify-content: flex-start;
    margin: 0;
    opacity: 1;
    overflow: auto;
    padding: 0.5rem 0;
    position: fixed;
    inset: 0;
    width: 100%;
    z-index: 5;
  }
  .main-navigation:not(.is-frontpage) .header-menu::before {
    background-color: rgba(var(--color-background-rgb), 0.96);
    content: "";
    min-height: 100vh;
    position: fixed;
    inset: 0;
    width: 100vw;
  }
  @supports (-webkit-touch-callout: none) {
    .main-navigation:not(.is-frontpage) .header-menu::before {
      min-height: -webkit-fill-available;
    }
  }
  @supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
    .main-navigation:not(.is-frontpage) .header-menu::before {
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      background-color: rgba(var(--color-background-rgb), 0.8);
    }
  }
}
.main-navigation:not(.is-frontpage) .header-menu[hidden=hidden] {
  background-color: transparent;
  opacity: 0;
  height: 0;
  min-height: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu[hidden=hidden] {
    display: flex;
    height: auto;
    opacity: 1;
    padding-top: 0;
    z-index: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
    width: 100%;
  }
}
.main-navigation:not(.is-frontpage) .header-menu ul {
  box-shadow: none;
  position: relative;
  top: 0;
  width: 100%;
}
.main-navigation:not(.is-frontpage) .header-menu > li {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu > li:not(:last-child) ul {
    border-bottom: 1px solid var(--color-foreground-lighter);
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li .sub-menu a {
    font-size: clamp(1rem, 3.2vw, 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu > li.menu-item-has-children {
    padding-right: 0.75em;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li.menu-item-has-children::after {
    background-color: var(--color-main);
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
  }
}
.main-navigation:not(.is-frontpage) .header-menu > li > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .main-navigation:not(.is-frontpage) .header-menu > li {
    display: flex;
    margin: 0 0.5rem;
    padding: 0;
    text-align: unset;
    transition: all 0.2s ease-in;
    width: auto;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:first-child {
    margin-left: 0;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:last-child {
    margin-right: 0;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:last-child > ul {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: unset;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:last-child > ul li {
    text-align: right;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:hover {
    border-bottom-color: var(--color-main);
    color: var(--color-main);
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:hover > a {
    color: var(--color-main);
  }
  .main-navigation:not(.is-frontpage) .header-menu > li:hover > ul {
    display: block;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li > ul {
    background-color: var(--color-background);
    box-shadow: 0 0.7em 1em rgba(var(--color-foreground-rgb), 0.1);
    display: none;
    margin: 0 0 -1rem -1rem;
    overflow: hidden;
    padding: 0.667rem 0;
    width: 16rem;
    z-index: 10;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li > ul a {
    border: 0;
    margin: 0;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .main-navigation:not(.is-frontpage) .header-menu > li > ul a:hover {
    background-color: var(--color-main);
    color: var(--color-background);
  }
}
.main-navigation a {
  color: var(--color-foreground);
  display: inline-block;
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16.875px, 3.2vw, 20.625px);
  font-size: clamp(1.125rem, 3.2vw, 1.375rem);
  margin: 0;
  padding: 7.5px;
  padding: 0.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .main-navigation a {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0 0 0.5rem;
  }
  .main-navigation a:hover {
    color: var(--color-main);
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation a {
    font-size: clamp(1rem, 3.2vw, 1rem);
  }
}
.main-navigation.is-frontpage .header-menu {
  list-style: none;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-flow: column nowrap;
  flex-grow: 0;
  height: auto;
  justify-content: flex-start;
  margin: 0;
  opacity: 1;
  overflow: auto;
  padding: 7.5px 0;
  padding: 0.5rem 0;
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 1200px) {
  .main-navigation.is-frontpage .header-menu {
    justify-content: center;
    padding: 4rem;
    transition: none;
  }
}
.main-navigation.is-frontpage .header-menu::before {
  background-color: rgba(var(--color-background-rgb), 0.96);
  content: "";
  min-height: 100vh;
  position: fixed;
  inset: 0;
  width: 100vw;
}
@supports (-webkit-touch-callout: none) {
  .main-navigation.is-frontpage .header-menu::before {
    min-height: -webkit-fill-available;
  }
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .main-navigation.is-frontpage .header-menu::before {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(var(--color-background-rgb), 0.8);
  }
}
.main-navigation.is-frontpage .header-menu[hidden=hidden] {
  background-color: transparent;
  opacity: 0;
  height: 0;
  min-height: 0;
  z-index: -1;
}
.main-navigation.is-frontpage .header-menu ul {
  box-shadow: none;
  position: relative;
  top: 0;
  width: 100%;
}
.main-navigation.is-frontpage .header-menu > li {
  padding: 0;
  position: relative;
  text-align: center;
  transition: none;
  width: 100%;
}
.main-navigation.is-frontpage .header-menu > li:not(:last-child) ul {
  border-bottom: 1px solid var(--color-foreground-lighter);
  margin: 0 0 15px;
  margin: 0 0 1rem;
  padding: 0 0 15px;
  padding: 0 0 1rem;
}
.main-navigation.is-frontpage .header-menu > li .sub-menu a {
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
}
@media only screen and (min-width: 1200px) {
  .main-navigation.is-frontpage .header-menu a {
    font-size: clamp(1.3rem, 3.2vw, 1.5rem);
    transition: none;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "josefinsans";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/josefinsans-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "josefinsans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/josefinsans-semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "josefinsans-lightitalic";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/josefinsans-lightitalic.woff") format("woff");
  font-display: swap;
}
body {
  color: var(--color-foreground);
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-smooth: always;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  line-height: 22.5px;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: josefinsans, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 15px;
  margin: 0 0 1rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  font-size: 26.25px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1000px) {
  h1.section-title,
  h2.section-title,
  h3.section-title,
  h4.section-title,
  h5.section-title,
  h6.section-title {
    font-size: 2.5rem;
  }
}
h1.is-title,
h2.is-title,
h3.is-title,
h4.is-title,
h5.is-title,
h6.is-title {
  color: var(--color-main);
}
h1.is-center,
h2.is-center,
h3.is-center,
h4.is-center,
h5.is-center,
h6.is-center {
  text-align: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 15px;
  padding: 1rem;
}

.site-main h1 {
  font-size: clamp(26.25px, 3.2vw, 29.25px);
  font-size: clamp(1.75rem, 3.2vw, 1.95rem);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .site-main h1 {
    font-size: clamp(1.9rem, 3.2vw, 2.25rem);
    line-height: 1.5;
  }
}
.site-main h2 {
  font-size: clamp(19.5px, 3.2vw, 22.5px);
  font-size: clamp(1.3rem, 3.2vw, 1.5rem);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .site-main h2 {
    font-size: clamp(1.75rem, 3.2vw, 1.95rem);
    line-height: 1.5;
  }
}
.site-main h3 {
  font-size: clamp(16.875px, 3.2vw, 20.625px);
  font-size: clamp(1.125rem, 3.2vw, 1.375rem);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .site-main h3 {
    font-size: clamp(1.3rem, 3.2vw, 1.5rem);
    line-height: 1.5;
  }
}
.site-main h4 {
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .site-main h4 {
    font-size: clamp(1.125rem, 3.2vw, 1.375rem);
    line-height: 1.5;
  }
}

p {
  display: block;
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  margin: 0 1rem;
}

address {
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

pre {
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.062px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  padding: 1rem;
}

code,
kbd,
tt,
var {
  font-family: inter, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.062px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  background: var(--color-main);
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media only screen and (max-width: 1200px) {
  .menu-expanded .social-menu .social-menu-item a {
    background-color: var(--color-background);
  }
}
.social-menu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
  margin: 0 auto 1rem;
  padding: 0;
  position: relative;
}
.social-menu li:not(:first-child) {
  margin-left: 7.5px;
  margin-left: 0.5rem;
}
.social-menu .social-menu-item a {
  background-color: var(--color-foreground);
  display: block;
  height: 37.5px;
  height: 2.5rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  text-indent: -9999em;
  width: 37.5px;
  width: 2.5rem;
}
.social-menu .social-menu-item a:hover {
  background-color: var(--color-main);
  cursor: pointer;
}
.social-menu .social-facebook a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z"/></svg>');
}
.social-menu .social-linkedin a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"/></svg>');
}
.social-menu .social-xing a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-5.911 14.996l2.4-4.233-1.614-2.767h2.881l1.601 2.759-2.401 4.241h-2.867zm10.85 4.004h-2.848l-3.105-5.639 4.708-8.361h2.877l-4.707 8.361 3.075 5.639z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-5.911 14.996l2.4-4.233-1.614-2.767h2.881l1.601 2.759-2.401 4.241h-2.867zm10.85 4.004h-2.848l-3.105-5.639 4.708-8.361h2.877l-4.707 8.361 3.075 5.639z"/></svg>');
}
.social-menu .social-twitter a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.368 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.368 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z"/></svg>');
}
.social-menu .social-instagram a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z"/></svg>');
}
.social-menu .social-youtube a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.441 16.892c-2.102.144-6.784.144-8.883 0-2.276-.156-2.541-1.27-2.558-4.892.017-3.629.285-4.736 2.558-4.892 2.099-.144 6.782-.144 8.883 0 2.277.156 2.541 1.27 2.559 4.892-.018 3.629-.285 4.736-2.559 4.892zm-6.441-7.234l4.917 2.338-4.917 2.346v-4.684z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.441 16.892c-2.102.144-6.784.144-8.883 0-2.276-.156-2.541-1.27-2.558-4.892.017-3.629.285-4.736 2.558-4.892 2.099-.144 6.782-.144 8.883 0 2.277.156 2.541 1.27 2.559 4.892-.018 3.629-.285 4.736-2.559 4.892zm-6.441-7.234l4.917 2.338-4.917 2.346v-4.684z"/></svg>');
}
.social-menu .social-vimeo a {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.82 11.419c-1.306 2.792-4.463 6.595-6.458 6.595-1.966 0-2.25-4.192-3.324-6.983-.527-1.372-.868-1.058-1.858-.364l-.604-.779c1.444-1.27 2.889-2.745 3.778-2.826.998-.096 1.615.587 1.845 2.051.305 1.924.729 4.91 1.472 4.91.577 0 2.003-2.369 2.076-3.215.13-1.24-.912-1.277-1.815-.89 1.43-4.689 7.383-3.825 4.888 1.501z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.82 11.419c-1.306 2.792-4.463 6.595-6.458 6.595-1.966 0-2.25-4.192-3.324-6.983-.527-1.372-.868-1.058-1.858-.364l-.604-.779c1.444-1.27 2.889-2.745 3.778-2.826.998-.096 1.615.587 1.845 2.051.305 1.924.729 4.91 1.472 4.91.577 0 2.003-2.369 2.076-3.215.13-1.24-.912-1.277-1.815-.89 1.43-4.689 7.383-3.825 4.888 1.501z"/></svg>');
}

.social-share-post {
  padding: 0;
}
.social-share-post a {
  align-items: center;
  display: inline-flex;
}
.social-share-post a::before {
  background-color: var(--color-foreground);
  content: "";
  display: block;
  height: 18.75px;
  height: 1.25rem;
  margin-right: 0.5em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  width: 18.75px;
  width: 1.25rem;
}
.social-share-post a:hover::before {
  background-color: var(--color-main);
  cursor: pointer;
}
.social-share-post .social-share-facebook::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z"/></svg>');
}
.social-share-post .social-share-twitter::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>');
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-notice p {
  font-size: clamp(11.25px, 3.2vw, 12.375px);
  font-size: clamp(0.75rem, 3.2vw, 0.825rem);
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 15px;
  margin: 0 0 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  max-width: 24rem;
}
.widget select {
  max-width: 100%;
}

.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6 {
  font-size: clamp(16.875px, 3.2vw, 20.625px);
  font-size: clamp(1.125rem, 3.2vw, 1.375rem);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer-widget h1,
  .footer-widget h2,
  .footer-widget h3,
  .footer-widget h4,
  .footer-widget h5,
  .footer-widget h6 {
    font-size: clamp(1.3rem, 3.2vw, 1.5rem);
    line-height: 1.5;
  }
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-block-embed .embed-privacy-content iframe {
  height: 100%;
}

.wp-block-image figcaption,
.wp-element-caption {
  margin-bottom: 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.alignwide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    width: calc(768px - (1rem * 2));
  }
}
@media only screen and (min-width: 1000px) {
  .alignwide {
    margin-left: calc(-1 * (1000px - 720px) * 0.5);
    width: calc(1000px - (1rem * 2));
  }
}
@media only screen and (min-width: 1200px) {
  .alignwide {
    margin-left: calc(-1 * (1200px - 720px) * 0.5);
    width: calc(1200px - (1rem * 2));
  }
}
@media only screen and (min-width: 1560px) {
  .alignwide {
    margin-left: calc(-1 * (1560px - 720px) * 0.5);
    width: calc(1560px - (1rem * 2));
  }
}

.alignfull {
  margin-left: -15px;
  margin-left: -1rem;
  margin-right: 0;
  width: calc(100vw - var(--scrollbar-width, 0));
}
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 768px) * 0.5 - (1rem));
  }
}
@media only screen and (min-width: 1000px) {
  .alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 720px) * 0.5);
  }
}
@media only screen and (min-width: 1200px) {
  .alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 720px) * 0.5 - (1rem));
  }
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)) {
  max-width: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

.wp-block-group.alignwide,
.wp-block-columns.alignwide,
.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-media-text.alignwide,
.wp-block-cover.alignwide,
.wp-block-button.alignwide,
.wp-block-buttons.alignwide,
.wp-block-separator.alignwide,
.wp-block-list.alignwide,
.wp-block-embed.alignwide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-group.alignwide,
  .wp-block-columns.alignwide,
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-media-text.alignwide,
  .wp-block-cover.alignwide,
  .wp-block-button.alignwide,
  .wp-block-buttons.alignwide,
  .wp-block-separator.alignwide,
  .wp-block-list.alignwide,
  .wp-block-embed.alignwide {
    width: calc(768px - (1rem * 2));
  }
}
@media only screen and (min-width: 1000px) {
  .wp-block-group.alignwide,
  .wp-block-columns.alignwide,
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-media-text.alignwide,
  .wp-block-cover.alignwide,
  .wp-block-button.alignwide,
  .wp-block-buttons.alignwide,
  .wp-block-separator.alignwide,
  .wp-block-list.alignwide,
  .wp-block-embed.alignwide {
    margin-left: calc(-1 * (1000px - 720px) * 0.5);
    width: calc(1000px - (1rem * 2));
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-group.alignwide,
  .wp-block-columns.alignwide,
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-media-text.alignwide,
  .wp-block-cover.alignwide,
  .wp-block-button.alignwide,
  .wp-block-buttons.alignwide,
  .wp-block-separator.alignwide,
  .wp-block-list.alignwide,
  .wp-block-embed.alignwide {
    margin-left: calc(-1 * (1200px - 720px) * 0.5);
    width: calc(1200px - (1rem * 2));
  }
}
@media only screen and (min-width: 1560px) {
  .wp-block-group.alignwide,
  .wp-block-columns.alignwide,
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-media-text.alignwide,
  .wp-block-cover.alignwide,
  .wp-block-button.alignwide,
  .wp-block-buttons.alignwide,
  .wp-block-separator.alignwide,
  .wp-block-list.alignwide,
  .wp-block-embed.alignwide {
    margin-left: calc(-1 * (1560px - 720px) * 0.5);
    width: calc(1560px - (1rem * 2));
  }
}
.wp-block-group.alignfull,
.wp-block-columns.alignfull,
.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-media-text.alignfull,
.wp-block-cover.alignfull,
.wp-block-button.alignfull,
.wp-block-buttons.alignfull,
.wp-block-separator.alignfull,
.wp-block-list.alignfull,
.wp-block-embed.alignfull {
  margin-left: -15px;
  margin-left: -1rem;
  margin-right: 0;
  width: calc(100vw - var(--scrollbar-width, 0));
}
@media only screen and (min-width: 768px) {
  .wp-block-group.alignfull,
  .wp-block-columns.alignfull,
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull,
  .wp-block-media-text.alignfull,
  .wp-block-cover.alignfull,
  .wp-block-button.alignfull,
  .wp-block-buttons.alignfull,
  .wp-block-separator.alignfull,
  .wp-block-list.alignfull,
  .wp-block-embed.alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 768px) * 0.5 - (1rem));
  }
}
@media only screen and (min-width: 1000px) {
  .wp-block-group.alignfull,
  .wp-block-columns.alignfull,
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull,
  .wp-block-media-text.alignfull,
  .wp-block-cover.alignfull,
  .wp-block-button.alignfull,
  .wp-block-buttons.alignfull,
  .wp-block-separator.alignfull,
  .wp-block-list.alignfull,
  .wp-block-embed.alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 720px) * 0.5);
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-group.alignfull,
  .wp-block-columns.alignfull,
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull,
  .wp-block-media-text.alignfull,
  .wp-block-cover.alignfull,
  .wp-block-button.alignfull,
  .wp-block-buttons.alignfull,
  .wp-block-separator.alignfull,
  .wp-block-list.alignfull,
  .wp-block-embed.alignfull {
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width, 0)) - 720px) * 0.5 - (1rem));
  }
}

.alignfull .wp-block-media-text__media img {
  border-radius: unset;
  box-shadow: unset;
}

.wp-block-group,
.wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-left: 1rem;
  padding-right: 15px;
  padding-right: 1rem;
}

.wp-block-group.has-background,
.wp-block-columns.has-background {
  padding: 15px;
  padding: 1rem;
}

.wp-block-separator,
.wp-block-list,
.wp-block-buttons,
.wp-block-embed {
  margin: 0 0 15px;
  margin: 0 0 1rem;
}

.has-large-font-size {
  font-size: clamp(15px, 3.2vw, 15px);
  font-size: clamp(1rem, 3.2vw, 1rem);
}

.wp-block-group.is-style-carousel {
  opacity: 0;
}
.wp-block-group.is-style-carousel .slick-slide > div {
  display: flex;
}
.wp-block-group.is-style-carousel blockquote {
  margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > *:nth-last-child(1) {
  margin-bottom: 0;
}
.wp-block-group.is-layout-flow > .wp-block-group__inner-container {
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .wp-block-group.is-layout-flow > .wp-block-group__inner-container {
    max-width: var(--wp--style--global--wide-size);
  }
}
.wp-block-group.is-layout-constrained > .wp-block-group__inner-container {
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .wp-block-group.is-layout-constrained > .wp-block-group__inner-container {
    max-width: var(--wp--style--global--content-size);
  }
}

.is-style-has-full-height,
.is-style-has-texture-background,
.is-style-has-viewport-filled-faded-background {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .is-style-has-full-height,
  .is-style-has-texture-background,
  .is-style-has-viewport-filled-faded-background {
    min-height: 100vh;
  }
}

.is-style-has-texture-background {
  z-index: 0;
}
.is-style-has-texture-background::before {
  background-image: var(--texture-1);
  background-position: center;
  background-size: var(--texture-1-width) auto;
  background-repeat: repeat;
  content: "";
  display: flex;
  mix-blend-mode: soft-light;
  opacity: 0.33;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.is-style-has-texture-background.has-black-background-color::before, .is-style-has-texture-background.has-text-color-background-color::before {
  mix-blend-mode: lighten;
  opacity: 0.125;
}
.is-style-has-texture-background.has-background-color-background-color::before, .is-style-has-texture-background.has-light-grey-background-color::before {
  mix-blend-mode: darken;
  opacity: 0.125;
}
.is-style-has-texture-background.has-accent-background-color::before, .is-style-has-texture-background.has-accent-hover-background-color::before {
  mix-blend-mode: color-burn;
  opacity: 0.33;
}
.is-style-has-texture-background.has-accent-dark-background-color::before {
  mix-blend-mode: overlay;
  opacity: 0.25;
}
.is-style-has-texture-background > .wp-block-column,
.is-style-has-texture-background > .wp-block-group__inner-container {
  padding-top: 30px;
  padding-top: 2rem;
  padding-bottom: 15px 1.5;
  padding-bottom: 1rem 1.5;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .is-style-has-texture-background > .wp-block-column,
  .is-style-has-texture-background > .wp-block-group__inner-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.is-style-has-texture-background .wp-block-group__inner-container {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.is-style-has-viewport-filled-faded-background {
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .is-style-has-viewport-filled-faded-background .wp-block-media-text__media {
    max-height: 34vh;
    overflow: hidden;
  }
}
.is-style-has-viewport-filled-faded-background .wp-block-media-text__media .simple-media-credit {
  border-radius: 0;
  top: 0;
  right: 0;
  left: unset;
  bottom: unset;
  z-index: 5;
}
.is-style-has-viewport-filled-faded-background .wp-block-media-text__content {
  padding: 15px;
  padding: 1rem;
}
.is-style-has-viewport-filled-faded-background > figure:not(.has-background) {
  color: var(--color-white);
}
.is-style-has-viewport-filled-faded-background > figure:not(.has-background)::after {
  background: linear-gradient(to top, rgba(var(--color-black-rgb), 0.9) 0%, rgba(var(--color-black-rgb), 0.8) 20%, rgba(var(--color-black-rgb), 0.4) 55%, rgba(var(--color-black-rgb), 0) 80%);
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background > figure:not(.has-background)::after {
    background: linear-gradient(to right, rgba(var(--color-black-rgb), 0.9) 0%, rgba(var(--color-black-rgb), 0.8) 20%, rgba(var(--color-black-rgb), 0.4) 55%, rgba(var(--color-black-rgb), 0) 80%);
  }
}
.is-style-has-viewport-filled-faded-background.has-main-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-main-rgb), 0.9) 0%, rgba(var(--color-main-rgb), 0.8) 20%, rgba(var(--color-main-rgb), 0.4) 55%, rgba(var(--color-main-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-main-hover-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-main-hover-rgb), 0.9) 0%, rgba(var(--color-main-hover-rgb), 0.8) 20%, rgba(var(--color-main-hover-rgb), 0.4) 55%, rgba(var(--color-main-hover-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-main-dark-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-main-dark-rgb), 0.9) 0%, rgba(var(--color-main-dark-rgb), 0.8) 20%, rgba(var(--color-main-dark-rgb), 0.4) 55%, rgba(var(--color-main-dark-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-accent-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-accent-rgb), 0.9) 0%, rgba(var(--color-accent-rgb), 0.8) 20%, rgba(var(--color-accent-rgb), 0.4) 55%, rgba(var(--color-accent-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-accent-hover-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-accent-hover-rgb), 0.9) 0%, rgba(var(--color-accent-hover-rgb), 0.8) 20%, rgba(var(--color-accent-hover-rgb), 0.4) 55%, rgba(var(--color-accent-hover-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-accent-dark-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-accent-dark-rgb), 0.9) 0%, rgba(var(--color-accent-dark-rgb), 0.8) 20%, rgba(var(--color-accent-dark-rgb), 0.4) 55%, rgba(var(--color-accent-dark-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-background-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-background-rgb), 0.9) 0%, rgba(var(--color-background-rgb), 0.8) 20%, rgba(var(--color-background-rgb), 0.4) 55%, rgba(var(--color-background-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-foreground-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-foreground-rgb), 0.9) 0%, rgba(var(--color-foreground-rgb), 0.8) 20%, rgba(var(--color-foreground-rgb), 0.4) 55%, rgba(var(--color-foreground-rgb), 0) 80%);
}
.is-style-has-viewport-filled-faded-background.has-light-grey-background-color > figure::after {
  background: linear-gradient(to top, rgba(var(--color-foreground-lighter-rgb), 0.9) 0%, rgba(var(--color-foreground-lighter-rgb), 0.8) 20%, rgba(var(--color-foreground-lighter-rgb), 0.4) 55%, rgba(var(--color-foreground-lighter-rgb), 0) 80%);
}
@media only screen and (max-width: 999px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right {
    flex-direction: column-reverse;
  }
  .is-style-has-viewport-filled-faded-background .wp-block-media-text__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background {
    flex-flow: row nowrap;
  }
  .is-style-has-viewport-filled-faded-background:not(.has-media-on-the-right) .wp-block-media-text__media .simple-media-credit {
    left: unset;
    right: 0;
  }
  .is-style-has-viewport-filled-faded-background > figure {
    display: flex;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
  }
  .is-style-has-viewport-filled-faded-background > figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .is-style-has-viewport-filled-faded-background > figure::after {
    background: linear-gradient(to right, rgba(var(--color-black-rgb), 0.9) 0%, rgba(var(--color-black-rgb), 0.8) 20%, rgba(var(--color-black-rgb), 0.4) 55%, rgba(var(--color-black-rgb), 0) 80%);
    mix-blend-mode: multiply;
    content: "";
    display: flex;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
  }
  .is-style-has-viewport-filled-faded-background .wp-block-media-text__content {
    display: flex;
    flex-flow: column wrap;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: calc((100% - 1000px) * 0.5);
    max-width: var(--wp--style--global--content-size);
    padding: 3rem 1rem 2rem 1rem;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1200px) {
  .is-style-has-viewport-filled-faded-background .wp-block-media-text__content {
    margin-left: calc((100% - 1200px) * 0.5);
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1560px) {
  .is-style-has-viewport-filled-faded-background .wp-block-media-text__content {
    margin-left: calc((100% - 1560px) * 0.5);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-main-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-main-rgb), 0.9) 0%, rgba(var(--color-main-rgb), 0.8) 20%, rgba(var(--color-main-rgb), 0.4) 55%, rgba(var(--color-main-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-main-hover-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-main-hover-rgb), 0.9) 0%, rgba(var(--color-main-hover-rgb), 0.8) 20%, rgba(var(--color-main-hover-rgb), 0.4) 55%, rgba(var(--color-main-hover-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-main-dark-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-main-dark-rgb), 0.9) 0%, rgba(var(--color-main-dark-rgb), 0.8) 20%, rgba(var(--color-main-dark-rgb), 0.4) 55%, rgba(var(--color-main-dark-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-accent-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-accent-rgb), 0.9) 0%, rgba(var(--color-accent-rgb), 0.8) 20%, rgba(var(--color-accent-rgb), 0.4) 55%, rgba(var(--color-accent-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-accent-hover-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-accent-hover-rgb), 0.9) 0%, rgba(var(--color-accent-hover-rgb), 0.8) 20%, rgba(var(--color-accent-hover-rgb), 0.4) 55%, rgba(var(--color-accent-hover-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-accent-dark-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-accent-dark-rgb), 0.9) 0%, rgba(var(--color-accent-dark-rgb), 0.8) 20%, rgba(var(--color-accent-dark-rgb), 0.4) 55%, rgba(var(--color-accent-dark-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-background-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-background-rgb), 0.9) 0%, rgba(var(--color-background-rgb), 0.8) 20%, rgba(var(--color-background-rgb), 0.4) 55%, rgba(var(--color-background-rgb), 0) 80%);
    mix-blend-mode: soft-light;
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-foreground-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-foreground-rgb), 0.9) 0%, rgba(var(--color-foreground-rgb), 0.8) 20%, rgba(var(--color-foreground-rgb), 0.4) 55%, rgba(var(--color-foreground-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-light-grey-background-color figure::after {
    background: linear-gradient(to right, rgba(var(--color-foreground-lighter-rgb), 0.9) 0%, rgba(var(--color-foreground-lighter-rgb), 0.8) 20%, rgba(var(--color-foreground-lighter-rgb), 0.4) 55%, rgba(var(--color-foreground-lighter-rgb), 0) 80%);
    mix-blend-mode: color-dodge;
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right {
    color: var(--color-white);
  }
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right > figure::after {
    background: linear-gradient(to left, rgba(var(--color-black-rgb), 0.9) 0%, rgba(var(--color-black-rgb), 0.8) 20%, rgba(var(--color-black-rgb), 0.4) 55%, rgba(var(--color-black-rgb), 0) 80%);
  }
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right .wp-block-media-text__content {
    margin-left: auto;
    margin-right: calc((100% - 1000px) * 0.5);
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1200px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right .wp-block-media-text__content {
    margin-right: calc((100% - 1200px) * 0.5);
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1560px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right .wp-block-media-text__content {
    margin-right: calc((100% - 1560px) * 0.5);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-main-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-main-rgb), 0.9) 0%, rgba(var(--color-main-rgb), 0.8) 20%, rgba(var(--color-main-rgb), 0.4) 55%, rgba(var(--color-main-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-main-hover-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-main-hover-rgb), 0.9) 0%, rgba(var(--color-main-hover-rgb), 0.8) 20%, rgba(var(--color-main-hover-rgb), 0.4) 55%, rgba(var(--color-main-hover-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-main-dark-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-main-dark-rgb), 0.9) 0%, rgba(var(--color-main-dark-rgb), 0.8) 20%, rgba(var(--color-main-dark-rgb), 0.4) 55%, rgba(var(--color-main-dark-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-accent-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-accent-rgb), 0.9) 0%, rgba(var(--color-accent-rgb), 0.8) 20%, rgba(var(--color-accent-rgb), 0.4) 55%, rgba(var(--color-accent-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-accent-hover-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-accent-hover-rgb), 0.9) 0%, rgba(var(--color-accent-hover-rgb), 0.8) 20%, rgba(var(--color-accent-hover-rgb), 0.4) 55%, rgba(var(--color-accent-hover-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-accent-dark-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-accent-dark-rgb), 0.9) 0%, rgba(var(--color-accent-dark-rgb), 0.8) 20%, rgba(var(--color-accent-dark-rgb), 0.4) 55%, rgba(var(--color-accent-dark-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-background-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-background-rgb), 0.9) 0%, rgba(var(--color-background-rgb), 0.8) 20%, rgba(var(--color-background-rgb), 0.4) 55%, rgba(var(--color-background-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-foreground-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-foreground-rgb), 0.9) 0%, rgba(var(--color-foreground-rgb), 0.8) 20%, rgba(var(--color-foreground-rgb), 0.4) 55%, rgba(var(--color-foreground-rgb), 0) 80%);
  }
}
@media only screen and (min-width: 1000px) {
  .is-style-has-viewport-filled-faded-background.has-media-on-the-right.has-light-grey-background-color figure::after {
    background: linear-gradient(to left, rgba(var(--color-foreground-lighter-rgb), 0.9) 0%, rgba(var(--color-foreground-lighter-rgb), 0.8) 20%, rgba(var(--color-foreground-lighter-rgb), 0.4) 55%, rgba(var(--color-foreground-lighter-rgb), 0) 80%);
    mix-blend-mode: color-dodge;
  }
}

.wp-block-columns.is-layout-flex {
  gap: 15px;
  gap: 1rem;
}
@media only screen and (min-width: 1000px) {
  .wp-block-columns.is-layout-flex {
    gap: 2rem;
  }
}
.wp-block-columns > .wp-block-column .wp-block-columns {
  padding: 0;
}
.wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column {
  margin-left: unset;
  margin-right: unset;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .wp-block-columns > .wp-block-column:first-child {
    margin-left: calc((100% - 1000px) * 0.5 + (1rem));
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-right: calc((100% - 1000px) * 0.5 + (1rem));
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-columns > .wp-block-column:first-child {
    margin-left: calc((100% - 1200px) * 0.5 + (1rem * 2));
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-right: calc((100% - 1200px) * 0.5 + (1rem * 2));
  }
}
@media only screen and (min-width: 1560px) {
  .wp-block-columns > .wp-block-column:first-child {
    margin-left: calc((100% - 1560px) * 0.5 + (1rem * 2));
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-right: calc((100% - 1560px) * 0.5 + (1rem * 2));
  }
}

ul {
  list-style: none;
}

.wp-block-list {
  position: relative;
}
.wp-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 33.75px;
  padding: 0 0 0 2.25rem;
}
.wp-block-list ul > li {
  margin-top: 7.5px;
  margin-top: 0.5rem;
  position: relative;
}
.wp-block-list ul > li:first-child {
  margin-top: 0;
}
.wp-block-list ul > li::before {
  background-color: var(--color-foreground);
  content: "";
  display: inline-block;
  height: 2px;
  left: -22.5px;
  left: -1.5rem;
  position: absolute;
  top: 10.687px;
  top: 0.7125rem;
  width: 11.25px;
  width: 0.75rem;
}
.wp-block-list ol {
  counter-reset: counter;
  list-style: none;
}
.wp-block-list ol > li {
  counter-increment: counter;
  position: relative;
}
.wp-block-list ol > li:first-child {
  margin-top: 0;
}
.wp-block-list ol > li::before {
  content: counter(counter) ". ";
  font-family: josefinsans, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(13.125px, 3.2vw, 13.875px);
  font-size: clamp(0.875rem, 3.2vw, 0.925rem);
  left: -33.75px;
  left: -2.25rem;
  position: absolute;
  text-align: right;
  top: -1px;
  width: 22.5px;
  width: 1.5rem;
}

.wp-block-quote {
  padding-left: clamp(15px, 6vw, 300px);
  padding-left: clamp(1rem, 6vw, 20rem);
  padding-right: clamp(15px, 6vw, 300px);
  padding-right: clamp(1rem, 6vw, 20rem);
  position: relative;
  text-align: center;
}
.wp-block-quote::before {
  content: "”";
  color: var(--color-accent);
  display: flex;
  font-family: "josefinsans-lightitalic", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(90px, 20vw, 300px);
  font-size: clamp(6rem, 20vw, 20rem);
  height: auto;
  position: absolute;
  top: 18.75px;
  top: 1.25rem;
  left: -4.98px;
  left: -0.332rem;
}
.wp-block-quote p {
  font-family: "josefinsans-lightitalic", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16.875px, 3.2vw, 20.625px);
  font-size: clamp(1.125rem, 3.2vw, 1.375rem);
  line-height: 1.5;
}
.wp-block-quote cite {
  display: flex;
  font-style: normal;
  justify-content: center;
  margin: 0 auto 22.5px;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 400px) {
  .wp-block-quote::before {
    top: 1.75rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-quote::before {
    top: 2.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .wp-block-quote::before {
    top: 3.5rem;
  }
  .wp-block-quote p {
    font-size: clamp(1.75rem, 3.2vw, 1.95rem);
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-quote::before {
    top: 4rem;
  }
}
@media only screen and (min-width: 1560px) {
  .wp-block-quote::before {
    top: 5rem;
  }
}
.wp-block-quote.is-style-plain p {
  font-family: "josefinsans-lightitalic", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16.875px, 3.2vw, 20.625px);
  font-size: clamp(1.125rem, 3.2vw, 1.375rem);
  line-height: 1.5;
}

.site-main .wp-block-gallery figcaption {
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: 1rem;
}
.site-main .wp-block-gallery.is-style-carousel figure.wp-block-image {
  flex-grow: 0;
}
.site-main .wp-block-gallery.is-style-carousel figure.wp-block-image img {
  box-shadow: none;
}
.site-main .wp-block-image:not(.alignfull) img {
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.site-main .wp-block-image.is-style-plain img {
  border-radius: 0;
  box-shadow: none;
}
.site-main .wp-block-image.is-style-plain .simple-media-credit, .site-main .wp-block-image.alignfull .simple-media-credit {
  border-radius: 0;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 15px;
  margin: 0 0 1rem;
  padding: 0;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image),
.wp-block-gallery .wp-block-image {
  margin-top: auto;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img,
.wp-block-gallery .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-gallery:not(.is-style-brand-roll).is-cropped img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wp-block-gallery.is-style-brand-roll figure.wp-block-image img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 8em !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-gallery.is-style-brand-roll.is-cropped img {
  -o-object-fit: unset;
     object-fit: unset;
}
.wp-block-gallery.is-style-brand-roll .blocks-gallery-grid {
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .wp-block-gallery.is-style-brand-roll .blocks-gallery-grid figure {
    text-align: center;
  }
}
.wp-block-gallery.is-style-brand-roll .blocks-gallery-item,
.wp-block-gallery.is-style-brand-roll .wp-block-image {
  align-self: center;
  flex-grow: 0;
  margin: 7.5px;
  margin: 0.5rem;
}
@media only screen and (max-width: 1199px) {
  .wp-block-gallery.is-style-brand-roll .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll .wp-block-image {
    max-width: 10rem;
  }
}
.wp-block-gallery.is-style-brand-roll .blocks-gallery-item figure,
.wp-block-gallery.is-style-brand-roll .wp-block-image figure {
  justify-content: center;
  min-height: unset;
}
.wp-block-gallery.is-style-brand-roll .blocks-gallery-item figcaption,
.wp-block-gallery.is-style-brand-roll .wp-block-image figcaption {
  display: none;
}
.wp-block-gallery.is-style-brand-roll a,
.wp-block-gallery.is-style-brand-roll img {
  display: block;
  height: 100%;
  flex: 1;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wp-block-gallery.is-style-brand-roll a,
  .wp-block-gallery.is-style-brand-roll img {
    min-height: 24px;
    max-width: 200px;
  }
}
.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .wp-block-image {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 0 15px;
  margin: 0 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .wp-block-gallery .blocks-gallery-item,
  .wp-block-gallery .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - 1rem) / 2);
  }
}
.wp-block-gallery .blocks-gallery-item::before,
.wp-block-gallery .wp-block-image::before {
  display: none;
}
.wp-block-gallery .blocks-gallery-item:nth-child(2n), .wp-block-gallery .blocks-gallery-item:last-of-type,
.wp-block-gallery .wp-block-image:nth-child(2n),
.wp-block-gallery .wp-block-image:last-of-type {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item figure,
.wp-block-gallery .wp-block-image figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  min-height: 200px;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-1 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-2 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-3 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-4 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-5 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-6 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-7 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-child(n),
  .wp-block-gallery.columns-8 .wp-block-image:nth-child(n) {
    margin-right: 1rem;
    width: calc((100% - 1rem) / 2);
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2n), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:last-of-type,
  .wp-block-gallery .blocks-gallery-grid .wp-block-image:nth-child(2n),
  .wp-block-gallery .blocks-gallery-grid .wp-block-image:last-of-type {
    margin-right: 0;
  }
}
.wp-block-gallery .simple-media-credit {
  border-radius: 0 1rem 0 0;
  left: unset;
  bottom: unset;
  right: 0;
  top: 0;
  transform: translateY(0%);
}

.blocks-gallery-caption {
  margin-bottom: 15px;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.blocks-gallery-grid .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background-image: linear-gradient(0deg, rgba(var(--color-foreground), 0.95), rgba(var(--color-foreground), 0.4) 60%, rgba(var(--color-foreground), 0));
  background-blend-mode: hard-light;
  padding-top: 45px;
  padding-top: 3rem;
}

@media only screen and (min-width: 1000px) {
  .wp-block-gallery {
    justify-content: center;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-item,
  .wp-block-gallery.columns-1 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (1 - 1))) / 1);
  }
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-1 .wp-block-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-item,
  .wp-block-gallery.columns-2 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (2 - 1))) / 2);
  }
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-2 .wp-block-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (3 - 1))) / 3);
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-3 .wp-block-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (4 - 1))) / 4);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-4 .wp-block-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (5 - 1))) / 5);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-5 .wp-block-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (6 - 1))) / 6);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-6 .wp-block-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (7 - 1))) / 7);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-7 .wp-block-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .wp-block-image {
    margin: 0 1rem 1rem 0;
    width: calc((100% - (1rem * (8 - 1))) / 8);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
  .wp-block-gallery.columns-8 .wp-block-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-1 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-1 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (1 - 1))) / 1);
  }
  .wp-block-gallery.is-style-brand-roll.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.is-style-brand-roll.columns-1 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-1 .wp-block-image:nth-of-type(1n),
  .wp-block-gallery.is-style-brand-roll.columns-1 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-2 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-2 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (2 - 1))) / 2);
  }
  .wp-block-gallery.is-style-brand-roll.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.is-style-brand-roll.columns-2 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-2 .wp-block-image:nth-of-type(2n),
  .wp-block-gallery.is-style-brand-roll.columns-2 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-3 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-3 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (3 - 1))) / 3);
  }
  .wp-block-gallery.is-style-brand-roll.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.is-style-brand-roll.columns-3 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-3 .wp-block-image:nth-of-type(3n),
  .wp-block-gallery.is-style-brand-roll.columns-3 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-4 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-4 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (4 - 1))) / 4);
  }
  .wp-block-gallery.is-style-brand-roll.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.is-style-brand-roll.columns-4 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-4 .wp-block-image:nth-of-type(4n),
  .wp-block-gallery.is-style-brand-roll.columns-4 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-5 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-5 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (5 - 1))) / 5);
  }
  .wp-block-gallery.is-style-brand-roll.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.is-style-brand-roll.columns-5 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-5 .wp-block-image:nth-of-type(5n),
  .wp-block-gallery.is-style-brand-roll.columns-5 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-6 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-6 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (6 - 1))) / 6);
  }
  .wp-block-gallery.is-style-brand-roll.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.is-style-brand-roll.columns-6 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-6 .wp-block-image:nth-of-type(6n),
  .wp-block-gallery.is-style-brand-roll.columns-6 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-7 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-7 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (7 - 1))) / 7);
  }
  .wp-block-gallery.is-style-brand-roll.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.is-style-brand-roll.columns-7 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-7 .wp-block-image:nth-of-type(7n),
  .wp-block-gallery.is-style-brand-roll.columns-7 .wp-block-image:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.is-style-brand-roll.columns-8 .blocks-gallery-item,
  .wp-block-gallery.is-style-brand-roll.columns-8 .wp-block-image {
    align-self: center;
    margin: 0;
    padding: 1rem 1rem 0;
    max-width: calc((100% - ((1rem * 2) * (8 - 1))) / 8);
  }
  .wp-block-gallery.is-style-brand-roll.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.is-style-brand-roll.columns-8 .blocks-gallery-item:last-child,
  .wp-block-gallery.is-style-brand-roll.columns-8 .wp-block-image:nth-of-type(8n),
  .wp-block-gallery.is-style-brand-roll.columns-8 .wp-block-image:last-child {
    margin-right: 0;
  }
}
.wp-block-group .wp-block-gallery.is-style-brand-roll li.blocks-gallery-item,
.wp-block-group .wp-block-gallery.is-style-brand-roll li.wp-block-image {
  margin-bottom: 15px;
  margin-bottom: 1rem;
}