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

/*******************************
 * 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, 36) */ clamp(1.5rem, 1.3246753247rem + 0.7792207792vw, 2.25rem);
  --element-spacing: var(--layout-gap);
  --section-spacing: /* grow(40, 140) */ clamp(2.5rem, 1.038961039rem + 6.4935064935vw, 8.75rem);
  --header-mobile-height: 84px;
  --sidebar-desktop-width: 100px;
  --sidebar-desktop-expanded-width: 300px;
  /*******************************
   * Colors
   ******************************/
  --black: #000000;
  --white: #ffffff;
  --grey-50: #f6f6f6;
  --grey-100: #e7e7e7;
  --grey-200: #d1d1d1;
  --grey-300: #b0b0b0;
  --grey-400: #888888;
  --grey-500: #6d6d6d;
  --grey-600: #5d5d5d;
  --grey-700: #4f4f4f;
  --grey-800: #454545;
  --grey-900: #3d3d3d;
  --grey-950: #1d1d1d;
  --body-background: var(--white);
  --text-color: var(--black);
  --text-color-inverted: var(--white);
  --shade-color: var(--grey-50);
  --shade-color-dark: var(--grey-100);
  --border-color: var(--grey-100);
  --overlay-color: color-mix(in srgb, var(--black), transparent 60%);
  --overlay-blur: 4px;
  --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:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
    'Helvetica Neue', sans-serif;
  --base-font-size: /* grow(16, 20) */ clamp(1rem, 0.9415584416rem + 0.2597402597vw, 1.25rem);
  --reduced-font-size: /* grow(14, 17) */ clamp(0.875rem, 0.8311688312rem + 0.1948051948vw, 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: var(--wp-admin--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;
  }
}

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

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

:is(h1),
:is(.h1) {
  font-size: /* grow(33.2, 48.8) */ clamp(2.075rem, 1.8470779221rem + 1.012987013vw, 3.05rem);
  line-height: 1.15;
}

:is(h2),
:is(.h2) {
  font-size: /* grow(27.65, 39.1) */ clamp(1.728125rem, 1.560836039rem + 0.7435064935vw, 2.44375rem);
  line-height: 1.175;
}

:is(h3),
:is(.h3) {
  font-size: /* grow(23, 31.25) */ clamp(1.4375rem, 1.3169642857rem + 0.5357142857vw, 1.953125rem);
}

:is(h4),
:is(.h4) {
  font-size: /* grow(19.2, 25) */ clamp(1.2rem, 1.1152597403rem + 0.3766233766vw, 1.5625rem);
}

:is(h5),
:is(.h5) {
  font-size: /* grow(16, 20) */ clamp(1rem, 0.9415584416rem + 0.2597402597vw, 1.25rem);
}

:root {
  --vw: calc((100vw - var(--scrollbar-width, 0px)) / 100);
  --100vw: calc(100 * var(--vw));
  --svh: calc(var(--window-height, 100vh) / 100);
}
@supports (height: 100svh) {
  :root {
    --svh: 1svh;
  }
}
:root {
  --100svh: calc(100 * var(--svh));
  --round-interval: 1px;
}
@media (min-resolution: 2dppx) {
  :root {
    --round-interval: 0.5px;
  }
}
:root {
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  color: var(--text-color);
  --available-viewport-height: calc(
    100vh - var(--admin-bar-height, 0px) - var(--header-height, 0px)
  );
}

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

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

