
/*!***************************************************!*\
  !*** ../node_modules/normalize.css/normalize.css ***!
  \***************************************************/
/*! 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;
}


/*!****************************!*\
  !*** ../src/css/main.scss ***!
  \****************************/
@charset "UTF-8";

/*******************************
 * 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 {
  /*******************************
   * Layout
   ******************************/
  --layout-gap: /* grow(16, 28) */ clamp(1rem, 0.7954545455rem + 0.9090909091vw, 1.75rem);
  --element-spacing: /* grow(16, 32) */ clamp(1rem, 0.7272727273rem + 1.2121212121vw, 2rem);
  --element-spacing-md: /* grow(24, 48) */ clamp(1.5rem, 1.0909090909rem + 1.8181818182vw, 3rem);
  --element-spacing-lg: /* grow(32, 64) */ clamp(2rem, 1.4545454545rem + 2.4242424242vw, 4rem);
  --element-spacing-xl: /* grow(40, 80) */ clamp(2.5rem, 1.8181818182rem + 3.0303030303vw, 5rem);
  --element-spacing-2xl: /* grow(48, 140) */ clamp(3rem, 1.4318181818rem + 6.9696969697vw, 8.75rem);
  --section-spacing: /* grow(80, 130) */ clamp(5rem, 4.1477272727rem + 3.7878787879vw, 8.125rem);
  --header-desktop-height: calc(1.5rem + 148px);
  --header-mobile-height: calc(84px + 2 * var(--container-padding));
  /*******************************
   * Colors
   ******************************/
  --black: #000000;
  --white: #ffffff;
  --grey-50: #f2f0f0;
  --grey-100: #e7e7e7;
  --grey-200: #d1d1d1;
  --grey-300: #b0b0b0;
  --grey-400: #888888;
  --grey-500: #6d6d6d;
  --grey-600: #5d5d5d;
  --grey-700: #4f4f4f;
  --grey-800: #5c4f4f;
  --grey-900: #474141;
  --grey-950: #161110;
  --light-grey: #f2f0f0;
  --red-50: #fff7f5;
  --red-100: #fcece8;
  --red-200: #f4d5d0;
  --red-300: #e9b3ad;
  --red-400: #de8683;
  --red-500: #d15554;
  --red-600: #c73535;
  --red-700: #a92d2e;
  --red-800: #8b2527;
  --red-900: #6c1d21;
  --red-950: #4e151a;
  --red: #c73535;
  --yellow-50: #fff9e1;
  --yellow-100: #fef5d1;
  --yellow-200: #fce9b2;
  --yellow-300: #f9d587;
  --yellow-400: #f7bb52;
  --yellow-500: #f4a017;
  --yellow-600: #d7880a;
  --yellow-700: #b26e08;
  --yellow-800: #8e5407;
  --yellow-900: #693b05;
  --yellow-950: #452303;
  --yellow: #d7880a;
  --blue-50: #f5f9fe;
  --blue-100: #e5eefa;
  --blue-200: #c7dbf0;
  --blue-300: #a2c4eb;
  --blue-400: #74a7e6;
  --blue-500: #3e85e4;
  --blue-600: #176be5;
  --blue-700: #0d55c8;
  --blue-800: #0541a9;
  --blue-900: #002f87;
  --blue-950: #002663;
  --blue: #002f87;
  --body-background: var(--white);
  --text-color: var(--black);
  --text-color-inverted: var(--white);
  --shade-color: var(--light-grey);
  --shade-color-dark: color-mix(in srgb, var(--shade-color), black 15%);
  --overlay-color: color-mix(in srgb, var(--black), transparent 60%);
  --overlay-blur: 4px;
  --primary-color: var(--red-600);
  --primary-color-lighter: var(--red-500);
  --primary-color-lightest: var(--red-400);
  --primary-color-darker: var(--red-700);
  --primary-color-darkest: var(--red-800);
  --primary-contrast: var(--white);
  --page-color: var(--red);
  --page-color-50: var(--red-50);
  --page-color-100: var(--red-100);
  --page-color-200: var(--red-200);
  --page-color-300: var(--red-300);
  --page-color-400: var(--red-400);
  --page-color-500: var(--red-500);
  --page-color-600: var(--red-600);
  --page-color-700: var(--red-700);
  --page-color-800: var(--red-800);
  --page-color-900: var(--red-900);
  --page-color-950: var(--red-950);
  --footer-background: var(--grey-950);
  --footer-foreground: var(--white);
  /*******************************
   * Typography
   ******************************/
  --font-family:
    'Archivo Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  --accent-font-family:
    'ClashGrotesk Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  --accent-font-descent: -0.1em;
  --base-font-size: /* grow(17, 18) */ clamp(1.0625rem, 1.0454545455rem + 0.0757575758vw, 1.125rem);
  --increased-font-size: /* grow(18, 24) */ clamp(1.125rem, 1.0227272727rem + 0.4545454545vw, 1.5rem);
  --reduced-font-size: /* grow(14, 17) */ clamp(0.875rem, 0.8238636364rem + 0.2272727273vw, 1.0625rem);
  --lead-font-size: /* grow(22, 30) */ clamp(1.375rem, 1.2386363636rem + 0.6060606061vw, 1.875rem);
  --lead-line-height: 1.5;
  --base-line-height: 1.45;
  --reduced-line-height: 1.2;
  /*******************************
   * Other
   ******************************/
  --rounded: 1rem;
}

body.color-blue {
  --page-color: var(--blue);
  --page-color-50: var(--blue-50);
  --page-color-100: var(--blue-100);
  --page-color-200: var(--blue-200);
  --page-color-300: var(--blue-300);
  --page-color-400: var(--blue-400);
  --page-color-500: var(--blue-500);
  --page-color-600: var(--blue-600);
  --page-color-700: var(--blue-700);
  --page-color-800: var(--blue-800);
  --page-color-900: var(--blue-900);
  --page-color-950: var(--blue-950);
  --primary-color: var(--blue-900);
  --primary-color-lighter: var(--blue-800);
  --primary-color-lightest: var(--blue-700);
  --primary-color-darker: var(--blue-950);
  --primary-color-darkest: color-mix(in srgb, var(--blue-950), black 10%);
  --primary-contrast: var(--white);
  --focus-color: var(--blue-600);
}

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

