/* #region "../node_modules/normalize.css/normalize.css" */
/*
- type: css/auto
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 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;
}

/* #endregion "../node_modules/normalize.css/normalize.css" */

/* #region "../src/css/fonts/degular.css" */
/*
- type: css/auto
*/
@font-face {
  font-family: 'Degular';
  src: url(56d3403836efba6c.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url(59a08b4edaf42ca9.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url(868de8b13cff83ae.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* #endregion "../src/css/fonts/degular.css" */

/* #region "../src/css/main.scss" */
/*
- type: css
*/
@charset "UTF-8";


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/v5.0.0/src/css/main.css */
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header.main,
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
body {
  --admin-bar-height: 0px;
}
body.admin-bar {
  --admin-bar-height: 46px;
}
@media (min-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 32px;
  }
}
body #wpadminbar {
  position: fixed;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item, body #wpadminbar #wp-admin-bar-site-name > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 135px)) {
  body #wpadminbar #wp-admin-bar-site-name > .ab-item, body #wpadminbar #wp-admin-bar-site-name > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-site-name > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-edit > .ab-item, body #wpadminbar #wp-admin-bar-edit > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-edit > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-edit > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 270px)) {
  body #wpadminbar #wp-admin-bar-edit > .ab-item, body #wpadminbar #wp-admin-bar-edit > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-edit > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item, body #wpadminbar #wp-admin-bar-new-content > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 405px)) {
  body #wpadminbar #wp-admin-bar-new-content > .ab-item, body #wpadminbar #wp-admin-bar-new-content > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-new-content > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-customize > .ab-item, body #wpadminbar #wp-admin-bar-customize > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-customize > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-customize > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 540px)) {
  body #wpadminbar #wp-admin-bar-customize > .ab-item, body #wpadminbar #wp-admin-bar-customize > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-customize > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item, body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 675px)) {
  body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item, body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item, body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 810px)) {
  body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item, body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item::before {
    margin-right: 6px;
  }
}

/* noto-serif-latin-400-normal */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(71477ff3dd8b8923.woff2) format("woff2"), url(d10e8997a585c222.woff) format("woff");
}
/* noto-serif-latin-400-italic */
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(b4834d4df28ad8de.woff2) format("woff2"), url(5cb2aec43275b1e5.woff) format("woff");
}
/* noto-serif-latin-700-normal */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(78e22019ea0129d7.woff2) format("woff2"), url(a387e3bf21bb75c6.woff) format("woff");
}
/* noto-serif-latin-700-italic */
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(f6f91a00bb4ddb71.woff2) format("woff2"), url(709886d6cdf5002d.woff) format("woff");
}
:root {
  --base-font-family: 'Degular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  --copy-font-family: 'Noto Serif', 'Iowan Old Style', 'Apple Garamond', Baskerville,
    'Times New Roman', 'Droid Serif', Times, 'Source Serif Pro', serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  --heading-font-family: var(--base-font-family);
  --base-font-size: /* grow(18, 22) */ clamp(1.125rem, 1.0416666667rem + 0.3703703704vw, 1.375rem);
  --increased-font-size: /* grow(22, 32) */ clamp(1.375rem, 1.1666666667rem + 0.9259259259vw, 2rem);
  --reduced-font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  --strongly-reduced-font-size: /* grow(16, 18) */ clamp(1rem, 0.9583333333rem + 0.1851851852vw, 1.125rem);
  --copy-font-size: /* grow(16, 20) */ clamp(1rem, 0.9166666667rem + 0.3703703704vw, 1.25rem);
  --base-line-height: 1.3;
  --reduced-line-height: 1.1;
  --copy-line-height: 1.7;
}

body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

:is(h1, h2, h3, h4, h5, h6),
:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block: 0;
}
:is(h1, h2, h3, h4, h5, h6):where(:not([class])),
:is(.h1, .h2, .h3, .h4, .h5, .h6):where(:not([class])) {
  text-wrap: balance;
}

:is(h1):where(:not([class])),
:is(.h1):where(:not([class])) {
  text-align: center;
}

:is(h2, h3, h4):where(:not([class])):where(:is(.overhead-line, .overhead-line-large) + *, :has(+ .lead-text)),
:is(.h2, .h3, .h4):where(:not([class])):where(:is(.overhead-line, .overhead-line-large) + *, :has(+ .lead-text)) {
  text-align: center;
}

:is(h1, h2, h3),
:is(.h1, .h2, .h3) {
  margin-top: 0;
  margin-bottom: 0.625em;
}
:is(h1, h2, h3):has(+ .lead-text),
:is(.h1, .h2, .h3):has(+ .lead-text) {
  margin-bottom: 0.25em;
}

@media print {
  :is(h1, h2, h3, h4, h5, h6),
  :is(.h1, .h2, .h3, .h4, .h5, .h6) {
    break-after: avoid;
  }
}

:is(h1),
:is(.h1) {
  font-size: /* grow(45, 80) */ clamp(2.8125rem, 2.0833333333rem + 3.2407407407vw, 5rem);
  line-height: 1;
  font-weight: 700;
  font-family: var(--heading-font-family);
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  :is(h1),
  :is(.h1) {
    letter-spacing: 0.01em;
  }
}
@media (min-width: 992px) {
  :is(h1),
  :is(.h1) {
    letter-spacing: 0;
  }
}

:is(h2),
:is(.h2) {
  font-size: /* grow(35, 50) */ clamp(2.1875rem, 1.875rem + 1.3888888889vw, 3.125rem);
  line-height: 1;
  font-weight: 700;
  font-family: var(--heading-font-family);
}

:is(h3),
:is(.h3) {
  font-size: /* grow(27, 36) */ clamp(1.6875rem, 1.5rem + 0.8333333333vw, 2.25rem);
  line-height: var(--reduced-line-height);
  font-weight: 700;
  font-family: var(--heading-font-family);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  :is(h3),
  :is(.h3) {
    letter-spacing: 0.01em;
  }
}
@media (min-width: 992px) {
  :is(h3),
  :is(.h3) {
    letter-spacing: 0.02em;
  }
}

:is(h4),
:is(.h4) {
  font-size: /* grow(22, 26) */ clamp(1.375rem, 1.2916666667rem + 0.3703703704vw, 1.625rem);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--heading-font-family);
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  :is(h4),
  :is(.h4) {
    letter-spacing: 0.015em;
  }
}
@media (min-width: 992px) {
  :is(h4),
  :is(.h4) {
    letter-spacing: 0.02em;
  }
}

.lead-text {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--increased-font-size);
  text-align: center;
  text-wrap: balance;
}

.overhead-line,
.overhead-line-large {
  font-family: var(--base-font-family);
  line-height: var(--reduced-line-height);
  margin: 0;
  font-weight: 700;
  line-height: var(--reduced-line-height);
  text-wrap: balance;
  text-transform: uppercase;
}
.overhead-line > :first-child, .overhead-line > :where(link, a[name]):first-child + *, .overhead-line > :where(.text:first-child) > *:first-child, .overhead-line > :where(.text:first-child) > .lead-text:first-child > *:first-child,
.overhead-line-large > :first-child,
.overhead-line-large > :where(link, a[name]):first-child + *,
.overhead-line-large > :where(.text:first-child) > *:first-child,
.overhead-line-large > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.overhead-line > :last-child, .overhead-line > :where(.text:last-child) > *:last-child, .overhead-line > :where(.text:last-child) > .lead-text:last-child > *:last-child,
.overhead-line-large > :last-child,
.overhead-line-large > :where(.text:last-child) > *:last-child,
.overhead-line-large > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.overhead-line + :is(h1, h2, h3, h4, h5, h6),
.overhead-line + :is(.h1, .h2, .h3, .h4, .h5, .h6),
.overhead-line-large + :is(h1, h2, h3, h4, h5, h6),
.overhead-line-large + :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: min(0.2em, 0.375rem);
}
@media (min-width: 540px) {
  .overhead-line + :is(h1, h2, h3, h4, h5, h6),
  .overhead-line + :is(.h1, .h2, .h3, .h4, .h5, .h6),
  .overhead-line-large + :is(h1, h2, h3, h4, h5, h6),
  .overhead-line-large + :is(.h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 0.2em;
  }
}
.overhead-line:has(+ :is(h1, h2, h3, h4, h5, h6):not([class])),
.overhead-line-large:has(+ :is(h1, h2, h3, h4, h5, h6):not([class])) {
  text-align: center;
}
.overhead-line,
.overhead-line-large {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .overhead-line,
  .overhead-line-large {
    letter-spacing: 0.045em;
  }
}
@media (min-width: 992px) {
  .overhead-line,
  .overhead-line-large {
    letter-spacing: 0.04em;
  }
}

.overhead-line {
  font-size: /* grow(14, 16) */ clamp(0.875rem, 0.8333333333rem + 0.1851851852vw, 1rem);
}

.overhead-line-large {
  font-size: /* grow(16, 22) */ clamp(1rem, 0.875rem + 0.5555555556vw, 1.375rem);
}

.blockquote,
:where(.text) blockquote {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: /* grow(28, 42) */ clamp(1.75rem, 1.4583333333rem + 1.2962962963vw, 2.625rem);
  max-width: 34rem;
  margin-inline: auto;
  margin-block: var(--v-l);
  text-align: center;
  text-wrap: balance;
}
.blockquote > :first-child, .blockquote > :where(link, a[name]):first-child + *, .blockquote > :where(.text:first-child) > *:first-child, .blockquote > :where(.text:first-child) > .lead-text:first-child > *:first-child,
:where(.text) blockquote > :first-child,
:where(.text) blockquote > :where(link, a[name]):first-child + *,
:where(.text) blockquote > :where(.text:first-child) > *:first-child,
:where(.text) blockquote > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.blockquote > :last-child, .blockquote > :where(.text:last-child) > *:last-child, .blockquote > :where(.text:last-child) > .lead-text:last-child > *:last-child,
:where(.text) blockquote > :last-child,
:where(.text) blockquote > :where(.text:last-child) > *:last-child,
:where(.text) blockquote > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}

@view-transition {
  navigation: auto;
}
:root {
  --vw: calc((100vw - var(--scrollbar-width, 0px)) / 100);
  --100vw: calc(100 * var(--vw));
  --svh: calc(var(--window-height, 100vh) / 100);
}
@supports (height: 100svh) {
  :root {
    --svh: 1svh;
  }
}
:root {
  --100svh: calc(100 * var(--svh));
  --v-xs: /* grow(12, 20) */ clamp(0.75rem, 0.5833333333rem + 0.7407407407vw, 1.25rem);
  --v-s: /* grow(40, 50) */ clamp(2.5rem, 2.2916666667rem + 0.9259259259vw, 3.125rem);
  --v-m: /* grow(56, 70) */ clamp(3.5rem, 3.2083333333rem + 1.2962962963vw, 4.375rem);
  --v-l: /* grow(80, 100) */ clamp(5rem, 4.5833333333rem + 1.8518518519vw, 6.25rem);
  --v-xl: /* grow(112, 140) */ clamp(7rem, 6.4166666667rem + 2.5925925926vw, 8.75rem);
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --text-color: #202020;
  --tip-color: #EEF9CF;
  --support-color: #EAECFF;
  --green: #EEF9CF;
  --green-rgb: 238 249 207;
  --blue: #EAECFF;
  --blue-rgb: 234 236 255;
  --black: #202020;
  --black-rgb: 32 32 32;
  --white: #ffffff;
  --white-rgb: 255 255 255;
  --light-grey: #ececec;
  --light-grey-rgb: 236 236 236;
  --grey: #9f9f9f;
  --grey-rgb: 159 159 159;
}

body {
  --page-background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--page-background);
  color: #202020;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--admin-bar-height, 0px));
  --available-viewport-height: calc(
    100vh - var(--admin-bar-height, 0px) - var(--header-height, 0px)
  );
}
body.page-colored {
  --page-background: var(--tip-color);
}

/*******************************
 * Generic element styles
 ******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

[role=button] {
  cursor: pointer;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/*******************************
 * Hide visually, only for screenreaders
 ******************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*******************************
 * Noprint
 ******************************/
@media print {
  .noprint {
    display: none !important;
  }
}

/*******************************
 * WP WYSWIG image options
 ******************************/
img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

/*
 * As images added through wordpress
 * have width and height HTML attributes
 * we need to say that there should be height auto
 * over CSS if we choose a different width such as 100%.
 */
img {
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

img.alignnone {
  display: block;
  margin: 15px 0;
}

img.aligncenter {
  display: block;
  margin: 15px auto;
}

/*******************************
* iFrames
******************************/
iframe {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}

/*******************************
 * Responsiveness for YouTube iFrames
 ******************************/
iframe[src*="youtube.com"] {
  height: auto;
  aspect-ratio: 16/9;
}

.youtube-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******************************
  * Generic link style
  * Don't go into any detail to simplify overriding
  ******************************/
:where(a) {
  text-decoration: none;
}

section.main {
  display: grid;
  grid-template-columns: 1fr calc(var(--container-width) - 2 * var(--container-padding)) 1fr;
}
section.main:not(:has(> *:last-child:is(.style-tips))) {
  padding-bottom: var(--v-xl);
}
:where(:where(section.main) > *) {
  grid-column: 2/span 1;
}
:where(:where(section.main) > :is(.page-section, .breakout)) {
  grid-column: 1/span 3;
}

section.main {
  /*******************************
   * Body copy link style
   ******************************/
}
:where(section.main) a:where(:not([class])) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
:root.no-focus-visible :where(section.main) a:where(:not([class])):focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

:where(section.main) a:where(:not([class])):focus:not(:focus-visible) {
  outline: none;
}
:where(section.main) a:where(:not([class])):focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
:where(section.main) a:where(:not([class])) {
  color: inherit;
}
:where(section.main) a:where(:not([class])):hover {
  text-decoration-color: var(--grey);
}
:where(section.main) a:where(:not([class])):active {
  color: var(--grey);
  text-decoration-color: var(--grey);
}

section.main {
  /*******************************
   * Generic list style
   ******************************/
}
:where(section.main) :where(ul:not([class]), .styled-list) {
  padding: 0;
  padding-left: 2.125ch;
}
:where(section.main) :where(ul:not([class]), .styled-list) ::marker {
  content: "–   ";
}
:where(section.main) :where(ul:not([class]), .styled-list) li + li {
  margin-top: /* grow(10, 20) */ clamp(0.625rem, 0.4166666667rem + 0.9259259259vw, 1.25rem);
}

section.main {
  /*******************************
   * Generic scroll margin
   * Calculated for sites with fixed headers, so adjust accordingly if other design is used
   ******************************/
}
section.main * {
  scroll-margin-top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px) + var(--additional-scroll-offset, /* grow(8, 30) */ clamp(0.5rem, 0.0416666667rem + 2.037037037vw, 1.875rem)));
  scroll-margin-bottom: 20px;
}

/*******************************
 * Bootstrap Overwrites
 ******************************/
@media print {
  a[href]:after {
    content: "";
  }
}
/*******************************
 * Text Selection Color
 ******************************/
::selection {
  background-color: hsla(75.7142857143, 127.7777777778%, 79.4117647059%, 0.75);
  color: #202020;
}

/*******************************
 * Inner Padding of Containers
 ******************************/
.no-inner-padding > *:first-child {
  margin-top: 0;
}
.no-inner-padding > *:last-child {
  margin-bottom: 0;
}

[data-intercept-loading]:where(:not(.queried-posts)) {
  opacity: 0.5 !important;
}

[data-no-grid-space] {
  margin-block: 0;
}

@media print {
  feedbucket-app {
    display: none !important;
  }
}
:root {
  --layout-gap: /* grow(20, 60) */ clamp(1.25rem, 0.4166666667rem + 3.7037037037vw, 3.75rem);
  --container-padding: /* grow(30, 80) */ clamp(1.875rem, 0.8333333333rem + 4.6296296296vw, 5rem);
  --container-width-narrow: 100%;
  --container-width-medium: 100%;
  --container-width-wide: 100%;
  --container-width: var(--container-width-wide);
  --element-spacing: var(--v-s);
  --border-radius: 5px;
  --border-width: 1px;
}
@media (min-width: 768px) {
  :root {
    --container-width-narrow: 732px;
  }
}
@media (min-width: 768px) and (min-resolution: 2dppx) {
  :root {
    --border-width: 1.5px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width-medium: calc(var(--100vw) - 2 * var(--container-padding));
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width-medium: 1080px;
  }
}