:where(hr) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid var(--border-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.2em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  color: var(--primary-color);
}
@media (hover: hover) and (pointer: fine) {
  :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);
}
: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.1785714286rem + 1.4285714286vw, 1.875rem)));
  scroll-margin-bottom: 20px;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) {
  list-style-type: none;
  padding-left: 0;
  margin-block: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):is(p:has(+ :where(*))) {
  margin-bottom: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):has(+ p) {
  margin-top: 0.5em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):first-child {
  margin-top: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *):last-child {
  margin-bottom: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li {
  --list-raw-distance: 0.5em;
  --list-distance: var(--list-raw-distance);
  --list-bullet-raw-width: 0.4em;
  --list-bullet-width: var(--list-bullet-raw-width);
  --list-bullet-raw-height: max(0.125em, 3px);
  --list-bullet-height: var(--list-bullet-raw-height);
}
@supports (height: round(1.5px, 1px)) {
  :where(section.main) ul:not([class]):not(.wpforms-container *) li:where(:not(:root.safari-pre-17 *)) {
    --list-distance: round(var(--list-raw-distance), var(--round-interval));
    --list-bullet-width: round(var(--list-bullet-raw-width), var(--round-interval));
    --list-bullet-height: round(var(--list-bullet-raw-height), var(--round-interval));
  }
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li {
  --list-offset: calc(var(--list-distance) + var(--list-bullet-width));
  position: relative;
  padding-left: var(--list-offset);
  margin: 0;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li + li {
  margin-top: 0.125em;
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li::before {
  --list-bullet-raw-margin-top: calc(-0.5 * var(--list-bullet-height));
  --list-bullet-margin-top: var(--list-bullet-raw-margin-top);
  --list-bullet-raw-top: 0.75em;
  --list-bullet-top: var(--list-bullet-raw-top);
}
@supports (height: round(1.5px, 1px)) {
  :where(section.main) ul:not([class]):not(.wpforms-container *) li::before:where(:not(:root.safari-pre-17 *)) {
    --list-bullet-margin-top: round(var(--list-bullet-raw-margin-top), var(--round-interval));
    --list-bullet-top: round(var(--list-bullet-raw-top), var(--round-interval));
  }
}
:where(section.main) ul:not([class]):not(.wpforms-container *) li::before {
  content: "";
  background-color: var(--basic-list-bullet-color, var(--primary-color));
  position: absolute;
  width: var(--list-bullet-width);
  height: var(--list-bullet-height);
  margin-left: calc(-1 * var(--list-offset));
  margin-top: var(--list-bullet-margin-top);
  top: var(--list-bullet-top);
}

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

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

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

:root {
  --container-width: 100%;
  --container-padding: /* grow(20px, 80px) */ clamp(1.25rem, 0.3733766234rem + 3.8961038961vw, 5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 992px /* md */) {
  .main-layout {
    display: grid;
    grid-template-columns: var(--sidebar-width) 1fr;
    gap: var(--layout-gap);
    margin-left: 0;
  }
}

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

iframe {
  width: 100%;
}

@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}
@supports selector(:has(*)) {
  @media (prefers-reduced-motion: no-preference) {
    html:has(body:not(.not-initialized)) {
      animation: smoothscroll1 1s;
    }
    html:has(body:not(.not-initialized)):focus-within {
      animation-name: smoothscroll2;
      scroll-behavior: smooth;
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    html:has(body.no-js) {
      animation: smoothscroll1 1s;
    }
    html:has(body.no-js):focus-within {
      animation-name: smoothscroll2;
      scroll-behavior: smooth;
    }
  }
}
@supports not selector(:has(*)) {
  @media (prefers-reduced-motion: no-preference) {
    html {
      animation: smoothscroll1 1s;
    }
    html:focus-within {
      animation-name: smoothscroll2;
      scroll-behavior: smooth;
    }
  }
}
/*
 * 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.2288961039rem + 0.6493506494vw, 3rem);
  --gap: /* grow(8, 12) */ clamp(0.5rem, 0.4415584416rem + 0.2597402597vw, 0.75rem);
  --border-width: 1px;
  margin-top: var(--element-spacing);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  font-size: var(--font-size);
}
.page-nav :is(.page-nav-item, .page-numbers):is(.dots) {
  pointer-events: none;
}
.page-nav :is(.page-nav-item, .page-numbers) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--button-size);
  height: var(--button-size);
  border: var(--border-width) solid currentColor;
  border-radius: var(--rounded);
  color: var(--text-color);
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.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);
}
/*******************************
 * 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;
}
.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.25;
}
.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-icon {
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
}
.button.style-icon ::selection {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(from var(--primary-color) calc(l * 0.9) c h);
}
.button.style-icon {
  padding: 0.75rem;
}
.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;
  line-height: inherit;
}
.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(--shade-color-dark);
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
  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));
}
.button.style-secondary-icon {
  --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(--shade-color-dark);
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
  border: 1px solid var(--button-border-color);
}
.button.style-secondary-icon:where(:disabled, .disabled, [aria-disabled=true], .inert, [inert], .inert *, [inert] *) {
  --button-border-color: var(--form-disabled-text, var(--shade-color-dark));
}
.button.style-secondary-icon {
  padding: 0.75rem;
}

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

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

/*******************************
 * Button Group
 ******************************/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
/*******************************
 * 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 {
  display: grid;
}
.page-section .section-item > .section-content > :first-child, .page-section .section-item > .section-content > link:first-child + * {
  margin-top: 0;
}
.page-section .section-item > .section-content > :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;
}

@container section-item (width < 90cqw) {
  .page-section .section-item.layout-padding-l > .section-content {
    padding-left: calc(var(--grid-layout-gap) + var(--grid-layout-column-width));
  }
}
@container section-item (width < 90cqw) {
  .page-section .section-item.layout-padding-r > .section-content {
    padding-right: calc(var(--grid-layout-gap) + var(--grid-layout-column-width));
  }
}
@container section-item (width < 90cqw) {
  .page-section .section-item.layout-padding-lr > .section-content {
    padding-inline: calc(var(--grid-layout-gap) + var(--grid-layout-column-width));
  }
}

.page-section .section-item.layout-padding-lmax {
  align-items: center;
  justify-content: flex-start;
}
@media (width >= 768px /* sm */) {
  .page-section .section-item.layout-padding-lmax {
    justify-content: flex-end;
  }
}
@container section-item (width >= 90cqw) {
  .page-section .section-item.layout-margin-top {
    margin-top: var(--element-spacing);
  }
}
@container section-item (width >= 90cqw) {
  .page-section .section-item.layout-margin-bottom {
    margin-bottom: var(--element-spacing);
  }
}
@container section-item (width >= 90cqw) {
  .page-section .section-item.layout-margin-top-bottom {
    margin-block: var(--element-spacing);
  }
}

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

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

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

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