/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2026 Indian Type Foundry
*
* Clash Grotesk Variable (Variable font)
*/
@font-face {
  font-family: "ClashGrotesk Variable";
  src: url(/wp-content/themes/bexpo.ch/dist/cf9abdee9eedd627.woff2) format("woff2");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/bexpo.ch/dist/2829ce62aa7187e9.woff2) format("woff2-variations");
  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;
}
@font-face {
  font-family: "Archivo Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/bexpo.ch/dist/edd093a0d089610a.woff2) format("woff2-variations");
  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;
}
body {
  font-family: var(--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, [data-h="1"], [data-h="2"], [data-h="3"], [data-h="4"], [data-h="5"], [data-h="6"]) {
  margin-block: 0.4em;
  text-wrap: balance;
}
@supports (height: round(1.5px, 1px)) {
  :is(h1, h2, h3, h4, h5, h6):where(:not(:root.safari-pre-17 *)),
  :is(.h1, .h2, .h3, .h4, .h5, .h6, [data-h="1"], [data-h="2"], [data-h="3"], [data-h="4"], [data-h="5"], [data-h="6"]):where(:not(:root.safari-pre-17 *)) {
    margin-block: round(0.4em, var(--round-interval));
  }
}

:is(h1),
:is(.h1, [data-h="1"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(40, 72) */ clamp(2.5rem, 1.9545454545rem + 2.4242424242vw, 4.5rem);
  font-weight: 550;
  line-height: 1.05;
}

:is(h2),
:is(.h2, [data-h="2"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(36, 52) */ clamp(2.25rem, 1.9772727273rem + 1.2121212121vw, 3.25rem);
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

:is(h3),
:is(.h3, [data-h="3"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(28, 34) */ clamp(1.75rem, 1.6477272727rem + 0.4545454545vw, 2.125rem);
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: 0;
}

:is(h4),
:is(.h4, [data-h="4"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(20, 24) */ clamp(1.25rem, 1.1818181818rem + 0.303030303vw, 1.5rem);
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: 0;
}

:is(h5),
:is(.h5, [data-h="5"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(18, 20) */ clamp(1.125rem, 1.0909090909rem + 0.1515151515vw, 1.25rem);
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: 0;
}

:is(h6),
:is(.h6, [data-h="6"]) {
  font-family: var(--accent-font-family);
  font-size: 1rem;
  font-weight: 550;
  line-height: var(--base-line-height);
  letter-spacing: 0;
}

: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));
  --round-interval: 1px;
}
@media (min-resolution: 2dppx) {
  :root {
    --round-interval: 0.5px;
  }
}
:root {
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  color: var(--text-color);
  container-name: theme;
  --theme: light;
  --theme-id: 2577859169;
  --tags-list-background: var(--grey-50);
  --tags-list-foreground: var(--black);
  --link-underline: color-mix(in srgb, var(--page-color-950), transparent 80%);
}
@media (prefers-contrast: more) {
  body {
    --link-underline: var(--page-color);
  }
}
body {
  --available-viewport-height: calc(
    100vh - var(--admin-bar-height, 0px) - var(--header-height, 0px)
  );
}

@view-transition {
  navigation: auto;
}
/*******************************
 * Generic element styles
 ******************************/
:where(*),
:where(*)::before,
:where(*)::after {
  box-sizing: border-box;
}

:where([role=button]) {
  cursor: pointer;
}

:where(hr) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid var(--shade-color);
}

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

/*******************************
 * 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) {
  color: var(--primary-color);
  text-decoration: none;
}

section.main {
  /*******************************
   * Body copy link style
   ******************************/
}
:where(section.main) a:where(:not([class])) {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--link-underline, var(--primary-color));
  text-decoration-thickness: 1px;
}
: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(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  :where(section.main) a:where(:not([class])):hover {
    text-decoration-color: color-mix(in srgb, var(--link-underline, var(--primary-color)) 50%, var(--primary-color));
  }
}
:where(section.main) a:where(:not([class])):active {
  text-decoration-color: color-mix(in srgb, var(--link-underline, var(--primary-color)) 30%, var(--primary-color));
}

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(--additional-scroll-offset, /* grow(8, 30) */ clamp(0.5rem, 0.125rem + 1.6666666667vw, 1.875rem)));
  scroll-margin-bottom: 20px;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) {
  list-style-type: none;
  padding-left: 0;
  margin-block: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):is(p:has(+ :where(*))) {
  margin-bottom: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):has(+ p) {
  margin-top: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):first-child {
  margin-top: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):last-child {
  margin-bottom: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li {
  --list-raw-distance: 0.5em;
  --list-distance: var(--list-raw-distance);
  --list-bullet-raw-width: 0.4em;
  --list-bullet-width: var(--list-bullet-raw-width);
  --list-bullet-raw-height: max(0.125em, 3px);
  --list-bullet-height: var(--list-bullet-raw-height);
}
@supports (height: round(1.5px, 1px)) {
  :where(section.main) ul:not([class]):not(.wpforms-container *) li:where(:not(:root.safari-pre-17 *)) {
    --list-distance: round(var(--list-raw-distance), var(--round-interval));
    --list-bullet-width: round(var(--list-bullet-raw-width), var(--round-interval));
    --list-bullet-height: round(var(--list-bullet-raw-height), var(--round-interval));
  }
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li {
  --list-offset: calc(var(--list-distance) + var(--list-bullet-width));
  position: relative;
  padding-left: var(--list-offset);
  margin: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li + li {
  margin-top: 0.125em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li::before {
  --list-bullet-raw-margin-top: calc(-0.5 * var(--list-bullet-height));
  --list-bullet-margin-top: var(--list-bullet-raw-margin-top);
  --list-bullet-raw-top: 0.75em;
  --list-bullet-top: var(--list-bullet-raw-top);
}
@supports (height: round(1.5px, 1px)) {
  :where(section.main) ul:not([class]):not(.wpforms-container *) li::before:where(:not(:root.safari-pre-17 *)) {
    --list-bullet-margin-top: round(var(--list-bullet-raw-margin-top), var(--round-interval));
    --list-bullet-top: round(var(--list-bullet-raw-top), var(--round-interval));
  }
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li::before {
  content: "";
  background-color: var(--basic-list-bullet-color, var(--primary-color));
  position: absolute;
  width: var(--list-bullet-width);
  height: var(--list-bullet-height);
  margin-left: calc(-1 * var(--list-offset));
  margin-top: var(--list-bullet-margin-top);
  top: var(--list-bullet-top);
}

/*******************************
 * Bootstrap Overwrites
 ******************************/
@media print {
  a[href]:after {
    content: "";
  }
}
/*******************************
 * Text Selection Color
 ******************************/
::selection {
  background-color: oklch(from var(--primary-color) calc(l * 0.9) calc(c * 1.5) h);
  color: white;
}

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

[data-intercept-loading] {
  opacity: 0.5 !important;
}

:root {
  --container-width: 100%;
  --container-narrow-width: 100%;
  --container-padding: /* grow(20px, 32px) */ clamp(1.25rem, 1.0454545455rem + 0.9090909091vw, 2rem);
}
@media (width >= 1068px) {
  :root {
    --container-narrow-width: 1068px;
  }
}

@media (width < 540px /* s */) {
  .hide-at-xs {
    display: none !important;
  }
}

@media (width >= 540px /* s */) {
  .hide-above-xs {
    display: none !important;
  }
}

@media (width < 540px /* s */) {
  .hide-up-to-xs {
    display: none !important;
  }
}

@media (540px /* s */ <= width < 768px /* sm */) {
  .hide-at-s {
    display: none !important;
  }
}

@media (width < 540px /* s */) {
  .hide-below-s {
    display: none !important;
  }
}

@media (width >= 768px /* sm */) {
  .hide-above-s {
    display: none !important;
  }
}

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

@media (width < 768px /* sm */) {
  .hide-up-to-s {
    display: none !important;
  }
}

@media (768px /* sm */ <= width < 992px /* md */) {
  .hide-at-sm {
    display: none !important;
  }
}

@media (width < 768px /* sm */) {
  .hide-below-sm {
    display: none !important;
  }
}

@media (width >= 992px /* md */) {
  .hide-above-sm {
    display: none !important;
  }
}

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

@media (width < 992px /* md */) {
  .hide-up-to-sm {
    display: none !important;
  }
}

@media (992px /* md */ <= width < 1200px /* lg */) {
  .hide-at-md {
    display: none !important;
  }
}

@media (width < 992px /* md */) {
  .hide-below-md {
    display: none !important;
  }
}

@media (width >= 1200px /* lg */) {
  .hide-above-md {
    display: none !important;
  }
}

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

@media (width < 1200px /* lg */) {
  .hide-up-to-md {
    display: none !important;
  }
}

@media (1200px /* lg */ <= width < 1400px /* xl */) {
  .hide-at-lg {
    display: none !important;
  }
}

@media (width < 1200px /* lg */) {
  .hide-below-lg {
    display: none !important;
  }
}

@media (width >= 1400px /* xl */) {
  .hide-above-lg {
    display: none !important;
  }
}

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

@media (width < 1400px /* xl */) {
  .hide-up-to-lg {
    display: none !important;
  }
}

@media (1400px /* xl */ <= width < 1600px /* 2xl */) {
  .hide-at-xl {
    display: none !important;
  }
}

@media (width < 1400px /* xl */) {
  .hide-below-xl {
    display: none !important;
  }
}

@media (width >= 1600px /* 2xl */) {
  .hide-above-xl {
    display: none !important;
  }
}

@media (width >= 1400px /* xl */) {
  .hide-from-xl {
    display: none !important;
  }
}

@media (width < 1600px /* 2xl */) {
  .hide-up-to-xl {
    display: none !important;
  }
}

@media (1600px /* 2xl */ <= width < 1900px /* 3xl */) {
  .hide-at-2xl {
    display: none !important;
  }
}

@media (width < 1600px /* 2xl */) {
  .hide-below-2xl {
    display: none !important;
  }
}

@media (width >= 1900px /* 3xl */) {
  .hide-above-2xl {
    display: none !important;
  }
}

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

@media (width < 1900px /* 3xl */) {
  .hide-up-to-2xl {
    display: none !important;
  }
}

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

@media (width < 1900px /* 3xl */) {
  .hide-below-3xl {
    display: none !important;
  }
}

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

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

.container {
  width: var(--container-width, auto);
}

.container-narrow {
  width: var(--container-narrow-width, auto);
}

@media (width >= 1680px) {
  :root {
    --container-width: 1616px;
    --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 (width >= 540px /* s */) {
  .grid-layout > * {
    --cols: var(--cols-s);
    grid-column-end: span var(--col-s);
  }
}
@media (width >= 768px /* sm */) {
  .grid-layout > * {
    --cols: var(--cols-sm);
    grid-column-end: span var(--col-sm);
  }
}
@media (width >= 992px /* md */) {
  .grid-layout > * {
    --cols: var(--cols-md);
    grid-column-end: span var(--col-md);
  }
}
@media (width >= 1200px /* lg */) {
  .grid-layout > * {
    --cols: var(--cols-lg);
    grid-column-end: span var(--col-lg);
  }
}
@media (width >= 1400px /* xl */) {
  .grid-layout > * {
    --cols: var(--cols-xl);
    grid-column-end: span var(--col-xl);
  }
}
@media (width >= 1600px /* 2xl */) {
  .grid-layout > * {
    --cols: var(--cols-2xl);
    grid-column-end: span var(--col-2xl);
  }
}
@media (width >= 1900px /* 3xl */) {
  .grid-layout > * {
    --cols: var(--cols-3xl);
    grid-column-end: span var(--col-3xl);
  }
}

iframe {
  width: 100%;
}

@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}
@supports selector(:has(*)) {
  @media (prefers-reduced-motion: no-preference) {
    html:has(body:not(.not-initialized)) {
      animation: smoothscroll1 1s;
    }
    html:has(body:not(.not-initialized)):focus-within {
      animation-name: smoothscroll2;
      scroll-behavior: smooth;
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    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(*)) {
  @media (prefers-reduced-motion: no-preference) {
    html {
      animation: smoothscroll1 1s;
    }
    html:focus-within {
      animation-name: smoothscroll2;
      scroll-behavior: smooth;
    }
  }
}
[x-cloak] {
  display: none !important;
}

.searchform {
  --form-color: var(--primary-color);
  --form-text: var(--text-color);
  --form-hover: var(--primary-color-lighter);
  --form-active: var(--primary-color-darker);
  --form-focus: var(--primary-color);
  --form-disabled: var(--shade-color);
  --form-disabled-text: var(--shade-color-dark);
  --form-checkbox-hover: color-mix(in srgb, var(--primary-color), transparent 90%);
  --form-checkbox-active: color-mix(in srgb, var(--primary-color), transparent 80%);
  --form-checkbox-size: 18px;
  --form-radio-hover: color-mix(in srgb, var(--primary-color), transparent 90%);
  --form-radio-active: color-mix(in srgb, var(--primary-color), transparent 80%);
  --form-radio-size: 20px;
  --form-input-background: var(--white);
  --form-input-border: 1px solid var(--black);
  --form-input-height: 56px;
  --form-input-padding-y: /* grow(12, 18, $from: sm) */ clamp(0.75rem, 0.4342105263rem + 0.6578947368vw, 1.125rem);
  --form-input-padding-x: 1rem;
}
.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);
  --input-background: var(--white);
  --input-color: var(--black);
  --input-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --input-hover-background: var(--input-background);
  --input-hover-color: var(--input-color);
  --input-hover-border-color: var(--input-border-color);
  --input-focus-background: var(--input-background);
  --input-focus-color: var(--input-color);
  --input-focus-border-color: var(--input-border-color);
}
@container theme style(--theme: dark) {
  .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] {
    --input-color: var(--white);
    --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  }
}
.searchform input[type=date]:where([data-query-theme="3871037065"]), .searchform input[type=email]:where([data-query-theme="3871037065"]), .searchform input[type=number]:where([data-query-theme="3871037065"]), .searchform input[type=password]:where([data-query-theme="3871037065"]), .searchform input[type=search]:where([data-query-theme="3871037065"]), .searchform input[type=tel]:where([data-query-theme="3871037065"]), .searchform input[type=text]:where([data-query-theme="3871037065"]), .searchform input[type=url]:where([data-query-theme="3871037065"]) {
  --input-color: var(--white);
  --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
}
.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] {
  --background: var(--input-background);
  --color: var(--input-color);
  --border-color: var(--input-border-color);
  outline: none;
  padding: var(--form-input-padding-y, 1.25rem) var(--form-input-padding-x, 1.75rem);
  transition: background-color 150ms, border-color 150ms, color 150ms;
  font-size: 1.125rem;
  line-height: 1.111;
  max-width: 100%;
  width: 100%;
  height: calc(1.111em + 2 * var(--form-input-padding-y, 1.25rem) + 2px);
  border-radius: var(--rounded);
  background-color: var(--background);
  border: 1px solid var(--border-color);
  color: var(--color);
}
.searchform input[type=date]:focus:not(:focus-visible), .searchform input[type=email]:focus:not(:focus-visible), .searchform input[type=number]:focus:not(:focus-visible), .searchform input[type=password]:focus:not(:focus-visible), .searchform input[type=search]:focus:not(:focus-visible), .searchform input[type=tel]:focus:not(:focus-visible), .searchform input[type=text]:focus:not(:focus-visible), .searchform input[type=url]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=date]:focus-visible, .searchform input[type=email]:focus-visible, .searchform input[type=number]:focus-visible, .searchform input[type=password]:focus-visible, .searchform input[type=search]:focus-visible, .searchform input[type=tel]:focus-visible, .searchform input[type=text]:focus-visible, .searchform input[type=url]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=date]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=email]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=number]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=password]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=search]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=tel]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=text]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover, .searchform input[type=url]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    --background: var(--input-hover-background);
    --color: var(--input-hover-color);
    --border-color: var(--input-hover-border-color);
  }
}
.searchform input[type=date]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=email]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=number]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=password]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=search]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=tel]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=text]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible), .searchform input[type=url]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=date]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=email]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=number]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=password]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=search]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=tel]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=text]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible, .searchform input[type=url]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible {
  --background: var(--input-focus-background);
  --color: var(--input-focus-color);
  --border-color: var(--input-focus-border-color);
}
.searchform input[type=date]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=email]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=number]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=password]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=search]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=tel]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=text]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *), .searchform input[type=url]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  pointer-events: none;
  background-color: var(--form-disabled, var(--shade-color));
  color: var(--form-disabled-text, var(--shade-color-dark));
  border-color: var(--form-disabled-text, var(--shade-color-dark));
  cursor: no-drop;
}
.searchform textarea {
  --input-background: var(--white);
  --input-color: var(--black);
  --input-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --input-hover-background: var(--input-background);
  --input-hover-color: var(--input-color);
  --input-hover-border-color: var(--input-border-color);
  --input-focus-background: var(--input-background);
  --input-focus-color: var(--input-color);
  --input-focus-border-color: var(--input-border-color);
}
@container theme style(--theme: dark) {
  .searchform textarea {
    --input-color: var(--white);
    --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  }
}
.searchform textarea:where([data-query-theme="3871037065"]) {
  --input-color: var(--white);
  --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
}
.searchform textarea {
  --background: var(--input-background);
  --color: var(--input-color);
  --border-color: var(--input-border-color);
  outline: none;
  padding: var(--form-input-padding-y, 1.25rem) var(--form-input-padding-x, 1.75rem);
  transition: background-color 150ms, border-color 150ms, color 150ms;
  font-size: 1.125rem;
  line-height: 1.111;
  max-width: 100%;
  width: 100%;
  height: calc(1.111em + 2 * var(--form-input-padding-y, 1.25rem) + 2px);
  border-radius: var(--rounded);
  background-color: var(--background);
  border: 1px solid var(--border-color);
  color: var(--color);
}
.searchform textarea:focus:not(:focus-visible) {
  outline: none;
}
.searchform textarea:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform textarea:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    --background: var(--input-hover-background);
    --color: var(--input-hover-color);
    --border-color: var(--input-hover-border-color);
  }
}
.searchform textarea:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible) {
  outline: none;
}
.searchform textarea:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible {
  --background: var(--input-focus-background);
  --color: var(--input-focus-color);
  --border-color: var(--input-focus-border-color);
}
.searchform textarea:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  pointer-events: none;
  background-color: var(--form-disabled, var(--shade-color));
  color: var(--form-disabled-text, var(--shade-color-dark));
  border-color: var(--form-disabled-text, var(--shade-color-dark));
  cursor: no-drop;
}
.searchform textarea {
  resize: vertical;
}
.searchform select {
  height: var(--form-input-height);
  --input-background: var(--white);
  --input-color: var(--black);
  --input-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --input-hover-background: var(--input-background);
  --input-hover-color: var(--input-color);
  --input-hover-border-color: var(--input-border-color);
  --input-focus-background: var(--input-background);
  --input-focus-color: var(--input-color);
  --input-focus-border-color: var(--input-border-color);
}
@container theme style(--theme: dark) {
  .searchform select {
    --input-color: var(--white);
    --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  }
}
.searchform select:where([data-query-theme="3871037065"]) {
  --input-color: var(--white);
  --input-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
}
.searchform select {
  --background: var(--input-background);
  --color: var(--input-color);
  --border-color: var(--input-border-color);
  outline: none;
  padding: var(--form-input-padding-y, 1.25rem) var(--form-input-padding-x, 1.75rem);
  transition: background-color 150ms, border-color 150ms, color 150ms;
  font-size: 1.125rem;
  line-height: 1.111;
  max-width: 100%;
  width: 100%;
  height: calc(1.111em + 2 * var(--form-input-padding-y, 1.25rem) + 2px);
  border-radius: var(--rounded);
  background-color: var(--background);
  border: 1px solid var(--border-color);
  color: var(--color);
}
.searchform select:focus:not(:focus-visible) {
  outline: none;
}
.searchform select:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform select:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    --background: var(--input-hover-background);
    --color: var(--input-hover-color);
    --border-color: var(--input-hover-border-color);
  }
}
.searchform select:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus:not(:focus-visible) {
  outline: none;
}
.searchform select:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):focus-visible {
  --background: var(--input-focus-background);
  --color: var(--input-focus-color);
  --border-color: var(--input-focus-border-color);
}
.searchform select:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  pointer-events: none;
  background-color: var(--form-disabled, var(--shade-color));
  color: var(--form-disabled-text, var(--shade-color-dark));
  border-color: var(--form-disabled-text, var(--shade-color-dark));
  cursor: no-drop;
}
.searchform select {
  appearance: none;
  background-image: url(/wp-content/themes/bexpo.ch/dist/b843a770e481b4a2.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 0.025rem);
  padding-right: 3.5rem;
}
.searchform input[type=checkbox] {
  appearance: none;
  border: 2px solid var(--form-color, var(--primary-color));
  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]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=checkbox]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  border-color: var(--form-disabled-text, var(--shade-color));
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=checkbox]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    background-color: var(--form-checkbox-hover, color-mix(in srgb, var(--primary-color), transparent 90%));
  }
}
.searchform input[type=checkbox]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active {
  background-color: var(--form-checkbox-active, color-mix(in srgb, var(--primary-color), transparent 80%));
}
.searchform input[type=checkbox]:checked {
  background-color: var(--form-color, var(--primary-color));
  border-color: var(--form-color, var(--primary-color));
}
.searchform input[type=checkbox]:checked::after {
  background-color: var(--white);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4zMDggMEwxMSAuODQ4IDQuOTk4IDEyIDAgNy44NzJsMS4yNC0xLjM5OCAzLjE3MyAyLjYyeiIgZmlsbD0iIzBGMDVBMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.searchform input[type=checkbox]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *):checked {
  border-color: var(--form-disabled, var(--shade-color));
}
.searchform input[type=checkbox]::after {
  display: block;
  content: "";
  width: 11px;
  height: 12px;
}
.searchform input[type=radio] {
  appearance: none;
  border: 2px solid var(--form-color, var(--primary-color));
  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]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=radio]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    background-color: var(--form-radio-hover, color-mix(in srgb, var(--primary-color), transparent 90%));
  }
}
.searchform input[type=radio]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active {
  background-color: var(--form-radio-active, color-mix(in srgb, var(--primary-color), transparent 80%));
}
.searchform input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, var(--primary-color));
}
.searchform input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.searchform input[type=radio]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  border-color: var(--form-disabled, var(--shade-color));
}
.searchform input[type=radio]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *):checked::after {
  background-color: var(--form-disabled, var(--shade-color));
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.searchform button:not([class^=style-]):not([class*=" style-"]) {
  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(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-border-color);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-border-color);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  white-space: normal;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):focus:not(:focus-visible),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):focus:not(:focus-visible),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):focus:not(:focus-visible),
