
/*!***************************************************!*\
  !*** ../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 ***!
  \****************************/

/*******************************
 * 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(24, 40) */ clamp(1.5rem, 1.2272727273rem + 1.2121212121vw, 2.5rem);
  --element-spacing: var(--layout-gap);
  --section-spacing: /* grow(40, 140) */ clamp(2.5rem, 0.7954545455rem + 7.5757575758vw, 8.75rem);
  --header-desktop-height: 100px;
  --header-mobile-height: 70px;
  /*******************************
   * Colors
   ******************************/
  --black: #000000;
  --white: #ffffff;
  --light-grey: #f4f4f4;
  --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%);
  --primary-color: #014fff;
  --primary-color-lighter: oklch(from var(--primary-color) calc(l * 1.2) calc(c * 1.2) h);
  --primary-color-darker: color-mix(in srgb, var(--primary-color), black 20%);
  --primary-contrast: var(--text-color-inverted);
  --footer-background: var(--black);
  --footer-foreground: var(--white);
  /*******************************
   * Typography
   ******************************/
  --font-family: "NewEdge666", sans-serif;
  --base-font-size: /* grow(16, 20) */ clamp(1rem, 0.9318181818rem + 0.303030303vw, 1.25rem);
  --reduced-font-size: /* grow(14, 17) */ clamp(0.875rem, 0.8238636364rem + 0.2272727273vw, 1.0625rem);
  --base-line-height: 1.5;
  --reduced-line-height: 1.2;
  /*******************************
   * Other
   ******************************/
  --rounded: 0.5rem;
}

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

@font-face {
  font-family: "NewEdge666";
  src: url(d868a734813321b1.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: var(--font-family);
  font-size: /* grow(21, 32) */ clamp(1.3125rem, 1.125rem + 0.8333333333vw, 2rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
}

:is(h1, h2, h3, h4, h5, h6),
:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  text-wrap: balance;
}

:is(h1),
:is(.h1) {
  font-size: /* grow(78, 148) */ clamp(4.875rem, 3.6818181818rem + 5.303030303vw, 9.25rem);
  line-height: 1.1;
  font-weight: 400;
  margin-block-start: /* grow(50, 100) */ clamp(3.125rem, 2.2727272727rem + 3.7878787879vw, 6.25rem);
  margin-block-end: /* grow(26, 57) */ clamp(1.625rem, 1.0965909091rem + 2.3484848485vw, 3.5625rem);
}

:is(h2),
:is(.h2) {
  font-size: /* grow(43, 49) */ clamp(2.6875rem, 2.5852272727rem + 0.4545454545vw, 3.0625rem);
  line-height: 1.1;
  font-weight: 400;
  margin-block-start: /* grow(44, 84) */ clamp(2.75rem, 2.0681818182rem + 3.0303030303vw, 5.25rem);
  margin-block-end: /* grow(12, 18) */ clamp(0.75rem, 0.6477272727rem + 0.4545454545vw, 1.125rem);
}

:is(h3),
:is(.h3) {
  font-size: /* grow(21, 32) */ clamp(1.3125rem, 1.125rem + 0.8333333333vw, 2rem);
  line-height: 1.2;
  font-weight: 400;
  margin-block-start: /* grow(23, 32) */ clamp(1.4375rem, 1.2840909091rem + 0.6818181818vw, 2rem);
  margin-block-end: /* grow(10, 20) */ clamp(0.625rem, 0.4545454545rem + 0.7575757576vw, 1.25rem);
}

:is(h4),
:is(.h4) {
  font-size: /* grow(18, 25) */ clamp(1.125rem, 1.0056818182rem + 0.5303030303vw, 1.5625rem);
  line-height: 1.2;
  font-weight: 400;
  margin-block-start: 1lh;
  margin-block-end: 0;
}

:is(h5),
:is(.h5) {
  font-size: /* grow(16, 25) */ clamp(1rem, 0.8465909091rem + 0.6818181818vw, 1.5625rem);
  line-height: 1.2;
  font-weight: 400;
  margin-block-start: 1lh;
  margin-block-end: 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));
  --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);
  --available-viewport-height: calc(
    100vh - var(--admin-bar-height, 0px) - var(--header-height, 0px)
  );
}

