/*	Main Theme Style */
/*	_fonts.scss */
/*
  Vendors ---
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,900;1,400;1,900&display=swap");
/*
  @font-face ---
--------------------------------------------- */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//cdn.fonts.net/t/1.css?apiType=css&projectid=f8fff8bd-83b8-42a1-950c-fda56216c005");
/*	_breakpoints.scss */
/*

Consider adding breakpoints to match variables introduced in theme.json at settings > custom > layout.
* content
* wide
* page

*/
/*	_index.scss */
/*	_body.scss */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

figure {
  margin: 0;
}

/*	_layout.scss */
/*	_animation.scss */
/*	_colors.scss */
@font-face {
  font-family: "ITCLegacySans";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-weight: 700;
  src: url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBoldItalic_italic_normal.woff2") format("woff2"), url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBoldItalic_italic_normal.woff") format("woff");
}
@font-face {
  font-family: "ITCLegacySans";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 700;
  src: url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBold_normal_normal.woff2") format("woff2"), url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBold_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "ITCLegacySans";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBookItalic_italic_normal.woff2") format("woff2"), url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBookItalic_italic_normal.woff") format("woff");
}
@font-face {
  font-family: "ITCLegacySans";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBook_normal_normal.woff2") format("woff2"), url("https://cdn.fonts.net/kit/f8fff8bd-83b8-42a1-950c-fda56216c005/ITCLegacySans/ITCLegacySansBook_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "NN-Konrad";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/konrad/NNKonrad-Regular.woff2) format("woff2"), url(../fonts/konrad/NNKonrad-Regular.woff) format("woff");
}
@font-face {
  font-family: "NN-Konrad";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 600;
  src: url(../fonts/konrad/NNKonrad-Medium.woff2) format("woff2"), url(../fonts/konrad/NNKonrad-Medium.woff) format("woff");
}
@font-face {
  font-family: "NN-Konrad";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/konrad/NNKonrad-Bold.woff2) format("woff2"), url(../fonts/konrad/NNKonrad-Bold.woff) format("woff");
}
/*	_helpers.scss */
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*	_spacing.scss */
/*	_typography.scss */
/*
	Group Selectors ---
--------------------------------------------- */
/*
	Size Translators ---
--------------------------------------------- */
/*
	Mixins ---
--------------------------------------------- */
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0;
  padding: 0;
}
@media (max-width: 1260px) {
  .site-inner {
    padding-inline: 30px;
  }
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    max-width: var(--wp--custom--layout--content);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/*	_layout.scss */
/*	_base_typography.scss */
/* Heading
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--wp--style--block-gap);
}
h1:has(+ h1, + h2, + h3, + h4, + h5, + h6), h2:has(+ h1, + h2, + h3, + h4, + h5, + h6), h3:has(+ h1, + h2, + h3, + h4, + h5, + h6), h4:has(+ h1, + h2, + h3, + h4, + h5, + h6), h5:has(+ h1, + h2, + h3, + h4, + h5, + h6), h6:has(+ h1, + h2, + h3, + h4, + h5, + h6) {
  margin-bottom: 0;
}

/*
	Paragraph
--------------------------------------------- */
p strong {
  font-weight: 700;
}
p:empty {
  display: none;
}
p:first-child {
  margin-top: 0;
}

/*
  Links
--------------------------------------------- */
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

/*
	Lists ---
--------------------------------------------- */
h1, h2, h3, h4, h5, h6,
p, quote, ul > li, ol > li,
ol li::marker {
  font-variant-numeric: oldstyle-nums;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_rye.scss */
/**
Rye

Replacement for Bourbon. Conforms to Dart Sass.
Thank you, thoughtbot.

@see https://github.com/thoughtbot/bourbon

**/
/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
  font-size: var(--wp--preset--font-size--tiny);
}

figure .wp-element-caption {
  max-width: 100%;
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--quaternary);
}

figure:not(.wp-block-image) .wp-element-caption {
  background-color: var(--wp--preset--color--quinary);
  padding: 1em;
  margin-top: 0;
  margin-bottom: var(--wp--custom--spacing--grid--normal);
  border-bottom-left-radius: var(--wp--custom--border-radius--tiny);
  border-bottom-right-radius: var(--wp--custom--border-radius--tiny);
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
.wp-block-image.is-style-framed figcaption {
  color: var(--wp--preset--color--foreground);
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 1200px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
  border-width: 1px !important;
}
.wp-element-button, .wp-element-button:hover,
.wp-block-button > .wp-block-button__link,
.wp-block-button > .wp-block-button__link:hover {
  text-decoration: none;
}

.wp-element-button.has-text-color,
.wp-block-button.has-text-color > .wp-block-button__link {
  border-color: currentColor;
}

.wp-element-button.is-style-dark,
.wp-block-button.is-style-dark > .wp-block-button__link {
  background-color: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--tiny);
}
.wp-element-button.is-style-dark:hover,
.wp-block-button.is-style-dark > .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--background);
}

.wp-element-button.is-style-light,
.wp-block-button.is-style-light > .wp-block-button__link {
  background-color: var(--wp--preset--color--septenary);
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--tiny);
}
.wp-element-button.is-style-light:hover,
.wp-block-button.is-style-light > .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--background);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border-color: currentColor;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
}
.wp-element-button.is-style-outline:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--foreground) 30%, transparent);
}

/*
	Files ---
--------------------------------------------- */
.wp-block-file > a:not(.wp-block-file__button) {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-file > .wp-block-file__button {
  background-color: var(--wp--preset--color--quaternary);
  border-radius: var(--wp--custom--border-radius--tiny);
  border-color: var(--wp--preset--color--background);
  border-width: 1px;
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--legacy-sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: var(--wp--custom--line-height--solid);
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-file > .wp-block-file__button:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--background);
}

.wp-block-file.is-style-small-file-button > .wp-block-file__button {
  font-size: var(--wp--preset--font-size--tinuy);
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
}

/*
	Paragraph ---
--------------------------------------------- */
p.is-style-2-column {
  columns: 2;
  column-gap: var(--wp--custom--spacing--inner--normal);
}

.entry-content p a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.entry-content p a:hover {
  border-bottom: 1px solid currentColor;
}
.entry-content h1 > a:hover, .entry-content h2 > a:hover, .entry-content h3 > a:hover, .entry-content h4 > a:hover, .entry-content h5 > a:hover, .entry-content h6 > a:hover {
  text-decoration: none;
}

/* Form
--------------------------------------------- */
/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  height: 36px;
  width: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.wp-block-group.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.alignfull:not(.is-layout-constrained) > * {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.is-style-framed {
  padding: var(--wp--custom--spacing--grid--small);
  background: var(--wp--preset--gradient--frame);
  border-radius: var(--wp--custom--border-radius--tiny);
}

/*
	Cover ---
--------------------------------------------- */
.wp-block-cover.alignfull {
  padding: calc(3 * var(--wp--custom--layout--block-gap-large)) var(--wp--custom--layout--padding);
}

/*
	Table ---
--------------------------------------------- */
.entry-content table,
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border-color: var(--wp--preset--color--foreground);
}
.entry-content table td,
.entry-content table th,
.wp-block-table table td,
.wp-block-table table th {
  border-width: 1px;
  border-style: solid;
  padding: calc(var(--wp--custom--spacing--inner--tiny) / 2);
}

/*
	Embeds ---
--------------------------------------------- */
@media (max-width: 760px) {
  iframe {
    max-width: 100%;
    height: auto;
  }
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-senary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--background);
}