.searchform button:not([class^=style-]):not([class*=" style-"]):focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):focus-visible,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):focus-visible,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):focus-visible,
.searchform button:not([class^=style-]):not([class*=" style-"]):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform button:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):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]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform button:not([class^=style-]):not([class*=" style-"]):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):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]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform button:not([class^=style-]):not([class*=" style-"]):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  opacity: 0.4;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-default,
.searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]) {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default ::selection, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default ::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default ::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-default ::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]) ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default::selection, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"])::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"])::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"])::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-default::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"])::selection {
  background: var(--white);
  color: var(--primary-color);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow), .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow),
.searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow) {
  gap: var(--button-arrow-gap, 1.125rem);
  flex-direction: row-reverse;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow)::before, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow)::before,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow)::before,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow)::before,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow)::before,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow)::before,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow)::before,
.searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow)::before {
  content: "";
  width: 0.875rem;
  height: 0.6875rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(/wp-content/themes/bexpo.ch/dist/cfcfd48603654fec.svg);
  mask-size: 100% 100%;
  transition-duration: 150ms;
  transition-property: transform;
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform button:not([class^=style-]):not([class*=" style-"]).style-default:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform button:not([class^=style-]):not([class*=" style-"]):not([class^=style-]):not([class*=" style-"]):not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before {
    transform: rotate(-45deg);
  }
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-icon {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-icon ::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-icon ::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-icon ::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-icon ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-icon::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-icon::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-icon::selection,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-icon::selection {
  background: var(--white);
  color: var(--primary-color);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-icon,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-icon {
  padding: 0.875rem;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-text,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-text,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-text,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-text {
  --button-color: var(--form-color, currentColor);
  --button-hover-color: var(--form-hover, opacity(currentColor, 80%));
  --button-active-color: var(--form-active, opacity(currentColor, 90%));
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 70%);
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none;
  align-self: center;
  line-height: inherit;
}
@container theme style(--theme: dark) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-text,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-text,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-text,
  .searchform button:not([class^=style-]):not([class*=" style-"]).style-text {
    --button-color: var(--form-color, var(--white));
    --button-hover-color: var(--form-hover, var(--red-300));
    --button-active-color: var(--form-active, var(--red-400));
  }
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-text:where([data-query-theme="3871037065"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-text:where([data-query-theme="3871037065"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-text:where([data-query-theme="3871037065"]),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-text:where([data-query-theme="3871037065"]) {
  --button-color: var(--form-color, var(--white));
  --button-hover-color: var(--form-hover, var(--red-300));
  --button-active-color: var(--form-active, var(--red-400));
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--page-color-950), var(--white) 90%);
  --button-hover-color: var(--page-color-900);
  --button-active-background: color-mix(in srgb, var(--page-color-950), var(--white) 80%);
  --button-active-color: var(--page-color-950);
}
@container theme style(--theme: dark) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary,
  .searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary {
    --button-color: var(--white);
    --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
    --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
    --button-hover-color: var(--white);
    --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
    --button-active-color: var(--red-200);
  }
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary:where([data-query-theme="3871037065"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary:where([data-query-theme="3871037065"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary:where([data-query-theme="3871037065"]),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary:where([data-query-theme="3871037065"]) {
  --button-color: var(--white);
  --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
  --button-hover-color: var(--white);
  --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
  --button-active-color: var(--red-200);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
  border: 1px solid var(--button-border-color);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  opacity: 0.4;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow) {
  gap: var(--button-arrow-gap, 1.125rem);
  flex-direction: row-reverse;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow)::before,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow)::before,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow)::before,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow)::before {
  content: "";
  width: 0.875rem;
  height: 0.6875rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(/wp-content/themes/bexpo.ch/dist/cfcfd48603654fec.svg);
  mask-size: 100% 100%;
  transition-duration: 150ms;
  transition-property: transform;
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before,
  .searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before {
    transform: rotate(-45deg);
  }
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--page-color-950), var(--white) 90%);
  --button-hover-color: var(--page-color-900);
  --button-active-background: color-mix(in srgb, var(--page-color-950), var(--white) 80%);
  --button-active-color: var(--page-color-950);
}
@container theme style(--theme: dark) {
  .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
  .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
  .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
  .searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon {
    --button-color: var(--white);
    --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
    --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
    --button-hover-color: var(--white);
    --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
    --button-active-color: var(--red-200);
  }
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where([data-query-theme="3871037065"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where([data-query-theme="3871037065"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where([data-query-theme="3871037065"]),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where([data-query-theme="3871037065"]) {
  --button-color: var(--white);
  --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
  --button-hover-color: var(--white);
  --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
  --button-active-color: var(--red-200);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
  border: 1px solid var(--button-border-color);
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  opacity: 0.4;
}
.searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).style-secondary-icon,
.searchform button:not([class^=style-]):not([class*=" style-"]).style-secondary-icon {
  padding: 0.875rem;
}
.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.2727272727rem + 0.4545454545vw, 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(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-border-color);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-border-color);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  white-space: normal;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
#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(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  #searchform div input[type=submit]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):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([aria-disabled=true]):not(.inert):not([inert]):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, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  opacity: 0.4;
}
#searchform div input[type=submit] {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
#searchform div input[type=submit] ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
#searchform div input[type=submit]::selection {
  background: var(--white);
  color: var(--primary-color);
}
#searchform div input[type=submit] {
  cursor: pointer;
}

/*
 * Pagination navigation panel
 * used e.g. for post archive or search results pagination
 */
.page-nav {
  --font-size: 1rem;
  --gap: /* grow(8, 12) */ clamp(0.5rem, 0.4318181818rem + 0.303030303vw, 0.75rem);
  margin-top: var(--element-spacing);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  font-size: var(--font-size);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.dots) {
  pointer-events: none;
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)) {
  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(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-border-color);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-border-color);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  white-space: normal;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):focus:not(:focus-visible) {
  outline: none;
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    --background: var(--button-hover-background);
    --color: var(--button-hover-color);
    --border-color: var(--button-hover-border-color);
  }
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  opacity: 0.4;
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)) {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--page-color-950), var(--white) 90%);
  --button-hover-color: var(--page-color-900);
  --button-active-background: color-mix(in srgb, var(--page-color-950), var(--white) 80%);
  --button-active-color: var(--page-color-950);
}
@container theme style(--theme: dark) {
  .page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)) {
    --button-color: var(--white);
    --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
    --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
    --button-hover-color: var(--white);
    --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
    --button-active-color: var(--red-200);
  }
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):where([data-query-theme="3871037065"]) {
  --button-color: var(--white);
  --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
  --button-hover-color: var(--white);
  --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
  --button-active-color: var(--red-200);
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)) {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
  border: 1px solid var(--button-border-color);
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  opacity: 0.4;
}
.page-nav :is(.page-nav-item, .page-numbers):not(:is(.current-page-nav-item, .current)) {
  padding: 1rem 1.4rem;
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current) {
  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(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-border-color);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-border-color);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  white-space: normal;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current):focus:not(:focus-visible) {
  outline: none;
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover {
    --background: var(--button-hover-background);
    --color: var(--button-hover-color);
    --border-color: var(--button-hover-border-color);
  }
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current):where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  opacity: 0.4;
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current) {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current) ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current)::selection {
  background: var(--white);
  color: var(--primary-color);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current) {
  padding: 1rem 1.4rem;
}