/*******************************
 * 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])) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  color: var(--primary-color);
}
:where(section.main) a:where(:not([class])):hover {
  color: var(--primary-color-lighter);
}
:where(section.main) a:where(:not([class])):active {
  color: var(--primary-color-darker);
}
:root.no-focus-visible :where(section.main) a:where(:not([class])):focus {
  outline: 2px solid var(--primary-color);
  outline-offset: var(--focus-offset, 3px);
}

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

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

/*******************************
 * 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%;
  --max-content-width: 1516px;
  --max-content-width-outset: 2560px;
  --container-padding: 20px;
}

@media (0px /* xs */ <= 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: base-container/inline-size;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--max-content-width);
  width: calc(100% - 2 * var(--container-padding));
}
.container.style-outset {
  max-width: var(--max-content-width-outset);
}
.container.style-outset-large {
  max-width: 2560px;
}
.container.style-fluid {
  width: auto;
}

@media (width >= 1680px ) {
  :root {
    --container-width: 1740px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.layout-fluid-grid {
  --tile-size: /* grow(300, 560) */ clamp(18.75rem, 14.3181818182rem + 19.696969697vw, 35rem);
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(var(--tile-size), 1fr));
  grid-gap: /* grow(20, 24) */ clamp(1.25rem, 1.1818181818rem + 0.303030303vw, 1.5rem);
}
.layout-fluid-grid .placeholder {
  aspect-ratio: 1;
}

.placeholder {
  background-color: rgba(0, 0, 0, 0.05);
}
.placeholder.style-media {
  aspect-ratio: 943/466;
}

@media (width >= 768px /* sm */) {
  .layout-teaser-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: var(--layout-gap);
  }
}
.layout-teaser-media .layout-teaser-media-main > :first-child, .layout-teaser-media .layout-teaser-media-main > link:first-child + * {
  margin-top: 0;
}
.layout-teaser-media .layout-teaser-media-main > :last-child {
  margin-bottom: 0;
}
.layout-teaser-media .layout-teaser-media-media {
  --layout-max-width-offset: var(--max-content-width-outset);
  --margin-offset: max(calc((var(--100vw) - 100cqw) / -2), calc((var(--layout-max-width-offset) - 100cqw) / -2));
  grid-column: 2/-1;
  margin-inline: var(--margin-offset);
}
@media (width >= 768px /* sm */) {
  .layout-teaser-media .layout-teaser-media-media {
    margin-inline-start: 0;
  }
}
.layout-teaser-media .layout-teaser-media-media img, .layout-teaser-media .layout-teaser-media-media video {
  width: 100%;
}
.layout-teaser-media + .layout-teaser-media {
  margin-top: /* grow(46, 30) */ clamp(1.875rem, 3.1477272727rem + -1.2121212121vw, 2.875rem);
}

.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%;
}

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

@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}
@supports selector(:has(*)) {
  @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;
    }
  }
}
/**
 * block-reset bem module
 */
.block-reset > :first-child {
  margin-block-start: 0;
}
.block-reset > :last-child {
  margin-block-end: 0;
}

.bg {
  padding-block: /* grow(30, 42) */ clamp(1.875rem, 1.6704545455rem + 0.9090909091vw, 2.625rem);
  color: #FF4200;
  background-color: #E6D4E4;
}

