/*!
Theme Name: ThemeSlug
Theme URI: http://underscores.me/
Author: Fabian Pimminger
Author URI: https://fabianpimminger.com/work
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme_slug

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ThemeSlug is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  --color-text: #000000;
  --color-link: #000000;
  --color-primary: #50FF63;
  --color-secondary: #ECECEC;
  --color-background: #fff;
}

:root {
  --font-main: "Jokker", "Helvetica Neue", sans-serif;
  --text-line-height: 1.35;
}

:root {
  --padding-side: 24px;
  --site-width: 1464px;
  --size-header: 0px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: "Jokker";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Jokker-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Jokker";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Jokker-Semibold.woff2") format("woff2");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: var(--text-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--color-background);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-link);
}
a:hover, a:focus {
  color: var(--color-link);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button {
  position: relative;
  background: var(--color-text);
  color: var(--color-background);
  display: inline-block;
  padding: 0.1em 0.625em;
  border: 0px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 2em;
  font-size: 1.5625rem;
}
.button:hover {
  text-decoration: none !important;
  background: var(--color-background);
  color: var(--color-text);
}
@media (max-width: 640px) {
  .button {
    font-size: 1.125em;
  }
}

.button--primary {
  background: var(--color-primary);
  color: var(--color-text);
}
.button--primary:hover {
  background: var(--color-text);
  color: var(--color-primary);
}

.button--secondary {
  background: var(--color-secondary);
  color: var(--color-text);
}
.button--secondary:hover {
  background: var(--color-text);
  color: var(--color-secondary);
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Headline */
/* Text */
.text--rich {
  font-size: 1em;
}
.text--rich ul, .text--rich ol, .text--rich p, .text--rich table, .text--rich [class^=wp-block-] {
  margin-bottom: 1.5em;
  margin-top: 0px;
}
.text--rich ul:last-child, .text--rich ol:last-child, .text--rich p:last-child, .text--rich table:last-child, .text--rich [class^=wp-block-]:last-child {
  margin-bottom: 0px;
}
.text--rich h2, .text--rich h3, .text--rich h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.text--rich h2:first-child, .text--rich h3:first-child, .text--rich h4:first-child {
  margin-top: 0px;
}
.text--rich h2 {
  font-size: 1.3em;
}
.text--rich h3 {
  font-size: 1.2em;
}
.text--rich h4 {
  font-size: 1.125em;
}
.text--rich .has-large-font-size {
  font-size: 1.6em;
}
.text--rich .has-medium-font-size {
  font-size: 1.2em;
}
.text--rich ul, .text--rich ol {
  margin-left: 2em;
  padding: 0px;
}
.text--rich ul li, .text--rich ol li {
  margin-bottom: 0.5em;
}
.text--rich table {
  border-collapse: collapse;
}
.text--rich table td, .text--rich table th {
  border: 1px solid black;
  padding: 0.2rem 0.4rem;
}
.text--rich .wp-block-embed, .text--rich .video-container {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-embed .wp-block-embed__wrapper, .text--rich .video-container .wp-block-embed__wrapper {
  margin-bottom: 0px;
}
.text--rich .wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-gallery {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.text--rich blockquote,
.text--rich blockquote.wp-block-quote {
  margin: 2.5em 1em;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5;
}
.text--rich blockquote p:last-of-type,
.text--rich blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0px;
}
.text--rich blockquote cite,
.text--rich blockquote.wp-block-quote cite {
  margin-top: 0.5em;
  display: block;
  text-align: left;
  font-style: normal;
  font-size: 16px;
}
.text--rich blockquote.is-large p, .text--rich blockquote.is-style-large p,
.text--rich blockquote.wp-block-quote.is-large p,
.text--rich blockquote.wp-block-quote.is-style-large p {
  font-size: 1.2em;
  line-height: 1.5;
}
.text--rich .wp-block-separator {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-button .wp-block-button__link {
  color: white;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
  font-size: 1em;
}
.text--rich .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

.text--minimal h1, .text--minimal h2, .text--minimal h3, .text--minimal h4 {
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.text--minimal h1:first-child, .text--minimal h2:first-child, .text--minimal h3:first-child, .text--minimal h4:first-child {
  margin-top: 0px;
}
.text--minimal h1 {
  font-size: 1.75em;
}
.text--minimal h2 {
  font-size: 1.5em;
}
.text--minimal h3 {
  font-size: 1.25em;
}
.text--minimal h4 {
  font-size: 1.125em;
}
.text--minimal p {
  margin: 0 0 1.5em;
}
.text--minimal p:last-child {
  margin: 0;
}

.text--content {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .text--content {
    font-size: 1.0625rem;
  }
}
.inner {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--padding-side);
}

.hide {
  display: none;
}

.hero {
  margin: 2.5em 0 2.5em;
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(100dvh - 100px);
  display: flex;
  padding-bottom: 220px;
}

.hero__branding {
  display: none;
}

@media (min-width: 992px) {
  .hero__container {
    min-height: 100%;
    display: grid;
    grid-template-columns: 540px 1fr;
    gap: 50px;
    align-items: center;
  }
  .hero__image {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .hero__container {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .hero__image {
    margin-top: 0px !important;
  }
  .hero {
    margin-top: 0px;
  }
  .hero__branding {
    display: block;
    margin: 0 0 1.5em;
    max-width: 500px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-bottom: 0;
  }
  .hero__text {
    position: relative;
    padding-bottom: 40px;
    hyphens: auto;
  }
  .hero__text svg {
    position: absolute;
    bottom: -60px;
    right: var(--padding-side);
    max-height: 100px;
    width: auto;
  }
}
@media (max-height: 919px) {
  .hero__image {
    margin-top: -100px;
  }
}
.offerings {
  margin: 0 0 5em;
}
.offerings .swiper-button-prev::after,
.offerings .swiper-button-next::after {
  display: none;
}
.offerings .swiper-button-prev img,
.offerings .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}

.offerings__container {
  position: relative;
}
.offerings__container .swiper-container {
  align-self: stretch;
}

.offering__item {
  height: auto;
  display: flex;
  background: var(--color-secondary);
  border-radius: 24px;
}

.offering__inner {
  min-height: 100%;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75em;
}

.offering__title {
  background: white;
  color: var(--color-text);
  padding: 0.375em 0.875em;
  border: 0px;
  border-radius: 2em;
  font-size: 1.25rem;
  font-weight: bold;
}

.offering__body {
  hyphens: auto;
}

.offering__icon img {
  aspect-ratio: 1/0.75;
  -o-object-fit: contain;
     object-fit: contain;
}

.offerings__container .swiper-button-prev,
.offerings__container .swiper-button-next {
  margin: 0px;
  background: var(--color-secondary);
  border-radius: 24px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100px;
  padding: 0 20px;
  box-sizing: border-box;
}
.offerings__container .swiper-button-next {
  left: auto;
  right: 0px;
}

@media (min-width: 992px) {
  .offerings__container {
    padding: 0 120px;
  }
}
@media (max-width: 1464px) {
  .offering__inner {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .offerings__items {
    padding-left: var(--padding-side);
  }
  .offerings__container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .offering__icon {
    margin-top: 1.5em;
  }
  .offering__icon img {
    width: 175px;
    aspect-ratio: 1/0.75;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .offerings .swiper-button-prev,
  .offerings .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1470px) {
  .offerings__container .swiper-button-prev {
    border-radius: 0 24px 24px 0;
  }
  .offerings__container .swiper-button-next {
    border-radius: 24px 0 0 24px;
  }
}
@media (min-width: 992px) {
  .offering__body {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
  }
}
@media (min-width: 1465px) {
  .offering__body {
    gap: 40px;
    grid-template-columns: 1fr 175px;
  }
}
@media (max-width: 640px) {
  .offerings {
    margin: 0 0 2.75em;
  }
  .offering__inner {
    padding: 20px 25px;
  }
  .offering__title {
    font-size: 1.125em;
  }
}
.images {
  margin: 0 0 7em;
}

.images__container {
  position: relative;
  padding-top: 134px;
}

.images__sparkle {
  position: absolute;
  left: 263px;
  top: 0px;
  pointer-events: none;
  z-index: 900;
}

.images__item img {
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

@media (max-width: 1464px) {
  .images__container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .images__items {
    padding-left: var(--padding-side);
  }
}
@media (max-width: 640px) {
  .images__sparkle {
    position: absolute;
    left: 163px;
  }
  .images__container {
    padding-top: 64px;
  }
  .images__sparkle img {
    max-width: 70px;
    height: auto;
  }
  .images {
    margin-bottom: 5em;
  }
}
.about {
  background: var(--color-secondary);
  padding: 2.5em 0;
}

.about__text {
  position: relative;
  z-index: 1;
}

.about__image {
  text-align: right;
  position: relative;
}
.about__image img {
  width: 100%;
}
.about__image figure {
  margin: 0px;
}
.about__image figcaption {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .about__container {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    align-items: center;
  }
  .about__text {
    padding-bottom: 5em;
  }
  .about__image {
    margin-left: -80px;
  }
  .about__caption {
    display: grid;
    grid-template-columns: 2fr 2fr 1.25fr;
    gap: 30px;
    grid-column: 1/3;
  }
  .about__caption div {
    grid-column: 3/4;
  }
}
@media (max-width: 991px) {
  .about__container {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .about {
    padding: 4em 0;
  }
  .about__caption {
    text-align: center;
  }
  .about__text {
    hyphens: auto;
  }
}
.content {
  margin: 3em 0 10px;
}

.content__text {
  max-width: 860px;
}

.site-branding {
  position: fixed;
  bottom: var(--padding-side);
  left: 0px;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1000;
}
.site-branding img {
  max-width: 80%;
}

.site-branding--fixed {
  position: relative;
  margin-top: 2em;
  bottom: auto;
}
.site-branding--fixed img {
  max-width: 60%;
}

.site-navigation {
  padding: 30px 0 30px;
}

.site-header {
  margin: 0 0 0px;
}

@media (max-width: 991px) {
  .site-branding {
    display: none;
  }
}
.site-footer {
  padding: 5.5em 0 18em;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer__container {
  display: grid;
  grid-template-columns: 2fr 2fr 1.25fr;
  gap: 30px;
}

.site-footer__navigation ul {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.site-footer__branding {
  display: none;
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 2.5em;
    padding-bottom: 4em;
  }
  .site-footer__branding {
    display: block;
    text-align: center;
    grid-column: span 3;
    margin-bottom: 2em;
  }
  .site-footer__branding img {
    width: 500px;
  }
  .site-footer__empty {
    display: none;
  }
  .site-footer__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .site-footer {
    text-align: center;
  }
  .site-footer__container {
    grid-template-columns: 1fr;
  }
  .site-footer__branding {
    grid-column: span 1;
  }
}
.site-navigation ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 15px;
}

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

.bypostauthor {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.cookiefox {
  --cookiefox--color-text-primary:#000000;
  --cookiefox--color-text-secondary:#767676;
  --cookiefox--color-button-primary:#3d854f;
  --cookiefox--color-button-secondary:#767676;
  --cookiefox--background:#ffffff;
  --cookiefox--font-family:inherit;
  --cookiefox--font-size:16px;
  --cookiefox--font-size-mobile:14px;
  --cookiefox--line-height:1.5;
  --cookiefox__notice--box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  --cookiefox__modal--border-radius:6px;
  --cookiefox__title--font-size:1.25em;
  --cookiefox__title--font-weight:bold;
  --cookiefox__text--font-size:1em;
  --cookiefox__text--font-weight:normal;
  --cookiefox__text--text-align:left;
  --cookiefox__button--font-size:1em;
  --cookiefox__button--font-weight:normal;
  --cookiefox__button--text-transform:none;
  --cookiefox__button--border-radius:5px;
  --cookiefox__button--letter-spacing:0px;
  --cookiefox__footer--background:rgba(0,0,0,0.025);
  --cookiefox__footer--color-border:rgba(0,0,0,0.1);
  --cookiefox__embed--background:#f0f0f0;
  --cookiefox__embed--border-color:#e8e8e8;
  box-sizing: border-box;
  font-size: var(--cookiefox--font-size);
  font-family: var(--cookiefox-font-family);
  line-height: var(--cookiefox--line-height);
  color: var(--cookiefox--color-text-primary);
}

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

.cookiefox a:focus, .cookiefox button:focus, .cookiefox input:focus, .cookiefox input[type=checkbox]:focus, .cookiefox summary:focus {
  outline-offset: 2px;
  outline: 1px dotted var(--cookiefox--color-text-primary);
}

.cookiefox a:focus:not(:focus-visible), .cookiefox button:focus:not(:focus-visible), .cookiefox input:focus:not(:focus-visible), .cookiefox input[type=checkbox]:focus:not(:focus-visible), .cookiefox summary:focus:not(:focus-visible) {
  outline: 0;
}

.cookiefox--banner.cookiefox--simple .cookiefox__spacer, .cookiefox--notice {
  display: none;
}

.cookiefox--banner, .cookiefox--modal {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}

.cookiefox--banner {
  max-height: 100%;
  overscroll-behavior: contain;
  background: var(--cookiefox--background);
  box-shadow: var(--cookiefox__notice--box-shadow);
}

.cookiefox--banner .cookiefox__inner {
  width: 100%;
}

.cookiefox--banner .cookiefox__categories, .cookiefox--banner .cookiefox__meta {
  justify-content: flex-start;
}

.cookiefox--banner .cookiefox__body {
  padding: 28px 24px 7px;
}

.cookiefox--banner .cookiefox__footer {
  padding: 7px 24px 28px;
  display: flex;
  justify-content: flex-end;
}

.cookiefox--banner .cookiefox__spacer {
  display: block;
  flex: 1;
}

.cookiefox--modal {
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 10px;
}

.cookiefox--modal .cookiefox__inner {
  overflow: auto;
  overscroll-behavior: contain;
  max-height: 100%;
  max-width: 680px;
  background: var(--cookiefox--background);
  border-radius: var(--cookiefox__modal--border-radius);
  box-shadow: var(--cookiefox__notice--box-shadow);
  scroll-padding-bottom: 65px;
}

.cookiefox--modal .cookiefox__inner .cookiefox__footer {
  display: flex;
  justify-content: flex-start;
  padding: 14px 24px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--cookiefox--background);
}

.cookiefox--modal .cookiefox__inner .cookiefox__footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--cookiefox__footer--color-border);
  background: var(--cookiefox__footer--background);
  z-index: -1;
}

.cookiefox--modal .cookiefox__inner .cookiefox__spacer {
  flex: 1;
  height: 1px;
}

.cookiefox--modal .cookiefox__inner .cookiefox__body {
  padding: 26px 24px 22px;
}

.cookiefox--modal .cookiefox__title {
  text-align: center;
  margin-bottom: 0.75em;
}

.cookiefox--modal .cookiefox__categories, .cookiefox--modal .cookiefox__meta {
  justify-content: center;
}

.cookiefox__text, .cookiefox__title {
  font-family: var(--cookiefox-font-family);
}

.cookiefox__title {
  font-size: var(--cookiefox__title--font-size);
  font-weight: var(--cookiefox__title--font-weight);
  margin: 0 0 0.5em;
}

.cookiefox__text {
  font-size: var(--cookiefox__text--font-size);
  font-weight: var(--cookiefox__text--font-weight);
  text-align: var(--cookiefox__text--text-align);
}

.cookiefox__text a {
  text-decoration: underline;
  color: var(--cookiefox--color-text-primary);
}

.cookiefox__text a:visited {
  color: inherit;
}

.cookiefox__text a:hover {
  text-decoration: none;
  color: var(--cookiefox--color-text-primary);
}

.cookiefox__categories {
  margin: 2.25em -0.75em -1.25em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cookiefox__category {
  margin: 0 0.75em 1.25em;
}

.cookiefox__category-label {
  display: flex;
  align-items: center;
  font-size: var(--cookiefox__text--font-size);
  line-height: 1;
  color: var(--cookiefox--color-text-primary);
  font-weight: 700;
  text-transform: none;
  margin: 0;
  cursor: pointer;
}

.cookiefox__category-label.is-disabled {
  cursor: not-allowed;
}

input[type=checkbox].cookiefox__category-checkbox {
  -webkit-appearance: none;
  position: relative;
  width: 1.325em;
  height: 1.325em;
  display: block;
  margin: 0 0.45em 0 0;
  padding: 0;
  border: 2px solid currentColor;
  background: var(--cookiefox--background);
  transition: border-color 0.15s ease-in-out;
  cursor: inherit;
  border-radius: 2px;
  box-shadow: none;
  top: 0;
  left: 0;
}

input[type=checkbox].cookiefox__category-checkbox:after {
  content: "";
  opacity: 0;
  display: block;
  left: 0.355em;
  top: 0.085em;
  position: absolute;
  width: 0.4em;
  height: 0.7em;
  border: 2.25px solid var(--cookiefox--color-button-primary);
  border-top: 0;
  border-left: 0;
  transform: rotate(32deg);
  transition: opacity 0.1s ease-in-out;
}

input[type=checkbox].cookiefox__category-checkbox:before {
  content: none;
}

input[type=checkbox].cookiefox__category-checkbox:checked {
  border-color: var(--cookiefox--color-button-primary);
}

input[type=checkbox].cookiefox__category-checkbox:checked:after {
  opacity: 1;
}

input[type=checkbox].cookiefox__category-checkbox:disabled {
  opacity: 0.65;
}

.cookiefox__meta {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookiefox__spinner {
  text-align: center;
  margin: 1.5em 0;
}

.cookiefox__spinner svg {
  height: auto;
  width: 40px;
  stroke: currentColor;
}

.cookiefox__details {
  margin: 1.5em 0 0;
}

.cookiefox__details-category {
  margin: 0 0 1em;
  border: 1px solid var(--cookiefox__footer--color-border);
  background: var(--cookiefox__footer--background);
  padding: 1em;
  border-radius: 4px;
}

.cookiefox__details-category:last-child, .cookiefox__table:last-child, .cookiefox__text h1:last-child, .cookiefox__text h2:last-child, .cookiefox__text h3:last-child, .cookiefox__text h4:last-child, .cookiefox__text h5:last-child, .cookiefox__text h6:last-child, .cookiefox__text ol:last-child, .cookiefox__text p:last-child, .cookiefox__text table:last-child, .cookiefox__text ul:last-child {
  margin-bottom: 0;
}

.cookiefox__details-description, .cookiefox__details-more {
  font-size: 0.875em;
  margin: 1em 0 0;
}

.cookiefox__details-summary {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.cookiefox__details-summary::-webkit-details-marker {
  display: none;
}

.cookiefox__details-summary:before {
  display: block;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  transform: rotate(315deg);
  margin: 0 0.5em 0 0;
}

.cookiefox__details-more[open] .cookiefox__details-summary:before {
  transform: rotate(45deg);
}

.cookiefox__details-cookies {
  margin: 0.75em 0 0;
}

.cookiefox__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
}

.cookiefox__td, .cookiefox__th {
  padding: 0.35em 0.75em;
  border: 1px solid currentColor;
  text-align: left;
}

.cookiefox__th {
  font-weight: 700;
  font-size: 1em;
  width: 115px;
}

.cookiefox__td {
  font-weight: 400;
  font-size: 1em;
}

.cookiefox__footer > .cookiefox__button {
  margin-right: 1.5em;
}

.cookiefox__footer > .cookiefox__button:last-child {
  margin-right: 0;
}

.cookiefox__text h1, .cookiefox__text h2, .cookiefox__text h3, .cookiefox__text h4, .cookiefox__text h5, .cookiefox__text h6, .cookiefox__text ol, .cookiefox__text p, .cookiefox__text table, .cookiefox__text ul {
  margin: 0 0 1.25em;
}

.cookiefox__button {
  font-family: inherit;
  text-decoration: none;
  font-size: var(--cookiefox__button--font-size);
  font-weight: var(--cookiefox__button--font-weight);
  text-transform: var(--cookiefox__button--text-transform);
  cursor: pointer;
  border-radius: var(--cookiefox__button--border-radius);
  letter-spacing: var(--cookiefox__button--letter-spacing);
  line-height: 1;
  box-shadow: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.cookiefox__button.is-button {
  padding: 0.6em 1.375em;
}

.cookiefox__button.is-text {
  padding: 0.6em 0;
}

.cookiefox__button.is-medium {
  font-size: 0.875em;
}

.cookiefox__button:hover {
  text-decoration: none !important;
}

.cookiefox__button--primary.is-button, .cookiefox__button--secondary.is-button {
  border: 1px solid var(--cookiefox--color-button-primary) !important;
  background-color: var(--cookiefox--color-button-primary) !important;
  color: var(--cookiefox--background) !important;
}

.cookiefox__button--primary.is-button:hover, .cookiefox__button--secondary.is-button:hover {
  background-color: var(--cookiefox--color-text-primary) !important;
  border: 1px solid var(--cookiefox--color-text-primary) !important;
}

.cookiefox__button--secondary.is-button {
  border: 1px solid var(--cookiefox--color-button-secondary) !important;
  background-color: var(--cookiefox--color-button-secondary) !important;
}

.cookiefox__button--secondary.is-button:hover {
  color: var(--cookiefox--background) !important;
}

.cookiefox__button--secondary.is-text {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  color: var(--cookiefox--color-text-secondary) !important;
  transition: color 0.15s ease-in-out;
}

.cookiefox__button--secondary.is-text:hover {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  color: var(--cookiefox--color-text-primary) !important;
}

.cookiefox__embed {
  background-color: var(--cookiefox__embed--background);
  border: 1px solid var(--cookiefox__embed--border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cookiefox__embed:first-child:last-child {
  height: 100%;
}

.wp-embed-responsive .wp-has-aspect-ratio .cookiefox__embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cookiefox__embed .cookiefox__embed-notice {
  padding: 2em 2.5em;
}

.cookiefox__embed .cookiefox__embed-footer {
  margin-top: 1.25em;
}

@media (max-width: 640px) {
  .cookiefox {
    font-size: var(--cookiefox--font-size-mobile);
  }
  .cookiefox--modal .cookiefox__inner .cookiefox__footer {
    padding: 8px 14px;
  }
  .cookiefox--modal .cookiefox__inner .cookiefox__body {
    padding: 16px 14px;
  }
  .cookiefox__button--primary, .cookiefox__button--secondary {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media (min-width: 1024px) {
  .cookiefox--banner .cookiefox__inner .cookiefox__body {
    flex: 1;
    align-self: center;
  }
}
@media (max-width: 1024px) {
  .cookiefox--banner .cookiefox__categories, .cookiefox--banner .cookiefox__meta {
    justify-content: center;
  }
  .cookiefox--banner .cookiefox__body {
    padding: 18px 14px 7px;
  }
  .cookiefox--banner .cookiefox__footer {
    padding: 7px 14px 18px;
  }
  .cookiefox--banner .cookiefox__title {
    text-align: center;
  }
}
.cookiefox {
  --cookiefox--font-family: inherit;
  --cookiefox--background: #ffffff;
  --cookiefox--color-text-primary: #000000;
  --cookiefox--color-text-secondary: #767676;
  --cookiefox--color-button-primary: #767676;
  --cookiefox--color-button-secondary: #767676;
  --cookiefox__button--border-radius: 5px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-background);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-text);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

a:focus, select:focus, button:focus {
  outline: thin dotted #000;
  outline-offset: 1px;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Links
--------------------------------------------- */
.link-all:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: transparent;
}

[id] {
  scroll-margin-top: calc(var(--size-header, 0px) + var(--wp-admin--admin-bar--height, 0px) + 10px);
}