/*!*********************************************************!*\
  !*** ../src/elements/background/background.global.scss ***!
  \*********************************************************/
/*******************************
 * 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
 ******************************/
.background {
  container-name: theme;
  --theme: dark;
  --theme-id: 3871037065;
  --tags-list-background: color-mix(in srgb, var(--red-200), transparent 85%);
  --tags-list-foreground: var(--white);
  --link-underline: color-mix(in srgb, var(--page-color-600), transparent 20%);
}
@media (prefers-contrast: more) {
  .background {
    --link-underline: var(--page-color-600);
  }
}
.background {
  background-color: var(--grey-950);
  color: var(--white);
}
.background:is(section.main > *:first-child,
section.main > link:first-child + *,
section.main > link:first-child + link + *) {
  padding-top: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
}

/*!***************************************************!*\
  !*** ../src/elements/buttons/buttons.global.scss ***!
  \***************************************************/
/*******************************
 * 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(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-border-color);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-border-color);
  --background: var(--button-background);
  --color: var(--button-color);
  --border-color: var(--button-border-color);
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--color);
  white-space: normal;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.button:focus:not(:focus-visible) {
  outline: none;
}
.button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .button:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):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([aria-disabled=true]):not(.inert):not([inert]):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, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  opacity: 0.4;
}
.button.style-default, .button:not([class^=style-]):not([class*=" style-"]) {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
.button.style-default ::selection, .button:not([class^=style-]):not([class*=" style-"]) ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.button.style-default::selection, .button:not([class^=style-]):not([class*=" style-"])::selection {
  background: var(--white);
  color: var(--primary-color);
}
.button.style-default:not(.without-arrow), .button:not([class^=style-]):not([class*=" style-"]):not(.without-arrow) {
  gap: var(--button-arrow-gap, 1.125rem);
  flex-direction: row-reverse;
}
.button.style-default:not(.without-arrow)::before, .button:not([class^=style-]):not([class*=" style-"]):not(.without-arrow)::before {
  content: "";
  width: 0.875rem;
  height: 0.6875rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(/wp-content/themes/bexpo.ch/dist/cfcfd48603654fec.svg);
  mask-size: 100% 100%;
  transition-duration: 150ms;
  transition-property: transform;
}
@media (hover: hover) and (pointer: fine) {
  .button.style-default:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before, .button:not([class^=style-]):not([class*=" style-"]):not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before {
    transform: rotate(-45deg);
  }
}
.button.style-icon {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
}
.button.style-icon ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.button.style-icon::selection {
  background: var(--white);
  color: var(--primary-color);
}
.button.style-icon {
  padding: 0.875rem;
}
.button.style-text {
  --button-color: var(--form-color, currentColor);
  --button-hover-color: var(--form-hover, opacity(currentColor, 80%));
  --button-active-color: var(--form-active, opacity(currentColor, 90%));
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 70%);
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none;
  align-self: center;
  line-height: inherit;
}
@container theme style(--theme: dark) {
  .button.style-text {
    --button-color: var(--form-color, var(--white));
    --button-hover-color: var(--form-hover, var(--red-300));
    --button-active-color: var(--form-active, var(--red-400));
  }
}
.button.style-text:where([data-query-theme="3871037065"]) {
  --button-color: var(--form-color, var(--white));
  --button-hover-color: var(--form-hover, var(--red-300));
  --button-active-color: var(--form-active, var(--red-400));
}
.button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--page-color-950), var(--white) 90%);
  --button-hover-color: var(--page-color-900);
  --button-active-background: color-mix(in srgb, var(--page-color-950), var(--white) 80%);
  --button-active-color: var(--page-color-950);
}
@container theme style(--theme: dark) {
  .button.style-secondary {
    --button-color: var(--white);
    --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
    --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
    --button-hover-color: var(--white);
    --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
    --button-active-color: var(--red-200);
  }
}
.button.style-secondary:where([data-query-theme="3871037065"]) {
  --button-color: var(--white);
  --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
  --button-hover-color: var(--white);
  --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
  --button-active-color: var(--red-200);
}
.button.style-secondary {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
  border: 1px solid var(--button-border-color);
}
.button.style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  opacity: 0.4;
}
.button.style-secondary:not(.without-arrow) {
  gap: var(--button-arrow-gap, 1.125rem);
  flex-direction: row-reverse;
}
.button.style-secondary:not(.without-arrow)::before {
  content: "";
  width: 0.875rem;
  height: 0.6875rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(/wp-content/themes/bexpo.ch/dist/cfcfd48603654fec.svg);
  mask-size: 100% 100%;
  transition-duration: 150ms;
  transition-property: transform;
}
@media (hover: hover) and (pointer: fine) {
  .button.style-secondary:not(.without-arrow):where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover::before {
    transform: rotate(-45deg);
  }
}
.button.style-secondary-icon {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: color-mix(in srgb, var(--page-color-950), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--page-color-950), var(--white) 90%);
  --button-hover-color: var(--page-color-900);
  --button-active-background: color-mix(in srgb, var(--page-color-950), var(--white) 80%);
  --button-active-color: var(--page-color-950);
}
@container theme style(--theme: dark) {
  .button.style-secondary-icon {
    --button-color: var(--white);
    --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
    --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
    --button-hover-color: var(--white);
    --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
    --button-active-color: var(--red-200);
  }
}
.button.style-secondary-icon:where([data-query-theme="3871037065"]) {
  --button-color: var(--white);
  --button-border-color: color-mix(in srgb, var(--red-200), transparent 80%);
  --button-hover-background: color-mix(in srgb, var(--red-200), transparent 95%);
  --button-hover-color: var(--white);
  --button-active-background: color-mix(in srgb, var(--red-200), transparent 97.5%);
  --button-active-color: var(--red-200);
}
.button.style-secondary-icon {
  padding: 1.25rem 1.75rem;
  line-height: 1.111;
  border: 1px solid var(--button-border-color);
}
.button.style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  opacity: 0.4;
}
.button.style-secondary-icon {
  padding: 0.875rem;
}

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

/*******************************
 * Buttons
 ******************************/