@media (max-width: 539px) {
  .hide-at-xs {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .hide-above-xs {
    display: none !important;
  }
}

@media (max-width: 539px) {
  .hide-up-to-xs {
    display: none !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .hide-at-s {
    display: none !important;
  }
}

@media (max-width: 539px) {
  .hide-below-s {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-above-s {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .hide-from-s {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-up-to-s {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-at-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-below-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-above-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-from-sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-up-to-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hide-at-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-below-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-above-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-from-md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-up-to-md {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .hide-at-lg {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-below-lg {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-above-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-from-lg {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .hide-up-to-lg {
    display: none !important;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .hide-at-xl {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .hide-below-xl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hide-above-xl {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hide-from-xl {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hide-up-to-xl {
    display: none !important;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .hide-at-2xl {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hide-below-2xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-above-2xl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hide-from-2xl {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .hide-up-to-2xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-at-3xl {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .hide-below-3xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-from-3xl {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: var(--container-width, auto);
}

@media (min-width: 1440px) {
  :root {
    --container-width-wide: 1280px;
    --container-padding: 0px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.grid-layout {
  --grid-layout-gap: min(var(--layout-gap, 15px), calc(100vw / var(--grid-layout-columns)));
  --grid-layout-columns: 12;
  --grid-layout-order: 1;
  --grid-layout-index: initial;
  --grid-layout-column-width: calc(
    (var(--container-width, 100vw) - (var(--grid-layout-columns) - 1) * var(--grid-layout-gap)) /
      var(--grid-layout-columns)
  );
  display: grid;
  grid-template-columns: repeat(var(--grid-layout-columns), 1fr);
  grid-gap: var(--grid-layout-gap, 0px);
  --cols-xs: initial;
  --cols-s: var(--cols-xs);
  --cols-sm: var(--cols-s);
  --cols-md: var(--cols-sm);
  --cols-lg: var(--cols-md);
  --cols-xl: var(--cols-lg);
  --cols-2xl: var(--cols-xl);
  --cols-3xl: var(--cols-2xl);
}
.grid-layout > * {
  --col-xs: var(--cols, var(--grid-layout-columns));
  --col-s: var(--col-xs);
  --col-sm: var(--col-s);
  --col-md: var(--col-sm);
  --col-lg: var(--col-md);
  --col-xl: var(--col-lg);
  --col-2xl: var(--col-xl);
  --col-3xl: var(--col-2xl);
  min-width: 0;
  max-width: 100%;
  order: calc(var(--grid-layout-order, 1) * var(--grid-layout-index, 0));
  --cols: initial;
  --cols: var(--cols-xs);
  grid-column-end: span var(--col-xs);
}
@media (min-width: 540px) {
  .grid-layout > * {
    --cols: var(--cols-s);
    grid-column-end: span var(--col-s);
  }
}
@media (min-width: 768px) {
  .grid-layout > * {
    --cols: var(--cols-sm);
    grid-column-end: span var(--col-sm);
  }
}
@media (min-width: 992px) {
  .grid-layout > * {
    --cols: var(--cols-md);
    grid-column-end: span var(--col-md);
  }
}
@media (min-width: 1200px) {
  .grid-layout > * {
    --cols: var(--cols-lg);
    grid-column-end: span var(--col-lg);
  }
}
@media (min-width: 1440px) {
  .grid-layout > * {
    --cols: var(--cols-xl);
    grid-column-end: span var(--col-xl);
  }
}
@media (min-width: 1600px) {
  .grid-layout > * {
    --cols: var(--cols-2xl);
    grid-column-end: span var(--col-2xl);
  }
}
@media (min-width: 1900px) {
  .grid-layout > * {
    --cols: var(--cols-3xl);
    grid-column-end: span var(--col-3xl);
  }
}

iframe {
  width: 100%;
}

.accent-box-section + .posts-section,
.accent-box-section + link + .posts-section .posts-section + .accent-box-section,
.posts-section + link + .accent-box-section {
  margin-top: calc(0.5 * var(--v-s));
}

.accent-box-section:has(+ .posts-section, + link + .posts-section),
.posts-section:has(+ .accent-box-section, + link + .accent-box-section) {
  margin-bottom: calc(0.5 * var(--v-s));
}

:where(section.main > *):where(.collage-section,
:not(:first-child):not(link:first-child + *):not([data-no-grid-space])) {
  margin-top: calc(0.5 * var(--section-row-gap, var(--v-xl)));
}
:where(section.main > *):where(:not(:last-child):not(:has(+ [data-no-grid-space]:last-child)):not(:has(+ link + [data-no-grid-space]:last-child))) {
  margin-bottom: calc(0.5 * var(--section-row-gap, var(--v-xl)));
}

:where(body.article-view section.main) {
  --section-row-gap: var(--v-m);
  --container-width: var(--container-width-narrow);
  font-family: var(--copy-font-family);
  line-height: var(--copy-line-height);
  font-size: var(--copy-font-size);
}
@media (min-width: 768px) {
  :where(body.article-view section.main) {
    --container-padding: calc(0.5 * var(--layout-gap));
  }
}
@media (min-width: 992px) {
  :where(body.article-view section.main) {
    --container-padding: 0px;
  }
}
:where(body.article-view section.main) > :where(:where(.page-section, .breakout) > *) {
  --container-width: var(--container-width-wide);
}

body:not(.no-js) .lazy-background {
  background-image: none !important;
}

@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}
@supports selector(:has(*)) {
  html:has(body:not(.not-initialized)) {
    animation: smoothscroll1 1s;
  }
  html:has(body:not(.not-initialized)):focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
  html:has(body.no-js) {
    animation: smoothscroll1 1s;
  }
  html:has(body.no-js):focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
}
@supports not selector(:has(*)) {
  html {
    animation: smoothscroll1 1s;
  }
  html:focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
}
.post-password-form {
  --form-color: var(--black);
  --form-text: var(--white);
  --form-hover: var(--grey);
  --form-active: var(--black);
  --form-focus: var(--black);
  --form-disabled: #ececec;
  --form-disabled-text: rgb(197.75, 197.75, 197.75);
  --form-checkbox-hover: rgb(var(--black-rgb)/10%);
  --form-checkbox-active: rgb(var(--black-rgb)/20%);
  --form-checkbox-size: 18px;
  --form-radio-hover: rgb(var(--black-rgb)/10%);
  --form-radio-active: rgb(var(--black-rgb)/20%);
  --form-radio-size: 20px;
  --form-input-background: #fff;
  --form-input-border: 1px solid #000;
  --form-input-height: /* grow(40, 56) */ clamp(2.5rem, 2.1666666667rem + 1.4814814815vw, 3.5rem);
  --form-input-padding-y: /* grow(6, 12) */ clamp(0.375rem, 0.25rem + 0.5555555556vw, 0.75rem);
  --form-input-padding-x: 0px;
}
.post-password-form input,
.post-password-form select,
.post-password-form textarea {
  accent-color: var(--form-color);
}
.post-password-form input[type=date], .post-password-form input[type=email], .post-password-form input[type=number], .post-password-form input[type=password], .post-password-form input[type=search], .post-password-form input[type=tel], .post-password-form input[type=text], .post-password-form input[type=url] {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.post-password-form input[type=date]:disabled, .post-password-form input[type=date].disabled, .post-password-form input[type=email]:disabled, .post-password-form input[type=email].disabled, .post-password-form input[type=number]:disabled, .post-password-form input[type=number].disabled, .post-password-form input[type=password]:disabled, .post-password-form input[type=password].disabled, .post-password-form input[type=search]:disabled, .post-password-form input[type=search].disabled, .post-password-form input[type=tel]:disabled, .post-password-form input[type=tel].disabled, .post-password-form input[type=text]:disabled, .post-password-form input[type=text].disabled, .post-password-form input[type=url]:disabled, .post-password-form input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.post-password-form textarea {
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.post-password-form textarea:disabled, .post-password-form textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.post-password-form textarea {
  resize: vertical;
}
.post-password-form select {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.post-password-form select:disabled, .post-password-form select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.post-password-form select {
  appearance: none;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMS4xTDEuMSAwbDQuNCA0LjRMOS45IDAgMTEgMS4xIDUuNSA2LjZ6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.post-password-form input[type=checkbox] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.post-password-form input[type=checkbox]:disabled, .post-password-form input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, var(--light-grey));
}
.post-password-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgba(238, 249, 207, 0.1));
}
.post-password-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgba(238, 249, 207, 0.2));
}
.post-password-form input[type=checkbox]:checked {
  background-color: var(--form-color, #EEF9CF);
  border-color: var(--form-color, #EEF9CF);
}
.post-password-form input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4zMDggMEwxMSAuODQ4IDQuOTk4IDEyIDAgNy44NzJsMS4yNC0xLjM5OCAzLjE3MyAyLjYyeiIgZmlsbD0iIzBGMDVBMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.post-password-form input[type=checkbox]:disabled:checked, .post-password-form input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, var(--light-grey));
}
.post-password-form input[type=checkbox]::after {
  display: block;
  content: "";
  width: 11px;
  height: 12px;
}
:root.no-focus-visible .post-password-form input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.post-password-form input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.post-password-form input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.post-password-form input[type=radio] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-radio-size, 16px);
  height: var(--form-radio-size, 16px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.post-password-form input[type=radio]:not(:disabled):not(.disabled):hover {
  background-color: var(--form-radio-hover, rgba(238, 249, 207, 0.1));
}
.post-password-form input[type=radio]:not(:disabled):not(.disabled):active {
  background-color: var(--form-radio-active, rgba(238, 249, 207, 0.2));
}
.post-password-form input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, #EEF9CF);
}
.post-password-form input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.post-password-form input[type=radio]:disabled, .post-password-form input[type=radio].disabled {
  border-color: var(--form-disabled, var(--light-grey));
}
.post-password-form input[type=radio]:disabled:checked::after, .post-password-form input[type=radio].disabled:checked::after {
  background-color: var(--form-disabled, var(--light-grey));
}
:root.no-focus-visible .post-password-form input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.post-password-form input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.post-password-form input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.post-password-form input[type=submit],
.post-password-form input[type=button],
.post-password-form input[type=reset],
.post-password-form button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.post-password-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.post-password-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.post-password-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.post-password-form button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.post-password-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.post-password-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.post-password-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.post-password-form button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.post-password-form input[type=submit]:where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=button]:where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=reset]:where(:disabled, .disabled, [inert], .inert),
.post-password-form button:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible .post-password-form input[type=submit]:focus,
:root.no-focus-visible .post-password-form input[type=button]:focus,
:root.no-focus-visible .post-password-form input[type=reset]:focus,
:root.no-focus-visible .post-password-form button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.post-password-form input[type=submit]:focus:not(:focus-visible),
.post-password-form input[type=button]:focus:not(:focus-visible),
.post-password-form input[type=reset]:focus:not(:focus-visible),
.post-password-form button:focus:not(:focus-visible) {
  outline: none;
}
.post-password-form input[type=submit]:focus-visible,
.post-password-form input[type=button]:focus-visible,
.post-password-form input[type=reset]:focus-visible,
.post-password-form button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.post-password-form input[type=submit].style-default, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=button].style-default,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=reset].style-default,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.post-password-form button.style-default,
.post-password-form button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
.post-password-form input[type=submit].style-default:where(:disabled, .disabled, [inert], .inert), .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=button].style-default:where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=reset].style-default:where(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.post-password-form button.style-default:where(:disabled, .disabled, [inert], .inert),
.post-password-form button:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
.post-password-form input[type=submit].style-text,
.post-password-form input[type=button].style-text,
.post-password-form input[type=reset].style-text,
.post-password-form button.style-text {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--grey));
  --button-active-color: var(--form-active, var(--black));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  align-self: center;
}
.post-password-form input[type=submit].style-arrow,
.post-password-form input[type=button].style-arrow,
.post-password-form input[type=reset].style-arrow,
.post-password-form button.style-arrow {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--black));
  --button-active-color: var(--form-active, var(--grey));
  background-color: transparent;
  border: none;
  align-self: center;
  font-size: var(--base-font-size);
}
.post-password-form input[type=submit].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.post-password-form input[type=button].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.post-password-form input[type=reset].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.post-password-form button.style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.post-password-form input[type=submit].style-arrow::before,
.post-password-form input[type=button].style-arrow::before,
.post-password-form input[type=reset].style-arrow::before,
.post-password-form button.style-arrow::before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTggNy02LjQ3NC03LS43MjkuNzIxIDUuMzI0IDUuNzU3SDB2MS4wNDRoMTYuMTIxbC01LjMyNCA1Ljc1Ny43My43MjFMMTggN1oiIGZpbGw9IiMyMDIwMjAiLz48L3N2Zz4=);
  margin-right: 0.75rem;
}
.post-password-form input[type=submit].style-secondary,
.post-password-form input[type=button].style-secondary,
.post-password-form input[type=reset].style-secondary,
.post-password-form button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.post-password-form input[type=submit].style-secondary::before,
.post-password-form input[type=button].style-secondary::before,
.post-password-form input[type=reset].style-secondary::before,
.post-password-form button.style-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.post-password-form input[type=submit].style-secondary:hover::before,
.post-password-form input[type=button].style-secondary:hover::before,
.post-password-form input[type=reset].style-secondary:hover::before,
.post-password-form button.style-secondary:hover::before {
  transform: translateY(0);
}
.post-password-form input[type=submit].style-secondary:active::before,
.post-password-form input[type=button].style-secondary:active::before,
.post-password-form input[type=reset].style-secondary:active::before,
.post-password-form button.style-secondary:active::before {
  transform: translateY(0);
}
.post-password-form input[type=submit].style-secondary:is(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=button].style-secondary:is(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=reset].style-secondary:is(:disabled, .disabled, [inert], .inert),
.post-password-form button.style-secondary:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.post-password-form input[type=submit].style-pill,
.post-password-form input[type=button].style-pill,
.post-password-form input[type=reset].style-pill,
.post-password-form button.style-pill {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.post-password-form input[type=submit].style-pill::before,
.post-password-form input[type=button].style-pill::before,
.post-password-form input[type=reset].style-pill::before,
.post-password-form button.style-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.post-password-form input[type=submit].style-pill:hover::before,
.post-password-form input[type=button].style-pill:hover::before,
.post-password-form input[type=reset].style-pill:hover::before,
.post-password-form button.style-pill:hover::before {
  transform: translateY(0);
}
.post-password-form input[type=submit].style-pill:active::before,
.post-password-form input[type=button].style-pill:active::before,
.post-password-form input[type=reset].style-pill:active::before,
.post-password-form button.style-pill:active::before {
  transform: translateY(0);
}
.post-password-form input[type=submit].style-pill:is(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=button].style-pill:is(:disabled, .disabled, [inert], .inert),
.post-password-form input[type=reset].style-pill:is(:disabled, .disabled, [inert], .inert),
.post-password-form button.style-pill:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.post-password-form input[type=submit].style-pill,
.post-password-form input[type=button].style-pill,
.post-password-form input[type=reset].style-pill,
.post-password-form button.style-pill {
  border-radius: 100vw;
  mix-blend-mode: multiply;
}
.post-password-form input[type=submit].style-pill.active,
.post-password-form input[type=button].style-pill.active,
.post-password-form input[type=reset].style-pill.active,
.post-password-form button.style-pill.active {
  --button-background: var(--light-grey);
}
.post-password-form .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.post-password-form .checkbox-label > :first-child {
  margin-right: 0.5rem;
}
.post-password-form {
  max-width: 100%;
  margin: 0 auto;
  width: 500px;
}
.post-password-form input[type=submit] {
  margin-top: 1em;
}

ul.search-results {
  margin-top: var(--v-s);
}
ul.search-results li + li {
  margin-top: /* grow(4, 8) */ clamp(0.25rem, 0.1666666667rem + 0.3703703704vw, 0.5rem);
}

.searchform {
  --form-color: var(--black);
  --form-text: var(--white);
  --form-hover: var(--grey);
  --form-active: var(--black);
  --form-focus: var(--black);
  --form-disabled: #ececec;
  --form-disabled-text: rgb(197.75, 197.75, 197.75);
  --form-checkbox-hover: rgb(var(--black-rgb)/10%);
  --form-checkbox-active: rgb(var(--black-rgb)/20%);
  --form-checkbox-size: 18px;
  --form-radio-hover: rgb(var(--black-rgb)/10%);
  --form-radio-active: rgb(var(--black-rgb)/20%);
  --form-radio-size: 20px;
  --form-input-background: #fff;
  --form-input-border: 1px solid #000;
  --form-input-height: /* grow(40, 56) */ clamp(2.5rem, 2.1666666667rem + 1.4814814815vw, 3.5rem);
  --form-input-padding-y: /* grow(6, 12) */ clamp(0.375rem, 0.25rem + 0.5555555556vw, 0.75rem);
  --form-input-padding-x: 0px;
}
.searchform input,
.searchform select,
.searchform textarea {
  accent-color: var(--form-color);
}
.searchform input[type=date], .searchform input[type=email], .searchform input[type=number], .searchform input[type=password], .searchform input[type=search], .searchform input[type=tel], .searchform input[type=text], .searchform input[type=url] {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.searchform input[type=date]:disabled, .searchform input[type=date].disabled, .searchform input[type=email]:disabled, .searchform input[type=email].disabled, .searchform input[type=number]:disabled, .searchform input[type=number].disabled, .searchform input[type=password]:disabled, .searchform input[type=password].disabled, .searchform input[type=search]:disabled, .searchform input[type=search].disabled, .searchform input[type=tel]:disabled, .searchform input[type=tel].disabled, .searchform input[type=text]:disabled, .searchform input[type=text].disabled, .searchform input[type=url]:disabled, .searchform input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.searchform textarea {
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.searchform textarea:disabled, .searchform textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.searchform textarea {
  resize: vertical;
}
.searchform select {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.searchform select:disabled, .searchform select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.searchform select {
  appearance: none;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMS4xTDEuMSAwbDQuNCA0LjRMOS45IDAgMTEgMS4xIDUuNSA2LjZ6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.searchform input[type=checkbox] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.searchform input[type=checkbox]:disabled, .searchform input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, var(--light-grey));
}
.searchform input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgba(238, 249, 207, 0.1));
}
.searchform input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgba(238, 249, 207, 0.2));
}
.searchform input[type=checkbox]:checked {
  background-color: var(--form-color, #EEF9CF);
  border-color: var(--form-color, #EEF9CF);
}
.searchform input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4zMDggMEwxMSAuODQ4IDQuOTk4IDEyIDAgNy44NzJsMS4yNC0xLjM5OCAzLjE3MyAyLjYyeiIgZmlsbD0iIzBGMDVBMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.searchform input[type=checkbox]:disabled:checked, .searchform input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, var(--light-grey));
}
.searchform input[type=checkbox]::after {
  display: block;
  content: "";
  width: 11px;
  height: 12px;
}
:root.no-focus-visible .searchform input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=radio] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-radio-size, 16px);
  height: var(--form-radio-size, 16px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.searchform input[type=radio]:not(:disabled):not(.disabled):hover {
  background-color: var(--form-radio-hover, rgba(238, 249, 207, 0.1));
}
.searchform input[type=radio]:not(:disabled):not(.disabled):active {
  background-color: var(--form-radio-active, rgba(238, 249, 207, 0.2));
}
.searchform input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, #EEF9CF);
}
.searchform input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.searchform input[type=radio]:disabled, .searchform input[type=radio].disabled {
  border-color: var(--form-disabled, var(--light-grey));
}
.searchform input[type=radio]:disabled:checked::after, .searchform input[type=radio].disabled:checked::after {
  background-color: var(--form-disabled, var(--light-grey));
}
:root.no-focus-visible .searchform input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=submit],
.searchform input[type=button],
.searchform input[type=reset],
.searchform button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.searchform input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.searchform input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.searchform input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.searchform button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.searchform input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.searchform input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.searchform input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.searchform button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.searchform input[type=submit]:where(:disabled, .disabled, [inert], .inert),
.searchform input[type=button]:where(:disabled, .disabled, [inert], .inert),
.searchform input[type=reset]:where(:disabled, .disabled, [inert], .inert),
.searchform button:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible .searchform input[type=submit]:focus,
:root.no-focus-visible .searchform input[type=button]:focus,
:root.no-focus-visible .searchform input[type=reset]:focus,
:root.no-focus-visible .searchform button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=submit]:focus:not(:focus-visible),
.searchform input[type=button]:focus:not(:focus-visible),
.searchform input[type=reset]:focus:not(:focus-visible),
.searchform button:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=submit]:focus-visible,
.searchform input[type=button]:focus-visible,
.searchform input[type=reset]:focus-visible,
.searchform button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=submit].style-default, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button].style-default,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset].style-default,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.searchform button.style-default,
.searchform button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
.searchform input[type=submit].style-default:where(:disabled, .disabled, [inert], .inert), .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.searchform input[type=button].style-default:where(:disabled, .disabled, [inert], .inert),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.searchform input[type=reset].style-default:where(:disabled, .disabled, [inert], .inert),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.searchform button.style-default:where(:disabled, .disabled, [inert], .inert),
.searchform button:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
.searchform input[type=submit].style-text,
.searchform input[type=button].style-text,
.searchform input[type=reset].style-text,
.searchform button.style-text {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--grey));
  --button-active-color: var(--form-active, var(--black));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  align-self: center;
}
.searchform input[type=submit].style-arrow,
.searchform input[type=button].style-arrow,
.searchform input[type=reset].style-arrow,
.searchform button.style-arrow {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--black));
  --button-active-color: var(--form-active, var(--grey));
  background-color: transparent;
  border: none;
  align-self: center;
  font-size: var(--base-font-size);
}
.searchform input[type=submit].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.searchform input[type=button].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.searchform input[type=reset].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.searchform button.style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.searchform input[type=submit].style-arrow::before,
.searchform input[type=button].style-arrow::before,
.searchform input[type=reset].style-arrow::before,
.searchform button.style-arrow::before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTggNy02LjQ3NC03LS43MjkuNzIxIDUuMzI0IDUuNzU3SDB2MS4wNDRoMTYuMTIxbC01LjMyNCA1Ljc1Ny43My43MjFMMTggN1oiIGZpbGw9IiMyMDIwMjAiLz48L3N2Zz4=);
  margin-right: 0.75rem;
}
.searchform input[type=submit].style-secondary,
.searchform input[type=button].style-secondary,
.searchform input[type=reset].style-secondary,
.searchform button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.searchform input[type=submit].style-secondary::before,
.searchform input[type=button].style-secondary::before,
.searchform input[type=reset].style-secondary::before,
.searchform button.style-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.searchform input[type=submit].style-secondary:hover::before,
.searchform input[type=button].style-secondary:hover::before,
.searchform input[type=reset].style-secondary:hover::before,
.searchform button.style-secondary:hover::before {
  transform: translateY(0);
}
.searchform input[type=submit].style-secondary:active::before,
.searchform input[type=button].style-secondary:active::before,
.searchform input[type=reset].style-secondary:active::before,
.searchform button.style-secondary:active::before {
  transform: translateY(0);
}
.searchform input[type=submit].style-secondary:is(:disabled, .disabled, [inert], .inert),
.searchform input[type=button].style-secondary:is(:disabled, .disabled, [inert], .inert),
.searchform input[type=reset].style-secondary:is(:disabled, .disabled, [inert], .inert),
.searchform button.style-secondary:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.searchform input[type=submit].style-pill,
.searchform input[type=button].style-pill,
.searchform input[type=reset].style-pill,
.searchform button.style-pill {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.searchform input[type=submit].style-pill::before,
.searchform input[type=button].style-pill::before,
.searchform input[type=reset].style-pill::before,
.searchform button.style-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.searchform input[type=submit].style-pill:hover::before,
.searchform input[type=button].style-pill:hover::before,
.searchform input[type=reset].style-pill:hover::before,
.searchform button.style-pill:hover::before {
  transform: translateY(0);
}
.searchform input[type=submit].style-pill:active::before,
.searchform input[type=button].style-pill:active::before,
.searchform input[type=reset].style-pill:active::before,
.searchform button.style-pill:active::before {
  transform: translateY(0);
}
.searchform input[type=submit].style-pill:is(:disabled, .disabled, [inert], .inert),
.searchform input[type=button].style-pill:is(:disabled, .disabled, [inert], .inert),
.searchform input[type=reset].style-pill:is(:disabled, .disabled, [inert], .inert),
.searchform button.style-pill:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.searchform input[type=submit].style-pill,
.searchform input[type=button].style-pill,
.searchform input[type=reset].style-pill,
.searchform button.style-pill {
  border-radius: 100vw;
  mix-blend-mode: multiply;
}
.searchform input[type=submit].style-pill.active,
.searchform input[type=button].style-pill.active,
.searchform input[type=reset].style-pill.active,
.searchform button.style-pill.active {
  --button-background: var(--light-grey);
}
.searchform .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.searchform .checkbox-label > :first-child {
  margin-right: 0.5rem;
}
.searchform {
  max-width: 50ch;
}

#searchform {
  --gap: /* grow(6, 12) */ clamp(0.375rem, 0.25rem + 0.5555555556vw, 0.75rem);
  margin-top: var(--gap);
}
#searchform div {
  display: flex;
  gap: 0.5rem var(--gap);
  flex-wrap: wrap;
  align-items: stretch;
}
#searchform div .screen-reader-text {
  flex-basis: 100%;
}
#searchform div input[type=text] {
  width: auto;
  flex-grow: 1;
  height: auto;
}
#searchform div input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
#searchform div input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
#searchform div input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
#searchform div input[type=submit]:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible #searchform div input[type=submit]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