.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: 0.75rem;
  --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);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, var(--white));
  border-radius: var(--rounded);
  border: var(--form-input-border, 1px solid var(--text-color));
  color: var(--form-text, var(--text-color));
}
:root.no-focus-visible .searchform input[type=date]:focus, :root.no-focus-visible .searchform input[type=email]:focus, :root.no-focus-visible .searchform input[type=number]:focus, :root.no-focus-visible .searchform input[type=password]:focus, :root.no-focus-visible .searchform input[type=search]:focus, :root.no-focus-visible .searchform input[type=tel]:focus, :root.no-focus-visible .searchform input[type=text]:focus, :root.no-focus-visible .searchform input[type=url]:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.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);
}
.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 {
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, var(--white));
  border-radius: var(--rounded);
  border: var(--form-input-border, 1px solid var(--text-color));
  color: var(--form-text, var(--text-color));
}
:root.no-focus-visible .searchform textarea:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.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);
}
.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);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, var(--white));
  border-radius: var(--rounded);
  border: var(--form-input-border, 1px solid var(--text-color));
  color: var(--form-text, var(--text-color));
}
:root.no-focus-visible .searchform select:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.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);
}
.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;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMS4xTDEuMSAwbDQuNCA0LjRMOS45IDAgMTEgMS4xIDUuNSA2LjZ6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.searchform input[type=checkbox] {
  appearance: none;
  border: 2px solid var(--form-color, 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;
}
:root.no-focus-visible .searchform input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--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;
}
:root.no-focus-visible .searchform input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--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],
.searchform input[type=button],
.searchform input[type=reset],
.searchform button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--primary-color));
  --button-color: var(--primary-contrast, var(--text-color-inverted));
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-active-background);
  --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);
  cursor: pointer;
  font-weight: bold;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
:root.no-focus-visible .searchform input[type=submit]:focus,
:root.no-focus-visible .searchform input[type=button]:focus,
:root.no-focus-visible .searchform input[type=reset]:focus,
:root.no-focus-visible .searchform button:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.searchform input[type=submit]:focus:not(:focus-visible),
.searchform input[type=button]:focus:not(:focus-visible),
.searchform input[type=reset]:focus:not(:focus-visible),
.searchform button:focus:not(:focus-visible) {
  outline: none;
}
.searchform input[type=submit]:focus-visible,
.searchform input[type=button]:focus-visible,
.searchform input[type=reset]:focus-visible,
.searchform button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
@media (hover: hover) and (pointer: fine) {
  .searchform input[type=submit]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform input[type=button]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform input[type=reset]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):hover,
  .searchform 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);
  }
}
.searchform input[type=submit]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform input[type=button]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform input[type=reset]:where(:not(:disabled):not(.disabled):not([aria-disabled=true]):not(.inert):not([inert]):not(.inert *):not([inert] *)):active,
.searchform 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);
}
.searchform input[type=submit]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=button]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=reset]:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform button:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  cursor: default;
  --background: 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));
}
.searchform input[type=submit].style-default, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button].style-default,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset].style-default,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.searchform button.style-default,
.searchform button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.75rem 1.25rem;
  line-height: 1.8;
}
.searchform input[type=submit].style-default ::selection, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform input[type=button].style-default ::selection,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform input[type=reset].style-default ::selection,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]) ::selection,
.searchform button.style-default ::selection,
.searchform 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);
}
.searchform input[type=submit].style-text,
.searchform input[type=button].style-text,
.searchform input[type=reset].style-text,
.searchform button.style-text {
  --button-color: var(--form-color, var(--primary-color));
  --button-hover-color: var(--form-hover, var(--primary-color-lighter));
  --button-active-color: var(--form-active, var(--primary-color-darker));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  align-self: center;
}
.searchform input[type=submit].style-secondary,
.searchform input[type=button].style-secondary,
.searchform input[type=reset].style-secondary,
.searchform button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: var(--button-border-color);
  --button-hover-color: var(--white);
  --button-active-background: var(--black);
  --button-active-color: var(--white);
  padding: 0.75rem 1.25rem;
  line-height: 1.8;
  border: 1px solid var(--button-border-color);
}
.searchform input[type=submit].style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=button].style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform input[type=reset].style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *),
.searchform button.style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  --button-border-color: var(--form-disabled-text, var(--shade-color-dark));
}
.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: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-active-background);
  --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);
  cursor: pointer;
  font-weight: bold;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
:root.no-focus-visible #searchform div input[type=submit]:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

#searchform div input[type=submit]:focus:not(:focus-visible) {
  outline: none;
}
#searchform div input[type=submit]:focus-visible {
  outline: 2px solid var(--focus-color, var(--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;
  --background: 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));
}
#searchform div input[type=submit] {
  padding: 0.75rem 1.25rem;
  line-height: 1.8;
}
#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] {
  --form-color: var(--color-azure);
  cursor: pointer;
}