.buttons {
  margin-block: var(--element-spacing);
}

/*******************************
 * Button Group
 ******************************/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: /* grow(12, 16) */ clamp(0.75rem, 0.6818181818rem + 0.303030303vw, 1rem) /* grow(16, 24) */ clamp(1rem, 0.8636363636rem + 0.6060606061vw, 1.5rem);
}

/*!***********************************************!*\
  !*** ../src/elements/image/image.global.scss ***!
  \***********************************************/
.wpce-image-link,
.wpce-image {
  border-radius: var(--image-radius, var(--rounded));
}

/*!*****************************************************************!*\
  !*** ../src/elements/internal-links/internal-links.global.scss ***!
  \*****************************************************************/
/*******************************
 * 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
 ******************************/
.internal-links {
  container-name: scroller;
  container-type: scroll-state;
  position: sticky;
  top: calc(var(--admin-bar-height) - 1px);
  border-block: 1px solid color-mix(in srgb, var(--page-color-950), transparent 80%);
  background-color: var(--white);
  color: var(--text-color);
  padding-block: 0.75rem;
  z-index: 10;
}
@media (width < 1200px /* lg */) {
  .internal-links {
    display: none;
  }
}
.internal-links a {
  color: inherit;
  display: flex;
  align-items: center;
}
.internal-links a:focus:not(:focus-visible) {
  outline: none;
}
.internal-links a:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .internal-links a:hover {
    color: var(--page-color);
  }
}
.internal-links .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@supports (container-type: scroll-state) {
  .internal-links .top-link {
    opacity: 0;
    transition: opacity 300ms;
  }
  @container scroller scroll-state(stuck:top) {
    .internal-links .top-link {
      opacity: 1;
    }
  }
}
.internal-links .top-link svg {
  width: 1rem;
  height: 1rem;
}
.internal-links .links {
  display: flex;
  gap: /* grow(24, 50, $from: lg) */ clamp(1.5rem, -2.5625rem + 5.4166666667vw, 3.125rem);
}
.internal-links .links a {
  font-family: var(--accent-font-family);
  font-size: 1rem;
  font-weight: 550;
  line-height: var(--base-line-height);
  letter-spacing: 0;
}