/*	_layout.scss */
/*	_blocks-plugin.scss */
/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/*
	Gravity Forms ---
--------------------------------------------- */
:root .gform_wrapper.gravity-theme input.gfield-choice-input {
  cursor: pointer;
}
:root .gform_wrapper.gravity-theme .gfield_label {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--foreground);
}
:root .gform_wrapper.gravity-theme .ginput_complex label,
:root .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--senary);
}
:root .gform_wrapper.gravity-theme input[type=color],
:root .gform_wrapper.gravity-theme input[type=date],
:root .gform_wrapper.gravity-theme input[type=datetime-local],
:root .gform_wrapper.gravity-theme input[type=datetime],
:root .gform_wrapper.gravity-theme input[type=email],
:root .gform_wrapper.gravity-theme input[type=month],
:root .gform_wrapper.gravity-theme input[type=number],
:root .gform_wrapper.gravity-theme input[type=password],
:root .gform_wrapper.gravity-theme input[type=search],
:root .gform_wrapper.gravity-theme input[type=tel],
:root .gform_wrapper.gravity-theme input[type=text],
:root .gform_wrapper.gravity-theme input[type=time],
:root .gform_wrapper.gravity-theme input[type=url],
:root .gform_wrapper.gravity-theme input[type=week],
:root .gform_wrapper.gravity-theme select,
:root .gform_wrapper.gravity-theme textarea {
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
  color: color-mix(in srgb, var(--wp--preset--color--senary) 82%, white);
  padding: var(--wp--custom--spacing--inner--tiny);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 50%, white);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--tiny);
}
:root .gform_wrapper.gravity-theme input[type=color]:active, :root .gform_wrapper.gravity-theme input[type=color]:focus, :root .gform_wrapper.gravity-theme input[type=color]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=date]:active,
:root .gform_wrapper.gravity-theme input[type=date]:focus,
:root .gform_wrapper.gravity-theme input[type=date]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=datetime-local]:active,
:root .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
:root .gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=datetime]:active,
:root .gform_wrapper.gravity-theme input[type=datetime]:focus,
:root .gform_wrapper.gravity-theme input[type=datetime]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=email]:active,
:root .gform_wrapper.gravity-theme input[type=email]:focus,
:root .gform_wrapper.gravity-theme input[type=email]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=month]:active,
:root .gform_wrapper.gravity-theme input[type=month]:focus,
:root .gform_wrapper.gravity-theme input[type=month]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=number]:active,
:root .gform_wrapper.gravity-theme input[type=number]:focus,
:root .gform_wrapper.gravity-theme input[type=number]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=password]:active,
:root .gform_wrapper.gravity-theme input[type=password]:focus,
:root .gform_wrapper.gravity-theme input[type=password]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=search]:active,
:root .gform_wrapper.gravity-theme input[type=search]:focus,
:root .gform_wrapper.gravity-theme input[type=search]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=tel]:active,
:root .gform_wrapper.gravity-theme input[type=tel]:focus,
:root .gform_wrapper.gravity-theme input[type=tel]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=text]:active,
:root .gform_wrapper.gravity-theme input[type=text]:focus,
:root .gform_wrapper.gravity-theme input[type=text]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=time]:active,
:root .gform_wrapper.gravity-theme input[type=time]:focus,
:root .gform_wrapper.gravity-theme input[type=time]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=url]:active,
:root .gform_wrapper.gravity-theme input[type=url]:focus,
:root .gform_wrapper.gravity-theme input[type=url]:focus-visible,
:root .gform_wrapper.gravity-theme input[type=week]:active,
:root .gform_wrapper.gravity-theme input[type=week]:focus,
:root .gform_wrapper.gravity-theme input[type=week]:focus-visible,
:root .gform_wrapper.gravity-theme select:active,
:root .gform_wrapper.gravity-theme select:focus,
:root .gform_wrapper.gravity-theme select:focus-visible,
:root .gform_wrapper.gravity-theme textarea:active,
:root .gform_wrapper.gravity-theme textarea:focus,
:root .gform_wrapper.gravity-theme textarea:focus-visible {
  outline-color: var(--wp--preset--color--tertiary);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 10%, white);
}
:root .gform_wrapper.gravity-theme .description,
:root .gform_wrapper.gravity-theme .gfield_description,
:root .gform_wrapper.gravity-theme .gsection_description,
:root .gform_wrapper.gravity-theme .instruction,
:root .gform_wrapper.gravity-theme .gfield_header_item,
:root .gform_wrapper.gravity-theme .gform_fileupload_rules,
:root .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: var(--wp--preset--font-size--small);
  color: color-mix(in srgb, var(--wp--preset--color--senary) 82%, white);
}
:root .gform_wrapper.gravity-theme input.gform_button.button,
:root .gform_wrapper.gravity-theme input[type=button],
:root .gform_wrapper.gravity-theme input[type=file]::-webkit-file-upload-button {
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: var(--wp--preset--color--background) 1px solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding: 1.5rem 2rem 0.8rem;
  font-family: var(--wp--preset--font-family--legacy-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--solid);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
}
:root .gform_wrapper.gravity-theme input.gform_button.button:hover,
:root .gform_wrapper.gravity-theme input[type=button]:hover,
:root .gform_wrapper.gravity-theme input[type=file]::-webkit-file-upload-button:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
}
:root .gform_wrapper.gravity-theme .gfield_required {
  color: var(--wp--preset--color--tertiary);
  font-size: smaller;
}
:root .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: baseline;
}
:root .gform_wrapper.gravity-theme .gf_progressbar_title {
  color: var(--wp--preset--color--senary);
  font-size: var(--wp--preset--font-size--tiny);
}
:root .gform_wrapper.gravity-theme .gf_progressbar_percentage {
  background-color: var(--wp--preset--color--primary) !important;
}

/*
	WooCommerce ---
--------------------------------------------- */
body.woocommerce h1.entry-title,
body.woocommerce-page h1.entry-title {
  color: var(--wp--preset--color--senary);
  margin: var(--wp--custom--spacing--inner--normal) auto;
  max-width: var(--wp--custom--layout--page);
  font-size: var(--wp--preset--font-size--jumbo);
}

.shop-banner {
  background-color: var(--wp--preset--color--senary);
}
.shop-banner .shop-header-title {
  color: var(--wp--preset--color--quinary) !important;
  margin: var(--wp--custom--spacing--inner--normal) auto;
  padding-block: var(--wp--custom--spacing--inner--normal);
  max-width: var(--wp--custom--layout--page);
  font-size: var(--wp--preset--font-size--extra-large);
  font-weight: normal;
}