#searchform div input[type=submit]:focus:not(:focus-visible) {
  outline: none;
}
#searchform div input[type=submit]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
#searchform div input[type=submit] {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
#searchform div input[type=submit]:where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
#searchform div input[type=submit] {
  --form-color: var(--color-azure);
  cursor: pointer;
}

/*******************************
 * Widgets
 ******************************/
.search-widget input {
  background-color: #444;
  border: 1px solid #dfdfdf;
  padding: 10px;
  max-width: 100%;
}

/*******************************
 * Toggle Container
 ******************************/
.widget .toggle-indicator {
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .widget .toggle-indicator {
    display: none;
  }
}
.widget .toggle-container {
  display: none;
}
@media (min-width: 992px) {
  .widget .toggle-container {
    display: block;
  }
}
.widget.active-widget .toggle-container {
  display: block;
}
@keyframes widget-toggle {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.widget.active-widget .toggle-container {
  animation: widget-toggle 300ms;
}
.widget.active-widget .toggle-indicator {
  transform: rotate(180deg);
}

/*
 * Pagination navigation panel
 * used e.g. for post archive or search results pagination
 */
.page-nav {
  --font-size: 1rem;
  --button-size: /* grow(38, 48) */ clamp(2.375rem, 2.1666666667rem + 0.9259259259vw, 3rem);
  --gap: /* grow(8, 12) */ clamp(0.5rem, 0.4166666667rem + 0.3703703704vw, 0.75rem);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: var(--gap);
  font-size: var(--font-size);
}
.page-nav:not(.page-nav .page-nav) {
  margin-top: var(--element-spacing);
}
.page-nav .page-numbers {
  padding-inline: /* grow(14, 18) */ clamp(0.875rem, 0.7916666667rem + 0.3703703704vw, 1.125rem);
}
.page-nav .page-numbers.dots {
  padding-inline: 0.75rem;
  cursor: default;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)) {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible .page-nav :where(.page-nav-item, .page-numbers:not(.dots)):focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):focus:not(:focus-visible) {
  outline: none;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(.current-page-nav-item):not(.current)) {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(.current-page-nav-item):not(.current))::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(.current-page-nav-item):not(.current)):hover::before {
  transform: translateY(0);
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(.current-page-nav-item):not(.current)):active::before {
  transform: translateY(0);
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(:not(.current-page-nav-item):not(.current)):is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(.current-page-nav-item, .current) {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(.current-page-nav-item, .current):where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
.page-nav :where(.page-nav-item, .page-numbers:not(.dots)):where(.current-page-nav-item, .current) {
  cursor: default;
  pointer-events: none;
}

.noscript .container {
  margin-block: /* grow(20, 40) */ clamp(1.25rem, 0.8333333333rem + 1.8518518519vw, 2.5rem);
  padding-block: /* grow(10, 20) */ clamp(0.625rem, 0.4166666667rem + 0.9259259259vw, 1.25rem);
  padding-inline: /* grow(10, 20) */ clamp(0.625rem, 0.4166666667rem + 0.9259259259vw, 1.25rem);
  border-radius: var(--base-radius);
  background-color: #ffedb2;
  color: #352900;
  font-weight: 500;
}
.noscript .container > :first-child, .noscript .container > :where(link, a[name]):first-child + *, .noscript .container > :where(.text:first-child) > *:first-child, .noscript .container > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.noscript .container > :last-child, .noscript .container > :where(.text:last-child) > *:last-child, .noscript .container > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
/* #endregion "../src/css/main.scss" */

/* #region "../src/elements/anchor/anchor.global.scss" */
/*
- type: css
*/
.anchor {
  --additional-scroll-offset: 0px;
}
/* #endregion "../src/elements/anchor/anchor.global.scss" */

/* #region "../src/elements/breadcrumb/breadcrumb.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.breadcrumb {
  margin-block: var(--v-s);
  margin-inline: var(--container-padding);
  font-size: var(--strongly-reduced-font-size);
}
.breadcrumb ol {
  line-height: var(--reduced-line-height);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  padding: /* grow(5, 7) */ clamp(0.3125rem, 0.2708333333rem + 0.1851851852vw, 0.4375rem) 0.1875rem;
  margin: 0 auto;
  border-block: 1px solid var(--grey);
  width: fit-content;
  color: var(--grey);
  mix-blend-mode: multiply;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
}
.breadcrumb ol li a {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: all;
  padding: 0 0.75rem;
}
.breadcrumb ol li a:hover {
  color: var(--black);
}
.breadcrumb ol li a:active {
  opacity: 0.7;
}
.breadcrumb ol li a:focus-visible {
  color: var(--black);
}
:root.no-focus-visible .breadcrumb ol li a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.breadcrumb ol li a:focus:not(:focus-visible) {
  outline: none;
}
.breadcrumb ol li a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.breadcrumb:is(:is(section.main, .background) > *) {
  margin-top: var(--layout-gap);
  margin-inline: max(var(--content-margin), var(--container-padding));
}
.breadcrumb + :is(h1, h2, h3, h4, h5, h6),
.breadcrumb + :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: /* grow(8, 24) */ clamp(0.5rem, 0.1666666667rem + 1.4814814815vw, 1.5rem);
}
/* #endregion "../src/elements/breadcrumb/breadcrumb.global.scss" */

/* #region "../src/elements/buttons/buttons.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.button:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible .button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.button:focus:not(:focus-visible) {
  outline: none;
}
.button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.button.style-default, .button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
.button.style-default:where(:disabled, .disabled, [inert], .inert), .button:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
.button.style-text {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--grey));
  --button-active-color: var(--form-active, var(--black));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  align-self: center;
}
.button.style-arrow {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--black));
  --button-active-color: var(--form-active, var(--grey));
  background-color: transparent;
  border: none;
  align-self: center;
  font-size: var(--base-font-size);
}
.button.style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.button.style-arrow::before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTggNy02LjQ3NC03LS43MjkuNzIxIDUuMzI0IDUuNzU3SDB2MS4wNDRoMTYuMTIxbC01LjMyNCA1Ljc1Ny43My43MjFMMTggN1oiIGZpbGw9IiMyMDIwMjAiLz48L3N2Zz4=);
  margin-right: 0.75rem;
}
.button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.button.style-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.button.style-secondary:hover::before {
  transform: translateY(0);
}
.button.style-secondary:active::before {
  transform: translateY(0);
}
.button.style-secondary:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.button.style-pill {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.button.style-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.button.style-pill:hover::before {
  transform: translateY(0);
}
.button.style-pill:active::before {
  transform: translateY(0);
}
.button.style-pill:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.button.style-pill {
  border-radius: 100vw;
  mix-blend-mode: multiply;
}
.button.style-pill.active {
  --button-background: var(--light-grey);
}

p + .button {
  margin-top: 0;
}

/*******************************
 * Buttons
 ******************************/
.buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.1px;
}

/*******************************
 * Button Group
 ******************************/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem /* grow(8, 14) */ clamp(0.5rem, 0.375rem + 0.5555555556vw, 0.875rem);
}
/* #endregion "../src/elements/buttons/buttons.global.scss" */

/* #region "../src/elements/group/group.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.group > :first-child, .group > :where(link, a[name]):first-child + *, .group > :where(.text:first-child) > *:first-child, .group > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.group > :last-child, .group > :where(.text:last-child) > *:last-child, .group > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.group[data-width=fluid] {
  grid-column: 1/span 3;
  padding-inline: var(--container-padding);
}
.group[data-width=narrow] {
  --container-width: var(--container-width-narrow);
  width: var(--container-width);
  margin-inline: auto;
}
/* #endregion "../src/elements/group/group.global.scss" */