/*!***************************************************!*\
  !*** ../src/elements/section/section.global.scss ***!
  \***************************************************/
/*******************************
 * 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-default + .style-default, .page-section.style-default + link + .style-default, .page-section.style-default + link + link + .style-default {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}

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

/*******************************
 * Columns
 ******************************/
.page-section .section-item > :first-child, .page-section .section-item > link:first-child + * {
  margin-top: 0;
}
.page-section .section-item > :last-child {
  margin-bottom: 0;
}
.page-section .section-item > :is(.large-text, .lead-text):first-child > :first-child {
  margin-top: 0;
}
.page-section .section-item > :is(.large-text, .lead-text):last-child > :last-child {
  margin-bottom: 0;
}
.page-section .section-item.layout-hcenter {
  justify-self: center;
}
.page-section .section-item.layout-hcenter .button-group {
  justify-content: center;
}

@media (width >= 992px /* md */) {
  .page-section .section-item.layout-padding-l {
    padding-left: 100px;
  }
  .page-section .section-item.layout-padding-r {
    padding-right: 100px;
  }
  .page-section .section-item.layout-padding-lr {
    padding: 0 15%;
  }
}
.page-section .section-item.layout-padding-lmax {
  align-self: center;
  justify-self: flex-start;
}
@media (width >= 768px /* sm */) {
  .page-section .section-item.layout-padding-lmax {
    justify-self: flex-end;
  }
}
.page-section .section-item.layout-margin-top {
  margin-top: 30px;
}
@media (width >= 992px /* md */) {
  .page-section .section-item.layout-margin-top {
    margin-top: 0;
  }
}
.page-section .section-item.layout-margin-bottom {
  margin-bottom: 30px;
}
@media (width >= 992px /* md */) {
  .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 (width >= 992px /* md */) {
  .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 (width < 768px /* sm */) {
  .page-section.order-xs-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (width >= 768px /* sm */) {
  @media (width < 992px /* md */) {
    .page-section.order-sm-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 992px /* md */) {
  @media (width < 1200px /* lg */) {
    .page-section.order-md-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 1200px /* lg */) {
  @media (width < 1400px /* xl */) {
    .page-section.order-lg-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 1400px /* xl */) {
  .page-section.order-xl-reversed .section-grid {
    --grid-layout-order: -1;
  }
}

/*!*******************************************************************!*\
  !*** ../src/features/consent-manager/consent-manager.global.scss ***!
  \*******************************************************************/
/*******************************
 * 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 {
  --cm--focus-outline: 2px solid var(--focus-color, var(--primary-color));
  --cm--focus-offset: var(--focus-offset, 3px);
  --cm--border-width: 1px;
  --cm--border-color: rgb(0 0 0 / 12.5%);
  --cm-placeholder--font-size: unset;
  --cm-placeholder--font-family: unset;
  --cm-placeholder--rounded: var(--rounded);
  --cm-placeholder--background: var(--shade-color);
  --cm-placeholder--foreground: var(--text-color);
  --cm-placeholder--content-gap: unset;
  --cm-placeholder--content-padding: unset;
  --cm-placeholder--content-width: unset;
  --cm-manager--width: unset;
  --cm-manager--padding: unset;
  --cm-manager--gap: /* grow(10, 16) */ clamp(0.625rem, 0.5227272727rem + 0.4545454545vw, 1rem);
  --cm-manager--rounded: 0;
}
@media (width >= 768px /* sm */) {
  body {
    --cm-manager--rounded: var(--rounded);
  }
}
body {
  --cm-manager--z-index: unset;
  --cm-manager--shadow: unset;
  --cm-manager--inner-shadow: unset;
  --cm-manager--background: var(--white);
  --cm-manager--foreground: var(--text-color);
  --cm-manager--font-family: unset;
  --cm-manager--font-size: unset;
  --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 (width >= 768px /* sm */) {
  body {
    --cm-manager--overlay-padding: 1.5rem;
  }
}
body {
  --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: unset;
  --cm-manager--footer-background: unset;
  --cm-manager--footer-padding: unset;
  --cm-manager--outro-padding: 0.5rem 1rem;
  --cm-manager--outro-rounded: var(--rounded);
  --cm-manager--outro-align: unset;
  --cm-manager--outro-background: var(--shade-color);
  --cm-manager--outro-foreground: unset;
  --cm-manager--outro-font-size: unset;
  --cm-groups--items-gap: /* grow(10, 16) */ clamp(0.625rem, 0.5227272727rem + 0.4545454545vw, 1rem);
  --cm-groups--border-style: unset;
  --cm-groups--header-padding: unset;
  --cm-group--rounded: var(--rounded);
  --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 (width >= 768px /* sm */) {
  body {
    --cm-service--toggle-order: initial;
  }
}
body {
  --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: var(--shade-color-dark);
  --cm-toggle--border-color: unset;
  --cm-toggle--knob-color: var(--white);
  --cm-toggle--knob-border-color: unset;
  --cm-toggle--active-track-color: var(--primary-color);
  --cm-toggle--active-border-color: var(--primary-color);
  --cm-toggle--active-knob-color: var(--white);
  --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: color-mix(in srgb, var(--shade-color), black 5%);
  --cm-toggle--disabled-border-color: unset;
  --cm-toggle--disabled-knob-color: var(--shade-color);
  --cm-toggle--disabled-knob-border-color: unset;
  --cm-toggle--disabled-active-track-color: color-mix(in srgb, var(--primary-color), transparent 35%);
  --cm-toggle--disabled-active-border-color: unset;
  --cm-toggle--disabled-active-knob-color: color-mix(in srgb, var(--white), transparent 50%);
  --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: unset;
  --cm-bar--font-family: unset;
  --cm-bar--background: var(--white);
  --cm-bar--foreground: var(--text-color);
  --cm-buttons--gap: /* grow(6, 12) */ clamp(0.375rem, 0.2727272727rem + 0.4545454545vw, 0.75rem);
}

.cm-manager-body {
  line-height: 1.4;
}
.cm-manager-body a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}

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

@media (width < 768px /* sm */) {
  .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;
  }
}
.cm-buttons {
  gap: var(--element-spacing);
}

:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
  font-size: 1rem;
  line-height: 1.2;
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button:not(.style-text) {
  padding: 0.625rem /* grow(20, 24) */ clamp(1.25rem, 1.1818181818rem + 0.303030303vw, 1.5rem);
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button.style-text {
  padding: 0;
}

.cm-bar a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}

/*!***********************************************************!*\
  !*** ../src/features/css-theming/css-theming.global.scss ***!
  \***********************************************************/
/*******************************
 * 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
 ******************************/
@property --theme {
  syntax: "<custom-ident>";
  inherits: true;
}
@property --theme-id {
  syntax: "<integer>";
  inherits: true;
}
:root {
  --supports-style-queries: false;
  container-name: theme;
  --theme: light;
  --theme-id: 2577859169;
  --tags-list-background: var(--grey-50);
  --tags-list-foreground: var(--black);
  --link-underline: color-mix(in srgb, var(--page-color-950), transparent 80%);
}
@media (prefers-contrast: more) {
  :root {
    --link-underline: var(--page-color);
  }
}

@container style(--supports-style-queries: false) {
  body {
    --supports-style-queries: true;
  }
}

/*!*****************************************************************!*\
  !*** ../src/features/floating-badge/floating-badge.global.scss ***!
  \*****************************************************************/
/*******************************
 * 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
 ******************************/
.floating-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 40;
  width: 150px;
  font-size: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--page-color);
  box-shadow: 0px 79px 32px rgba(0, 0, 0, 0.01), 0px 45px 27px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.09), 0px 5px 11px rgba(0, 0, 0, 0.1);
  color: var(--white);
  display: flex;
  place-items: center;
  transform: rotate(6deg);
}
.floating-button:focus:not(:focus-visible) {
  outline: none;
}
.floating-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .floating-button:hover {
    background-color: color-mix(in srgb, var(--page-color), var(--white) 5%);
  }
  .floating-button:active {
    background-color: color-mix(in srgb, var(--page-color), var(--black) 5%);
  }
}
@media (width < 768px /* sm */) {
  .floating-button {
    display: none;
  }
}
.floating-button .floating-button-text {
  margin: 9%;
  width: 82%;
  max-height: 82%;
  overflow: auto;
  text-align: center;
}
.floating-button .floating-button-text > :first-child, .floating-button .floating-button-text > link:first-child + * {
  margin-top: 0;
}
.floating-button .floating-button-text > :last-child {
  margin-bottom: 0;
}
.floating-button .floating-button-text > :is(.large-text, .lead-text):first-child > :first-child {
  margin-top: 0;
}
.floating-button .floating-button-text > :is(.large-text, .lead-text):last-child > :last-child {
  margin-bottom: 0;
}
:where(.floating-button .floating-button-text p:not([class])) {
  margin-block: 0.125em;
}

/*!********************************************************!*\
  !*** ../src/features/layout/footer/footer.global.scss ***!
  \********************************************************/
/*******************************
 * 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(--base-font-size);
  --padding-above: /* grow(80, 140) */ clamp(5rem, 3.9772727273rem + 4.5454545455vw, 8.75rem);
  --vertical-margin-between-columns: /* grow(30, 140) */ clamp(1.875rem, 8.3333333333vw, 8.75rem);
  --padding-below: /* grow(20, 24) */ clamp(1.25rem, 1.1818181818rem + 0.303030303vw, 1.5rem);
  --image-radius: 0;
  container-name: theme;
  --theme: dark;
  --theme-id: 3871037065;
  --tags-list-background: color-mix(in srgb, var(--red-200), transparent 85%);
  --tags-list-foreground: var(--white);
  --link-underline: color-mix(in srgb, var(--page-color-600), transparent 20%);
}
@media (prefers-contrast: more) {
  footer.main {
    --link-underline: var(--page-color-600);
  }
}
footer.main {
  position: relative;
  z-index: 50;
  background-color: var(--footer-background);
  color: var(--footer-foreground);
  font-size: var(--footer-font-size);
  display: flex;
  flex-direction: column;
  padding: var(--padding-above) 0 var(--padding-below);
}
:where(footer.main) a:where(:not(.button)) {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 70%);
  text-decoration-thickness: 1px;
}
:where(footer.main) a:where(:not(.button)):focus:not(:focus-visible) {
  outline: none;
}
:where(footer.main) a:where(:not(.button)):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
:where(footer.main) a:where(:not(.button)):hover {
  color: var(--page-color-300);
}
:where(footer.main) a:where(:not(.button)):active {
  color: var(--page-color-500);
}