.woocommerce input[type=color],
.woocommerce input[type=date],
.woocommerce input[type=datetime-local],
.woocommerce input[type=datetime],
.woocommerce input[type=email],
.woocommerce input[type=month],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=time],
.woocommerce input[type=url],
.woocommerce input[type=week],
.woocommerce select,
.woocommerce textarea {
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
  color: color-mix(in srgb, var(--wp--preset--color--senary) 82%, white);
  padding: var(--wp--custom--spacing--inner--tiny);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 50%, white);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--tiny);
}
.woocommerce input[type=color]:active, .woocommerce input[type=color]:focus, .woocommerce input[type=color]:focus-visible,
.woocommerce input[type=date]:active,
.woocommerce input[type=date]:focus,
.woocommerce input[type=date]:focus-visible,
.woocommerce input[type=datetime-local]:active,
.woocommerce input[type=datetime-local]:focus,
.woocommerce input[type=datetime-local]:focus-visible,
.woocommerce input[type=datetime]:active,
.woocommerce input[type=datetime]:focus,
.woocommerce input[type=datetime]:focus-visible,
.woocommerce input[type=email]:active,
.woocommerce input[type=email]:focus,
.woocommerce input[type=email]:focus-visible,
.woocommerce input[type=month]:active,
.woocommerce input[type=month]:focus,
.woocommerce input[type=month]:focus-visible,
.woocommerce input[type=number]:active,
.woocommerce input[type=number]:focus,
.woocommerce input[type=number]:focus-visible,
.woocommerce input[type=password]:active,
.woocommerce input[type=password]:focus,
.woocommerce input[type=password]:focus-visible,
.woocommerce input[type=search]:active,
.woocommerce input[type=search]:focus,
.woocommerce input[type=search]:focus-visible,
.woocommerce input[type=tel]:active,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=tel]:focus-visible,
.woocommerce input[type=text]:active,
.woocommerce input[type=text]:focus,
.woocommerce input[type=text]:focus-visible,
.woocommerce input[type=time]:active,
.woocommerce input[type=time]:focus,
.woocommerce input[type=time]:focus-visible,
.woocommerce input[type=url]:active,
.woocommerce input[type=url]:focus,
.woocommerce input[type=url]:focus-visible,
.woocommerce input[type=week]:active,
.woocommerce input[type=week]:focus,
.woocommerce input[type=week]:focus-visible,
.woocommerce select:active,
.woocommerce select:focus,
.woocommerce select:focus-visible,
.woocommerce textarea:active,
.woocommerce textarea:focus,
.woocommerce textarea:focus-visible {
  outline-color: var(--wp--preset--color--tertiary);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 10%, white);
}
.woocommerce input[type=button],
.woocommerce input[type=file]::-webkit-file-upload-button,
.woocommerce button[type=submit],
.woocommerce a.woocommerce-Button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: var(--wp--preset--color--background) 1px solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding: 1.5rem 2rem 0.8rem;
  font-family: var(--wp--preset--font-family--legacy-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--solid);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.woocommerce input[type=button]:hover,
.woocommerce input[type=file]::-webkit-file-upload-button:hover,
.woocommerce button[type=submit]:hover,
.woocommerce a.woocommerce-Button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  border-color: var(--wp--preset--color--secondary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: var(--wp--preset--color--background);
  border-bottom-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
  border-color: var(--wp--preset--color--secondary);
}
.woocommerce.single-product h1.entry-title {
  font-size: var(--wp--preset--font-size--massive);
}

.woocommerce-MyAccount-navigation {
  background-color: var(--wp--preset--color--quinary);
  border-radius: var(--wp--custom--border-radius--tiny);
  padding-inline: var(--wp--custom--spacing--inner--normal);
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border-radius: var(--wp--custom--border-radius--tiny);
  text-decoration: none;
  transform: translateX(0rem);
  border-bottom-width: 0;
  cursor: pointer;
}
.woocommerce-MyAccount-navigation a:hover {
  color: var(--wp--preset--color--senary);
  padding-left: 0.5rem;
  text-decoration: none;
  border-bottom-width: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: var(--wp--preset--color--quinary);
}
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-error a.button {
  background-color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
}

.woocommerce-info {
  border-top-color: var(--wp--preset--color--primary);
}
.woocommerce-info::before {
  color: var(--wp--preset--color--primary);
}

.woocommerce-message {
  border-top-color: var(--wp--preset--color--primary);
}
.woocommerce-message::before {
  color: var(--wp--preset--color--primary);
}