/* #region "../src/elements/image/image.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.wpce-image-container .wpce-image-wrapper {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 539px) {
  .wpce-image-container:where(:not(.slide > *)) {
    margin-inline: calc(-1 * var(--container-padding));
  }
}
@media (min-width: 1200px) {
  .wpce-image-container:where(:not(.slide > *)) {
    margin-inline: initial;
    width: var(--container-width-medium);
    margin-left: min(-0.5 * (var(--container-width-medium) - var(--container-width)), 0px);
    max-width: none;
  }
}
.wpce-image-container:where(:not(section.main > *, .slide > *)) {
  margin-block: var(--v-m);
}
@media (max-width: 539px) {
  @container column (width >= 99cqw) {
    :where(body:not(.cqw-fallback)) .wpce-image-container.size-image {
      margin-inline: calc(-1 * var(--container-padding));
    }
    :where(body:not(.cqw-fallback)) .wpce-image-container.size-image .wpce-figcaption {
      padding-inline: var(--container-padding);
    }
  }
  .wpce-image-container.size-image:where([data-cqw-match\:column\:gte\:99]) {
    margin-inline: calc(-1 * var(--container-padding));
  }
  .wpce-image-container.size-image:where([data-cqw-match\:column\:gte\:99]) .wpce-figcaption {
    padding-inline: var(--container-padding);
  }
}
.wpce-image-container.size-image .wpce-image {
  display: none;
}
@media (min-width: 768px) {
  .wpce-image-container.size-image .wpce-image-mobile {
    display: none;
  }
  .wpce-image-container.size-image .wpce-image {
    display: block;
  }
}
.wpce-image-container .wpce-figcaption {
  margin-top: /* grow(8, 16) */ clamp(0.5rem, 0.3333333333rem + 0.7407407407vw, 1rem);
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--reduced-font-size);
  text-wrap: pretty;
}
.wpce-image-container .wpce-figcaption > :first-child, .wpce-image-container .wpce-figcaption > :where(link, a[name]):first-child + *, .wpce-image-container .wpce-figcaption > :where(.text:first-child) > *:first-child, .wpce-image-container .wpce-figcaption > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.wpce-image-container .wpce-figcaption > :last-child, .wpce-image-container .wpce-figcaption > :where(.text:last-child) > *:last-child, .wpce-image-container .wpce-figcaption > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
/* #endregion "../src/elements/image/image.global.scss" */

/* #region "../src/elements/internal-links/internal-links.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.buttons.internal-links {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
  margin-block: var(--v-s);
}
.buttons.internal-links:first-child {
  margin-top: 0;
}
.buttons.internal-links:last-child {
  margin-bottom: 0;
}
.buttons.internal-links .button-group {
  justify-content: center;
  gap: 0.5rem /* grow(12, 48) */ clamp(0.75rem, 0rem + 3.3333333333vw, 3rem);
}
.buttons.internal-links .button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.65em;
  color: var(--black);
}
.buttons.internal-links .button:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.buttons.internal-links .button:active {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  color: var(--grey);
}
.buttons.internal-links .button::before {
  --width: 10;
  --height: 12;
  content: "";
  width: calc(0.45454545 * var(--base-font-size));
  height: calc(0.54545455 * var(--base-font-size));
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zMzYgMTAuNDQgMy43NjgtMy41NDdhLjUzNi41MzYgMCAwIDEgLjc0OS4wMTYuNTE2LjUxNiAwIDAgMS0uMDE3LjczOGwtNC40NyA0LjIwOGEuNTM2LjUzNiAwIDAgMS0uNzMyIDBMLjE2NCA3LjY0N2EuNTE2LjUxNiAwIDAgMS0uMDE3LS43MzguNTM2LjUzNiAwIDAgMSAuNzUtLjAxNmwzLjM3OSAzLjE4MVYwaDEuMDZ2MTAuNDRaIiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: cover;
  background-color: currentColor;
  transition-duration: 100ms;
  transition-property: transform;
}
.buttons.internal-links .button:hover::after {
  transform: rotate(90deg);
}
/* #endregion "../src/elements/internal-links/internal-links.global.scss" */

/* #region "../src/elements/section/section.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
/*******************************
 * PageSections
 ******************************/
.page-section.align-vcenter .section-item {
  align-self: center;
}
.page-section.style-tips {
  background-color: var(--tip-color);
}

/*******************************
 * Layouts
 ******************************/
.page-section.layout-default {
  --section-padding-top: calc(0px + var(--section-additional-padding, 0px));
  --section-padding-bottom: 0px;
  padding: var(--section-padding-top) 0 var(--section-padding-bottom);
}
.page-section.layout-default.style-tips {
  --section-padding-top: var(--v-l);
  --section-padding-bottom: var(--v-l);
}

.section-grid {
  container: section/inline-size;
}

/*******************************
 * Columns
 ******************************/
.page-section .section-item {
  container: column/inline-size;
}
.page-section .section-item .column-content > :first-child, .page-section .section-item .column-content > :where(link, a[name]):first-child + *, .page-section .section-item .column-content > :where(.text:first-child) > *:first-child, .page-section .section-item .column-content > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.page-section .section-item .column-content > :last-child, .page-section .section-item .column-content > :where(.text:last-child) > *:last-child, .page-section .section-item .column-content > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.page-section .section-item .column-content {
  flex-grow: 1;
}
.page-section .section-item.layout-hcenter {
  justify-self: center;
}
.page-section .section-item.layout-hcenter .button-group {
  justify-content: center;
}