/*
 * Pagination navigation panel
 * used e.g. for post archive or search results pagination
 */
.page-nav {
  --font-size: 1rem;
  --button-size: /* grow(38, 48) */ clamp(2.375rem, 2.2045454545rem + 0.7575757576vw, 3rem);
  --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) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--button-size);
  height: var(--button-size);
  border: 2px solid currentColor;
  border-radius: var(--rounded);
  color: var(--text-color);
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
:root.no-focus-visible .page-nav :is(.page-nav-item, .page-numbers):focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.page-nav :is(.page-nav-item, .page-numbers):focus:not(:focus-visible) {
  outline: none;
}
.page-nav :is(.page-nav-item, .page-numbers):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.page-nav :is(.page-nav-item, .page-numbers):hover {
  color: var(--primary-color-darker);
}
.page-nav :is(.page-nav-item, .page-numbers):active {
  color: var(--text-color);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.current-page-nav-item, .current) {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-inverted);
}

.noscript .container {
  margin-block: /* grow(20, 40) */ clamp(1.25rem, 0.9090909091rem + 1.5151515152vw, 2.5rem);
  padding-block: /* grow(10, 20) */ clamp(0.625rem, 0.4545454545rem + 0.7575757576vw, 1.25rem);
  padding-inline: /* grow(10, 20) */ clamp(0.625rem, 0.4545454545rem + 0.7575757576vw, 1.25rem);
  border-radius: var(--rounded);
  background-color: #ffedb2;
  color: #352900;
  font-weight: 500;
}
.noscript .container > :first-child, .noscript .container > link:first-child + * {
  margin-top: 0;
}
.noscript .container > :last-child {
  margin-bottom: 0;
}

/*!*********************************************************!*\
  !*** ../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:is(section.main > *:first-child,
section.main > link:first-child + *,
section.main > link:first-child + link + *) {
  margin-top: calc(-1 * var(--header-height));
  padding-top: 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: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-color-lighter));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-color-darker));
  --button-active-color: var(--button-color);
  --button-active-border-color: var(--button-active-background);
  --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);
  cursor: pointer;
  font-weight: bold;
  border-radius: var(--rounded);
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
:root.no-focus-visible .button:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.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;
  --background: 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));
}
.button.style-default, .button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.75rem 1.25rem;
  line-height: 1.8;
}
.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-text {
  --button-color: var(--form-color, var(--primary-color));
  --button-hover-color: var(--form-hover, var(--primary-color-lighter));
  --button-active-color: var(--form-active, var(--primary-color-darker));
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  align-self: center;
}
.button.style-secondary {
  --button-background: transparent;
  --button-color: var(--black);
  --button-border-color: var(--black);
  --button-hover-background: var(--button-border-color);
  --button-hover-color: var(--white);
  --button-active-background: var(--black);
  --button-active-color: var(--white);
  padding: 0.75rem 1.25rem;
  line-height: 1.8;
  border: 1px solid var(--button-border-color);
}
.button.style-secondary:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  --button-border-color: var(--form-disabled-text, var(--shade-color-dark));
}

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

/*******************************
 * Buttons
 ******************************/
.buttons {
  margin-top: var(--element-spacing);
  margin-bottom: var(--element-spacing);
  padding: 0.1px;
}

/*******************************
 * Button Group
 ******************************/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.button-group .button {
  line-height: inherit;
}