/*******************************
 * Column Order
 ******************************/
@media (width < 768px /* sm */) {
  .page-section.order-xs-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (width >= 768px /* sm */) {
  @media (width < 992px /* md */) {
    .page-section.order-sm-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 992px /* md */) {
  @media (width < 1200px /* lg */) {
    .page-section.order-md-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 1200px /* lg */) {
  @media (width < 1400px /* xl */) {
    .page-section.order-lg-reversed .section-grid {
      --grid-layout-order: -1;
    }
  }
}
@media (width >= 1400px /* xl */) {
  .page-section.order-xl-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
/*******************************
 * 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.5373376623rem + 0.3896103896vw, 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.5373376623rem + 0.3896103896vw, 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.2873376623rem + 0.3896103896vw, 0.75rem);
}

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

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

@media (width < 768px /* sm */) {
  .cm-manager-footer {
    justify-content: flex-start;
  }
  .cm-service-header {
    justify-content: space-between;
    row-gap: 0;
  }
  .cm-service-learn-more {
    order: 2;
    width: 100%;
    --cm-service--more-font-weight: 400;
  }
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
  padding: /* grow(5, 10) */ clamp(0.3125rem, 0.2394480519rem + 0.3246753247vw, 0.625rem) /* grow(12, 20) */ clamp(0.75rem, 0.6331168831rem + 0.5194805195vw, 1.25rem);
  line-height: 1.4;
}

.cm-bar a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
/*******************************
 * 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, 3.0194805195rem + 3.2467532468vw, 6.875rem);
  --margin-between-rows: /* grow(30, 60) */ clamp(1.875rem, 1.4366883117rem + 1.9480519481vw, 3.75rem);
  --vertical-margin-between-columns: /* grow(30, 60) */ clamp(1.875rem, 1.4366883117rem + 1.9480519481vw, 3.75rem);
  --padding-below: /* grow(40, 60) */ clamp(2.5rem, 2.2077922078rem + 1.2987012987vw, 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;
}
: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, 20) */ clamp(1rem, 0.9415584416rem + 0.2597402597vw, 1.25rem);
  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;
  }
}
/*******************************
 * 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 */) {
  .hamburger-icon .hamburger-lines:is(body.mobile-menu-active *) {
    stroke-width: var(--hamburger-rotated-stroke);
  }
}
.hamburger-icon .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon .menu-bar-middle-group {
  transition-property: transform;
}
.hamburger-icon .menu-bar-top-group {
  transform-origin: calc(100% - 0.5px * var(--hamburger-rotated-stroke)) calc(0.5px * var(--hamburger-rotated-stroke));
}
.hamburger-icon .menu-bar-bottom-group {
  transform-origin: calc(100% - 0.5px * var(--hamburger-rotated-stroke)) calc(100% - 0.5px * var(--hamburger-rotated-stroke));
}
.hamburger-icon .menu-bar-middle-group-1,
.hamburger-icon .menu-bar-middle-group-2,
.hamburger-icon .menu-bar-middle {
  transform-origin: center;
}
.hamburger-icon .menu-bar-middle-group-2 {
  opacity: 0;
  transition: transform 300ms, opacity 300ms, color 125ms;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar {
  transition: transform 300ms, opacity 125ms, color 125ms;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-bottom {
  opacity: 0;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle {
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle-group-2 {
  opacity: 1;
  transform: rotate(calc(-1 * var(--hamburger-rotation-angle, 45deg)));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=false]) .menu-bar-middle-group-1 {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom {
  transform-origin: right center;
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom-group {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top-group {
  transform: rotate(calc(-1 * var(--hamburger-rotation-angle, 45deg)));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-group-outer {
  transform: var(--translate);
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-top-group-outer {
  --translate: translate(
    calc(-1 * var(--hamburger-move-bars-x, 0)),
    var(--hamburger-move-bars-y, 0)
  );
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]):is([data-dual=true]) .menu-bar-bottom-group-outer {
  --translate: translate(
    calc(-1 * var(--hamburger-move-bars-x, 0)),
    calc(-1 * var(--hamburger-move-bars-y, 0))
  );
}
/*******************************
 * 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);
  --sidebar-width: 0px;
}
@media (width >= 992px /* md */) {
  :root {
    --sidebar-width: var(--sidebar-desktop-width);
    --header-height: 0px;
  }
}

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

/*******************************
 * Header Desktop
 ******************************/
/*
 * Placeholder that is wrapped around the mobile and desktop header,
 * taking up its height to enable headers to be positioned fixed.
 */
@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, $from: md) */ clamp(1.5rem, 0.4074889868rem + 1.7621145374vw, 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.2em;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}

/*******************************
 * 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;
}
.mobile-menu-wrapper header.main.mobile:is(body.with-sticky-mobile-header:not(.mobile-menu-active) *,
body.no-js:not(.mobile-menu-active) *) {
  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;
}
.mobile-menu-wrapper header.main.mobile .search-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper header.main.mobile .search-button {
  --button-padding-x: 0.5rem;
  --button-padding-y: 0.875rem;
  cursor: pointer;
  padding: var(--button-padding-y) var(--button-padding-x);
  margin: 0 calc(var(--button-padding-x) * -1);
}
.mobile-menu-wrapper header.main.mobile .menu-button {
  --button-padding-x: 0.25rem;
  --button-padding-y: 0.875rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  justify-self: flex-end;
  padding: var(--button-padding-y) var(--button-padding-x);
  margin: 0 calc(var(--button-padding-x) * -1);
  border-radius: var(--rounded);
}
.mobile-menu-wrapper header.main.mobile .menu-button:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper header.main.mobile .menu-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary-color));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper #no-js-menu-toggle {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-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: var(--overlay-color);
  backdrop-filter: blur(var(--overlay-blur, 0px));
}
.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.737012987rem + 1.1688311688vw, 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.9496753247rem + 0.7792207792vw, 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;
}
.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-underline-offset: 0.2em;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}

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

/*******************************
 * 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-offset: -4px;
  --menu-item-padding-x: 1.5em;
  --menu-item-padding-y: 0.4em;
  position: absolute;
  top: 100%;
  display: block;
  min-width: 13em;
  right: 0;
  padding: 1em 0;
  align-self: flex-start;
  list-style: none;
  z-index: 1;
  font-size: var(--reduced-font-size);
  background-color: var(--white);
  color: var(--text-color);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05), 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  border-radius: var(--rounded);
  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 {
  color: var(--primary-color);
}
header.main.desktop nav.main :where(.menu > li > .sub-menu > li > a):active {
  color: var(--primary-color-darker);
}
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);
}
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, header.main.desktop nav.main:is(.no-js *) .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;
  }
}
header.main.desktop nav.main:is(body.not-initialized *) .menu-item-has-children > .sub-menu {
  display: none;
}
header.main.desktop nav.main:is(body.not-initialized *) .menu-item-has-children:hover > .sub-menu, header.main.desktop nav.main:is(body.not-initialized *) .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
header.main.desktop nav.main:is(body.not-initialized *) .menu-item-has-children:hover::after, header.main.desktop nav.main:is(body.not-initialized *) .menu-item-has-children:focus-within::after {
  transform: rotateZ(180deg);
}
header.main.desktop nav.main:is(body.no-js *) .menu-item-has-children::after {
  content: "";
  mask-image: url(/wp-content/themes/andermattmoments.swiss/dist/ba9c4a8b5fcc5058.svg);
  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(/wp-content/themes/andermattmoments.swiss/dist/ba9c4a8b5fcc5058.svg);
    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;
}
.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);
}
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.noscript {
  --noscript-base: min(var(--base-font-size, 1rem), 1.25rem);
  --noscript-offset-right: calc(-0.5 * var(--base-font-size));
  --noscript-offset-left: calc(1 * var(--base-font-size));
  --noscript-offset-bottom: calc(1 * var(--base-font-size));
  --noscript-padding: calc(1 * var(--base-font-size));
  --noscript-button-size: calc(3.5 * var(--base-font-size));
  --noscript-background: #ffd54f;
  --noscript-foreground: #352900;
}
.noscript .noscript-content {
  position: fixed;
  z-index: 1000;
  right: var(--noscript-offset-right);
  bottom: var(--noscript-offset-bottom);
  max-width: calc(100% - var(--noscript-offset-right) - var(--noscript-offset-left));
  border-radius: calc(0.5 * var(--noscript-button-size)) 0 0 calc(0.5 * var(--noscript-button-size));
  padding: var(--noscript-padding);
  padding-right: calc(var(--noscript-button-size) + var(--noscript-padding));
  background-color: var(--noscript-background);
  color: var(--noscript-foreground);
  box-shadow: 0 calc(0.125 * var(--base-font-size)) calc(0.25 * var(--base-font-size)) color-mix(in srgb, var(--noscript-foreground), transparent 80%);
  transform: translateX(100%) translateX(var(--noscript-offset-right));
  transition: transform 400ms;
  font-weight: 500;
}
.noscript .noscript-content > :first-child, .noscript .noscript-content > link:first-child + * {
  margin-top: 0;
}
.noscript .noscript-content > :last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .noscript .noscript-content {
    transition: none;
  }
}
.noscript .noscript-content:is(.noscript:has(#noscript-show:checked) *) {
  transform: translateX(0);
}
.noscript .noscript-show-button {
  position: fixed;
  z-index: 1000;
  right: var(--noscript-offset-right);
  bottom: var(--noscript-offset-bottom);
  background-color: var(--noscript-background);
  color: var(--noscript-foreground);
  width: var(--noscript-button-size);
  height: var(--noscript-button-size);
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 150ms;
}
@media (hover: hover) and (pointer: fine) {
  .noscript .noscript-show-button:not(.noscript:has(#noscript-show:checked) *):hover {
    transform: translateX(var(--noscript-offset-right));
  }
}
.noscript .noscript-show-button svg {
  width: calc(2 * var(--base-font-size));
  height: calc(2 * var(--base-font-size));
  margin-top: calc(-0.25 * var(--base-font-size));
}
.text-align-left {
  text-align: left;
}

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

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

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