@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-l > .column-content {
    padding-left: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-l > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-left: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-r > .column-content {
    padding-right: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-r > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-right: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-lr > .column-content {
    padding-inline: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-lr > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-inline: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
.page-section .section-item.layout-hcenter > .column-content {
  margin-inline: auto;
}
.page-section .section-item.layout-padding-lmax > .column-content {
  margin-left: auto;
}
.page-section .section-item.layout-margin-top {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-top {
    margin-top: 0;
  }
}
.page-section .section-item.layout-margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-bottom {
    margin-bottom: 0;
  }
}
.page-section .section-item.layout-margin-top-bottom {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-top-bottom {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.layout-nopm {
  padding: 0;
}
.layout-nopm > .container-fluid,
.layout-nopm > .container {
  padding-left: 0;
  padding-right: 0;
}

.layout-mbottom {
  margin-bottom: 30px;
}

/*******************************
 * Column Order
 ******************************/
@media (max-width: 767px) {
  .page-section.order-xs-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-section.order-sm-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-section.order-md-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page-section.order-lg-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 1440px) {
  .page-section.order-xl-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
/* #endregion "../src/elements/section/section.global.scss" */

/* #region "../src/elements/text/text.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
:where(section.main > .text) > :first-child, :where(section.main > .text) > :where(link, a[name]):first-child + *, :where(section.main > .text) > :where(.text:first-child) > *:first-child, :where(section.main > .text) > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
:where(section.main > .text) > :last-child, :where(section.main > .text) > :where(.text:last-child) > *:last-child, :where(section.main > .text) > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
/* #endregion "../src/elements/text/text.global.scss" */

/* #region "../src/elements/shared/authors/authors-short.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.authors-short {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--reduced-font-size);
}
/* #endregion "../src/elements/shared/authors/authors-short.global.scss" */

/* #region "../src/elements/shared/cover/cover.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.cover {
  display: block;
  color: inherit;
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
}
:root.no-focus-visible .cover:is(a):focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.cover:is(a):focus:not(:focus-visible) {
  outline: none;
}
.cover:is(a):focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.cover:is(a):hover .title-headline {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.cover:is(a):active .title-headline {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  color: var(--grey);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) {
  display: flex;
  flex-direction: column;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title {
  order: -1;
  text-align: center;
  margin-bottom: -0.35em;
  width: 100%;
  max-width: max-content;
  margin-inline: auto;
  z-index: 1;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline {
  margin: 0;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline:is([data-style=hero] *) {
  font-size: /* grow(45, 120) */ clamp(2.8125rem, 1.25rem + 6.9444444444vw, 7.5rem);
  line-height: 1;
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline:is([data-style=hero] *):is(.overhead-line-large + *) {
  margin-top: /* cgrow(6, 9) */ clamp(0.375rem, 0.3016304348rem + 0.3260869565cqw, 0.5625rem);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline:is([data-style=large-circle] *):is(.overhead-line-large + *) {
  margin-top: /* cgrow(15, 30) */ clamp(0.9375rem, 0.5706521739rem + 1.6304347826cqw, 1.875rem);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child {
  position: relative;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child::before {
  content: "";
  position: absolute;
  background-color: var(--page-background, var(--white));
  z-index: -1;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=small-circle] *)::before {
  inset: 0 -2.5rem -0.5rem;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=circle] *)::before {
  inset: 0 -2.5rem -0.625rem;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=large-circle] *)::before {
  inset: 0 -2.5rem -1.5rem;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=small] *)::before {
  inset: 0 /* cgrow(-28, -36, 470) */ clamp(-2.25rem, -0.1136363636rem + -7.2727272727cqw, -1.75rem) /* cgrow(-15, -20, 470) */ clamp(-1.25rem, 0.0852272727rem + -4.5454545455cqw, -0.9375rem);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=medium] *, [data-style=large] *)::before {
  inset: 0 /* cgrow(-28, -36, 500) */ clamp(-2.25rem, -0.4642857143rem + -5.7142857143cqw, -1.75rem) /* cgrow(-10, -15, 500) */ clamp(-0.9375rem, 0.1785714286rem + -3.5714285714cqw, -0.625rem);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .title .title-headline span:last-child:is([data-style=hero] *)::before {
  inset: 0 /* cgrow(-28, -85) */ clamp(-5.3125rem, -0.3559782609rem + -6.1956521739cqw, -1.75rem) /* cgrow(-10, -25) */ clamp(-1.5625rem, -0.2581521739rem + -1.6304347826cqw, -0.625rem);
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :first-child, .cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :where(link, a[name]):first-child + *, .cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :where(.text:first-child) > *:first-child, .cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :last-child, .cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :where(.text:last-child) > *:last-child, .cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description {
  text-wrap: pretty;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description:is([data-style=circle] *, [data-style=large-circle] *) {
  margin-top: /* cgrow(26, 40, 350) */ clamp(1.625rem, 33.125rem + -140cqw, 2.5rem);
  font-size: var(--increased-font-size);
  text-align: center;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description:is([data-style=small-circle] *) {
  margin-top: /* cgrow(26, 40, 300) */ clamp(1.625rem, 6.875rem + -23.3333333333cqw, 2.5rem);
  font-size: var(--increased-font-size);
  text-align: center;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description:is([data-style=small] *) {
  margin-top: /* cgrow(26, 40, 470) */ clamp(1.625rem, -1.2386363636rem + 12.7272727273cqw, 2.5rem);
  font-size: var(--increased-font-size);
  text-align: center;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description:is([data-style=medium] *) {
  margin-top: /* cgrow(26, 40, 500) */ clamp(1.625rem, -0.625rem + 10cqw, 2.5rem);
  font-size: var(--increased-font-size);
  text-align: center;
}
.cover:is([data-title-position=above]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=large-circle],
[data-style=circle]) .description:is([data-style=hero] *) {
  max-width: 66rem;
  margin-top: /* cgrow(8, 12) */ clamp(0.5rem, 0.402173913rem + 0.4347826087cqw, 0.75rem);
  font-size: var(--reduced-font-size);
  text-align: left;
}
@container (width < 650px) {
  .cover:is([data-title-position=above]):is([data-style=large]) {
    display: flex;
    flex-direction: column;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title {
    order: -1;
    text-align: center;
    margin-bottom: -0.35em;
    width: 100%;
    max-width: max-content;
    margin-inline: auto;
    z-index: 1;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline {
    margin: 0;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline:is([data-style=hero] *) {
    font-size: /* grow(45, 120) */ clamp(2.8125rem, 1.25rem + 6.9444444444vw, 7.5rem);
    line-height: 1;
    font-weight: 700;
    font-family: var(--heading-font-family);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline:is([data-style=hero] *):is(.overhead-line-large + *) {
    margin-top: /* cgrow(6, 9) */ clamp(0.375rem, 0.3016304348rem + 0.3260869565cqw, 0.5625rem);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline:is([data-style=large-circle] *):is(.overhead-line-large + *) {
    margin-top: /* cgrow(15, 30) */ clamp(0.9375rem, 0.5706521739rem + 1.6304347826cqw, 1.875rem);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child {
    position: relative;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child::before {
    content: "";
    position: absolute;
    background-color: var(--page-background, var(--white));
    z-index: -1;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=small-circle] *)::before {
    inset: 0 -2.5rem -0.5rem;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=circle] *)::before {
    inset: 0 -2.5rem -0.625rem;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=large-circle] *)::before {
    inset: 0 -2.5rem -1.5rem;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=small] *)::before {
    inset: 0 /* cgrow(-28, -36, 470) */ clamp(-2.25rem, -0.1136363636rem + -7.2727272727cqw, -1.75rem) /* cgrow(-15, -20, 470) */ clamp(-1.25rem, 0.0852272727rem + -4.5454545455cqw, -0.9375rem);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=medium] *, [data-style=large] *)::before {
    inset: 0 /* cgrow(-28, -36, 500) */ clamp(-2.25rem, -0.4642857143rem + -5.7142857143cqw, -1.75rem) /* cgrow(-10, -15, 500) */ clamp(-0.9375rem, 0.1785714286rem + -3.5714285714cqw, -0.625rem);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .title .title-headline span:last-child:is([data-style=hero] *)::before {
    inset: 0 /* cgrow(-28, -85) */ clamp(-5.3125rem, -0.3559782609rem + -6.1956521739cqw, -1.75rem) /* cgrow(-10, -25) */ clamp(-1.5625rem, -0.2581521739rem + -1.6304347826cqw, -0.625rem);
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description > :first-child, .cover:is([data-title-position=above]):is([data-style=large]) .description > :where(link, a[name]):first-child + *, .cover:is([data-title-position=above]):is([data-style=large]) .description > :where(.text:first-child) > *:first-child, .cover:is([data-title-position=above]):is([data-style=large]) .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
    margin-top: 0;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description > :last-child, .cover:is([data-title-position=above]):is([data-style=large]) .description > :where(.text:last-child) > *:last-child, .cover:is([data-title-position=above]):is([data-style=large]) .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
    margin-bottom: 0;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description {
    text-wrap: pretty;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description:is([data-style=circle] *, [data-style=large-circle] *) {
    margin-top: /* cgrow(26, 40, 350) */ clamp(1.625rem, 33.125rem + -140cqw, 2.5rem);
    font-size: var(--increased-font-size);
    text-align: center;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description:is([data-style=small-circle] *) {
    margin-top: /* cgrow(26, 40, 300) */ clamp(1.625rem, 6.875rem + -23.3333333333cqw, 2.5rem);
    font-size: var(--increased-font-size);
    text-align: center;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description:is([data-style=small] *) {
    margin-top: /* cgrow(26, 40, 470) */ clamp(1.625rem, -1.2386363636rem + 12.7272727273cqw, 2.5rem);
    font-size: var(--increased-font-size);
    text-align: center;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description:is([data-style=medium] *) {
    margin-top: /* cgrow(26, 40, 500) */ clamp(1.625rem, -0.625rem + 10cqw, 2.5rem);
    font-size: var(--increased-font-size);
    text-align: center;
  }
  .cover:is([data-title-position=above]):is([data-style=large]) .description:is([data-style=hero] *) {
    max-width: 66rem;
    margin-top: /* cgrow(8, 12) */ clamp(0.5rem, 0.402173913rem + 0.4347826087cqw, 0.75rem);
    font-size: var(--reduced-font-size);
    text-align: left;
  }
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title {
  text-align: center;
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title:is([data-style=circle] *, [data-style=large-circle] *) {
  margin-top: /* cgrow(24, 42, 350) */ clamp(1.5rem, 42rem + -180cqw, 2.625rem);
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title:is([data-style=small-circle] *) {
  margin-top: /* cgrow(24, 42, 300) */ clamp(1.5rem, 8.25rem + -30cqw, 2.625rem);
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title:is([data-style=small] *) {
  margin-top: /* cgrow(19, 26, 470) */ clamp(1.1875rem, -0.2443181818rem + 6.3636363636cqw, 1.625rem);
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title:is([data-style=medium] *) {
  margin-top: /* cgrow(19, 30, 500) */ clamp(1.1875rem, -0.5803571429rem + 7.8571428571cqw, 1.875rem);
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title .title-headline {
  font-size: /* grow(27, 36) */ clamp(1.6875rem, 1.5rem + 0.8333333333vw, 2.25rem);
  line-height: var(--reduced-line-height);
  font-weight: 700;
  font-family: var(--heading-font-family);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .cover:is([data-title-position=below]):is([data-style=small],
  [data-style=medium],
  [data-style=hero],
  [data-style=small-circle],
  [data-style=circle],
  [data-style=large-circle]) .title .title-headline {
    letter-spacing: 0.01em;
  }
}
@media (min-width: 992px) {
  .cover:is([data-title-position=below]):is([data-style=small],
  [data-style=medium],
  [data-style=hero],
  [data-style=small-circle],
  [data-style=circle],
  [data-style=large-circle]) .title .title-headline {
    letter-spacing: 0.02em;
  }
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .title .title-headline:last-child {
  margin-bottom: 0;
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description {
  margin-top: 0.25rem;
  text-align: center;
  text-wrap: pretty;
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :first-child, .cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :where(link, a[name]):first-child + *, .cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :where(.text:first-child) > *:first-child, .cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :last-child, .cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :where(.text:last-child) > *:last-child, .cover:is([data-title-position=below]):is([data-style=small],
[data-style=medium],
[data-style=hero],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
@container (width < 650px) {
  .cover:is([data-title-position=below]):is([data-style=large]) .title {
    text-align: center;
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title:is([data-style=circle] *, [data-style=large-circle] *) {
    margin-top: /* cgrow(24, 42, 350) */ clamp(1.5rem, 42rem + -180cqw, 2.625rem);
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title:is([data-style=small-circle] *) {
    margin-top: /* cgrow(24, 42, 300) */ clamp(1.5rem, 8.25rem + -30cqw, 2.625rem);
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title:is([data-style=small] *) {
    margin-top: /* cgrow(19, 26, 470) */ clamp(1.1875rem, -0.2443181818rem + 6.3636363636cqw, 1.625rem);
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title:is([data-style=medium] *) {
    margin-top: /* cgrow(19, 30, 500) */ clamp(1.1875rem, -0.5803571429rem + 7.8571428571cqw, 1.875rem);
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title .title-headline {
    font-size: /* grow(27, 36) */ clamp(1.6875rem, 1.5rem + 0.8333333333vw, 2.25rem);
    line-height: var(--reduced-line-height);
    font-weight: 700;
    font-family: var(--heading-font-family);
    letter-spacing: 0;
  }
  @media (min-width: 768px) {
    .cover:is([data-title-position=below]):is([data-style=large]) .title .title-headline {
      letter-spacing: 0.01em;
    }
  }
  @media (min-width: 992px) {
    .cover:is([data-title-position=below]):is([data-style=large]) .title .title-headline {
      letter-spacing: 0.02em;
    }
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .title .title-headline:last-child {
    margin-bottom: 0;
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .description {
    margin-top: 0.25rem;
    text-align: center;
    text-wrap: pretty;
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .description > :first-child, .cover:is([data-title-position=below]):is([data-style=large]) .description > :where(link, a[name]):first-child + *, .cover:is([data-title-position=below]):is([data-style=large]) .description > :where(.text:first-child) > *:first-child, .cover:is([data-title-position=below]):is([data-style=large]) .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
    margin-top: 0;
  }
  .cover:is([data-title-position=below]):is([data-style=large]) .description > :last-child, .cover:is([data-title-position=below]):is([data-style=large]) .description > :where(.text:last-child) > *:last-child, .cover:is([data-title-position=below]):is([data-style=large]) .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
    margin-bottom: 0;
  }
}
.cover:is([data-style=small],
[data-style=small-circle],
[data-style=circle],
[data-style=large-circle]) .cover-image-wrapper {
  margin-inline: auto;
}
@container (width >= 470px) {
  .cover:is([data-style=small],
  [data-style=small-circle],
  [data-style=circle],
  [data-style=large-circle]) .cover-image-wrapper {
    max-width: 470px;
  }
}
.cover:is([data-style=medium]) .cover-image-wrapper {
  margin-inline: auto;
}
@container (width >= 500px) {
  .cover:is([data-style=medium]) .cover-image-wrapper {
    max-width: 500px;
  }
}
.cover:is([data-style=circle], [data-style=large-circle]) {
  width: fit-content;
}
.cover:is([data-style=circle], [data-style=large-circle]) .cover-image-wrapper {
  margin-inline: auto;
}
@container (width >= 350px) {
  .cover:is([data-style=circle], [data-style=large-circle]) .cover-image-wrapper {
    max-width: 350px;
  }
}
.cover:is([data-style=circle], [data-style=large-circle]) .cover-image {
  display: block;
  width: min(350px, 75vw);
  border-radius: 50%;
  margin-inline: auto;
}
.cover:is([data-style=small-circle]) {
  width: fit-content;
}
@container (width >= 300px) {
  .cover:is([data-style=small-circle]) .cover-image-wrapper {
    max-width: 300px;
  }
}
.cover:is([data-style=small-circle]) .cover-image {
  display: block;
  border-radius: 50%;
  margin-inline: auto;
}
.cover:not([data-style=large]) .cover-image-large {
  display: none;
}
.cover:is([data-style=large]) .description {
  font-size: var(--increased-font-size);
  text-align: center;
  margin-top: /* cgrow(16, 20, 650) */ clamp(1rem, 0.6896551724rem + 1.3793103448cqw, 1.25rem);
}
.cover:is([data-style=large]) .cover-image-default,
.cover:is([data-style=large]) .cover-image-small {
  display: none;
}
@container (width < 650px) {
  .cover:is([data-style=large]) .cover-image-small {
    display: block;
  }
  @container column (width >= 99cqw) {
    :where(body:not(.cqw-fallback)) .cover:is([data-style=large]) .cover-image-wrapper {
      margin-inline: calc(-1 * var(--container-padding));
    }
  }
  .cover:is([data-style=large]) .cover-image-wrapper:where([data-cqw-match\:column\:gte\:99]) {
    margin-inline: calc(-1 * var(--container-padding));
  }
  .cover:is([data-style=large]) .cover-image-wrapper img {
    width: 100%;
  }
}
@container (width >= 650px) {
  .cover:is([data-style=large]) {
    --offset-top: var(--v-s);
    --offset-bottom: var(--v-l);
    --image-width: 7;
    --content-width: 6;
    --content-column: calc(
        var(--grid-layout-columns) - var(--content-width) - var(--additional-content-width, 0) + 1
      ) / span calc(var(--content-width) + var(--additional-content-width, 0));
    --content-padding-top: /* cgrow(45, 80, 650) */ clamp(2.8125rem, 0.5555555556rem + 5.5555555556cqw, 5rem);
    --content-padding-bottom: /* cgrow(40, 70, 650) */ clamp(2.5rem, 0.5654761905rem + 4.7619047619cqw, 4.375rem);
    --content-padding-x: /* cgrow(25, 52, 650) */ clamp(1.5625rem, -0.1785714286rem + 4.2857142857cqw, 3.25rem);
  }
  @container (width >= 760px) {
    .cover:is([data-style=large]) {
      --image-width: 8;
      --content-width: 5;
    }
  }
  @container (width >= 960px) {
    .cover:is([data-style=large]) {
      --image-width: 9;
      --content-width: 4;
    }
  }
  .cover:is([data-style=large]) {
    --grid-layout-gap: min(var(--layout-gap, 15px), calc(100vw / var(--grid-layout-columns)));
    --grid-layout-columns: 12;
    --grid-layout-order: 1;
    --grid-layout-index: initial;
    --grid-layout-column-width: calc(
      (var(--container-width, 100vw) - (var(--grid-layout-columns) - 1) * var(--grid-layout-gap)) /
        var(--grid-layout-columns)
    );
    display: grid;
    grid-template-columns: repeat(var(--grid-layout-columns), 1fr);
    grid-template-rows: var(--offset-top) auto auto var(--offset-bottom) auto;
    column-gap: var(--grid-layout-gap);
  }
  .cover:is([data-style=large]) .cover-image-default {
    display: block;
  }
  .cover:is([data-style=large]) .cover-image-wrapper {
    grid-column: 1/span var(--image-width);
    grid-row: 1/span 5;
    position: relative;
    padding-top: 62.5%;
  }
  .cover:is([data-style=large]) .cover-image-wrapper .cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--focus-x) var(--focus-y);
  }
  .cover:is([data-style=large]) .title,
  .cover:is([data-style=large]) .description {
    grid-column: var(--content-column);
    padding-inline: var(--content-padding-x);
    margin-left: calc(-1 * var(--grid-layout-gap));
    background-color: var(--page-background, var(--white));
    text-align: center;
    z-index: 1;
  }
  .cover:is([data-style=large]) .title > :first-child, .cover:is([data-style=large]) .title > :where(link, a[name]):first-child + *, .cover:is([data-style=large]) .title > :where(.text:first-child) > *:first-child, .cover:is([data-style=large]) .title > :where(.text:first-child) > .lead-text:first-child > *:first-child,
  .cover:is([data-style=large]) .description > :first-child,
  .cover:is([data-style=large]) .description > :where(link, a[name]):first-child + *,
  .cover:is([data-style=large]) .description > :where(.text:first-child) > *:first-child,
  .cover:is([data-style=large]) .description > :where(.text:first-child) > .lead-text:first-child > *:first-child {
    margin-top: 0;
  }
  .cover:is([data-style=large]) .title > :last-child, .cover:is([data-style=large]) .title > :where(.text:last-child) > *:last-child, .cover:is([data-style=large]) .title > :where(.text:last-child) > .lead-text:last-child > *:last-child,
  .cover:is([data-style=large]) .description > :last-child,
  .cover:is([data-style=large]) .description > :where(.text:last-child) > *:last-child,
  .cover:is([data-style=large]) .description > :where(.text:last-child) > .lead-text:last-child > *:last-child {
    margin-bottom: 0;
  }
  .cover:is([data-style=large]) .title {
    grid-row: 2/span 1;
    padding-top: var(--content-padding-top);
  }
  .cover:is([data-style=large]) .title .title-headline {
    font-size: /* grow(45, 80) */ clamp(2.8125rem, 2.0833333333rem + 3.2407407407vw, 5rem);
    line-height: 1;
    font-weight: 700;
    font-family: var(--heading-font-family);
    letter-spacing: 0.02em;
  }
  @media (min-width: 768px) {
    .cover:is([data-style=large]) .title .title-headline {
      letter-spacing: 0.01em;
    }
  }
  @media (min-width: 992px) {
    .cover:is([data-style=large]) .title .title-headline {
      letter-spacing: 0;
    }
  }
  .cover:is([data-style=large]) .description {
    grid-row: 3/span 1;
    margin-top: 0;
    padding-bottom: var(--content-padding-bottom);
    text-wrap: balance;
  }
  .cover:is([data-style=large]) .description:is(.cover:is(.with-description, .with-button) *) {
    padding-top: 1rem;
  }
}
.cover:not([data-style=hero]) .cover-image-hero-large {
  display: none;
}
.cover:is([data-style=hero]) .cover-image {
  margin-inline: auto;
}
@container (width < 500px) {
  @container column (width >= 99cqw) {
    :where(body:not(.cqw-fallback)) .cover:is([data-style=hero]) .cover-image-wrapper {
      margin-inline: calc(-1 * var(--container-padding));
    }
  }
  .cover:is([data-style=hero]):where([data-cqw-match\:column\:gte\:99]) .cover-image-wrapper {
    margin-inline: calc(-1 * var(--container-padding));
  }
}
@container (width < 640px) {
  .cover:is([data-style=hero]) .cover-image-hero-large {
    display: none;
  }
}
@container (width >= 640px) {
  .cover:is([data-style=hero]) .cover-image-default {
    display: none;
  }
  .cover:is([data-style=hero]) .cover-image-hero-large {
    display: block;
  }
}
.cover .cover-image-wrapper {
  position: relative;
}

.masonry .cover:is([data-style=small-circle], [data-style=circle]) {
  max-width: none;
  align-items: center;
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=small-circle]) {
  width: min(430px, 100%);
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=small-circle]) img:is([data-columns="1"] *, .masonry:not([x-masonry]) *) {
  max-width: min(300px, 55vw);
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=small-circle]) img:is([data-columns="2"] *) {
  max-width: min(300px, 20vw);
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=circle]) {
  width: min(490px, 100%);
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=circle]) img:is([data-columns="1"] *, .masonry:not([x-masonry]) *) {
  max-width: min(350px, 65vw);
}
.masonry .cover:is([data-style=small-circle], [data-style=circle]):is([data-style=circle]) img:is([data-columns="2"] *) {
  max-width: min(350px, 25vw);
}
/* #endregion "../src/elements/shared/cover/cover.global.scss" */

/* #region "../src/elements/shared/masonry/masonry.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.masonry-wrapper {
  container: masonry/inline-size;
}

.masonry {
  --masonry-columns: 1;
  --masonry-gutter: /* cgrow(40, 140, 700) */ clamp(2.5rem, -5.0431034483rem + 17.2413793103cqw, 8.75rem);
}
@container (width >= 700px) {
  .masonry {
    --masonry-columns: 2;
  }
}
.masonry:is(body:not(.no-js) *, :not([x-masonry])) {
  margin-bottom: calc(-1 * var(--masonry-gutter));
  display: flex;
  flex-direction: column;
  gap: var(--v-l);
}
@container (width >= 700px) {
  .masonry:is(body:not(.no-js) *, :not([x-masonry])) {
    display: grid;
    grid-template-columns: repeat(var(--masonry-columns), 1fr);
  }
}
.masonry:is(body:not(.no-js) *, :not([x-masonry])) > .masonry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@container (width >= 700px) {
  .masonry:is(body:not(.no-js) *, :not([x-masonry])) > .masonry-item:is([data-column="1"]) {
    align-items: flex-end;
  }
  .masonry:is(body:not(.no-js) *, :not([x-masonry])) > .masonry-item:is([data-column="2"]) {
    align-items: flex-start;
  }
}
@container (width >= 700px) {
  .masonry:is(body:not(.no-js) *, :not([x-masonry])) > .masonry-item:nth-child(2) {
    padding-top: var(--v-l);
  }
}
@media print {
  .masonry {
    margin-bottom: calc(-1 * var(--masonry-gutter));
    display: flex;
    flex-direction: column;
    gap: var(--v-l);
  }
  @container (width >= 700px) {
    .masonry {
      display: grid;
      grid-template-columns: repeat(var(--masonry-columns), 1fr);
    }
  }
  .masonry > .masonry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @container (width >= 700px) {
    .masonry > .masonry-item:is([data-column="1"]) {
      align-items: flex-end;
    }
    .masonry > .masonry-item:is([data-column="2"]) {
      align-items: flex-start;
    }
  }
  @container (width >= 700px) {
    .masonry > .masonry-item:nth-child(2) {
      padding-top: var(--v-l);
    }
  }
  .masonry {
    --masonry-columns: 2;
    display: grid;
    grid-template-columns: repeat(var(--masonry-columns), 1fr);
  }
}
/* #endregion "../src/elements/shared/masonry/masonry.global.scss" */

/* #region "../src/elements/shared/page-navigation/page-navigation.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.page-navigation {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  height: 2.5rem;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
}
.page-navigation .button:is([data-intercept-loading] *) {
  opacity: 0.5;
}
.page-navigation .button.button-previous {
  padding-left: 1.3125rem;
  padding-right: 1.4375rem;
}
.page-navigation .button.button-next {
  padding-left: 1.4375rem;
  padding-right: 1.3125rem;
}
.page-navigation .current-page-form {
  display: flex;
  align-items: stretch;
  gap: 1ch;
  white-space: nowrap;
}
.page-navigation .current-page-form:is([data-intercept-loading] *) {
  opacity: 0.5;
}
.page-navigation .current-page-total {
  align-self: center;
}
.page-navigation .current-page-input {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.page-navigation .current-page-input:disabled, .page-navigation .current-page-input.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.page-navigation .current-page-input {
  width: 4ch;
  box-sizing: content-box;
  text-align: center;
  flex-shrink: 0;
}
.page-navigation .current-page-input:is([data-intercept-loading] *) {
  opacity: 0.5;
}
.page-navigation .current-page-input::-webkit-inner-spin-button, .page-navigation .current-page-input::-webkit-outer-spin-button {
  display: none;
}
/* #endregion "../src/elements/shared/page-navigation/page-navigation.global.scss" */

/* #region "../src/elements/shared/popover/popover.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.popover-container {
  --button-padding-y: 1.15rem;
  --button-padding-x: /* grow(22, 30) */ clamp(1.375rem, 1.2083333333rem + 0.7407407407vw, 1.875rem);
  --panel-padding-y: /* grow(18, 26) */ clamp(1.125rem, 0.9583333333rem + 0.7407407407vw, 1.625rem);
  --panel-padding-x: /* grow(18, 26) */ clamp(1.125rem, 0.9583333333rem + 0.7407407407vw, 1.625rem);
  --popover-width: 11.25rem;
  position: relative;
  color: inherit;
  width: fit-content;
}
.popover-container .popover-button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  position: relative;
  padding: var(--button-padding-y) var(--button-padding-x);
  width: fit-content;
  white-space: normal;
  border: 1px solid currentColor;
  border-radius: var(--base-radius);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 75ms, border-color 75ms, color 75ms;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
:root.no-focus-visible .popover-container .popover-button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.popover-container .popover-button:focus:not(:focus-visible) {
  outline: none;
}
.popover-container .popover-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.popover-container .popover-button:not(:disabled):not(.disabled):hover {
  color: var(--primary);
}
.popover-container .popover-button:not(:disabled):not(.disabled):active {
  color: var(--primary-darker-1);
}
.popover-container:is(body.no-js *) *:hover + .popover-panel,
.popover-container:is(body.no-js *) .popover-panel:hover {
  display: block !important;
}
.popover-container .popover-panel {
  --offset: 0.5rem;
  position: absolute;
  z-index: 10;
  border-radius: var(--base-radius);
  color: var(--text-color);
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
}
.popover-container .popover-panel:is(.attach-top > *) {
  bottom: 100%;
  margin-bottom: var(--offset);
}
.popover-container .popover-panel:is(.attach-bottom > *) {
  top: 100%;
  margin-top: var(--offset);
}
.popover-container .popover-panel::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: var(--offset);
}
.popover-container .popover-panel-content {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--base-radius);
  min-width: var(--popover-width);
  width: fit-content;
  max-width: calc(var(--100vw) - var(--alignment-offset, 0px) - var(--container-padding));
  padding: var(--panel-padding-y) var(--panel-padding-x);
  border: var(--border-width) solid var(--black);
}
.popover-container .popover-panel-content > :first-child, .popover-container .popover-panel-content > :where(link, a[name]):first-child + *, .popover-container .popover-panel-content > :where(.text:first-child) > *:first-child, .popover-container .popover-panel-content > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.popover-container .popover-panel-content > :last-child, .popover-container .popover-panel-content > :where(.text:last-child) > *:last-child, .popover-container .popover-panel-content > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.popover-container .popover-panel-content::before {
  --size: 1rem;
  content: "";
  position: absolute;
  background: var(--white);
  width: var(--size);
  height: var(--size);
  top: calc(-0.5 * var(--size) + var(--border-width));
  border-top: var(--border-width) solid var(--black);
  border-left: var(--border-width) solid var(--black);
  left: 50%;
  transform: rotate(45deg);
  transform-origin: center top;
}
.popover-container.align-left .popover-panel {
  left: 0;
  transform-origin: left top;
}
.popover-container.align-left .popover-panel .popover-panel-content::before {
  left: calc(0.5 * var(--size));
  right: auto;
}
.popover-container.align-right .popover-panel {
  right: 0;
  transform-origin: right top;
}
.popover-container.align-right .popover-panel .popover-panel-content::before {
  left: auto;
  right: calc(0.5 * var(--size));
}
.popover-container.align-center .popover-panel {
  left: calc(0.5 * var(--trigger-width, 0px));
  right: auto;
  transform: translateX(-50%);
  transform-origin: center top;
}
/* #endregion "../src/elements/shared/popover/popover.global.scss" */

/* #region "../src/elements/shared/posts/posts.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.queried-posts[data-intercept-loading] .posts {
  opacity: 0.5;
}
.queried-posts[data-intercept-loading] .category-buttons .button {
  opacity: 0.5;
}
.queried-posts .category-buttons {
  width: fit-content;
  margin: 0 auto var(--v-l);
}
.queried-posts .page-navigation {
  margin-top: var(--v-l);
}

.posts {
  --cols-xs: 12;
  --cols-sm: 6;
  --cols-md: 4;
  --cols-lg: 3;
  --grid-layout-gap: var(--v-m)
    min(var(--layout-gap, 15px), calc(100vw / var(--grid-layout-columns)));
  max-width: calc(100% - 3.75rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .posts {
    max-width: none;
    margin: 0;
  }
}

.post {
  color: inherit;
  margin-inline: auto;
  width: 100%;
}
:root.no-focus-visible .post:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.post:focus:not(:focus-visible) {
  outline: none;
}
.post:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.post.with-image {
  width: fit-content;
}
.post .post-image {
  margin-bottom: /* grow(12, 20) */ clamp(0.75rem, 0.5833333333rem + 0.7407407407vw, 1.25rem);
}
.post .post-image .size-post-small {
  display: none;
}
@media (min-width: 1200px) {
  .post .post-image .size-post-small {
    display: block;
  }
  .post .post-image .size-post {
    display: none;
  }
}
.post:hover .post-title {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.post .extra-line {
  font-size: var(--strongly-reduced-font-size);
}
.post .extra-line-1:not(:first-child) {
  margin-top: /* grow(4, 8) */ clamp(0.25rem, 0.1666666667rem + 0.3703703704vw, 0.5rem);
}
/* #endregion "../src/elements/shared/posts/posts.global.scss" */

/* #region "../src/elements/shared/source/source.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.source {
  font-family: var(--base-font-family);
  line-height: 1;
  font-size: 0.875rem;
  position: absolute;
  padding: 0.25rem 0.375rem;
  bottom: 0;
  left: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  background-color: rgb(var(--black-rgb)/40%);
  backdrop-filter: blur(10px);
  color: var(--white);
}
.source:is(a):hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  text-decoration-color: rgb(var(--white-rgb)/50%);
}
.source:is(.wpce-figure *) {
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  display: block;
  transform: translateY(-100%);
}
/* #endregion "../src/elements/shared/source/source.global.scss" */

/* #region "../src/functions/brevo/brevo.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.sib_signup_form {
  --form-color: var(--black);
  --form-text: var(--white);
  --form-hover: var(--grey);
  --form-active: var(--black);
  --form-focus: var(--black);
  --form-disabled: #ececec;
  --form-disabled-text: rgb(197.75, 197.75, 197.75);
  --form-checkbox-hover: rgb(var(--black-rgb)/10%);
  --form-checkbox-active: rgb(var(--black-rgb)/20%);
  --form-checkbox-size: 18px;
  --form-radio-hover: rgb(var(--black-rgb)/10%);
  --form-radio-active: rgb(var(--black-rgb)/20%);
  --form-radio-size: 20px;
  --form-input-background: #fff;
  --form-input-border: 1px solid #000;
  --form-input-height: /* grow(40, 56) */ clamp(2.5rem, 2.1666666667rem + 1.4814814815vw, 3.5rem);
  --form-input-padding-y: /* grow(6, 12) */ clamp(0.375rem, 0.25rem + 0.5555555556vw, 0.75rem);
  --form-input-padding-x: 0px;
}
.sib_signup_form input,
.sib_signup_form select,
.sib_signup_form textarea {
  accent-color: var(--form-color);
}
.sib_signup_form input[type=date], .sib_signup_form input[type=email], .sib_signup_form input[type=number], .sib_signup_form input[type=password], .sib_signup_form input[type=search], .sib_signup_form input[type=tel], .sib_signup_form input[type=text], .sib_signup_form input[type=url] {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.sib_signup_form input[type=date]:disabled, .sib_signup_form input[type=date].disabled, .sib_signup_form input[type=email]:disabled, .sib_signup_form input[type=email].disabled, .sib_signup_form input[type=number]:disabled, .sib_signup_form input[type=number].disabled, .sib_signup_form input[type=password]:disabled, .sib_signup_form input[type=password].disabled, .sib_signup_form input[type=search]:disabled, .sib_signup_form input[type=search].disabled, .sib_signup_form input[type=tel]:disabled, .sib_signup_form input[type=tel].disabled, .sib_signup_form input[type=text]:disabled, .sib_signup_form input[type=text].disabled, .sib_signup_form input[type=url]:disabled, .sib_signup_form input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.sib_signup_form textarea {
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.sib_signup_form textarea:disabled, .sib_signup_form textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.sib_signup_form textarea {
  resize: vertical;
}
.sib_signup_form select {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.sib_signup_form select:disabled, .sib_signup_form select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, var(--light-grey));
  color: var(--form-disabled-text, var(--grey));
  border-color: var(--form-disabled-text, var(--grey));
  cursor: no-drop;
}
.sib_signup_form select {
  appearance: none;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMS4xTDEuMSAwbDQuNCA0LjRMOS45IDAgMTEgMS4xIDUuNSA2LjZ6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.sib_signup_form input[type=checkbox] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.sib_signup_form input[type=checkbox]:disabled, .sib_signup_form input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, var(--light-grey));
}
.sib_signup_form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgba(238, 249, 207, 0.1));
}
.sib_signup_form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgba(238, 249, 207, 0.2));
}
.sib_signup_form input[type=checkbox]:checked {
  background-color: var(--form-color, #EEF9CF);
  border-color: var(--form-color, #EEF9CF);
}
.sib_signup_form input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4zMDggMEwxMSAuODQ4IDQuOTk4IDEyIDAgNy44NzJsMS4yNC0xLjM5OCAzLjE3MyAyLjYyeiIgZmlsbD0iIzBGMDVBMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.sib_signup_form input[type=checkbox]:disabled:checked, .sib_signup_form input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, var(--light-grey));
}
.sib_signup_form input[type=checkbox]::after {
  display: block;
  content: "";
  width: 11px;
  height: 12px;
}
:root.no-focus-visible .sib_signup_form input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.sib_signup_form input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.sib_signup_form input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.sib_signup_form input[type=radio] {
  appearance: none;
  border: 2px solid var(--form-color, #EEF9CF);
  width: var(--form-radio-size, 16px);
  height: var(--form-radio-size, 16px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.sib_signup_form input[type=radio]:not(:disabled):not(.disabled):hover {
  background-color: var(--form-radio-hover, rgba(238, 249, 207, 0.1));
}
.sib_signup_form input[type=radio]:not(:disabled):not(.disabled):active {
  background-color: var(--form-radio-active, rgba(238, 249, 207, 0.2));
}
.sib_signup_form input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, #EEF9CF);
}
.sib_signup_form input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.sib_signup_form input[type=radio]:disabled, .sib_signup_form input[type=radio].disabled {
  border-color: var(--form-disabled, var(--light-grey));
}
.sib_signup_form input[type=radio]:disabled:checked::after, .sib_signup_form input[type=radio].disabled:checked::after {
  background-color: var(--form-disabled, var(--light-grey));
}
:root.no-focus-visible .sib_signup_form input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.sib_signup_form input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.sib_signup_form input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.sib_signup_form input[type=submit],
.sib_signup_form input[type=button],
.sib_signup_form input[type=reset],
.sib_signup_form button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.sib_signup_form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.sib_signup_form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.sib_signup_form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover,
.sib_signup_form button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.sib_signup_form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.sib_signup_form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.sib_signup_form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active,
.sib_signup_form button:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.sib_signup_form input[type=submit]:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=button]:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=reset]:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form button:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible .sib_signup_form input[type=submit]:focus,
:root.no-focus-visible .sib_signup_form input[type=button]:focus,
:root.no-focus-visible .sib_signup_form input[type=reset]:focus,
:root.no-focus-visible .sib_signup_form button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.sib_signup_form input[type=submit]:focus:not(:focus-visible),
.sib_signup_form input[type=button]:focus:not(:focus-visible),
.sib_signup_form input[type=reset]:focus:not(:focus-visible),
.sib_signup_form button:focus:not(:focus-visible) {
  outline: none;
}
.sib_signup_form input[type=submit]:focus-visible,
.sib_signup_form input[type=button]:focus-visible,
.sib_signup_form input[type=reset]:focus-visible,
.sib_signup_form button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.sib_signup_form input[type=submit].style-default, .sib_signup_form input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.sib_signup_form input[type=button].style-default,
.sib_signup_form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.sib_signup_form input[type=reset].style-default,
.sib_signup_form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.sib_signup_form button.style-default,
.sib_signup_form button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
.sib_signup_form input[type=submit].style-default:where(:disabled, .disabled, [inert], .inert), .sib_signup_form input[type=submit]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=button].style-default:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=reset].style-default:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert),
.sib_signup_form button.style-default:where(:disabled, .disabled, [inert], .inert),
.sib_signup_form button:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
.sib_signup_form input[type=submit].style-text,
.sib_signup_form input[type=button].style-text,
.sib_signup_form input[type=reset].style-text,
.sib_signup_form button.style-text {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--grey));
  --button-active-color: var(--form-active, var(--black));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  align-self: center;
}
.sib_signup_form input[type=submit].style-arrow,
.sib_signup_form input[type=button].style-arrow,
.sib_signup_form input[type=reset].style-arrow,
.sib_signup_form button.style-arrow {
  --button-color: var(--form-color, var(--black));
  --button-hover-color: var(--form-hover, var(--black));
  --button-active-color: var(--form-active, var(--grey));
  background-color: transparent;
  border: none;
  align-self: center;
  font-size: var(--base-font-size);
}
.sib_signup_form input[type=submit].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.sib_signup_form input[type=button].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.sib_signup_form input[type=reset].style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active),
.sib_signup_form button.style-arrow:not(:disabled):not(.disabled):not(:checked):is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
.sib_signup_form input[type=submit].style-arrow::before,
.sib_signup_form input[type=button].style-arrow::before,
.sib_signup_form input[type=reset].style-arrow::before,
.sib_signup_form button.style-arrow::before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTggNy02LjQ3NC03LS43MjkuNzIxIDUuMzI0IDUuNzU3SDB2MS4wNDRoMTYuMTIxbC01LjMyNCA1Ljc1Ny43My43MjFMMTggN1oiIGZpbGw9IiMyMDIwMjAiLz48L3N2Zz4=);
  margin-right: 0.75rem;
}
.sib_signup_form input[type=submit].style-secondary,
.sib_signup_form input[type=button].style-secondary,
.sib_signup_form input[type=reset].style-secondary,
.sib_signup_form button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.sib_signup_form input[type=submit].style-secondary::before,
.sib_signup_form input[type=button].style-secondary::before,
.sib_signup_form input[type=reset].style-secondary::before,
.sib_signup_form button.style-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.sib_signup_form input[type=submit].style-secondary:hover::before,
.sib_signup_form input[type=button].style-secondary:hover::before,
.sib_signup_form input[type=reset].style-secondary:hover::before,
.sib_signup_form button.style-secondary:hover::before {
  transform: translateY(0);
}
.sib_signup_form input[type=submit].style-secondary:active::before,
.sib_signup_form input[type=button].style-secondary:active::before,
.sib_signup_form input[type=reset].style-secondary:active::before,
.sib_signup_form button.style-secondary:active::before {
  transform: translateY(0);
}
.sib_signup_form input[type=submit].style-secondary:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=button].style-secondary:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=reset].style-secondary:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form button.style-secondary:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.sib_signup_form input[type=submit].style-pill,
.sib_signup_form input[type=button].style-pill,
.sib_signup_form input[type=reset].style-pill,
.sib_signup_form button.style-pill {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: transparent;
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--black);
  --button-active-background: transparent;
  --button-active-color: var(--grey);
  --button-active-border-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  overflow: hidden;
  mix-blend-mode: multiply;
}
.sib_signup_form input[type=submit].style-pill::before,
.sib_signup_form input[type=button].style-pill::before,
.sib_signup_form input[type=reset].style-pill::before,
.sib_signup_form button.style-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(100%) translateY(1px);
  z-index: -1;
  background-color: var(--black);
  transition-duration: inherit;
  transition-property: transform, background-color;
}
.sib_signup_form input[type=submit].style-pill:hover::before,
.sib_signup_form input[type=button].style-pill:hover::before,
.sib_signup_form input[type=reset].style-pill:hover::before,
.sib_signup_form button.style-pill:hover::before {
  transform: translateY(0);
}
.sib_signup_form input[type=submit].style-pill:active::before,
.sib_signup_form input[type=button].style-pill:active::before,
.sib_signup_form input[type=reset].style-pill:active::before,
.sib_signup_form button.style-pill:active::before {
  transform: translateY(0);
}
.sib_signup_form input[type=submit].style-pill:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=button].style-pill:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form input[type=reset].style-pill:is(:disabled, .disabled, [inert], .inert),
.sib_signup_form button.style-pill:is(:disabled, .disabled, [inert], .inert) {
  --button-background: transparent;
  --button-color: var(--grey);
  --button-border-color: var(--grey);
  pointer-events: none;
}
.sib_signup_form input[type=submit].style-pill,
.sib_signup_form input[type=button].style-pill,
.sib_signup_form input[type=reset].style-pill,
.sib_signup_form button.style-pill {
  border-radius: 100vw;
  mix-blend-mode: multiply;
}
.sib_signup_form input[type=submit].style-pill.active,
.sib_signup_form input[type=button].style-pill.active,
.sib_signup_form input[type=reset].style-pill.active,
.sib_signup_form button.style-pill.active {
  --button-background: var(--light-grey);
}
.sib_signup_form .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.sib_signup_form .checkbox-label > :first-child {
  margin-right: 0.5rem;
}
.sib_signup_form {
  margin-block: var(--v-m);
}
.sib_signup_form p:has(.floating-input) {
  --offset: 0px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(var(--offset));
  transition-duration: 200ms;
  transition-property: transform, font-size;
  line-height: calc(var(--base-line-height) * var(--base-font-size));
}
.sib_signup_form p:has(.floating-input):where(:has(.floating-input:not(:placeholder-shown))) {
  --offset: /* grow(-24, -30) */ clamp(-1.875rem, -1.375rem + -0.5555555556vw, -1.5rem);
  font-size: var(--strongly-reduced-font-size);
}
.sib_signup_form p:has(.floating-input) .floating-input {
  font-size: var(--base-font-size);
  position: relative;
  transform: translateY(/* grow(-32, -42) */ clamp(-2.625rem, -1.7916666667rem + -0.9259259259vw, -2rem)) translateY(calc(-1 * var(--offset)));
  transition-duration: 200ms;
  transition-property: transform;
  padding-inline: 0;
}
.sib_signup_form p:has(.floating-input) .floating-input:focus {
  outline: none;
}
/* #endregion "../src/functions/brevo/brevo.global.scss" */

/* #region "../src/functions/consent-manager/consent-manager.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
:root {
  --cm--focus-outline: 2px solid var(--focus-color, var(--black));
  --cm--focus-offset: var(--focus-offset, 3px);
  --cm--border-width: 1px;
  --cm--border-color: #0002;
  --cm-placeholder--font-size: unset;
  --cm-placeholder--font-family: unset;
  --cm-placeholder--rounded: unset;
}
@media (min-width: 768px) {
  :root {
    --cm-manager--rounded: 0px;
  }
}
:root {
  --cm-placeholder--background: #ececec;
  --cm-placeholder--foreground: #202020;
  --cm-placeholder--content-gap: unset;
  --cm-placeholder--content-padding: unset;
  --cm-placeholder--content-width: unset;
  --cm-manager--width: unset;
  --cm-manager--padding: /* grow(16, 32) */ clamp(1rem, 0.6666666667rem + 1.4814814815vw, 2rem);
  --cm-manager--gap: /* grow(10, 16) */ clamp(0.625rem, 0.5rem + 0.5555555556vw, 1rem);
  --cm-manager--rounded: 0;
  --cm-manager--z-index: unset;
  --cm-manager--shadow: unset;
  --cm-manager--inner-shadow: unset;
  --cm-manager--background: #fff;
  --cm-manager--foreground: #202020;
  --cm-manager--font-family: unset;
  --cm-manager--font-size: var(--reduced-font-size);
  --cm-manager--heading-font-size: unset;
  --cm-manager--heading-font-weight: unset;
  --cm-manager--overlay-background: unset;
  --cm-manager--overlay-filter: unset;
  --cm-manager--overlay-padding: 0px;
}
@media (min-width: 768px) {
  :root {
    --cm-manager--overlay-padding: 1.5rem;
  }
}
:root {
  --cm-manager--close-button-size: unset;
  --cm-manager--close-icon-color: unset;
  --cm-manager--close-icon-size: unset;
  --cm-manager--header-background: unset;
  --cm-manager--header-padding: /* grow(12, 16) */ clamp(0.75rem, 0.6666666667rem + 0.3703703704vw, 1rem) /* grow(16, 32) */ clamp(1rem, 0.6666666667rem + 1.4814814815vw, 2rem);
  --cm-manager--footer-background: unset;
  --cm-manager--footer-padding: /* grow(12, 16) */ clamp(0.75rem, 0.6666666667rem + 0.3703703704vw, 1rem) /* grow(16, 32) */ clamp(1rem, 0.6666666667rem + 1.4814814815vw, 2rem);
  --cm-manager--outro-padding: 0.5rem 1rem;
  --cm-manager--outro-rounded: 0.3125rem;
  --cm-manager--outro-align: unset;
  --cm-manager--outro-background: #ececec;
  --cm-manager--outro-foreground: unset;
  --cm-manager--outro-font-size: unset;
  --cm-groups--items-gap: /* grow(10, 16) */ clamp(0.625rem, 0.5rem + 0.5555555556vw, 1rem);
  --cm-groups--border-style: unset;
  --cm-groups--header-padding: unset;
  --cm-group--rounded: unset;
  --cm-group--horizontal-gap: unset;
  --cm-group--info-gap: unset;
  --cm-group--label-font-weight: unset;
  --cm-group--background: unset;
  --cm-group--dim-foreground: unset;
  --cm-group--animation: unset;
  --cm-group--toggle-size: unset;
  --cm-group--toggle-icon-width: unset;
  --cm-group--toggle-icon-color: unset;
  --cm-group--toggle-icon-url: unset;
  --cm-service--toggle-order: 1;
}
@media (min-width: 768px) {
  :root {
    --cm-service--toggle-order: initial;
  }
}
:root {
  --cm-service--body-padding: unset;
  --cm-service--border-style: unset;
  --cm-service--label-weight: unset;
  --cm-service--dim-foreground: unset;
  --cm-service--more-font-weight: unset;
  --cm-service--animation: unset;
  --cm-toggle--width: unset;
  --cm-toggle--height: unset;
  --cm-toggle--border-width: 0px;
  --cm-toggle--rounded: unset;
  --cm-toggle--animation: unset;
  --cm-toggle--knob-border-width: unset;
  --cm-toggle--knob-padding: unset;
  --cm-toggle--track-color: rgb(197.75, 197.75, 197.75);
  --cm-toggle--border-color: unset;
  --cm-toggle--knob-color: #fff;
  --cm-toggle--knob-border-color: unset;
  --cm-toggle--active-track-color: var(--black);
  --cm-toggle--active-border-color: var(--black);
  --cm-toggle--active-knob-color: #fff;
  --cm-toggle--active-knob-border-color: unset;
  --cm-toggle--indeterminate-track-color: unset;
  --cm-toggle--indeterminate-border-color: unset;
  --cm-toggle--indeterminate-knob-color: unset;
  --cm-toggle--indeterminate-knob-border-color: unset;
  --cm-toggle--disabled-track-color: rgb(223.25, 223.25, 223.25);
  --cm-toggle--disabled-border-color: unset;
  --cm-toggle--disabled-knob-color: #ececec;
  --cm-toggle--disabled-knob-border-color: unset;
  --cm-toggle--disabled-active-track-color: rgb(var(--black-rgb) / 65%);
  --cm-toggle--disabled-active-border-color: unset;
  --cm-toggle--disabled-active-knob-color: #fff8;
  --cm-toggle--disabled-active-knob-border-color: unset;
  --cm-bar--padding: unset;
  --cm-bar--z-index: unset;
  --cm-bar--shadow: unset;
  --cm-bar--font-size: var(--reduced-font-size);
  --cm-bar--font-family: unset;
  --cm-bar--background: #fff;
  --cm-bar--foreground: #202020;
  --cm-buttons--gap: /* grow(6, 12) */ clamp(0.375rem, 0.25rem + 0.5555555556vw, 0.75rem);
}

.cm-manager-body {
  line-height: 1.4;
}

.cm-groups {
  width: 100%;
}

:is(.cm-bar, .cm-manager-body) a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
:root.no-focus-visible :is(.cm-bar, .cm-manager-body) a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

:is(.cm-bar, .cm-manager-body) a:focus:not(:focus-visible) {
  outline: none;
}
:is(.cm-bar, .cm-manager-body) a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
:is(.cm-bar, .cm-manager-body) a:hover {
  text-decoration-color: var(--grey);
}
:is(.cm-bar, .cm-manager-body) a:active {
  color: var(--grey);
  text-decoration-color: var(--grey);
}

.cm-group-description {
  line-height: 1.25;
}

@media (max-width: 767px) {
  .cm-manager-footer {
    justify-content: flex-start;
  }
  .cm-service-header {
    justify-content: space-between;
    row-gap: 0;
  }
  .cm-service-learn-more {
    order: 2;
    width: 100%;
    --cm-service--more-font-weight: 400;
  }
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
  padding-inline: 0.75em;
}
/* #endregion "../src/functions/consent-manager/consent-manager.global.scss" */

/* #region "../src/functions/dismissable/dismissable.global.scss" */
/*
- type: css
*/
[data-dismissable] {
  display: none;
}
[data-dismissable].initialized:not(.dismissed) {
  display: flex;
}
@media print {
  [data-dismissable] {
    display: none !important;
  }
}
/* #endregion "../src/functions/dismissable/dismissable.global.scss" */

/* #region "../src/functions/footer/footer.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
footer.main {
  --footer-font-size: var(--reduced-font-size);
  --padding-above: /* grow(95, 120) */ clamp(5.9375rem, 5.4166666667rem + 2.3148148148vw, 7.5rem);
  --margin-between-rows: /* grow(35, 200, 540) */ clamp(2.1875rem, -4rem + 18.3333333333vw, 12.5rem);
  --vertical-margin-between-columns: var(--margin-between-rows);
  --padding-below: /* grow(28, 55) */ clamp(1.75rem, 1.1875rem + 2.5vw, 3.4375rem);
  background-color: #f4f4f4;
  color: #000;
  border-top: 0.625rem solid var(--white);
  font-size: var(--footer-font-size);
  display: flex;
  flex-direction: column;
  gap: var(--margin-between-rows);
  margin-top: auto;
  padding: var(--padding-above) 0 var(--padding-below);
}
:where(footer.main) a:where(:not([class])) {
  color: inherit;
}
:root.no-focus-visible :where(footer.main) a:where(:not([class])):focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

:where(footer.main) a:where(:not([class])):focus:not(:focus-visible) {
  outline: none;
}
:where(footer.main) a:where(:not([class])):focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

footer.main img {
  max-width: 100%;
}
footer.main .widget:last-child .menu {
  margin-bottom: 0 !important;
}
footer.main .footer-grid {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-margin-between-columns);
  max-width: 400px;
}
footer.main .footer-grid .footer-col > :first-child, footer.main .footer-grid .footer-col > :where(link, a[name]):first-child + *, footer.main .footer-grid .footer-col > :where(.text:first-child) > *:first-child, footer.main .footer-grid .footer-col > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
footer.main .footer-grid .footer-col > :last-child, footer.main .footer-grid .footer-col > :where(.text:last-child) > *:last-child, footer.main .footer-grid .footer-col > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
footer.main .footer-grid .footer-col > .text:first-child > *:first-child {
  margin-top: 0;
}
footer.main .footer-grid .footer-col > .text:last-child > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer.main .footer-grid {
    display: grid;
    grid-template-columns: 4.5fr 4.5fr 1fr;
    column-gap: var(--layout-gap);
    row-gap: var(--v-l);
    max-width: 800px;
  }
  footer.main .footer-grid .footer-col:nth-child(2) {
    grid-column-end: span 2;
  }
  footer.main .footer-grid > *:empty {
    display: none;
  }
}
@media (min-width: 1200px) {
  footer.main .footer-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: var(--layout-gap);
    flex-wrap: nowrap;
    max-width: none;
  }
  footer.main .footer-grid .footer-col:is(:nth-child(1), :nth-child(2)) {
    max-width: 16.25rem;
  }
  footer.main .footer-grid .footer-col:nth-child(3) {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  footer.main .footer-grid .footer-col:nth-child(4) {
    padding-left: 1.5rem;
  }
  footer.main .footer-grid .footer-col:nth-child(5) {
    padding-left: 1rem;
  }
}
footer.main .row-1 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer.main .row-1 :where(a:not([class]), .menu a):hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
footer.main .row-1 :where(a:not([class]), .menu a):active {
  color: var(--grey);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
footer.main .row-2 .container {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: var(--layout-gap);
  color: #8a8a8a;
}
footer.main .row-2 .container p {
  margin: 0.15em 0;
}
footer.main .row-2 .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: 0.5em;
}
@media (min-width: 768px) {
  footer.main .row-2 .container {
    flex-direction: row;
  }
}
footer.main .row-2 .container .menu li > a:hover {
  color: #202020;
}
footer.main .row-2 .container .menu li > a:focus-visible {
  color: #202020;
}
/* #endregion "../src/functions/footer/footer.global.scss" */