/*!***************************************************!*\
  !*** ../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.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 */) and (width < 992px /* md */) {
  .page-section.order-sm-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (width >= 992px /* md */) and (width < 1200px /* lg */) {
  .page-section.order-md-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (width >= 1200px /* lg */) and (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
 ******************************/
:root {
  --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 */) {
  :root {
    --cm-manager--rounded: var(--rounded);
  }
}
:root {
  --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 */) {
  :root {
    --cm-manager--overlay-padding: 1.5rem;
  }
}
:root {
  --cm-manager--close-button-size: unset;
  --cm-manager--close-icon-color: unset;
  --cm-manager--close-icon-size: unset;
  --cm-manager--header-background: unset;
  --cm-manager--header-padding: 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 */) {
  :root {
    --cm-service--toggle-order: initial;
  }
}
:root {
  --cm-service--body-padding: unset;
  --cm-service--border-style: unset;
  --cm-service--label-weight: unset;
  --cm-service--dim-foreground: unset;
  --cm-service--more-font-weight: unset;
  --cm-service--animation: unset;
  --cm-toggle--width: unset;
  --cm-toggle--height: unset;
  --cm-toggle--border-width: 0px;
  --cm-toggle--rounded: unset;
  --cm-toggle--animation: unset;
  --cm-toggle--knob-border-width: unset;
  --cm-toggle--knob-padding: unset;
  --cm-toggle--track-color: 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;
}

.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;
  }
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
  padding: /* grow(5, 10) */ clamp(0.3125rem, 0.2272727273rem + 0.3787878788vw, 0.625rem) /* grow(12, 20) */ clamp(0.75rem, 0.6136363636rem + 0.6060606061vw, 1.25rem);
  line-height: 1.4;
}

/*!********************************************************!*\
  !*** ../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(--reduced-font-size);
  --padding-above: /* grow(60, 110) */ clamp(3.75rem, 2.8977272727rem + 3.7878787879vw, 6.875rem);
  --margin-between-rows: /* grow(30, 60) */ clamp(1.875rem, 1.3636363636rem + 2.2727272727vw, 3.75rem);
  --vertical-margin-between-columns: /* grow(30, 60) */ clamp(1.875rem, 1.3636363636rem + 2.2727272727vw, 3.75rem);
  --padding-below: /* grow(40, 60) */ clamp(2.5rem, 2.1590909091rem + 1.5151515152vw, 3.75rem);
  background-color: var(--footer-background);
  color: var(--footer-foreground);
  font-size: var(--footer-font-size);
  display: flex;
  flex-direction: column;
  gap: var(--margin-between-rows);
  padding: var(--padding-above) 0 var(--padding-below);
}
:where(footer.main) a:where(:not(.button)) {
  color: inherit;
}
:root.no-focus-visible :where(footer.main) a:where(:not(.button)):focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

: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 {
  opacity: 0.8;
}

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 {
  --cols-xs: 12;
  --cols-s: 6;
  --cols-sm: 6;
  --cols-md: 3;
  --cols-lg: 3;
  --cols-xl: 3;
  --cols-2xl: 3;
  --cols-3xl: 3;
}
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) {
  font-size: /* grow(16, 25) */ clamp(1rem, 0.8465909091rem + 0.6818181818vw, 1.5625rem);
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
footer.main .row-2 .container {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: var(--layout-gap);
}
footer.main .row-2 .container p {
  margin: 0.15em 0;
}
footer.main .row-2 .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media (width >= 768px /* sm */) {
  footer.main .row-2 .container {
    flex-direction: row-reverse;
  }
}

/*!************************************************************************!*\
  !*** ../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 < 992px /* md */) {
  body.mobile-menu-active .hamburger-icon .hamburger-lines {
    stroke-width: var(--hamburger-rotated-stroke);
  }
}

.hamburger-icon .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon .menu-bar-middle-group {
  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 >= 992px /* md */) {
  :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;
  max-height: calc(100% - var(--element-spacing));
  aspect-ratio: var(--aspect-ratio);
}
:root.no-focus-visible header.main a.logo:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

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

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 < 992px /* md */) {
  .header-desktop-placeholder {
    display: none;
  }
}

header.main.desktop {
  height: var(--header-height);
}
header.main.desktop .header-layout {
  display: flex;
  align-items: center;
  height: 100%;
}
header.main.desktop .header-layout .menu-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main {
  --menu-item-gap: /* grow(24, 40, 992) */ clamp(1.5rem, 0.0581395349rem + 2.3255813953vw, 2.5rem);
  --menu-item-padding-x: 0.5em;
  --menu-item-padding-y: 0.5em;
}
header.main.desktop nav.main :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.main :where(.menu li) {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main :where(.menu li > a) {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
}
header.main.desktop nav.main :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.main :where(.menu > li > a):hover {
  color: var(--primary-color-darker);
}
header.main.desktop nav.main :where(.menu li:is(.current-menu-item) > a) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-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 >= 992px /* md */) {
  .header-mobile-placeholder {
    display: none;
  }
}