.woocommerce-page .wc-block-components-totals-wrapper,
.woocommerce-page .wp-block-woocommerce-cart-order-summary-totals-block {
  border-top-color: var(--wp--preset--color--quinary);
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items {
  border-bottom-color: var(--wp--preset--color--quinary);
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td {
  border-top-color: var(--wp--preset--color--quinary);
}
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block {
  border-color: var(--wp--preset--color--quinary);
}

.woocommerce .u-columns h2 {
  font-size: var(--wp--preset--font-size--large);
}

.woocommerce form fieldset {
  border-color: var(--wp--preset--color--quinary);
}

/*
	Business Info
--------------------------------------------- */
.ld-block-business-info ul.social-media-links {
  display: flex;
  gap: var(--wp--custom--spacing--inner--tiny);
}
.ld-block-business-info ul.social-media-links,
.ld-block-business-info ul.social-media-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ld-block-business-info ul.social-media-links li {
  font-size: var(--wp--preset--font-size--extra-large);
}
.block-area-before-footer .ld-block-business-info, .block-area-header-bottom .ld-block-business-info {
  margin-top: var(--wp--custom--spacing--inner--tiny);
  margin-block-start: var(--wp--custom--spacing--inner--tiny);
}
.block-area-before-footer .ld-block-business-info h3, .block-area-header-bottom .ld-block-business-info h3 {
  font-family: var(--wp--custom--typography--font-family--halyard-text);
  font-weight: 300;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--custom--spacing--inner--tiny);
  color: var(--wp--preset--color--primary);
}
.block-area-before-footer .ld-block-business-info a, .block-area-header-bottom .ld-block-business-info a {
  color: var(--wp--preset--color--primary);
}
.block-area-before-footer .ld-block-business-info a:hover, .block-area-header-bottom .ld-block-business-info a:hover {
  color: var(--wp--preset--color--secondary);
}
.block-area-before-footer .ld-block-business-info ul.business-phone,
.block-area-before-footer .ld-block-business-info ul.business-phone li, .block-area-header-bottom .ld-block-business-info ul.business-phone,
.block-area-header-bottom .ld-block-business-info ul.business-phone li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-area-before-footer .ld-block-business-info ul.business-phone li, .block-area-header-bottom .ld-block-business-info ul.business-phone li {
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--custom--spacing--inner--tiny);
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_site-header.scss */
.site-header {
  position: relative;
  padding-block: var(--wp--custom--spacing--grid--small);
  margin-bottom: -1px;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 901px) {
  .site-header__toggles {
    display: none;
  }
}
.site-header .site-id-wrap {
  display: block;
  position: relative;
  /* floating polygon */
}
.site-header:has(.size-mobile) {
  border-bottom: 2px solid green;
}
.site-header:has(.size-mobile) .size-main {
  display: block;
}
@media (max-width: 899px) {
  .site-header:has(.size-mobile) .size-main {
    display: none;
  }
}
.site-header .size-mobile {
  display: none;
}
@media (max-width: 899px) {
  .site-header .size-mobile {
    display: block;
  }
}
@media (max-width: 900px) {
  .site-header {
    max-height: 100vh;
    max-width: 100vw;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  height: 24px;
  width: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/*
	Site Title ---
--------------------------------------------- */
h1.site-title {
  font-size: var(--wp--preset--font-size--huge);
  margin-bottom: 0px;
}
h1.site-title a {
  text-decoration: none;
}

/*
	Site Tagline ---
--------------------------------------------- */
.site-title + .site-header__tagline {
  margin-top: 0.5em;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/*
	Navigation ---------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--quaternary);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .nav-menu .menu-item a {
    font-size: var(--wp--preset--font-size--tiny);
    padding: var(--wp--custom--spacing--inner--small) var(--wp--custom--spacing--inner--tiny);
  }
}
.nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--tertiary);
  background: linear-gradient(to bottom, var(--wp--preset--color--background) 15%, var(--wp--preset--color--quinary) 95%);
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--primary);
}
.nav-menu .menu-item.button > a {
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding-bottom: calc(var(--wp--custom--layout--padding) - 0.3em);
  margin-inline: var(--wp--custom--spacing--inner--small);
}
.nav-menu .menu-item.button:hover > a {
  background: var(--wp--preset--color--tertiary) !important;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 901px) {
  .nav-menu .menu {
    display: flex;
    justify-content: center;
    padding-right: 130px;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item.menu-item-hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    transition: opacity 0.4s ease-in-out;
    background: linear-gradient(to bottom, var(--wp--preset--color--quinary) 12%, var(--wp--preset--color--septenary) 95%);
    border-radius: 0 var(--wp--custom--border-radius--tiny) var(--wp--custom--border-radius--tiny) var(--wp--custom--border-radius--tiny);
  }
  .nav-menu .sub-menu > li > a, .nav-menu .sub-menu > li:hover > a {
    background: transparent;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .sub-menu .sub-menu {
    background: linear-gradient(to bottom, var(--wp--preset--color--quinary) 2%, var(--wp--preset--color--septenary) 82%, var(--wp--preset--color--secondary) 99%);
  }
}
@media (max-width: 900px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    height: 44px;
    width: 44px;
  }
  .nav-menu .submenu-expand svg {
    height: 18px;
    width: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.menu li.menu-item.cart,
.nav-mobile .menus .menu li.menu-item.cart {
  display: none;
}
.menu li.menu-item.cart a::before,
.nav-mobile .menus .menu li.menu-item.cart a::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  font-size: smaller;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75em;
  margin-right: 0.5em;
}
body.items-in-cart .menu li.menu-item.cart,
body.items-in-cart .nav-mobile .menus .menu li.menu-item.cart {
  display: list-item;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_archive-header.scss */
.archive-header {
  background: var(--wp--preset--color--background);
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--wp--custom--spacing--grid--normal);
  background: var(--wp--preset--color--senary);
  padding: var(--wp--custom--spacing--inner--tiny);
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--narrow);
  padding: 0 var(--wp--custom--spacing--inner--tiny);
  max-width: 100vw;
  padding: 0;
}

.archive-header:not(:has(.header-image)) h1 {
  color: var(--wp--preset--color--septenary);
  font-size: var(--wp--preset--font-size--big);
  font-weight: 400;
  margin: 0;
}

.archive-header:has(.header-image) {
  max-width: 100vw;
  max-height: 60vh;
  padding: 0;
  overflow: hidden;
}
.archive-header:has(.header-image) .header-image {
  position: relative;
  width: 100vw;
  height: 33vw;
  position: relative;
}
.archive-header:has(.header-image) .header-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.archive-header:has(.header-image) .header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, var(--wp--preset--color--senary) 1%, color-mix(in srgb, var(--wp--preset--color--senary) 40%, transparent) 60%, transparent);
}
.archive-header:has(.header-image) .header-shade {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(farthest-corner at bottom center, transparent 25%, color-mix(in srgb, transparent, var(--wp--preset--color--senary) 82%) 41%, var(--wp--preset--color--senary) 45%);
  z-index: 2;
}
.archive-header:has(.header-image) .archive-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: var(--wp--custom--layout--narrow);
  padding-left: calc((100vw - var(--wp--custom--layout--narrow)) / 2);
  color: var(--wp--preset--color--septenary);
  font-size: var(--wp--preset--font-size--enormous);
  font-weight: 600;
  z-index: 3;
}
@media (max-width: 600px) {
  .archive-header:has(.header-image) .archive-title {
    font-size: var(--wp--preset--font-size--massive);
    padding-left: var(--wp--custom--spacing--inner--tiny);
  }
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/*	_layout.scss */
/*	_archive.scss */
/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--narrow);
  margin-inline: auto;
}
@media (min-width: 760px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.block-area-home .wrap {
  max-width: var(--wp--custom--layout--narrow);
  margin-inline: auto;
}

.post-summary {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: var(--wp--custom--spacing--inner--normal);
  margin-bottom: var(--wp--custom--spacing--grid--normal);
}
@media (max-width: 600px) {
  .post-summary {
    grid-template-columns: 1fr;
  }
}
.post-summary__content {
  gap: 8px;
  padding-top: 12px;
  padding-top: 0;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-variant-numeric: lining-nums;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/*	_layout.scss */
/*	_navigation-mobile.scss */
/*
	Menu Toggle ---
--------------------------------------------- */
@media (max-width: 900px) {
  .nav-header,
  .nav-primary,
  .nav-secondary {
    display: none;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    background: transparent;
    cursor: pointer;
    min-height: 40px;
    width: 60px;
    position: absolute;
    top: var(--wp--custom--spacing--grid--normal);
    right: var(--wp--custom--spacing--grid--normal);
    z-index: 200;
  }
  .menu-toggle span {
    margin-left: 0;
    border-radius: 0;
    background: var(--wp--preset--color--secondary);
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .menu-toggle span.bar-0 {
    top: 0px;
  }
  .menu-toggle span.bar-1 {
    top: 9.5px;
  }
  .menu-toggle span.bar-2 {
    top: 19px;
  }
  .menu-toggle span.bar-3 {
    top: 28.5px;
  }
  .menu-toggle span.bar-4 {
    top: 38px;
  }
  .menu-toggle.active {
    position: absolute;
    position: fixed;
    top: var(--wp--custom--spacing--grid--normal);
    right: var(--wp--custom--spacing--grid--normal);
  }
  .menu-toggle.active span:not(:first-of-type, :last-of-type) {
    background: transparent;
  }
  .menu-toggle.active span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  .menu-toggle.active span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.sub-menu-toggle {
  background: transparent;
  cursor: pointer;
  min-height: 20px;
  width: 20px;
  position: absolute;
  top: var(--wp--custom--spacing--inner--normal);
  right: var(--wp--custom--spacing--inner--normal);
  z-index: 200;
}
.sub-menu-toggle span {
  margin-left: 0;
  top: calc(50% - 4px);
}
.sub-menu-toggle span, .sub-menu-toggle span::before {
  content: "";
  background: var(--wp--preset--color--secondary);
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 500ms ease-in-out;
  width: 100%;
}
.sub-menu-toggle span::before {
  top: 0;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
}
.sub-menu-toggle.active span::before {
  top: 0;
  display: none;
}

/*
	Mobile Menu ---
--------------------------------------------- */
.nav-mobile {
  height: 0;
}
@media (max-width: 900px) {
  .nav-mobile .nav-menu {
    display: block;
  }
}

.nav-mobile .menus {
  display: none;
  background-color: var(--wp--preset--color--background);
  padding: var(--wp--custom--spacing--grid--normal) calc(var(--wp--custom--spacing--grid--normal) + 60px) var(--wp--custom--spacing--grid--normal) var(--wp--custom--spacing--grid--normal);
}
@media (max-width: 900px) {
  .nav-mobile .menus {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow-x: scroll;
  }
}
.nav-mobile .menus .nav-primary,
.nav-mobile .menus .nav-secondary,
.nav-mobile .menus .nav-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0 0 var(--wp--custom--spacing--grid--normal);
}
.nav-mobile .menus .nav-primary .wrap,
.nav-mobile .menus .nav-secondary .wrap,
.nav-mobile .menus .nav-header .wrap {
  padding: 0;
  margin: 0;
}
.nav-mobile .menus .nav-primary li:not(.button),
.nav-mobile .menus .nav-secondary li:not(.button),
.nav-mobile .menus .nav-header li:not(.button) {
  display: block;
  padding: 0;
}
.nav-mobile .menus .nav-primary li:not(.button).menu-item-has-children,
.nav-mobile .menus .nav-secondary li:not(.button).menu-item-has-children,
.nav-mobile .menus .nav-header li:not(.button).menu-item-has-children {
  position: relative;
}
.nav-mobile .menus .nav-primary li:not(.button):hover > a,
.nav-mobile .menus .nav-secondary li:not(.button):hover > a,
.nav-mobile .menus .nav-header li:not(.button):hover > a {
  background: var(--wp--preset--color--background);
}
.nav-mobile .menus .nav-primary li:not(.button):has(.sub-menu.active) > a,
.nav-mobile .menus .nav-secondary li:not(.button):has(.sub-menu.active) > a,
.nav-mobile .menus .nav-header li:not(.button):has(.sub-menu.active) > a {
  border-bottom: 1px solid var(--wp--preset--color--septenary);
}
.nav-mobile .menus .nav-primary li:not(.button) a,
.nav-mobile .menus .nav-secondary li:not(.button) a,
.nav-mobile .menus .nav-header li:not(.button) a {
  padding: var(--wp--custom--spacing--inner--normal);
  width: calc(100% - 20px);
  font-size: var(--wp--preset--font-size--medium);
  background: var(--wp--preset--color--background);
}
.nav-mobile .menus .nav-primary .sub-menu,
.nav-mobile .menus .nav-secondary .sub-menu,
.nav-mobile .menus .nav-header .sub-menu {
  display: none;
  position: static;
  width: calc(100% - var(--wp--custom--spacing--inner--normal));
  margin: 0 0 0 var(--wp--custom--spacing--inner--normal);
  background: transparent;
  border-left: 1px solid var(--wp--preset--color--septenary);
}
.nav-mobile .menus .nav-primary .sub-menu,
.nav-mobile .menus .nav-primary .sub-menu li,
.nav-mobile .menus .nav-primary .sub-menu a,
.nav-mobile .menus .nav-secondary .sub-menu,
.nav-mobile .menus .nav-secondary .sub-menu li,
.nav-mobile .menus .nav-secondary .sub-menu a,
.nav-mobile .menus .nav-header .sub-menu,
.nav-mobile .menus .nav-header .sub-menu li,
.nav-mobile .menus .nav-header .sub-menu a {
  opacity: 1 !important;
}
.nav-mobile .menus .nav-primary .sub-menu li,
.nav-mobile .menus .nav-secondary .sub-menu li,
.nav-mobile .menus .nav-header .sub-menu li {
  margin: 0;
  padding: 0;
  border: none;
}
.nav-mobile .menus .nav-primary .sub-menu a,
.nav-mobile .menus .nav-secondary .sub-menu a,
.nav-mobile .menus .nav-header .sub-menu a {
  width: 100%;
  margin: 0;
  padding: var(--wp--custom--spacing--inner--small);
  border: none;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_singular.scss */
/*
	Single Post Header ---
--------------------------------------------- */
.single-post-header {
  width: 100vw;
  background: linear-gradient(to right, var(--wp--preset--color--senary) 20%, var(--wp--preset--color--quaternary) 95%);
}
@media (max-width: 1260px) {
  .single-post-header {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.single-post-header p {
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto var(--wp--custom--spacing--grid--normal);
}
.single-post-header a {
  font-family: var(--wp--preset--font-family--konrad);
  font-size: var(--wp--preset--font-size--extra-large);
  color: var(--wp--preset--color--septenary);
}
.single-post-header a:hover {
  color: var(--wp--preset--color--quinary);
  text-decoration: none;
}

/*
	Entry Header ---
--------------------------------------------- */
h1.entry-title, h1.entry-title a,
h2.post-summary__title,
h2.post-summary__title a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single.content-sidebar h1.entry-title {
  font-size: var(--wp--preset--font-size--massive);
}

.post-meta {
  background-color: var(--wp--preset--color--background);
}

.post-date {
  font-size: var(--wp--preset--font-size--small);
}

/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.block-area:after {
  content: "";
  display: table;
  clear: both;
}
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.block-area > *.alignleft {
  float: left;
  margin-right: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.block-area > *.alignright {
  float: right;
  margin-left: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 759px) {
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  .block-area > *.alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
  }
}
.block-area[class*=-preheader] > * {
  max-width: none;
}
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.block-area > .alignfull:not(:first-child), .block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.block-area > .alignfull:not(:last-child), .block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.block-area > .alignfull + .alignfull {
  margin-top: 0px;
}
.block-area > .alignfull:not(:last-child):has(+ .alignfull) {
  margin-bottom: 0px;
}

.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *:last-child:not(.alignfull) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.content-sidebar .entry-content > *.alignwide {
  width: var(--wp--custom--layout--wide);
  margin-left: max(var(--wp--custom--layout--wide) / 2 - 50vw + var(--wp--custom--spacing--grid--normal), 50% - var(--wp--custom--layout--wide) / 2 + var(--wp--custom--spacing--grid--normal));
}
.entry-content > *.alignleft {
  float: left;
  margin-right: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.entry-content > *.alignright {
  float: right;
  margin-left: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
@media (max-width: 1660px) {
  .entry-content > *.alignwide {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}
@media (max-width: 600px) {
  .entry-content > *.alignleft, .entry-content > *.alignright {
    float: none;
  }
}
.entry-content > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(-1 * var(--wp--custom--layout--block-gap-large));
  margin-right: auto;
  max-width: 100vw;
}
body.content-sidebar .entry-content > *.alignfull {
  width: 100vw;
  margin-left: calc(var(--wp--custom--layout--wide) / 2 - 50vw);
}
@media (max-width: 759px) {
  .entry-content > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  .entry-content > *.alignfull, .entry-content > *.alignwide {
    margin-inline: 0px;
    max-width: 100vw;
  }
}
.entry-content > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull + .alignfull {
  margin-top: 0px;
}
.entry-content > .alignfull:not(:last-child):has(+ .alignfull) {
  margin-bottom: 0px;
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}

body.page.singular .entry-header {
  position: relative;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--wp--custom--spacing--grid--normal);
}
body.page.singular .entry-title {
  font-size: var(--wp--preset--font-size--enormous);
  color: var(--wp--preset--color--quaternary);
}
@media (max-width: 992px) {
  body.page.singular .entry-title {
    font-size: var(--wp--preset--font-size--huge);
  }
}
body.page.singular .entry-header:has(.header-image) {
  max-width: 100vw;
  max-height: 60vh;
  overflow: hidden;
}
@media (max-width: 1260px) {
  body.page.singular .entry-header:has(.header-image) {
    width: 100vw;
    margin-left: -30px;
  }
}
body.page.singular .entry-header:has(.header-image) .entry-header-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.page.singular .entry-header:has(.header-image) .entry-header-image .header-shade {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(farthest-corner at bottom center, transparent 25%, color-mix(in srgb, transparent, var(--wp--preset--color--senary) 82%) 41%, var(--wp--preset--color--senary) 45%);
  z-index: 2;
}
body.page.singular .entry-header:has(.header-image) .header-image {
  position: relative;
  width: 100vw;
  height: 33vw;
  z-index: 1;
}
body.page.singular .entry-header:has(.header-image) .header-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
body.page.singular .entry-header:has(.header-image) .header-image img.blur {
  position: absolute;
  top: 0;
  left: 0;
}
body.page.singular .entry-header:has(.header-image) .header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, var(--wp--preset--color--senary) 1%, color-mix(in srgb, var(--wp--preset--color--senary) 40%, transparent) 60%, transparent);
}
body.page.singular .entry-header:has(.header-image) .entry-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: var(--wp--custom--layout--page);
  margin-left: calc((100vw - var(--wp--custom--layout--page)) / 2);
  color: var(--wp--preset--color--background);
  z-index: 3;
}
@media (max-width: 992px) {
  body.page.singular .entry-header:has(.header-image) .entry-title {
    font-size: var(--wp--preset--font-size--huge);
    padding: var(--wp--custom--spacing--grid--tiny);
    margin-left: 0;
    margin-bottom: var(--wp--custom--spacing--grid--tiny);
    left: var(--wp--custom--spacing--grid--tiny);
  }
}
@media (max-width: 760px) {
  body.page.singular .entry-header:has(.header-image) .entry-title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -10px;
    background: linear-gradient(to bottom, transparent 0%, var(--wp--preset--color--foreground) 10px, var(--wp--preset--color--senary) 100%);
  }
}
@media (max-width: 600px) {
  body.page.singular .entry-header:has(.header-image) .entry-title {
    font-size: var(--wp--preset--font-size--big);
  }
}

.block-area[class*=-preheader] .wp-block-group.is-layout-flex {
  padding: var(--wp--custom--spacing--inner--normal);
  align-items: baseline;
}
.block-area[class*=-preheader] h2 {
  font-size: var(--wp--preset--font-size--extra-large);
}
.block-area[class*=-preheader] a {
  text-decoration: none;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/*
	Password Protected ---
--------------------------------------------- */
.post-password-form p:has(input) {
  display: flex;
  align-items: center;
  gap: 1em;
}
.post-password-form input[type=submit] {
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: var(--wp--preset--color--background) 1px solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding: 1.5rem 2rem 0.8rem;
  font-family: var(--wp--preset--font-family--legacy-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--solid);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
}
.post-password-form input[type=password] {
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
  color: color-mix(in srgb, var(--wp--preset--color--senary) 82%, white);
  padding: var(--wp--custom--spacing--inner--tiny);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 50%, white);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--tiny);
}
.post-password-form input[type=password]:active, .post-password-form input[type=password]:focus, .post-password-form input[type=password]:focus-visible {
  outline-color: var(--wp--preset--color--tertiary);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 10%, white);
}

/* Comments
--------------------------------------------- */
.entry-comments h2,
.entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 760px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.page-links {
  clear: both;
}

.wp-block-image figcaption,
.wp-caption-text {
  font-size: var(--wp--preset--font-size--small);
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*	_layout.scss */
/*	_site-footer.scss */
.site-footer {
  background: var(--wp--preset--color--senary);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--spacing--grid--small) 0;
  position: relative;
  text-align: center;
}
.site-footer p, .site-footer quote, .site-footer ul > li, .site-footer ol > li,
.site-footer a {
  color: var(--wp--preset--color--background);
}
.site-footer p {
  font-size: var(--wp--preset--font-size--small);
}
.site-footer p:last-child {
  margin-bottom: 0;
}

/*	_layout.scss */
/*	_block-areas.scss */
body:not(.wp-admin) .block-area-before-footer,
body.wp-admin.block-area-before-footer .editor-styles-wrapper {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
  background-color: var(--wp--preset--color--senary);
}
body:not(.wp-admin) .block-area-before-footer:has(> .has-background:first-child),
body.wp-admin.block-area-before-footer .editor-styles-wrapper:has(> .has-background:first-child) {
  padding-top: 0;
}
body:not(.wp-admin) .block-area-before-footer p, body:not(.wp-admin) .block-area-before-footer quote, body:not(.wp-admin) .block-area-before-footer ul > li, body:not(.wp-admin) .block-area-before-footer ol > li,
body:not(.wp-admin) .block-area-before-footer a,
body.wp-admin.block-area-before-footer .editor-styles-wrapper p,
body.wp-admin.block-area-before-footer .editor-styles-wrapper quote,
body.wp-admin.block-area-before-footer .editor-styles-wrapper ul > li,
body.wp-admin.block-area-before-footer .editor-styles-wrapper ol > li,
body.wp-admin.block-area-before-footer .editor-styles-wrapper a {
  color: var(--wp--preset--color--background);
}
body:not(.wp-admin) .block-area-before-footer .wp-classic-menu-block .menu,
body.wp-admin.block-area-before-footer .editor-styles-wrapper .wp-classic-menu-block .menu {
  display: flex;
  flex-direction: column;
}
body:not(.wp-admin) .block-area-before-footer .wp-classic-menu-block a,
body.wp-admin.block-area-before-footer .editor-styles-wrapper .wp-classic-menu-block a {
  color: var(--wp--preset--color--quinary);
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none;
  border-bottom: none;
}
body:not(.wp-admin) .block-area-before-footer .wp-classic-menu-block a:hover,
body.wp-admin.block-area-before-footer .editor-styles-wrapper .wp-classic-menu-block a:hover {
  color: var(--wp--preset--color--background);
  border-bottom: none;
}
@media (max-width: 781px) {
  body:not(.wp-admin) .block-area-before-footer .wp-block-column > *,
  body.wp-admin.block-area-before-footer .editor-styles-wrapper .wp-block-column > * {
    text-align: center;
  }
  body:not(.wp-admin) .block-area-before-footer .wp-block-buttons,
  body.wp-admin.block-area-before-footer .editor-styles-wrapper .wp-block-buttons {
    justify-content: center;
  }
}

body.wp-admin.block-area-before-footer .editor-styles-wrapper *[class*=__post-title-wrapper] {
  color: var(--wp--preset--color--background);
}

/*	_layout.scss */
/*	_animation.scss */
*.ani {
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
*.ani.active {
  animation-play-state: running;
}

@keyframes background-highlight {
  0% {
    background-size: 200% 100%;
  }
  100% {
    background-size: 60% 100%;
  }
}
*.animation-highlight {
  animation-name: background-highlight;
  animation-duration: 1.5s;
  animation-delay: 100ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--wp--preset--color--senary);
  background-image: var(--wp--preset--gradient--highlight);
  background-repeat: no-repeat;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 0 0 5px;
  border-image-source: var(--wp--preset--gradient--highlight);
  background-size: 200% 100%;
  background-position: center;
}

@keyframes sharpen-up {
  0% {
    transform: scale(120%);
    opacity: 0.2;
    filter: blur(10px);
  }
  100% {
    transform: scale(100%);
    opacity: 1;
    filter: blur(0);
  }
}
*.animation-blur-in {
  animation-name: sharpen-up;
  animation-duration: 1s;
  animation-delay: 200ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(110%);
  opacity: 0.2;
  filter: blur(10px);
}

*:has(> *.animation-blur-in) {
  overflow: hidden;
}

@keyframes risein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
*.animation-risein {
  animation-name: risein;
  animation-duration: 333ms;
  animation-delay: 150ms;
  transform: translateY(100px);
  opacity: 0;
}
.ani.active *.animation-risein {
  animation-play-state: running;
  animation-fill-mode: forwards;
}

*.animation-risein-each > * {
  animation-name: risein;
  animation-duration: 333ms;
  animation-delay: 150ms;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;
}
*.animation-risein-each > *:nth-child(1) {
  animation-delay: 150ms;
}
*.animation-risein-each > *:nth-child(2) {
  animation-delay: 300ms;
}
*.animation-risein-each > *:nth-child(3) {
  animation-delay: 450ms;
}
*.animation-risein-each > *:nth-child(4) {
  animation-delay: 600ms;
}
*.animation-risein-each > *:nth-child(5) {
  animation-delay: 750ms;
}
*.animation-risein-each > *:nth-child(6) {
  animation-delay: 900ms;
}
*.animation-risein-each > *:nth-child(7) {
  animation-delay: 1050ms;
}
*.animation-risein-each > *:nth-child(8) {
  animation-delay: 1200ms;
}
*.animation-risein-each > *:nth-child(9) {
  animation-delay: 1350ms;
}
*.animation-risein-each > *:nth-child(10) {
  animation-delay: 1500ms;
}
.ani.active *.animation-risein-each > * {
  animation-play-state: running;
}

/*	_layout.scss */
/*	_galleries.scss */
.wp-block-gallery.alignfull {
  margin-bottom: var(--wp--custom--spacing--inline);
}
.wp-block-gallery.alignleft, .wp-block-gallery:not(.has-nested-images).aligntleft {
  margin-right: var(--wp--custom--spacing--inner--normal);
}
.wp-block-gallery.alignlright, .wp-block-gallery:not(.has-nested-images).aligntright {
  margin-left: var(--wp--custom--spacing--inner--normal);
}
.wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: var(--wp--preset--font-size--tiny);
  padding: var(--wp--custom--spacing--inner--tiny);
}