footer.main img {
  max-width: 100%;
}
footer.main .footer-grid {
  row-gap: var(--vertical-margin-between-columns);
  column-gap: var(--grid-layout-gap);
}
footer.main .footer-grid .footer-col > :first-child, footer.main .footer-grid .footer-col > link:first-child + * {
  margin-top: 0;
}
footer.main .footer-grid .footer-col > :last-child {
  margin-bottom: 0;
}
footer.main .footer-grid .footer-col > :is(.large-text, .lead-text):first-child > :first-child {
  margin-top: 0;
}
footer.main .footer-grid .footer-col > :is(.large-text, .lead-text):last-child > :last-child {
  margin-bottom: 0;
}
footer.main .footer-grid .footer-col {
  --cols-xs: 12;
  --cols-s: 6;
  --cols-sm: 6;
  --cols-md: 4;
  --cols-lg: 3;
  --cols-xl: 2;
  --cols-2xl: 2;
  --cols-3xl: 2;
}
footer.main .footer-grid .footer-col:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) .wpce-menu-container .wpce-menu {
  font-size: /* grow(20, 24) */ clamp(1.25rem, 1.1818181818rem + 0.303030303vw, 1.5rem);
}
footer.main .footer-grid .footer-col:nth-child(1) {
  --cols-xs: 12;
  --cols-s: 12;
  --cols-sm: 12;
  --cols-md: 12;
  --cols-lg: 3;
  --cols-xl: 6;
  --cols-2xl: 6;
  --cols-3xl: 6;
}
footer.main .footer-grid .footer-col:nth-child(5) {
  --cols-xs: 12;
  --cols-s: 12;
  --cols-sm: 6;
  --cols-md: 4;
  --cols-lg: 3;
  --cols-xl: 6;
  --cols-2xl: 6;
  --cols-3xl: 6;
}
footer.main .footer-grid .footer-col:nth-child(6) {
  --cols-xs: 12;
  --cols-s: 12;
  --cols-sm: 12;
  --cols-md: 8;
  --cols-lg: 9;
  --cols-xl: 6;
  --cols-2xl: 6;
  --cols-3xl: 6;
  display: flex;
  gap: var(--layout-gap);
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (768px /* sm */ <= width < 1200px /* lg */) {
  footer.main .footer-grid .footer-col:nth-child(6) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 1200px /* lg */) {
  footer.main .footer-grid .footer-col:nth-child(6) {
    flex-direction: row;
  }
}
footer.main .footer-grid .footer-col:is(:nth-child(6), :nth-child(7)) {
  font-size: 1rem;
}
footer.main .footer-grid > *:empty {
  display: none;
}
footer.main .row-1 ul {
  list-style: none;
  padding-left: 0;
}
footer.main .row-1 :is(h1, h2, h3, h4, h5, h6),
footer.main .row-1 :is(.h1, .h2, .h3, .h4, .h5, .h6, [data-h="1"], [data-h="2"], [data-h="3"], [data-h="4"], [data-h="5"], [data-h="6"]) {
  font-family: var(--accent-font-family);
  font-size: /* grow(18, 20) */ clamp(1.125rem, 1.0909090909rem + 0.1515151515vw, 1.25rem);
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}

/*!************************************************************************!*\
  !*** ../src/features/layout/hamburger-icon/hamburger-icon.global.scss ***!
  \************************************************************************/
/*******************************
 * 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 (width < 1200px /* lg */) {
  .hamburger-icon .hamburger-lines:is(body.mobile-menu-active *) {
    stroke-width: var(--hamburger-rotated-stroke);
  }
}
.hamburger-icon .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon .menu-bar-middle-group {
  transition-property: transform;
}
.hamburger-icon .menu-bar-top-group {
  transform-origin: calc(100% - 0.5px * var(--hamburger-rotated-stroke)) calc(0.5px * var(--hamburger-rotated-stroke));
}
.hamburger-icon .menu-bar-bottom-group {
  transform-origin: calc(100% - 0.5px * var(--hamburger-rotated-stroke)) calc(100% - 0.5px * var(--hamburger-rotated-stroke));
}
.hamburger-icon .menu-bar-middle-group-1,
.hamburger-icon .menu-bar-middle-group-2,
.hamburger-icon .menu-bar-middle {
  transform-origin: center;
}
.hamburger-icon .menu-bar-middle-group-2 {
  opacity: 0;
  transition: transform 300ms, opacity 300ms, color 125ms;
}
.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]):is([data-dual=false]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-bottom {
  opacity: 0;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle {
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle-group-2 {
  opacity: 1;
  transform: rotate(calc(-1 * var(--hamburger-rotation-angle, 45deg)));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle-group-1 {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom {
  transform-origin: right center;
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom-group {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top-group {
  transform: rotate(calc(-1 * var(--hamburger-rotation-angle, 45deg)));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-group-outer {
  transform: var(--translate);
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top-group-outer {
  --translate: translate(
    calc(-1 * var(--hamburger-move-bars-x, 0)),
    var(--hamburger-move-bars-y, 0)
  );
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom-group-outer {
  --translate: translate(
    calc(-1 * var(--hamburger-move-bars-x, 0)),
    calc(-1 * var(--hamburger-move-bars-y, 0))
  );
}

/*!********************************************************!*\
  !*** ../src/features/layout/header/header.global.scss ***!
  \********************************************************/
/*******************************
 * 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);
}
@media (width >= 1200px /* lg */) {
  :root {
    --header-height: var(--header-desktop-height);
  }
}

header.main a.logo {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  aspect-ratio: var(--aspect-ratio);
}
header.main a.logo:focus:not(:focus-visible) {
  outline: none;
}
header.main a.logo:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
header.main a.logo img {
  width: auto;
  max-height: 100%;
  min-height: 0;
}
header.main :where(.menu li > a):focus:not(:focus-visible) {
  outline: none;
}
header.main :where(.menu li > a):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

/*******************************
 * Header Desktop
 ******************************/
/*
 * 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 (width < 1200px /* lg */) {
  .header-desktop-placeholder {
    display: none;
  }
}

header.main.desktop {
  position: relative;
  z-index: 15;
  height: var(--header-height);
  padding-top: 1.5rem;
}
header.main.desktop a.logo {
  height: 85px;
}
header.main.desktop .header-layout {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: calc(var(--container-width) - 2 * var(--container-padding));
  background-color: color-mix(in srgb, var(--white), transparent 20%);
  border-radius: 0.25rem;
  backdrop-filter: blur(2rem);
  padding-inline: /* grow(26, 48, $from: lg) */ clamp(1.625rem, -1.8125rem + 4.5833333333vw, 3rem);
  box-shadow: 0px 154px 61px rgba(22, 17, 16, 0.01), 0px 86px 52px rgba(22, 17, 16, 0.03), 0px 38px 38px rgba(22, 17, 16, 0.04), 0px 10px 21px rgba(22, 17, 16, 0.05);
}
header.main.desktop .header-layout .menu-wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
header.main.desktop nav.secondary {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
header.main.desktop nav.main {
  font-weight: 550;
  font-family: var(--accent-font-family);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
header.main.desktop nav:is(.main, .secondary) {
  --menu-item-gap: /* grow(24, 32, $from: lg) */ clamp(1.5rem, 0.25rem + 1.6666666667vw, 2rem);
  --menu-item-padding-x: 0.5em;
  --menu-item-padding-y: 0.5em;
}
header.main.desktop nav:is(.main, .secondary) :where(.menu, .sub-menu) {
  display: flex;
  align-items: center;
  gap: var(--menu-item-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
header.main.desktop nav:is(.main, .secondary) :where(.menu li) {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav:is(.main, .secondary) :where(.menu li > a) {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
}
header.main.desktop nav:is(.main, .secondary) :where(.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:is(.main, .secondary) :where(.menu > li > a):hover {
  color: var(--primary-color-darker);
}
header.main.desktop nav:is(.main, .secondary) :where(.menu li:is(.current-menu-item) > a) {
  color: var(--primary-color);
}

/*******************************
 * Header Mobile
 ******************************/
/*
 * 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 (width >= 1200px /* lg */) {
  .header-mobile-placeholder {
    display: none;
  }
}

.mobile-menu-wrapper header.main.mobile {
  --outer-offset: var(--container-padding);
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  height: var(--header-height);
  max-height: var(--header-height);
  z-index: 15;
  padding: var(--outer-offset);
  padding-bottom: calc(-2.5 * (var(--outer-offset) - var(--container-padding)));
  pointer-events: none;
  transition-property: padding;
  transition-duration: 300ms;
}
.mobile-menu-wrapper header.main.mobile:is(body.with-sticky-mobile-header:not(.mobile-menu-active) *) {
  --outer-offset: 5px;
}
.mobile-menu-wrapper header.main.mobile a.logo {
  height: 50px;
}
.mobile-menu-wrapper header.main.mobile a.logo:is(body.safari *):not(.show-logo-focus-ring *) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .header-layout {
  pointer-events: all;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: color-mix(in srgb, var(--white), transparent 20%);
  border-radius: 0.25rem;
  backdrop-filter: blur(2rem);
  box-shadow: 0px 446px 178px rgba(22, 17, 16, 0.01), 0px 251px 151px rgba(22, 17, 16, 0.04), 0px 111px 111px rgba(22, 17, 16, 0.07), 0px 28px 61px rgba(22, 17, 16, 0.08);
}
.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;
}
.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(--primary-color));
  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.875rem;
  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: var(--rounded);
}
.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(--primary-color));
  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: var(--white);
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: var(--admin-bar-height, 0px);
  height: calc(100% - var(--admin-bar-height, 0px));
  padding-top: var(--header-height);
  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: /* grow(32, 50) */ clamp(2rem, 1.6931818182rem + 1.3636363636vw, 3.125rem);
  overflow: auto;
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  padding-inline: calc(2 * var(--container-padding));
  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%);
}
@media (width >= 768px /* sm */) {
  .mobile-menu-wrapper .mobile-menu-primary {
    display: grid;
    grid-template-columns: 360px 1fr;
  }
}
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 {
  font-weight: 550;
  font-family: var(--accent-font-family);
  font-size: 1.625rem;
  letter-spacing: 0.02em;
}
.mobile-menu-wrapper nav.secondary {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media (width < 768px /* sm */) {
  .mobile-menu-wrapper nav.secondary {
    margin-top: 2rem;
  }
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu, .sub-menu) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu, .sub-menu):focus {
  outline: none;
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li > a) {
  display: flex;
  color: inherit;
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li > a):focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li > a):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li > a):hover {
    color: var(--primary-color);
  }
  .mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li > a):active {
    color: var(--primary-color-darker);
  }
}
.mobile-menu-wrapper nav:is(.main, .secondary) :where(.menu li:is(.current-menu-item) > a) {
  color: var(--primary-color);
}

/*!************************************************************!*\
  !*** ../src/features/layout/noscript/noscript.global.scss ***!
  \************************************************************/
/*******************************
 * 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
 ******************************/
.noscript {
  --noscript-base: min(var(--base-font-size, 1rem), 1.25rem);
  --noscript-offset-right: calc(-0.5 * var(--base-font-size));
  --noscript-offset-left: calc(1 * var(--base-font-size));
  --noscript-offset-bottom: calc(1 * var(--base-font-size));
  --noscript-padding: calc(1 * var(--base-font-size));
  --noscript-button-size: calc(3.5 * var(--base-font-size));
  --noscript-background: #ffd54f;
  --noscript-foreground: #352900;
}
.noscript .noscript-content {
  position: fixed;
  z-index: 1000;
  right: var(--noscript-offset-right);
  bottom: var(--noscript-offset-bottom);
  max-width: calc(100% - var(--noscript-offset-right) - var(--noscript-offset-left));
  border-radius: calc(0.5 * var(--noscript-button-size)) 0 0 calc(0.5 * var(--noscript-button-size));
  padding: var(--noscript-padding);
  padding-right: calc(var(--noscript-button-size) + var(--noscript-padding));
  background-color: var(--noscript-background);
  color: var(--noscript-foreground);
  box-shadow: 0 calc(0.125 * var(--base-font-size)) calc(0.25 * var(--base-font-size)) color-mix(in srgb, var(--noscript-foreground), transparent 80%);
  transform: translateX(100%) translateX(var(--noscript-offset-right));
  transition: transform 400ms;
  font-weight: 500;
}
.noscript .noscript-content > :first-child, .noscript .noscript-content > link:first-child + * {
  margin-top: 0;
}
.noscript .noscript-content > :last-child {
  margin-bottom: 0;
}
.noscript .noscript-content > :is(.large-text, .lead-text):first-child > :first-child {
  margin-top: 0;
}
.noscript .noscript-content > :is(.large-text, .lead-text):last-child > :last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .noscript .noscript-content {
    transition: none;
  }
}
.noscript .noscript-content:is(.noscript:has(#noscript-show:checked) *) {
  transform: translateX(0);
}
.noscript .noscript-show-button {
  position: fixed;
  z-index: 1000;
  right: var(--noscript-offset-right);
  bottom: var(--noscript-offset-bottom);
  background-color: var(--noscript-background);
  color: var(--noscript-foreground);
  width: var(--noscript-button-size);
  height: var(--noscript-button-size);
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 150ms;
}
@media (hover: hover) and (pointer: fine) {
  .noscript .noscript-show-button:not(.noscript:has(#noscript-show:checked) *):hover {
    transform: translateX(var(--noscript-offset-right));
  }
}
.noscript .noscript-show-button svg {
  width: calc(2 * var(--base-font-size));
  height: calc(2 * var(--base-font-size));
  margin-top: calc(-0.25 * var(--base-font-size));
}

/*!*******************************************************************************!*\
  !*** ../src/features/tinymce/alignment-classes/alignment-classes.global.scss ***!
  \*******************************************************************************/
.text-align-left {
  text-align: left;
}

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

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

/*!*****************************************************************!*\
  !*** ../src/features/tinymce/large-text/large-text.global.scss ***!
  \*****************************************************************/
/*******************************
 * 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
 ******************************/
.large-text {
  font-size: var(--increased-font-size);
  line-height: var(--base-line-height);
}

/*!***************************************************************!*\
  !*** ../src/features/tinymce/lead-text/lead-text.global.scss ***!
  \***************************************************************/
/*******************************
 * 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
 ******************************/
.lead-text {
  font-size: var(--lead-font-size, calc(1.25 * var(--base-font-size)));
  line-height: var(--lead-line-height, var(--base-line-height));
}

/*!***************************************************************!*\
  !*** ../src/features/tinymce/tags-list/tags-list.global.scss ***!
  \***************************************************************/
.tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--tags-list-gap, 0.75rem);
  list-style: none;
  padding: 0;
}
.tags-list > * {
  display: block;
  width: fit-content;
  font-size: var(--tags-list-font-size, 1rem);
  font-weight: var(--tags-list-font-weight, 400);
  border: var(--tags-list-border-width, 1px) solid var(--tags-list-border);
  background-color: var(--tags-list-background, white);
  color: var(--tags-list-foreground, black);
  padding: var(--tags-list-padding-y, 0.75em) var(--tags-list-padding-x, 0.75em);
  border-radius: var(--rounded);
  line-height: var(--tags-line-height, 1.3);
}

/*# sourceMappingURL=css-bundle.css.map*/