.mobile-menu-wrapper header.main.mobile {
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  height: var(--header-height);
  max-height: var(--header-height);
  z-index: 15;
  background-color: var(--white);
  transition: box-shadow 200ms;
}
body.with-sticky-mobile-header:not(.mobile-menu-active) .mobile-menu-wrapper header.main.mobile, body.no-js:not(.mobile-menu-active) .mobile-menu-wrapper header.main.mobile {
  box-shadow: 0 1px 2px var(--shade-color);
}

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

.mobile-menu-wrapper header.main.mobile .search-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--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);
}
:root.no-focus-visible .mobile-menu-wrapper header.main.mobile .menu-button:focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper header.main.mobile .menu-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .menu-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper #no-js-menu-toggle {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-overlay {
  position: fixed;
  top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px));
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (backdrop-filter: blur(10px)) {
  .mobile-menu-wrapper .mobile-menu-overlay {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.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: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px));
  height: calc(100% - var(--admin-bar-height, 0px) - var(--header-height, 0px));
  box-shadow: 0 30px 20px -25px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.mobile-menu-wrapper .mobile-menu-primary {
  --padding-y: /* grow(32, 50) */ clamp(2rem, 1.6931818182rem + 1.3636363636vw, 3.125rem);
  overflow: auto;
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black var(--padding-y), black calc(100% - var(--padding-y)), rgba(0, 0, 0, 0) 100%);
}
.mobile-menu-wrapper .mobile-menu-secondary {
  --padding-y: /* grow(18, 30) */ clamp(1.125rem, 0.9204545455rem + 0.9090909091vw, 1.875rem);
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  font-size: var(--reduced-font-size);
  border-top: 1px solid color-mix(in srgb, var(--primary-color), #fff 90%);
  background-color: color-mix(in srgb, var(--primary-color), #fff 95%);
  color: var(--primary-color-darker);
}
body.no-js .mobile-menu-container,
body.no-js .mobile-menu-overlay {
  display: none;
}
body.no-js #no-js-menu-toggle:checked ~ .mobile-menu-overlay,
body.no-js #no-js-menu-toggle:checked ~ .mobile-menu-container {
  display: block !important;
}

.mobile-menu-wrapper nav.main :where(.menu, .sub-menu) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-wrapper nav.main :where(.menu, .sub-menu):focus {
  outline: none;
}
.mobile-menu-wrapper nav.main :where(.menu li > a) {
  display: flex;
  padding: 0.3em 0;
  font-size: 1.25em;
  font-weight: 500;
  color: inherit;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main :where(.menu li > a):focus {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper nav.main :where(.menu li > a):focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav.main :where(.menu li > a):focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper nav.main :where(.menu li:is(.current-menu-item) > a) {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 0.15em;
}

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

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

header.main.desktop nav.main .dropdown:focus:not(:focus-visible) {
  outline: none;
}
header.main.desktop nav.main .dropdown:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color), transparent 70%);
}
header.main.desktop nav.main .dropdown, .no-js header.main.desktop nav.main .menu-item-has-children::after {
  display: flex;
  width: var(--dropdown-button-size);
  height: var(--dropdown-button-size);
  margin-right: calc(-0.5 * (var(--dropdown-button-size) - var(--dropdown-icon-width)));
  transition: transform 200ms;
}

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

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

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

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

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

/*!*****************************************************************!*\
  !*** ../src/features/tinymce/small-text/small-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
 ******************************/
.small-text {
  font-family: var(--font-family);
  font-size: /* grow(18, 24) */ clamp(1.125rem, 1.0227272727rem + 0.4545454545vw, 1.5rem);
  line-height: 1.1904761905;
  font-weight: 400;
  letter-spacing: 0;
}

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