/*	_layout.scss */
/*	_tha-guide.scss */
.tha-hook-flag {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--solid);
  padding: 0.5em;
  background-color: yellow;
}

body:has(.tha-hook-flag) .site-header,
body:has(.tha-hook-flag) .site-inner,
body:has(.tha-hook-flag) .content-area,
body:has(.tha-hook-flag) .entry-header,
body:has(.tha-hook-flag) .entry-content,
body:has(.tha-hook-flag) .entry-footer,
body:has(.tha-hook-flag) .site-main,
body:has(.tha-hook-flag) .site-footer {
  border: 1px dotted gray;
}

/*	_layout.scss */
/*	_performances.scss */
.concert-performances.block-style {
  display: flex;
  gap: var(--wp--custom--spacing--inner--normal);
}
.concert-performances.block-style.vertical {
  gap: 0;
}

.block-style .performance {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, 50%);
  grid-template-areas: "month date" "time date";
  min-width: 200px;
  background-color: var(--wp--preset--color--quaternary);
  padding: 20px 15px 5px;
  gap: 0 5px;
  border-radius: var(--wp--custom--border-radius--tiny);
}
.block-style .performance:nth-of-type(even) {
  background-color: var(--wp--preset--color--foreground);
}
.block-style .performance span {
  display: block;
  color: var(--wp--preset--color--quinary);
  font-size: var(--wp--preset--font-size--large);
  line-height: 0.75;
  text-align: right;
}
.block-style .performance .month {
  grid-area: month;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.block-style .performance .date {
  grid-area: date;
  font-size: var(--wp--preset--font-size--enormous);
  letter-spacing: -0.05em;
}
.block-style .performance .time {
  grid-area: time;
}

.block-style.vertical .performance {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 0;
}
.block-style.vertical .performance:first-of-type {
  border-top-left-radius: var(--wp--custom--border-radius--tiny);
  border-bottom-left-radius: var(--wp--custom--border-radius--tiny);
}
.block-style.vertical .performance:last-of-type {
  border-top-right-radius: var(--wp--custom--border-radius--tiny);
  border-bottom-right-radius: var(--wp--custom--border-radius--tiny);
}
.block-style.vertical .performance span {
  text-align: center;
}
.block-style.vertical .performance .month,
.block-style.vertical .performance .time {
  padding-bottom: 10px;
}

/*	_layout.scss */
/*	_home.scss */
body.home .site-header {
  background-color: var(--wp--preset--color--senary);
}
body.home .site-header .nav-menu .menu-item a {
  color: var(--wp--preset--color--quinary);
}
body.home .site-header .nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--background);
  background: linear-gradient(to bottom, var(--wp--preset--color--senary) 15%, var(--wp--preset--color--quaternary) 95%);
}
body.home .site-header .nav-menu .sub-menu {
  background: linear-gradient(to bottom, var(--wp--preset--color--quaternary) 5%, var(--wp--preset--color--tertiary) 95%);
}
body.home .site-header .nav-menu .sub-menu .menu-item:hover > a {
  background: transparent;
}
body.home .site-header .nav-mobile .menu-item:not(.button) a, body.home .site-header .nav-mobile .menu-item:not(.button):hover > a {
  background: var(--wp--preset--color--senary);
}
body.home .site-header .nav-mobile .menu-item:not(.button):has(.sub-menu.active) > a {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body.home .site-header .nav-mobile .menu-item:not(.button) .sub-menu {
  background: transparent;
  border-left: 1px solid var(--wp--preset--color--primary);
}
@media (max-width: 1260px) {
  body.home .site-inner {
    padding-inline: 0;
  }
}
body.home .nav-mobile .menus,
body.home .nav-mobile .menus .menu-item {
  background-color: var(--wp--preset--color--senary);
}
body.home .home-hero.wp-block-cover {
  position: relative;
  background-color: var(--wp--preset--color--senary);
  padding-top: var(--wp--custom--layout--block-gap-large);
}
body.home .home-hero.wp-block-cover *[class*=__inner-container],
body.home .home-hero.wp-block-cover *.wp-block-cover__inner-container {
  z-index: 3;
  opacity: 0;
}
body.home .home-hero.wp-block-cover *[class*=__image-background] {
  z-index: 1;
  opacity: 0;
}
body.home .home-hero.wp-block-cover .hero-shade {
  width: 100%;
  height: 200%;
  position: absolute;
  bottom: -50%;
  left: 0;
  background: radial-gradient(ellipse 100% 50% at bottom center, transparent 67%, color-mix(in srgb, transparent, var(--wp--preset--color--senary) 82%) 82%, var(--wp--preset--color--senary) 100%);
  z-index: 2;
}
body.home .home-hero.wp-block-cover .wp-block-heading {
  font-size: var(--wp--preset--font-size--jumbo);
}
@media (max-width: 600px) {
  body.home .home-hero.wp-block-cover .wp-block-heading {
    font-size: var(--wp--preset--font-size--massive);
  }
}

.home .wp-block-cover .has-inner-glow-gradient-background {
  transition: transform 300ms ease-in;
}
@media (max-width: 781px) {
  .home .wp-block-cover .has-inner-glow-gradient-background {
    transform: scaleY(1.5);
  }
}

.home .site-inner {
  padding-top: 0px;
}

.home .entry-content > .has-background:last-child {
  margin-bottom: 0;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_single-concert.scss */
body.single-concert .site-inner {
  margin-block: var(--wp--custom--spacing--grid--normal);
}
body.single-concert .site-main > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
  grid-gap: var(--wp--custom--layout--block-gap-large);
  grid-template-areas: "header header" "content sidebar";
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  body.single-concert .site-main > article {
    grid-template-columns: 100%;
    grid-template-areas: "header" "sidebar" "content";
  }
}
body.single-concert .entry-header {
  grid-area: header;
  width: 100%;
  position: relative;
  padding: var(--wp--custom--spacing--grid--small);
  background: var(--wp--preset--gradient--frame);
  border-radius: var(--wp--custom--border-radius--tiny);
  overflow: hidden;
}
@media (max-width: 992px) {
  body.single-concert .entry-header {
    padding: var(--wp--custom--spacing--grid--tiny);
  }
}
@media (max-width: 600px) {
  body.single-concert .entry-header {
    width: 100vw;
    padding-inline: 0px;
    margin-left: calc(-1 * var(--wp--custom--spacing--grid--normal));
  }
}
body.single-concert .entry-header .entry-header-image {
  position: relative;
  overflow: hidden;
}
body.single-concert .entry-header .header-image {
  position: relative;
  z-index: 1;
}
body.single-concert .entry-header .header-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
body.single-concert .entry-header .header-image img.blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  filter: blur(10px);
}
body.single-concert .entry-header .header-shade {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(farthest-corner at bottom center, transparent 25%, color-mix(in srgb, transparent, var(--wp--preset--color--senary) 82%) 41%, var(--wp--preset--color--senary) 45%);
  z-index: 2;
}
body.single-concert .entry-header .entry-title {
  position: absolute;
  bottom: 0;
  left: var(--wp--custom--spacing--grid--small);
  width: calc(100% - var(--wp--custom--spacing--grid--small) * 2);
  padding: var(--wp--custom--spacing--grid--small);
  background: linear-gradient(to bottom, transparent 0, color-mix(in srgb, var(--wp--preset--color--senary) 40%, transparent) var(--wp--custom--spacing--grid--normal) 67%, color-mix(in srgb, var(--wp--preset--color--senary) 90%, transparent) 100%);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--jumbo);
  text-shadow: 0 0 0.3em color-mix(in srgb, var(--wp--preset--color--senary) 90%, transparent);
  z-index: 3;
}
@media (max-width: 992px) {
  body.single-concert .entry-header .entry-title {
    font-size: var(--wp--preset--font-size--huge);
    padding: var(--wp--custom--spacing--grid--tiny);
    margin-bottom: var(--wp--custom--spacing--grid--tiny);
    width: calc(100% - var(--wp--custom--spacing--grid--tiny) * 2);
    left: var(--wp--custom--spacing--grid--tiny);
  }
}
@media (max-width: 760px) {
  body.single-concert .entry-header .entry-title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, var(--wp--preset--color--foreground) 10px, var(--wp--preset--color--senary) 100%);
  }
}
@media (max-width: 600px) {
  body.single-concert .entry-header .entry-title {
    font-size: var(--wp--preset--font-size--massive);
  }
}
body.single-concert .entry-content {
  grid-area: content;
}
body.single-concert .concert-sidebar {
  grid-area: sidebar;
}
body.single-concert h2.concert-subtitle {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--big);
}
body.single-concert h3.repertoire-title {
  font-size: var(--wp--preset--font-size--extra-large);
  font-weight: 400;
}
body.single-concert .performances-list .performance {
  font-size: var(--wp--preset--font-size--large);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
body.single-concert .performances-list .performance:first-of-type {
  padding-top: 0.5em;
  border-top: 1px solid var(--wp--preset--color--secondary);
}
body.single-concert .performances-list .date-time {
  font-weight: 700;
}
body.single-concert .performances-list .parking {
  font-size: var(--wp--preset--font-size--medium);
}
body.single-concert .ticket-link-wrap .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--spacing--inner--normal);
}
@media (max-width: 600px) {
  body.single-concert .ticket-link-wrap .wp-block-buttons {
    justify-content: center;
  }
}
body.single-concert table.admission-options, body.single-concert table.admission-options * {
  border-color: var(--wp--preset--color--secondary);
}
body.single-concert table.admission-options th, body.single-concert table.admission-options td {
  border-width: 0 0 1px 0;
  line-height: var(--wp--custom--line-height--small);
  vertical-align: baseline;
  padding-top: 0.5em;
}
body.single-concert table.admission-options tr:first-child th {
  border-top-left-radius: var(--wp--custom--border-radius--tiny);
}
body.single-concert table.admission-options tr:last-child th, body.single-concert table.admission-options tr:last-child td {
  border-bottom-width: 0;
}
body.single-concert table.admission-options tr:last-child th {
  border-bottom-left-radius: var(--wp--custom--border-radius--tiny);
}
body.single-concert table.admission-options th {
  text-align: right;
  background-color: var(--wp--preset--color--quinary);
  padding-right: 0.5em;
  width: 33%;
}
body.single-concert table.admission-options td {
  padding-left: 0.5em;
}
body.single-concert .concert-sidebar {
  align-self: start;
  padding-left: var(--wp--custom--layout--block-gap-large);
  border-left: 1px solid var(--wp--preset--color--secondary);
}
@media (max-width: 992px) {
  body.single-concert .concert-sidebar {
    border-left-width: 0;
    padding-left: 0;
  }
}
body.single-concert .concert-sidebar > * {
  margin-block: 0 var(--wp--custom--spacing--grid--small);
}
body.single-concert .concert-sidebar .season-title > a {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  text-decoration: none;
}
body.single-concert .concert-sidebar .concert-performances {
  justify-content: center;
}
@media (max-width: 992px) {
  body.single-concert .concert-sidebar .concert-title,
  body.single-concert .concert-sidebar .concert-season {
    text-align: center;
  }
  body.single-concert .concert-sidebar .concert-icon-image {
    display: flex;
  }
  body.single-concert .concert-sidebar .concert-icon-image img {
    margin: auto;
  }
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_single-season.scss */
body.single-season .site-inner {
  margin-block: var(--wp--custom--spacing--grid--normal);
}
body.single-season .site-main > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
  grid-gap: var(--wp--style--block-gap);
  grid-template-areas: "header header" "content sidebar";
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  body.single-season .site-main > article {
    grid-template-columns: 100%;
    grid-template-areas: "header" "sidebar" "content";
  }
}
body.single-season .entry-header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  max-height: 60vh;
  overflow: hidden;
  margin-left: calc((100vw - var(--wp--custom--layout--content)) / -2);
}
@media (max-width: 1260px) {
  body.single-season .entry-header {
    width: 100vw;
    margin-left: -30px;
  }
}
body.single-season .entry-header .entry-header-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.single-season .entry-header .entry-header-image .header-shade {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(farthest-corner at bottom center, transparent 25%, color-mix(in srgb, transparent, var(--wp--preset--color--senary) 82%) 41%, var(--wp--preset--color--senary) 45%);
  z-index: 2;
}
body.single-season .entry-header .header-image {
  position: relative;
  width: 100vw;
  height: 33vw;
  z-index: 1;
}
body.single-season .entry-header .header-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
body.single-season .entry-header .header-image img.blur {
  position: absolute;
  top: 0;
  left: 0;
}
body.single-season .entry-header .header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, var(--wp--preset--color--senary) 1%, color-mix(in srgb, var(--wp--preset--color--senary) 40%, transparent) 60%, transparent);
}
body.single-season .entry-header .entry-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: var(--wp--preset--font-size--enormous);
  width: 100%;
  max-width: var(--wp--custom--layout--page);
  margin-left: calc((100vw - var(--wp--custom--layout--page)) / 2);
  color: var(--wp--preset--color--background);
  z-index: 3;
}
@media (max-width: 992px) {
  body.single-season .entry-header .entry-title {
    font-size: var(--wp--preset--font-size--huge);
    padding: var(--wp--custom--spacing--grid--tiny);
    margin-left: 0;
    margin-bottom: var(--wp--custom--spacing--grid--tiny);
    left: var(--wp--custom--spacing--grid--tiny);
  }
}
@media (max-width: 760px) {
  body.single-season .entry-header .entry-title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -10px;
    background: linear-gradient(to bottom, transparent 0%, var(--wp--preset--color--foreground) 10px, var(--wp--preset--color--senary) 100%);
  }
}
@media (max-width: 600px) {
  body.single-season .entry-header .entry-title {
    font-size: var(--wp--preset--font-size--big);
  }
}
body.single-season .entry-content {
  grid-area: content;
}
body.single-season .season-sidebar {
  grid-area: sidebar;
}
body.single-season .season-sidebar .concert-icon-image {
  margin-bottom: var(--wp--custom--spacing--inner--normal);
}
body.single-season .season-sidebar .years {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  text-decoration: none;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*	_tml.scss */
body.page.tml-action .entry-header:has(.header-image) {
  max-height: 30vh;
  background-color: var(--wp--preset--color--senary);
}
body.page.tml-action .entry-header:has(.header-image) .header-image {
  opacity: 0.5;
}
body.page.tml-action .entry-content {
  max-width: var(--wp--custom--layout--sidebar);
  margin-inline: auto;
}
body.page.tml-action input[type=text],
body.page.tml-action input[type=password] {
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
  color: color-mix(in srgb, var(--wp--preset--color--senary) 82%, white);
  padding: var(--wp--custom--spacing--inner--tiny);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 50%, white);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--tiny);
}
body.page.tml-action input[type=text]:active, body.page.tml-action input[type=text]:focus, body.page.tml-action input[type=text]:focus-visible,
body.page.tml-action input[type=password]:active,
body.page.tml-action input[type=password]:focus,
body.page.tml-action input[type=password]:focus-visible {
  outline-color: var(--wp--preset--color--tertiary);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 10%, white);
}
body.page.tml-action button.tml-button {
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: var(--wp--preset--color--background) 1px solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  padding: 1.5rem 2rem 0.8rem;
  font-family: var(--wp--preset--font-family--legacy-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--solid);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
}
body.page.tml-action button.tml-button:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
}
body.page.tml-action ul.tml-links,
body.page.tml-action ul.tml-links li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