/* #region "../src/functions/hamburger-icon/hamburger-icon.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.hamburger-icon {
  display: block;
}
.hamburger-icon .hamburger-lines {
  stroke-width: var(--hamburger-stroke);
  transition: stroke-width 300ms;
}
@media (max-width: 1199px) {
  body.mobile-menu-active .hamburger-icon .hamburger-lines {
    stroke-width: var(--hamburger-rotated-stroke);
  }
}

.hamburger-icon .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon .menu-bar-middle-group {
  opacity: 0;
  transition: transform 300ms, opacity 300ms, color 125ms;
}
.hamburger-icon .menu-bar-middle-group-1,
.hamburger-icon .menu-bar-middle-group-2,
.hamburger-icon .menu-bar-middle {
  transform-origin: center;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-bottom {
  opacity: 0;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle {
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle-group {
  opacity: 1;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle-group-2 {
  transform: rotate(calc(-1 * var(--hamburger-rotation-angle, 45deg)));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle-group-1 {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
/* #endregion "../src/functions/hamburger-icon/hamburger-icon.global.scss" */

/* #region "../src/functions/header/header.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
:root {
  --header-height: var(--header-mobile-height);
  --header-padding: var(--header-mobile-padding);
}
@media (min-width: 1200px) {
  :root {
    --header-height: var(--header-desktop-height);
    --header-padding: var(--header-desktop-padding);
  }
}

header.main a.logo {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-height: calc(100% - 2 * var(--header-padding));
  aspect-ratio: var(--aspect-ratio);
}
:root.no-focus-visible header.main a.logo:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

header.main a.logo:focus:not(:focus-visible) {
  outline: none;
}
header.main a.logo:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
header.main a.logo img {
  width: auto;
  max-height: 100%;
  min-height: 0;
}
:root.no-focus-visible header.main .menu li > a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

header.main .menu li > a:focus:not(:focus-visible) {
  outline: none;
}
header.main .menu li > a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

nav.header-actions .menu, nav.header-actions .sub-menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
nav.header-actions .menu li > a {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--black));
  --button-color: var(--white);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, rgb(var(--black-rgb) / 90%));
  --button-hover-color: var(--white);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--black));
  --button-active-color: var(--grey);
  --button-active-border-color: var(--button-active-background);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: var(--border-width) solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--base-font-family);
  font-size: /* grow(17, 20) */ clamp(1.0625rem, 1rem + 0.2777777778vw, 1.25rem);
  border-radius: var(--border-radius);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
nav.header-actions .menu li > a:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
nav.header-actions .menu li > a:where(:not(:disabled):not(.disabled):not(.inert):not([inert])):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
nav.header-actions .menu li > a:where(:disabled, .disabled, [inert], .inert) {
  cursor: default;
}
:root.no-focus-visible nav.header-actions .menu li > a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

nav.header-actions .menu li > a:focus:not(:focus-visible) {
  outline: none;
}
nav.header-actions .menu li > a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
nav.header-actions .menu li > a {
  padding: 0.4375rem /* grow(17, 32) */ clamp(1.0625rem, 0.75rem + 1.3888888889vw, 2rem);
  line-height: var(--base-line-height);
  mix-blend-mode: multiply;
}
nav.header-actions .menu li > a:where(:disabled, .disabled, [inert], .inert) {
  --background: var(--form-disabled, var(--light-grey));
  --color: var(--form-disabled-text, var(--grey));
  --border-color: var(--form-disabled-text, var(--light-grey));
}
nav.header-actions .menu li > a {
  font-size: /* grow(17, 18) */ clamp(1.0625rem, 1.0416666667rem + 0.0925925926vw, 1.125rem);
  padding-inline: 1.0625rem;
}

.subheader {
  white-space: pre;
  font-size: /* grow(16, 20) */ clamp(1rem, 0.9166666667rem + 0.3703703704vw, 1.25rem);
  margin-top: -0.875rem;
  line-height: 1.2;
}

/*******************************
 * Header Desktop (Submenu Styles)
 ******************************/
:root {
  --header-desktop-height: 130px;
  --header-desktop-padding: 2.5rem;
}

/*
 * Placeholder that is wrapped around the mobile and desktop header,
 * taking up its height to enable headers to be positioned fixed.
 */
.header-desktop-placeholder {
  height: var(--header-desktop-height);
}
@media (max-width: 1199px) {
  .header-desktop-placeholder {
    display: none;
  }
}

header.main.desktop {
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  height: var(--header-height);
  max-height: var(--header-height);
  z-index: 15;
  transition-property: background-color, box-shadow;
  transition-duration: 200ms;
}
header.main.desktop:is(body.with-sticky-desktop-header *):not(body:not(.scrolled-by-desktop-header) .no-scroll-offset) {
  box-shadow: 0 1px 2px rgb(var(--black-rgb)/7.5%);
  background-color: var(--page-background);
}
header.main.desktop:is(body.not-initialized *) {
  box-shadow: 0 1px 2px rgb(var(--black-rgb)/7.5%);
  background-color: var(--page-background);
}
header.main.desktop .header-layout {
  display: flex;
  align-items: center;
  height: 100%;
}
header.main.desktop .header-layout .menu-wrapper {
  margin-inline: auto;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main {
  --menu-item-gap: /* grow(24, 32, 1200) */ clamp(1.5rem, -1rem + 3.3333333333vw, 2rem);
  --menu-item-padding-x: 0.5em;
  --menu-item-padding-y: 0.5em;
  font-weight: 500;
  font-size: /* grow(22, 24, 1200) */ clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
}
header.main.desktop nav.main .menu, header.main.desktop nav.main .sub-menu {
  display: flex;
  align-items: center;
  gap: var(--menu-item-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
header.main.desktop nav.main .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main .menu li > a {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
}
header.main.desktop nav.main .menu > li > a {
  margin-left: calc(-1 * var(--menu-item-padding-x));
  margin-right: calc(-1 * var(--menu-item-padding-x));
  color: inherit;
}
header.main.desktop nav.main .menu > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
header.main.desktop nav.main .menu > li > a:active {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
  color: var(--grey);
}

/*******************************
 * Header Mobile
 ******************************/
:root {
  --header-mobile-height: 100px;
  --header-mobile-padding: 2rem;
}

/*
 * Placeholder that is wrapped around the mobile and desktop header,
 * taking up its height to enable headers to be positioned fixed.
 */
.header-mobile-placeholder {
  height: var(--header-mobile-height);
}
@media (min-width: 1200px) {
  .header-mobile-placeholder {
    display: none;
  }
}

.mobile-menu-wrapper header.main.mobile {
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  height: var(--header-height);
  max-height: var(--header-height);
  z-index: 15;
  transition-property: background-color, box-shadow;
  transition-duration: 200ms;
}
.mobile-menu-wrapper header.main.mobile:is(body.with-sticky-mobile-header:not(.mobile-menu-active) *:not(body:not(.scrolled-by-mobile-header) .no-scroll-offset),
body.not-initialized:not(.mobile-menu-active) *) {
  box-shadow: 0 1px 2px rgb(var(--black-rgb)/7.5%);
  background-color: var(--page-background);
}
@media (max-width: 1199px) {
  body.mobile-menu-active .mobile-menu-wrapper header.main.mobile {
    transform: none !important;
    transition-property: background-color, box-shadow, transform;
    background-color: var(--white);
  }
}

.mobile-menu-wrapper header.main.mobile .header-layout {
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 100%;
}
.mobile-menu-wrapper header.main.mobile .actions-wrapper {
  margin-left: auto;
  display: flex;
  gap: 1.375rem;
}
.mobile-menu-wrapper header.main.mobile .no-js-menu-trigger {
  display: block;
  cursor: inherit;
}
.mobile-menu-wrapper header.main.mobile .search-button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
}
:root.no-focus-visible .mobile-menu-wrapper header.main.mobile .search-button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper header.main.mobile .search-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper header.main.mobile .search-button {
  --button-padding-x: 0.5rem;
  --button-padding-y: 0.875rem;
  cursor: pointer;
  padding: var(--button-padding-y) var(--button-padding-x);
  margin: 0 calc(var(--button-padding-x) * -1);
}
.mobile-menu-wrapper header.main.mobile .menu-button {
  --button-padding-x: 0.25rem;
  --button-padding-y: 0.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  justify-self: flex-end;
  padding: var(--button-padding-y) var(--button-padding-x);
  margin: 0 calc(var(--button-padding-x) * -1);
  border-radius: 0.25rem;
}
:root.no-focus-visible .mobile-menu-wrapper header.main.mobile .menu-button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper header.main.mobile .menu-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .menu-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper #no-js-menu-toggle {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px));
  height: calc(100% - var(--admin-bar-height, 0px) - var(--header-height, 0px));
  box-shadow: 0 30px 20px -25px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.mobile-menu-wrapper .mobile-menu-primary {
  --padding-y: min(4rem, 7.5vh);
  overflow: auto;
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black var(--padding-y), black calc(100% - var(--padding-y)), rgba(0, 0, 0, 0) 100%);
}
body.no-js .mobile-menu-container {
  display: none;
}
body.no-js #no-js-menu-toggle:checked ~ .mobile-menu-container {
  display: block !important;
}

.mobile-menu-wrapper nav.main .menu, .mobile-menu-wrapper nav.main .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.875rem;
  line-height: 1.5;
}
.mobile-menu-wrapper nav.main .menu:focus, .mobile-menu-wrapper nav.main .sub-menu:focus {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu li > a {
  display: flex;
  color: inherit;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main .menu li > a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper nav.main .menu li > a:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu li > a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper nav.header-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.mobile-menu-wrapper nav.header-actions .menu, .mobile-menu-wrapper nav.header-actions .sub-menu {
  display: flex;
  flex-direction: column;
}

nav.main .menu li.rotate-dropdown-arrow > .dropdown, nav.main .menu li.rotate-dropdown-arrow::after {
  transform: rotateZ(180deg);
}
body.firefox nav.main .menu li.rotate-dropdown-arrow > .dropdown, body.firefox nav.main .menu li.rotate-dropdown-arrow::after {
  transform: scaleY(-1);
}

header.main.desktop nav.main {
  --dropdown-button-size: 44px;
  --dropdown-icon-width: 9px;
}
header.main.desktop nav.main .menu > li > .sub-menu {
  --vertical-offset: 0.75rem;
  --focus-color: #fff;
  --focus-offset: -4px;
  --menu-item-padding-x: 1.75em;
  --menu-item-padding-y: 0.65em;
  position: absolute;
  top: 100%;
  display: block;
  min-width: 13em;
  margin-left: calc(-1 * var(--menu-item-padding-x));
  padding: 1em 0;
  align-self: flex-start;
  list-style: none;
  z-index: 1;
  font-size: var(--reduced-font-size);
  background-color: #EEF9CF;
  color: #fff;
  margin-top: var(--vertical-offset, 0);
}
header.main.desktop nav.main .menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: var(--vertical-offset, 0);
  width: 100%;
}
header.main.desktop nav.main .menu > li.menu-item-has-children {
  gap: calc(0.25 * var(--menu-item-gap));
}
header.main.desktop nav.main .menu > li.menu-item-has-children > a {
  padding-right: 0;
}
header.main.desktop nav.main .menu > li > .sub-menu > li {
  display: block;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a {
  display: block;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
  color: inherit;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header.main.desktop nav.main .menu > li > .sub-menu > li.current-menu-item > a {
  text-decoration-color: currentColor;
}
header.main.desktop nav.main .dropdown {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
:root.no-focus-visible header.main.desktop nav.main .dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 249, 207, 0.3);
}

header.main.desktop nav.main .dropdown:focus:not(:focus-visible) {
  outline: none;
}
header.main.desktop nav.main .dropdown:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 249, 207, 0.3);
}
header.main.desktop nav.main .dropdown, .no-js header.main.desktop nav.main .menu-item-has-children::after {
  display: flex;
  width: var(--dropdown-button-size);
  height: var(--dropdown-button-size);
  margin-right: calc(-0.5 * (var(--dropdown-button-size) - var(--dropdown-icon-width)));
  transition: transform 200ms;
}

@media (hover: hover) and (pointer: fine) {
  header.main.desktop nav.main .menu-item-has-children::after {
    display: flex;
    width: var(--dropdown-button-size);
    height: var(--dropdown-button-size);
    margin-right: calc(-0.5 * (var(--dropdown-button-size) - var(--dropdown-icon-width)));
    transition: transform 200ms;
  }
}
@media (hover: hover) and (pointer: fine) {
  header.main.desktop nav.main .dropdown {
    display: none;
  }
}
.not-initialized header.main.desktop nav.main .menu-item-has-children > .sub-menu {
  display: none;
}
.not-initialized header.main.desktop nav.main .menu-item-has-children:hover > .sub-menu, .not-initialized header.main.desktop nav.main .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
.not-initialized header.main.desktop nav.main .menu-item-has-children:hover::after, .not-initialized header.main.desktop nav.main .menu-item-has-children:focus-within::after {
  transform: rotateZ(180deg);
}

.no-js header.main.desktop nav.main .menu-item-has-children::after {
  content: "";
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00Ljc0NyA0LjgyIDguODk4LjY3YS4zNDcuMzQ3IDAgMCAwIDAtLjQ5MS4zNS4zNSAwIDAgMC0uNDk0IDBMNC41IDQuMDgzLjU5Ni4xNzlBLjM1LjM1IDAgMCAwIDAgLjQyNUMwIC41MTQuMDM0LjYwMy4xMDIuNjdsNC4xNTEgNC4xNWEuMzQ5LjM0OSAwIDAgMCAuNDk0IDBaIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--dropdown-arrow-color, currentColor);
}

@media (hover: hover) and (pointer: fine) {
  header.main.desktop nav.main .menu-item-has-children::after {
    content: "";
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00Ljc0NyA0LjgyIDguODk4LjY3YS4zNDcuMzQ3IDAgMCAwIDAtLjQ5MS4zNS4zNSAwIDAgMC0uNDk0IDBMNC41IDQuMDgzLjU5Ni4xNzlBLjM1LjM1IDAgMCAwIDAgLjQyNUMwIC41MTQuMDM0LjYwMy4xMDIuNjdsNC4xNTEgNC4xNWEuMzQ5LjM0OSAwIDAgMCAuNDk0IDBaIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--dropdown-arrow-color, currentColor);
  }
}

/*******************************
 * Header Mobile (Submenu Styles)
 ******************************/
.mobile-menu-wrapper nav.main .menu > li > .sub-menu {
  margin-left: 1.25rem;
  grid-column: 1/-1;
  font-size: 0.9em;
  padding: 0.25em 0 0.75em;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children {
  display: grid;
  grid-template-columns: auto 1fr;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  width: fit-content;
  position: relative;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: transform 200ms;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.search-wrapper {
  margin-right: 2rem;
  --dropdown-vertical-offset: /* grow(16, 20) */ clamp(1rem, 0.9166666667rem + 0.3703703704vw, 1.25rem);
  --dropdown-horizontal-offset: -1.25rem;
  --dropdown-padding-x: /* grow(12, 20) */ clamp(0.75rem, 0.5833333333rem + 0.7407407407vw, 1.25rem);
  --dropdown-padding-y: /* grow(8, 12) */ clamp(0.5rem, 0.4166666667rem + 0.3703703704vw, 0.75rem);
  position: relative;
}
.search-wrapper .search-button {
  --padding: 1rem;
  --focus-offset: 3px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
}
:root.no-focus-visible .search-wrapper .search-button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.search-wrapper .search-button:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.search-wrapper .search-button {
  display: block;
  border-radius: var(--border-radius);
  padding: var(--padding);
  margin-inline: calc(-1 * var(--padding));
  cursor: pointer;
}
.search-wrapper .search-button svg {
  display: block;
}
.search-wrapper .search-button:hover {
  color: var(--black);
}
.search-wrapper .search-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: /* grow(300, 360) */ clamp(18.75rem, 17.5rem + 5.5555555556vw, 22.5rem);
  margin-top: var(--dropdown-vertical-offset);
  margin-right: var(--dropdown-horizontal-offset);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1), 0 0 0 var(--border-width) var(--black);
  background-color: #fff;
}
.search-wrapper .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.search-wrapper .search-input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  padding: var(--dropdown-padding-y) calc(0.5 * var(--dropdown-padding-x)) var(--dropdown-padding-y) var(--dropdown-padding-x);
  width: 100%;
  align-items: center;
  align-self: stretch;
}
.search-wrapper .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  margin-right: calc(-1 * var(--dropdown-padding-x));
  width: 14px;
  height: 48px;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWdvbiBwb2ludHM9IjExLjYxNTk1NzYgMCAxMy43MjA2MTg3IDIuMTAzMDc4MzMgOS4xMTAzMDkzNiA2Ljk5OTk1MDQzIDEzLjcyMDYxODcgMTEuODk2OTIxNyAxMS42MTU5NTc2IDE0IDYuODYwMjUgOS4yNDc1IDIuMTA0NjYxMTUgMTQgLTIuMTMxNjI4MjFlLTE0IDExLjg5NjkyMTcgNC42MTAzMDkzNiA2Ljk5OTk1MDQzIC0yLjEzMTYyODIxZS0xNCAyLjEwMzA3ODMzIDIuMTA0NjYxMTUgMCA2Ljg2MDI1IDQuNzUyIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  cursor: pointer;
}
:root.no-focus-visible .search-wrapper .search-input:focus {
  outline: none;
}

.search-wrapper .search-input:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper .search-input:focus-visible {
  outline: none;
}
.search-wrapper .search-submit {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  height: 48px;
  display: flex;
  justify-content: center;
  color: var(--black);
  padding-left: calc(0.75 * var(--dropdown-padding-x));
  padding-right: calc(0.75 * var(--dropdown-padding-x));
  margin-right: 0.375rem;
  border-radius: var(--border-radius);
}
:root.no-focus-visible .search-wrapper .search-submit:focus {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.search-wrapper .search-submit:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper .search-submit:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.search-wrapper .search-submit:hover {
  background-color: var(--black);
  color: var(--white);
}
.search-wrapper .search-submit:active {
  background-color: var(--black);
  color: var(--light-grey);
}

.search-wrapper-mobile {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 1rem;
  margin-inline: auto;
  position: relative;
  border: var(--border-width) solid transparent;
  border-radius: var(--border-radius);
  padding: 0.25rem;
  transition: border-color 200ms;
}
.search-wrapper-mobile:has(.search-form.visible) {
  border-color: var(--black);
}
.search-wrapper-mobile .search-button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
}
:root.no-focus-visible .search-wrapper-mobile .search-button:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

.search-wrapper-mobile .search-button:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper-mobile .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
.search-wrapper-mobile .search-button {
  display: block;
  border-radius: var(--border-radius);
  padding: 0.55rem 0.5rem;
  cursor: pointer;
}
.search-wrapper-mobile .search-button svg {
  display: block;
}
.search-wrapper-mobile .search-button:hover {
  color: var(--black);
}
.search-wrapper-mobile .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
}
.search-wrapper-mobile .search-input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 1em;
  width: 24ch;
  max-width: 100%;
  align-items: center;
  align-self: stretch;
}
:root.no-focus-visible .search-wrapper-mobile .search-input:focus {
  outline: none;
}

.search-wrapper-mobile .search-input:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper-mobile .search-input:focus-visible {
  outline: none;
}
@supports (field-sizing: content) {
  .search-wrapper-mobile .search-input {
    width: auto;
    max-width: none;
    field-sizing: content;
  }
}
.search-wrapper-mobile .search-submit {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --padding-x: 0.75rem;
  cursor: pointer;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  color: var(--black);
  padding-left: calc(0.75 * var(--padding-x));
  padding-right: calc(0.75 * var(--padding-x));
  margin-left: calc(-1 * var(--padding-x));
  border-radius: var(--border-radius);
}
:root.no-focus-visible .search-wrapper-mobile .search-submit:focus {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.search-wrapper-mobile .search-submit:focus:not(:focus-visible) {
  outline: none;
}
.search-wrapper-mobile .search-submit:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.search-wrapper-mobile .search-submit:hover {
  background-color: var(--black);
  color: var(--white);
}
.search-wrapper-mobile .search-submit:active {
  background-color: var(--black);
  color: var(--light-grey);
}
/* #endregion "../src/functions/header/header.global.scss" */

/* #region "../src/functions/scroll-offset/scroll-offset.global.scss" */
/*
- type: css
*/
[data-scroll-offset] {
  --scroll-offset-distance: 100%;
  --current-offset: 0px;
  --max-additional-offset: 40px;
  --clamped-offset: clamp(
    -1 * (var(--scroll-offset-distance) + var(--max-additional-offset)),
    var(--current-offset) - var(--scroll-offset, 0px),
    0px
  );
  transform: translateY(var(--clamped-offset));
  will-change: transform;
}
/* #endregion "../src/functions/scroll-offset/scroll-offset.global.scss" */

head{--webpack--css-bundle:&\.\.\/node_modules\/normalize\.css\/normalize\.css,&\.\.\/src\/css\/fonts\/degular\.css,&\.\.\/src\/css\/main\.scss,&\.\.\/src\/elements\/anchor\/anchor\.global\.scss,&\.\.\/src\/elements\/breadcrumb\/breadcrumb\.global\.scss,&\.\.\/src\/elements\/buttons\/buttons\.global\.scss,&\.\.\/src\/elements\/group\/group\.global\.scss,&\.\.\/src\/elements\/image\/image\.global\.scss,&\.\.\/src\/elements\/internal-links\/internal-links\.global\.scss,&\.\.\/src\/elements\/section\/section\.global\.scss,&\.\.\/src\/elements\/text\/text\.global\.scss,&\.\.\/src\/elements\/shared\/authors\/authors-short\.global\.scss,&\.\.\/src\/elements\/shared\/cover\/cover\.global\.scss,&\.\.\/src\/elements\/shared\/masonry\/masonry\.global\.scss,&\.\.\/src\/elements\/shared\/page-navigation\/page-navigation\.global\.scss,&\.\.\/src\/elements\/shared\/popover\/popover\.global\.scss,&\.\.\/src\/elements\/shared\/posts\/posts\.global\.scss,&\.\.\/src\/elements\/shared\/source\/source\.global\.scss,&\.\.\/src\/functions\/brevo\/brevo\.global\.scss,&\.\.\/src\/functions\/consent-manager\/consent-manager\.global\.scss,&\.\.\/src\/functions\/dismissable\/dismissable\.global\.scss,&\.\.\/src\/functions\/footer\/footer\.global\.scss,&\.\.\/src\/functions\/hamburger-icon\/hamburger-icon\.global\.scss,&\.\.\/src\/functions\/header\/header\.global\.scss,&\.\.\/src\/functions\/scroll-offset\/scroll-offset\.global\.scss;}
/*# sourceMappingURL=css-bundle.css.map*/