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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* #region "../src/css/main.scss" */
/*
- type: css
*/

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

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

@font-face {
  font-family: "Barlow Fallback";
  src: local(Tahoma);
  size-adjust: 96%;
  ascent-override: 103%;
  descent-override: normal;
  line-gap-override: normal;
}
/* barlow-latin-400-normal */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(ba589f78dbc8687a.woff2) format("woff2"), url(4525c3c0e5647e0e.woff) format("woff");
}
/* barlow-latin-400-italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(53cdbfa0d41fb50e.woff2) format("woff2"), url(ce99edb4f6a7d54c.woff) format("woff");
}
/* barlow-latin-500-normal */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(5f5027ccbe3e5871.woff2) format("woff2"), url(08d6805dc1c58fa4.woff) format("woff");
}
/* barlow-latin-500-italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(a6c1faddac03186d.woff2) format("woff2"), url(6631ac7375671652.woff) format("woff");
}
/* barlow-latin-600-normal */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(e77288c387d37b79.woff2) format("woff2"), url(1dc61f7a25b96843.woff) format("woff");
}
/* barlow-latin-600-italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(b2da9a1c540ce03b.woff2) format("woff2"), url(09009b4a611718d0.woff) format("woff");
}
/* barlow-latin-700-normal */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(5db7d341bde4960f.woff2) format("woff2"), url(73fe11eeddffc5f4.woff) format("woff");
}
/* barlow-latin-700-italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(f7f34407cf778ab4.woff2) format("woff2"), url(4155f618235f0515.woff) format("woff");
}
@font-face {
  font-family: "Barlow Condensed Fallback";
  src: local(Arial Narrow Bold);
  size-adjust: 94%;
  ascent-override: 104%;
  descent-override: 24%;
  line-gap-override: normal;
}
/* barlow-condensed-latin-700-normal */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(5ab57485954531d6.woff2) format("woff2"), url(9595566872159b2f.woff) format("woff");
}
/* barlow-condensed-latin-700-italic */
@font-face {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url(72da61f55c8df820.woff2) format("woff2"), url(8e9ff2b5aa7f634a.woff) format("woff");
}
:root {
  --base-font-family: "Barlow", "Barlow Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --base-font-size: 16px;
  --reduced-font-size: 14px;
  --lead-font-size: 19px;
  --large-font-size: 18px;
  --base-line-height: 1.625;
  --heading-font-family: "Barlow Condensed", "Barlow Condensed Fallback", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  --heading-font-weight: 700;
  --heading-line-height: 1.2;
}
@media (min-width: 768px) {
  :root {
    --base-font-size: 17px;
  }
}
@media (min-width: 768px) {
  :root {
    --reduced-font-size: 15px;
  }
}
@media (min-width: 768px) {
  :root {
    --lead-font-size: 20px;
  }
}
@media (min-width: 540px) {
  :root {
    --large-font-size: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --large-font-size: 22px;
  }
}

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

.lead-text {
  font-size: var(--lead-font-size, 1.25rem);
}

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

:is(h1),
:is(.h1) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: clamp(2.75rem, 2.6634615385rem + 0.3846153846vw, 3rem);
}

:is(h2),
:is(.h2) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: clamp(2.125rem, 2.0817307692rem + 0.1923076923vw, 2.25rem);
}

:is(h3),
:is(.h3) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: clamp(1.75rem, 1.6634615385rem + 0.3846153846vw, 2rem);
}

:is(h4),
:is(.h4) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}

:is(h5),
:is(.h5) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: 1.25rem;
}

:is(h6),
:is(.h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: 1rem;
}

:root {
  --vw: calc((100vw - var(--scrollbar-width, 0px)) / 100);
  --100vw: calc(100 * var(--vw));
  --svh: calc(var(--window-height, 100vh) / 100);
  --100svh: calc(100 * var(--svh));
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
  --element-spacing: clamp(1.5rem, 1.1538461538rem + 1.5384615385vw, 2.5rem);
  --base-radius: 0.5rem;
  --small-radius: 0.25rem;
  --large-radius: 1rem;
  --text-color: #000000;
  --text-color-inverted: #ffffff;
  --shade-color: #D1D1D1;
  --shade-color-dark: #B0B0B0;
  --shade-color-light: #F6F6F6;
  --black: #000000;
  --black-rgb: 0 0 0;
  --white: #ffffff;
  --white-rgb: 255 255 255;
  --red-50: #fff0f1;
  --red-50-rgb: 255 240 241;
  --red-100: #ffdee0;
  --red-100-rgb: 255 222 224;
  --red-200: #ffc3c7;
  --red-200-rgb: 255 195 199;
  --red-300: #ff999f;
  --red-300-rgb: 255 153 159;
  --red-400: #ff5e67;
  --red-400-rgb: 255 94 103;
  --red-500: #ff2b37;
  --red-500-rgb: 255 43 55;
  --red-600: #f60c1a;
  --red-600-rgb: 246 12 26;
  --red-700: #e30613;
  --red-700-rgb: 227 6 19;
  --red-800: #ab0913;
  --red-800-rgb: 171 9 19;
  --red-900: #8d0f16;
  --red-900-rgb: 141 15 22;
  --red-950: #4d0206;
  --red-950-rgb: 77 2 6;
  --grey-50: #F6F6F6;
  --grey-50-rgb: 246 246 246;
  --grey-100: #E7E7E7;
  --grey-100-rgb: 231 231 231;
  --grey-200: #D1D1D1;
  --grey-200-rgb: 209 209 209;
  --grey-300: #B0B0B0;
  --grey-300-rgb: 176 176 176;
  --grey-400: #888888;
  --grey-400-rgb: 136 136 136;
  --grey-500: #6D6D6D;
  --grey-500-rgb: 109 109 109;
  --grey-600: #5D5D5D;
  --grey-600-rgb: 93 93 93;
  --grey-700: #4F4F4F;
  --grey-700-rgb: 79 79 79;
  --grey-800: #454545;
  --grey-800-rgb: 69 69 69;
  --grey-900: #3D3D3D;
  --grey-900-rgb: 61 61 61;
  --grey-950: #000000;
  --grey-950-rgb: 0 0 0;
  --primary: #e30613;
  --primary-rgb: 227 6 19;
  --primary-lighter-1: #f60c1a;
  --primary-lighter-1-rgb: 246 12 26;
  --primary-lighter-2: #ff2b37;
  --primary-lighter-2-rgb: 255 43 55;
  --primary-darker-1: #ab0913;
  --primary-darker-1-rgb: 171 9 19;
  --primary-darker-2: #8d0f16;
  --primary-darker-2-rgb: 141 15 22;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@supports (height: 100svh) {
  :root {
    --svh: 1svh;
  }
}

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

/*******************************
 * 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);
  text-decoration: none;
}

section.main {
  /*******************************
   * Body copy link style
   ******************************/
  /*******************************
   * List style
   ******************************/
  /*******************************
   * Generic scroll margin
   * Calculated for sites with fixed headers, so adjust accordingly if other design is used
   ******************************/
}
:where(section.main) a:where(:not([class])) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  color: var(--primary);
}
:root.no-focus-visible :where(section.main) a:where(:not([class])):focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

:where(section.main) :where(ul:not([class]) > *)::marker {
  color: var(--primary);
}

section.main * {
  scroll-margin-top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px) + var(--additional-scroll-offset, clamp(0.5rem, 0.0240384615rem + 2.1153846154vw, 1.875rem)));
  scroll-margin-bottom: 20px;
}
section.main > :nth-child(1 of :not(link)):is(:not(.hero-section):not(.backgrounnd.style-light):not(.breadcrumb-container)) {
  border-top: 1px solid var(--grey-100);
}

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

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

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tag {
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.4375rem 0.625rem;
  border-radius: var(--base-radius);
  background-color: var(--grey-50);
  color: var(--grey-900);
  font-weight: 600;
}
.tag:where(.background.style-light *) {
  background-color: var(--white);
  color: var(--grey-700);
}
.tag[data-style=primary] {
  background-color: var(--primary);
  color: var(--text-color-inverted);
}

:root {
  --layout-gap: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
  --container-width: 100%;
  --container-padding: var(--layout-gap);
  --default-section-padding: clamp(2.5rem, -0.0961538462rem + 11.5384615385vw, 10rem);
  --reduced-section-padding: clamp(2.5rem, 0.7692307692rem + 7.6923076923vw, 7.5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section table {
  border-collapse: collapse;
}
section table td {
  padding: 5px;
  border: 1px solid #efefef;
}

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(*)) {
  html:has(body:not(.not-initialized)) {
    animation: smoothscroll1 1s;
  }
  html:has(body:not(.not-initialized)):focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
  html:has(body.no-js) {
    animation: smoothscroll1 1s;
  }
  html:has(body.no-js):focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
}
@supports not selector(:has(*)) {
  html {
    animation: smoothscroll1 1s;
  }
  html:focus-within {
    animation-name: smoothscroll2;
    scroll-behavior: smooth;
  }
}
.post-password-form {
  --form-color: var(--primary);
  --form-text: var(--text-color);
  --form-hover: var(--primary-lighter-1);
  --form-active: var(--primary-darker-1);
  --form-focus: var(--primary);
  --form-disabled: #D1D1D1;
  --form-disabled-text: #B0B0B0;
  --form-checkbox-hover: rgb(var(--primary-rgb)/10%);
  --form-checkbox-active: rgb(var(--primary-rgb)/20%);
  --form-checkbox-size: 0.9375rem;
  --form-radio-hover: rgb(var(--primary-rgb)/10%);
  --form-radio-active: rgb(var(--primary-rgb)/20%);
  --form-radio-size: 0.9375rem;
  --form-input-background: #fff;
  --form-input-border: 1px solid var(--shade-color);
  --form-input-height: 56px;
  --form-input-padding-y: 0.75rem;
  --form-input-padding-x: 1rem;
  max-width: 100%;
  margin: 0 auto;
  width: 500px;
}
.post-password-form input,
.post-password-form select,
.post-password-form textarea {
  accent-color: var(--form-color);
}
.post-password-form input[type=date], .post-password-form input[type=email], .post-password-form input[type=number], .post-password-form input[type=password], .post-password-form input[type=search], .post-password-form input[type=tel], .post-password-form input[type=text], .post-password-form input[type=url] {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
}
.post-password-form input[type=date]:disabled, .post-password-form input[type=date].disabled, .post-password-form input[type=email]:disabled, .post-password-form input[type=email].disabled, .post-password-form input[type=number]:disabled, .post-password-form input[type=number].disabled, .post-password-form input[type=password]:disabled, .post-password-form input[type=password].disabled, .post-password-form input[type=search]:disabled, .post-password-form input[type=search].disabled, .post-password-form input[type=tel]:disabled, .post-password-form input[type=tel].disabled, .post-password-form input[type=text]:disabled, .post-password-form input[type=text].disabled, .post-password-form input[type=url]:disabled, .post-password-form input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.post-password-form input[type=date]:focus, .post-password-form input[type=email]:focus, .post-password-form input[type=number]:focus, .post-password-form input[type=password]:focus, .post-password-form input[type=search]:focus, .post-password-form input[type=tel]:focus, .post-password-form input[type=text]:focus, .post-password-form input[type=url]:focus {
  outline: none;
}
.post-password-form input[type=date]:focus-visible, .post-password-form input[type=email]:focus-visible, .post-password-form input[type=number]:focus-visible, .post-password-form input[type=password]:focus-visible, .post-password-form input[type=search]:focus-visible, .post-password-form input[type=tel]:focus-visible, .post-password-form input[type=text]:focus-visible, .post-password-form input[type=url]:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.post-password-form 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, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  resize: vertical;
}
.post-password-form textarea:disabled, .post-password-form textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.post-password-form textarea:focus {
  outline: none;
}
.post-password-form textarea:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.post-password-form select {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  appearance: none;
  border-radius: var(--base-radius);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuMDIgNmEuNjkuNjkgMCAwIDEtLjUtLjIybC00LjMtNC41YS43Ny43NyAwIDAgMSAwLTEuMDYuNy43IDAgMCAxIC41LS4yMmMuMiAwIC4zNy4wOC41LjIybDMuOCAzLjk3TDguODIuMjNhLjcuNyAwIDAgMSAuOTcuMDRjLjEzLjEzLjIuMzEuMi41YS42Ny42NyAwIDAgMS0uMTYuNTFsLTQuMyA0LjVhLjcuNyAwIDAgMS0uNS4yMloiIGZpbGw9IiNFMzA2MTMiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - clamp(0.75rem, 0.4903846154rem + 1.1538461538vw, 1.5rem)) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.post-password-form select:disabled, .post-password-form select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.post-password-form select:focus {
  outline: none;
}
.post-password-form select:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.post-password-form input[type=checkbox] {
  appearance: none;
  border: 1px solid var(--form-color, var(--primary));
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.post-password-form input[type=checkbox]:disabled, .post-password-form input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, #D1D1D1);
}
.post-password-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgb(var(--primary-rgb)/10%));
}
.post-password-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgb(var(--primary-rgb)/20%));
}
.post-password-form input[type=checkbox]:checked {
  background-color: var(--form-color, var(--primary));
  border-color: var(--form-color, var(--primary));
}
.post-password-form input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40NiAwIDEwIC43MSA0LjU0IDEwIDAgNi41NiAxLjEzIDUuNGwyLjg4IDIuMTh6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.post-password-form input[type=checkbox]:disabled:checked, .post-password-form input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, #D1D1D1);
}
.post-password-form input[type=checkbox]::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
}
:root.no-focus-visible .post-password-form input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

.post-password-form input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.post-password-form input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.post-password-form input[type=submit],
.post-password-form input[type=button],
.post-password-form input[type=reset],
.post-password-form button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--primary));
  --button-color: var(--white);
  --button-color-rgb: var(--white-rgb);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-lighter-1));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-darker-1));
  --button-active-color: rgb(var(--button-color-rgb) / 90%);
  --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: 600;
  font-size: 0.9375rem;
  border-radius: var(--base-radius);
  white-space: normal;
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.post-password-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.post-password-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.post-password-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.post-password-form button:where(:not(:disabled):not(.disabled):not(.inert)):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.post-password-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.post-password-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.post-password-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.post-password-form button:where(:not(:disabled):not(.disabled):not(.inert)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.post-password-form input[type=submit]:disabled, .post-password-form input[type=submit].disabled,
.post-password-form input[type=button]:disabled,
.post-password-form input[type=button].disabled,
.post-password-form input[type=reset]:disabled,
.post-password-form input[type=reset].disabled,
.post-password-form button:disabled,
.post-password-form button.disabled {
  --background: var(--form-disabled, #D1D1D1);
  --color: var(--form-disabled-text, #B0B0B0);
  --border-color: var(--form-disabled-text, #B0B0B0);
}
:root.no-focus-visible .post-password-form input[type=submit]:focus,
:root.no-focus-visible .post-password-form input[type=button]:focus,
:root.no-focus-visible .post-password-form input[type=reset]:focus,
:root.no-focus-visible .post-password-form button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.post-password-form input[type=submit]:focus:not(:focus-visible),
.post-password-form input[type=button]:focus:not(:focus-visible),
.post-password-form input[type=reset]:focus:not(:focus-visible),
.post-password-form button:focus:not(:focus-visible) {
  outline: none;
}
.post-password-form input[type=submit]:focus-visible,
.post-password-form input[type=button]:focus-visible,
.post-password-form input[type=reset]:focus-visible,
.post-password-form button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.post-password-form input[type=submit].style-default, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=button].style-default,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=reset].style-default,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.post-password-form button.style-default,
.post-password-form button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .post-password-form input[type=submit].style-default, .content-box.style-primary .post-password-form input[type=submit].style-default, .post-password-form input[type=submit].style-default.invert, .page-section.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]), .content-box.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]), .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .post-password-form input[type=button].style-default,
.content-box.style-primary .post-password-form input[type=button].style-default,
.post-password-form input[type=button].style-default.invert,
.page-section.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .post-password-form input[type=reset].style-default,
.content-box.style-primary .post-password-form input[type=reset].style-default,
.post-password-form input[type=reset].style-default.invert,
.page-section.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .post-password-form button.style-default,
.content-box.style-primary .post-password-form button.style-default,
.post-password-form button.style-default.invert,
.page-section.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]),
.post-password-form button:not([class^=style-]):not([class*=" style-"]).invert {
  --focus-color: var(--white);
  --button-background: var(--white);
  --button-color: var(--black);
  --button-color-rgb: var(--black-rgb);
  --button-hover-color: var(--primary-darker-1);
  --button-hover-background: var(--grey-50);
  --button-active-color: var(--primary-darker-2);
  --button-active-background: var(--grey-100);
}
.page-section.style-primary .post-password-form input[type=submit].style-default:disabled, .page-section.style-primary .post-password-form input[type=submit].style-default.disabled, .content-box.style-primary .post-password-form input[type=submit].style-default:disabled, .content-box.style-primary .post-password-form input[type=submit].style-default.disabled, .post-password-form input[type=submit].style-default.invert:disabled, .post-password-form input[type=submit].style-default.invert.disabled, .page-section.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .page-section.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .content-box.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .content-box.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert:disabled, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .post-password-form input[type=button].style-default:disabled,
.page-section.style-primary .post-password-form input[type=button].style-default.disabled,
.content-box.style-primary .post-password-form input[type=button].style-default:disabled,
.content-box.style-primary .post-password-form input[type=button].style-default.disabled,
.post-password-form input[type=button].style-default.invert:disabled,
.post-password-form input[type=button].style-default.invert.disabled,
.page-section.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .post-password-form input[type=reset].style-default:disabled,
.page-section.style-primary .post-password-form input[type=reset].style-default.disabled,
.content-box.style-primary .post-password-form input[type=reset].style-default:disabled,
.content-box.style-primary .post-password-form input[type=reset].style-default.disabled,
.post-password-form input[type=reset].style-default.invert:disabled,
.post-password-form input[type=reset].style-default.invert.disabled,
.page-section.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .post-password-form button.style-default:disabled,
.page-section.style-primary .post-password-form button.style-default.disabled,
.content-box.style-primary .post-password-form button.style-default:disabled,
.content-box.style-primary .post-password-form button.style-default.disabled,
.post-password-form button.style-default.invert:disabled,
.post-password-form button.style-default.invert.disabled,
.page-section.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]).disabled,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).invert.disabled {
  --background: var(--button-background);
  --border-color: var(--button-border-color);
  --color: var(--button-color);
  opacity: 0.6;
}

.post-password-form input[type=submit].style-default.with-arrow, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.post-password-form input[type=button].style-default.with-arrow,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.post-password-form input[type=reset].style-default.with-arrow,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.post-password-form button.style-default.with-arrow,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-default.with-arrow::after, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.post-password-form input[type=button].style-default.with-arrow::after,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.post-password-form input[type=reset].style-default.with-arrow::after,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.post-password-form button.style-default.with-arrow::after,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-default.with-reversed-arrow, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.post-password-form input[type=button].style-default.with-reversed-arrow,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.post-password-form input[type=reset].style-default.with-reversed-arrow,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.post-password-form button.style-default.with-reversed-arrow,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-default.with-reversed-arrow::before, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.post-password-form input[type=button].style-default.with-reversed-arrow::before,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.post-password-form input[type=reset].style-default.with-reversed-arrow::before,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.post-password-form button.style-default.with-reversed-arrow::before,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-default.with-dense-padding, .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.post-password-form input[type=button].style-default.with-dense-padding,
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.post-password-form input[type=reset].style-default.with-dense-padding,
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.post-password-form button.style-default.with-dense-padding,
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .post-password-form input[type=submit].style-default.with-dense-padding, .content-box.style-primary .post-password-form input[type=submit].style-default.with-dense-padding, .page-section.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding, .content-box.style-primary .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .post-password-form input[type=button].style-default.with-dense-padding,
.content-box.style-primary .post-password-form input[type=button].style-default.with-dense-padding,
.page-section.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .post-password-form input[type=reset].style-default.with-dense-padding,
.content-box.style-primary .post-password-form input[type=reset].style-default.with-dense-padding,
.page-section.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .post-password-form button.style-default.with-dense-padding,
.content-box.style-primary .post-password-form button.style-default.with-dense-padding,
.page-section.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .post-password-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.post-password-form input[type=submit].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow), .post-password-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=button].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=reset].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form button.style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.post-password-form input[type=submit].style-text,
.post-password-form input[type=button].style-text,
.post-password-form input[type=reset].style-text,
.post-password-form button.style-text {
  --button-color: var(--form-color, var(--primary));
  --button-hover-color: var(--form-hover, var(--primary-lighter-2));
  --button-active-color: var(--form-active, var(--primary-darker-1));
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .post-password-form input[type=submit].style-text, .content-box.style-primary .post-password-form input[type=submit].style-text,
.page-section.style-primary .post-password-form input[type=button].style-text,
.content-box.style-primary .post-password-form input[type=button].style-text,
.page-section.style-primary .post-password-form input[type=reset].style-text,
.content-box.style-primary .post-password-form input[type=reset].style-text,
.page-section.style-primary .post-password-form button.style-text,
.content-box.style-primary .post-password-form button.style-text {
  --button-color: var(--white);
  --button-hover-color: var(--grey-50);
  --button-active-color: var(--grey-100);
  --focus-color: var(--white);
}

.post-password-form input[type=submit].style-text.with-arrow,
.post-password-form input[type=button].style-text.with-arrow,
.post-password-form input[type=reset].style-text.with-arrow,
.post-password-form button.style-text.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-text.with-arrow::after,
.post-password-form input[type=button].style-text.with-arrow::after,
.post-password-form input[type=reset].style-text.with-arrow::after,
.post-password-form button.style-text.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-text.with-reversed-arrow,
.post-password-form input[type=button].style-text.with-reversed-arrow,
.post-password-form input[type=reset].style-text.with-reversed-arrow,
.post-password-form button.style-text.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-text.with-reversed-arrow::before,
.post-password-form input[type=button].style-text.with-reversed-arrow::before,
.post-password-form input[type=reset].style-text.with-reversed-arrow::before,
.post-password-form button.style-text.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-secondary,
.post-password-form input[type=button].style-secondary,
.post-password-form input[type=reset].style-secondary,
.post-password-form button.style-secondary {
  --button-background: transparent;
  --button-color: #000;
  --button-border-color: #000;
  --button-hover-background: var(--button-border-color);
  --button-hover-color: #fff;
  --button-active-background: #000;
  --button-active-color: #fff;
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  border: 1px solid var(--button-border-color);
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .post-password-form input[type=submit].style-secondary, .page-section.style-dark .post-password-form input[type=submit].style-secondary, .content-box.style-primary .post-password-form input[type=submit].style-secondary,
.page-section.style-primary .post-password-form input[type=button].style-secondary,
.page-section.style-dark .post-password-form input[type=button].style-secondary,
.content-box.style-primary .post-password-form input[type=button].style-secondary,
.page-section.style-primary .post-password-form input[type=reset].style-secondary,
.page-section.style-dark .post-password-form input[type=reset].style-secondary,
.content-box.style-primary .post-password-form input[type=reset].style-secondary,
.page-section.style-primary .post-password-form button.style-secondary,
.page-section.style-dark .post-password-form button.style-secondary,
.content-box.style-primary .post-password-form button.style-secondary {
  --button-color: var(--white);
  --button-border-color: var(--white);
  --button-hover-color: var(--text-color);
  --button-active-color: var(--text-color);
  --button-active-background: var(--grey-100);
  --focus-color: var(--white);
}

.post-password-form input[type=submit].style-secondary.with-arrow,
.post-password-form input[type=button].style-secondary.with-arrow,
.post-password-form input[type=reset].style-secondary.with-arrow,
.post-password-form button.style-secondary.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-secondary.with-arrow::after,
.post-password-form input[type=button].style-secondary.with-arrow::after,
.post-password-form input[type=reset].style-secondary.with-arrow::after,
.post-password-form button.style-secondary.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-secondary.with-reversed-arrow,
.post-password-form input[type=button].style-secondary.with-reversed-arrow,
.post-password-form input[type=reset].style-secondary.with-reversed-arrow,
.post-password-form button.style-secondary.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.post-password-form input[type=submit].style-secondary.with-reversed-arrow::before,
.post-password-form input[type=button].style-secondary.with-reversed-arrow::before,
.post-password-form input[type=reset].style-secondary.with-reversed-arrow::before,
.post-password-form button.style-secondary.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.post-password-form input[type=submit].style-secondary.with-dense-padding,
.post-password-form input[type=button].style-secondary.with-dense-padding,
.post-password-form input[type=reset].style-secondary.with-dense-padding,
.post-password-form button.style-secondary.with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .post-password-form input[type=submit].style-secondary.with-dense-padding, .content-box.style-primary .post-password-form input[type=submit].style-secondary.with-dense-padding,
.page-section.style-primary .post-password-form input[type=button].style-secondary.with-dense-padding,
.content-box.style-primary .post-password-form input[type=button].style-secondary.with-dense-padding,
.page-section.style-primary .post-password-form input[type=reset].style-secondary.with-dense-padding,
.content-box.style-primary .post-password-form input[type=reset].style-secondary.with-dense-padding,
.page-section.style-primary .post-password-form button.style-secondary.with-dense-padding,
.content-box.style-primary .post-password-form button.style-secondary.with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.post-password-form input[type=submit].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=button].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form input[type=reset].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.post-password-form button.style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.post-password-form .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.post-password-form .checkbox-label > :first-child {
  margin-right: 0.5rem;
}
.post-password-form input[type=submit] {
  margin-top: 1em;
}

.page-section .search-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.4em;
  gap: 0.4em;
}

.searchform {
  --form-color: var(--primary);
  --form-text: var(--text-color);
  --form-hover: var(--primary-lighter-1);
  --form-active: var(--primary-darker-1);
  --form-focus: var(--primary);
  --form-disabled: #D1D1D1;
  --form-disabled-text: #B0B0B0;
  --form-checkbox-hover: rgb(var(--primary-rgb)/10%);
  --form-checkbox-active: rgb(var(--primary-rgb)/20%);
  --form-checkbox-size: 0.9375rem;
  --form-radio-hover: rgb(var(--primary-rgb)/10%);
  --form-radio-active: rgb(var(--primary-rgb)/20%);
  --form-radio-size: 0.9375rem;
  --form-input-background: #fff;
  --form-input-border: 1px solid var(--shade-color);
  --form-input-height: 56px;
  --form-input-padding-y: 0.75rem;
  --form-input-padding-x: 1rem;
  max-width: 50ch;
}
.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, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
}
.searchform input[type=date]:disabled, .searchform input[type=date].disabled, .searchform input[type=email]:disabled, .searchform input[type=email].disabled, .searchform input[type=number]:disabled, .searchform input[type=number].disabled, .searchform input[type=password]:disabled, .searchform input[type=password].disabled, .searchform input[type=search]:disabled, .searchform input[type=search].disabled, .searchform input[type=tel]:disabled, .searchform input[type=tel].disabled, .searchform input[type=text]:disabled, .searchform input[type=text].disabled, .searchform input[type=url]:disabled, .searchform input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.searchform input[type=date]:focus, .searchform input[type=email]:focus, .searchform input[type=number]:focus, .searchform input[type=password]:focus, .searchform input[type=search]:focus, .searchform input[type=tel]:focus, .searchform input[type=text]:focus, .searchform input[type=url]:focus {
  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 {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.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, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  resize: vertical;
}
.searchform textarea:disabled, .searchform textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.searchform textarea:focus {
  outline: none;
}
.searchform textarea:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.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, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  appearance: none;
  border-radius: var(--base-radius);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuMDIgNmEuNjkuNjkgMCAwIDEtLjUtLjIybC00LjMtNC41YS43Ny43NyAwIDAgMSAwLTEuMDYuNy43IDAgMCAxIC41LS4yMmMuMiAwIC4zNy4wOC41LjIybDMuOCAzLjk3TDguODIuMjNhLjcuNyAwIDAgMSAuOTcuMDRjLjEzLjEzLjIuMzEuMi41YS42Ny42NyAwIDAgMS0uMTYuNTFsLTQuMyA0LjVhLjcuNyAwIDAgMS0uNS4yMloiIGZpbGw9IiNFMzA2MTMiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - clamp(0.75rem, 0.4903846154rem + 1.1538461538vw, 1.5rem)) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.searchform select:disabled, .searchform select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.searchform select:focus {
  outline: none;
}
.searchform select:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.searchform input[type=checkbox] {
  appearance: none;
  border: 1px solid var(--form-color, var(--primary));
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.searchform input[type=checkbox]:disabled, .searchform input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, #D1D1D1);
}
.searchform input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgb(var(--primary-rgb)/10%));
}
.searchform input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgb(var(--primary-rgb)/20%));
}
.searchform input[type=checkbox]:checked {
  background-color: var(--form-color, var(--primary));
  border-color: var(--form-color, var(--primary));
}
.searchform input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40NiAwIDEwIC43MSA0LjU0IDEwIDAgNi41NiAxLjEzIDUuNGwyLjg4IDIuMTh6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.searchform input[type=checkbox]:disabled:checked, .searchform input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, #D1D1D1);
}
.searchform input[type=checkbox]::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
}
:root.no-focus-visible .searchform input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=radio] {
  appearance: none;
  border: 1px solid var(--form-color, var(--primary));
  width: var(--form-radio-size, 16px);
  height: var(--form-radio-size, 16px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.searchform input[type=radio]:not(:disabled):not(.disabled):hover {
  background-color: var(--form-radio-hover, rgb(var(--primary-rgb)/10%));
}
.searchform input[type=radio]:not(:disabled):not(.disabled):active {
  background-color: var(--form-radio-active, rgb(var(--primary-rgb)/20%));
}
.searchform input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, var(--primary));
}
.searchform input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.searchform input[type=radio]:disabled, .searchform input[type=radio].disabled {
  border-color: var(--form-disabled, #D1D1D1);
}
.searchform input[type=radio]:disabled:checked::after, .searchform input[type=radio].disabled:checked::after {
  background-color: var(--form-disabled, #D1D1D1);
}
:root.no-focus-visible .searchform input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=submit],
.searchform input[type=button],
.searchform input[type=reset],
.searchform button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--primary));
  --button-color: var(--white);
  --button-color-rgb: var(--white-rgb);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-lighter-1));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-darker-1));
  --button-active-color: rgb(var(--button-color-rgb) / 90%);
  --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: 600;
  font-size: 0.9375rem;
  border-radius: var(--base-radius);
  white-space: normal;
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.searchform input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.searchform input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.searchform input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.searchform button:where(:not(:disabled):not(.disabled):not(.inert)):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.searchform input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.searchform input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.searchform input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.searchform button:where(:not(:disabled):not(.disabled):not(.inert)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.searchform input[type=submit]:disabled, .searchform input[type=submit].disabled,
.searchform input[type=button]:disabled,
.searchform input[type=button].disabled,
.searchform input[type=reset]:disabled,
.searchform input[type=reset].disabled,
.searchform button:disabled,
.searchform button.disabled {
  --background: var(--form-disabled, #D1D1D1);
  --color: var(--form-disabled-text, #B0B0B0);
  --border-color: var(--form-disabled-text, #B0B0B0);
}
: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));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.searchform input[type=submit].style-default, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button].style-default,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset].style-default,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.searchform button.style-default,
.searchform button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .searchform input[type=submit].style-default, .content-box.style-primary .searchform input[type=submit].style-default, .searchform input[type=submit].style-default.invert, .page-section.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]), .content-box.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]), .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .searchform input[type=button].style-default,
.content-box.style-primary .searchform input[type=button].style-default,
.searchform input[type=button].style-default.invert,
.page-section.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .searchform input[type=reset].style-default,
.content-box.style-primary .searchform input[type=reset].style-default,
.searchform input[type=reset].style-default.invert,
.page-section.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .searchform button.style-default,
.content-box.style-primary .searchform button.style-default,
.searchform button.style-default.invert,
.page-section.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]),
.searchform button:not([class^=style-]):not([class*=" style-"]).invert {
  --focus-color: var(--white);
  --button-background: var(--white);
  --button-color: var(--black);
  --button-color-rgb: var(--black-rgb);
  --button-hover-color: var(--primary-darker-1);
  --button-hover-background: var(--grey-50);
  --button-active-color: var(--primary-darker-2);
  --button-active-background: var(--grey-100);
}
.page-section.style-primary .searchform input[type=submit].style-default:disabled, .page-section.style-primary .searchform input[type=submit].style-default.disabled, .content-box.style-primary .searchform input[type=submit].style-default:disabled, .content-box.style-primary .searchform input[type=submit].style-default.disabled, .searchform input[type=submit].style-default.invert:disabled, .searchform input[type=submit].style-default.invert.disabled, .page-section.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .page-section.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .content-box.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .content-box.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert:disabled, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .searchform input[type=button].style-default:disabled,
.page-section.style-primary .searchform input[type=button].style-default.disabled,
.content-box.style-primary .searchform input[type=button].style-default:disabled,
.content-box.style-primary .searchform input[type=button].style-default.disabled,
.searchform input[type=button].style-default.invert:disabled,
.searchform input[type=button].style-default.invert.disabled,
.page-section.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .searchform input[type=reset].style-default:disabled,
.page-section.style-primary .searchform input[type=reset].style-default.disabled,
.content-box.style-primary .searchform input[type=reset].style-default:disabled,
.content-box.style-primary .searchform input[type=reset].style-default.disabled,
.searchform input[type=reset].style-default.invert:disabled,
.searchform input[type=reset].style-default.invert.disabled,
.page-section.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .searchform button.style-default:disabled,
.page-section.style-primary .searchform button.style-default.disabled,
.content-box.style-primary .searchform button.style-default:disabled,
.content-box.style-primary .searchform button.style-default.disabled,
.searchform button.style-default.invert:disabled,
.searchform button.style-default.invert.disabled,
.page-section.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]).disabled,
.searchform button:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.searchform button:not([class^=style-]):not([class*=" style-"]).invert.disabled {
  --background: var(--button-background);
  --border-color: var(--button-border-color);
  --color: var(--button-color);
  opacity: 0.6;
}

.searchform input[type=submit].style-default.with-arrow, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.searchform input[type=button].style-default.with-arrow,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.searchform input[type=reset].style-default.with-arrow,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.searchform button.style-default.with-arrow,
.searchform button:not([class^=style-]):not([class*=" style-"]).with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-default.with-arrow::after, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.searchform input[type=button].style-default.with-arrow::after,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.searchform input[type=reset].style-default.with-arrow::after,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.searchform button.style-default.with-arrow::after,
.searchform button:not([class^=style-]):not([class*=" style-"]).with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.searchform input[type=submit].style-default.with-reversed-arrow, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.searchform input[type=button].style-default.with-reversed-arrow,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.searchform input[type=reset].style-default.with-reversed-arrow,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.searchform button.style-default.with-reversed-arrow,
.searchform button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-default.with-reversed-arrow::before, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.searchform input[type=button].style-default.with-reversed-arrow::before,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.searchform input[type=reset].style-default.with-reversed-arrow::before,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.searchform button.style-default.with-reversed-arrow::before,
.searchform button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.searchform input[type=submit].style-default.with-dense-padding, .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.searchform input[type=button].style-default.with-dense-padding,
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.searchform input[type=reset].style-default.with-dense-padding,
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.searchform button.style-default.with-dense-padding,
.searchform button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .searchform input[type=submit].style-default.with-dense-padding, .content-box.style-primary .searchform input[type=submit].style-default.with-dense-padding, .page-section.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding, .content-box.style-primary .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .searchform input[type=button].style-default.with-dense-padding,
.content-box.style-primary .searchform input[type=button].style-default.with-dense-padding,
.page-section.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .searchform input[type=reset].style-default.with-dense-padding,
.content-box.style-primary .searchform input[type=reset].style-default.with-dense-padding,
.page-section.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .searchform button.style-default.with-dense-padding,
.content-box.style-primary .searchform button.style-default.with-dense-padding,
.page-section.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .searchform button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.searchform input[type=submit].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow), .searchform input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=button].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=reset].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform button.style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform button:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.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));
  --button-hover-color: var(--form-hover, var(--primary-lighter-2));
  --button-active-color: var(--form-active, var(--primary-darker-1));
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .searchform input[type=submit].style-text, .content-box.style-primary .searchform input[type=submit].style-text,
.page-section.style-primary .searchform input[type=button].style-text,
.content-box.style-primary .searchform input[type=button].style-text,
.page-section.style-primary .searchform input[type=reset].style-text,
.content-box.style-primary .searchform input[type=reset].style-text,
.page-section.style-primary .searchform button.style-text,
.content-box.style-primary .searchform button.style-text {
  --button-color: var(--white);
  --button-hover-color: var(--grey-50);
  --button-active-color: var(--grey-100);
  --focus-color: var(--white);
}

.searchform input[type=submit].style-text.with-arrow,
.searchform input[type=button].style-text.with-arrow,
.searchform input[type=reset].style-text.with-arrow,
.searchform button.style-text.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-text.with-arrow::after,
.searchform input[type=button].style-text.with-arrow::after,
.searchform input[type=reset].style-text.with-arrow::after,
.searchform button.style-text.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.searchform input[type=submit].style-text.with-reversed-arrow,
.searchform input[type=button].style-text.with-reversed-arrow,
.searchform input[type=reset].style-text.with-reversed-arrow,
.searchform button.style-text.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-text.with-reversed-arrow::before,
.searchform input[type=button].style-text.with-reversed-arrow::before,
.searchform input[type=reset].style-text.with-reversed-arrow::before,
.searchform button.style-text.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.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: #000;
  --button-border-color: #000;
  --button-hover-background: var(--button-border-color);
  --button-hover-color: #fff;
  --button-active-background: #000;
  --button-active-color: #fff;
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  border: 1px solid var(--button-border-color);
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .searchform input[type=submit].style-secondary, .page-section.style-dark .searchform input[type=submit].style-secondary, .content-box.style-primary .searchform input[type=submit].style-secondary,
.page-section.style-primary .searchform input[type=button].style-secondary,
.page-section.style-dark .searchform input[type=button].style-secondary,
.content-box.style-primary .searchform input[type=button].style-secondary,
.page-section.style-primary .searchform input[type=reset].style-secondary,
.page-section.style-dark .searchform input[type=reset].style-secondary,
.content-box.style-primary .searchform input[type=reset].style-secondary,
.page-section.style-primary .searchform button.style-secondary,
.page-section.style-dark .searchform button.style-secondary,
.content-box.style-primary .searchform button.style-secondary {
  --button-color: var(--white);
  --button-border-color: var(--white);
  --button-hover-color: var(--text-color);
  --button-active-color: var(--text-color);
  --button-active-background: var(--grey-100);
  --focus-color: var(--white);
}

.searchform input[type=submit].style-secondary.with-arrow,
.searchform input[type=button].style-secondary.with-arrow,
.searchform input[type=reset].style-secondary.with-arrow,
.searchform button.style-secondary.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-secondary.with-arrow::after,
.searchform input[type=button].style-secondary.with-arrow::after,
.searchform input[type=reset].style-secondary.with-arrow::after,
.searchform button.style-secondary.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.searchform input[type=submit].style-secondary.with-reversed-arrow,
.searchform input[type=button].style-secondary.with-reversed-arrow,
.searchform input[type=reset].style-secondary.with-reversed-arrow,
.searchform button.style-secondary.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.searchform input[type=submit].style-secondary.with-reversed-arrow::before,
.searchform input[type=button].style-secondary.with-reversed-arrow::before,
.searchform input[type=reset].style-secondary.with-reversed-arrow::before,
.searchform button.style-secondary.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.searchform input[type=submit].style-secondary.with-dense-padding,
.searchform input[type=button].style-secondary.with-dense-padding,
.searchform input[type=reset].style-secondary.with-dense-padding,
.searchform button.style-secondary.with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .searchform input[type=submit].style-secondary.with-dense-padding, .content-box.style-primary .searchform input[type=submit].style-secondary.with-dense-padding,
.page-section.style-primary .searchform input[type=button].style-secondary.with-dense-padding,
.content-box.style-primary .searchform input[type=button].style-secondary.with-dense-padding,
.page-section.style-primary .searchform input[type=reset].style-secondary.with-dense-padding,
.content-box.style-primary .searchform input[type=reset].style-secondary.with-dense-padding,
.page-section.style-primary .searchform button.style-secondary.with-dense-padding,
.content-box.style-primary .searchform button.style-secondary.with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.searchform input[type=submit].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=button].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform input[type=reset].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.searchform button.style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.searchform .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.searchform .checkbox-label > :first-child {
  margin-right: 0.5rem;
}

#searchform {
  --gap: clamp(0.375rem, 0.2451923077rem + 0.5769230769vw, 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));
  --button-color: var(--white);
  --button-color-rgb: var(--white-rgb);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-lighter-1));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-darker-1));
  --button-active-color: rgb(var(--button-color-rgb) / 90%);
  --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: 600;
  font-size: 0.9375rem;
  border-radius: var(--base-radius);
  white-space: normal;
  transition: background-color 150ms, border-color 150ms, color 150ms;
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
  --form-color: var(--color-azure);
  cursor: pointer;
}
#searchform div input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
#searchform div input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
#searchform div input[type=submit]:disabled, #searchform div input[type=submit].disabled {
  --background: var(--form-disabled, #D1D1D1);
  --color: var(--form-disabled-text, #B0B0B0);
  --border-color: var(--form-disabled-text, #B0B0B0);
}
:root.no-focus-visible #searchform div input[type=submit]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.page-section.style-primary #searchform div input[type=submit], .content-box.style-primary #searchform div input[type=submit], #searchform div input[type=submit].invert {
  --focus-color: var(--white);
  --button-background: var(--white);
  --button-color: var(--black);
  --button-color-rgb: var(--black-rgb);
  --button-hover-color: var(--primary-darker-1);
  --button-hover-background: var(--grey-50);
  --button-active-color: var(--primary-darker-2);
  --button-active-background: var(--grey-100);
}
.page-section.style-primary #searchform div input[type=submit]:disabled, .page-section.style-primary #searchform div input[type=submit].disabled, .content-box.style-primary #searchform div input[type=submit]:disabled, .content-box.style-primary #searchform div input[type=submit].disabled, #searchform div input[type=submit].invert:disabled, #searchform div input[type=submit].invert.disabled {
  --background: var(--button-background);
  --border-color: var(--button-border-color);
  --color: var(--button-color);
  opacity: 0.6;
}

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

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

/*
 * Pagination navigation panel
 * used e.g. for post archive or search results pagination
 */
.page-nav {
  --font-size: 1rem;
  --button-size: clamp(2.375rem, 2.1586538462rem + 0.9615384615vw, 3rem);
  --gap: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 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 transparent;
  border-radius: var(--base-radius);
  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));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.page-nav :is(.page-nav-item, .page-numbers):hover {
  color: var(--primary-darker-1);
}
.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);
  border-color: var(--primary);
  color: var(--text-color-inverted);
}

.mc-newsletter-form {
  --form-color: var(--primary);
  --form-text: var(--text-color);
  --form-hover: var(--primary-lighter-1);
  --form-active: var(--primary-darker-1);
  --form-focus: var(--primary);
  --form-disabled: #D1D1D1;
  --form-disabled-text: #B0B0B0;
  --form-checkbox-hover: rgb(var(--primary-rgb)/10%);
  --form-checkbox-active: rgb(var(--primary-rgb)/20%);
  --form-checkbox-size: 0.9375rem;
  --form-radio-hover: rgb(var(--primary-rgb)/10%);
  --form-radio-active: rgb(var(--primary-rgb)/20%);
  --form-radio-size: 0.9375rem;
  --form-input-background: #fff;
  --form-input-border: 1px solid var(--shade-color);
  --form-input-height: 56px;
  --form-input-padding-y: 0.75rem;
  --form-input-padding-x: 1rem;
  display: flex;
  --input-height: 48px;
}
.mc-newsletter-form input,
.mc-newsletter-form select,
.mc-newsletter-form textarea {
  accent-color: var(--form-color);
}
.mc-newsletter-form input[type=date], .mc-newsletter-form input[type=email], .mc-newsletter-form input[type=number], .mc-newsletter-form input[type=password], .mc-newsletter-form input[type=search], .mc-newsletter-form input[type=tel], .mc-newsletter-form input[type=text], .mc-newsletter-form input[type=url] {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
}
.mc-newsletter-form input[type=date]:disabled, .mc-newsletter-form input[type=date].disabled, .mc-newsletter-form input[type=email]:disabled, .mc-newsletter-form input[type=email].disabled, .mc-newsletter-form input[type=number]:disabled, .mc-newsletter-form input[type=number].disabled, .mc-newsletter-form input[type=password]:disabled, .mc-newsletter-form input[type=password].disabled, .mc-newsletter-form input[type=search]:disabled, .mc-newsletter-form input[type=search].disabled, .mc-newsletter-form input[type=tel]:disabled, .mc-newsletter-form input[type=tel].disabled, .mc-newsletter-form input[type=text]:disabled, .mc-newsletter-form input[type=text].disabled, .mc-newsletter-form input[type=url]:disabled, .mc-newsletter-form input[type=url].disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.mc-newsletter-form input[type=date]:focus, .mc-newsletter-form input[type=email]:focus, .mc-newsletter-form input[type=number]:focus, .mc-newsletter-form input[type=password]:focus, .mc-newsletter-form input[type=search]:focus, .mc-newsletter-form input[type=tel]:focus, .mc-newsletter-form input[type=text]:focus, .mc-newsletter-form input[type=url]:focus {
  outline: none;
}
.mc-newsletter-form input[type=date]:focus-visible, .mc-newsletter-form input[type=email]:focus-visible, .mc-newsletter-form input[type=number]:focus-visible, .mc-newsletter-form input[type=password]:focus-visible, .mc-newsletter-form input[type=search]:focus-visible, .mc-newsletter-form input[type=tel]:focus-visible, .mc-newsletter-form input[type=text]:focus-visible, .mc-newsletter-form input[type=url]:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.mc-newsletter-form 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, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  resize: vertical;
}
.mc-newsletter-form textarea:disabled, .mc-newsletter-form textarea.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.mc-newsletter-form textarea:focus {
  outline: none;
}
.mc-newsletter-form textarea:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.mc-newsletter-form select {
  height: var(--form-input-height);
  outline: none;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  max-width: 100%;
  width: 100%;
  background-color: var(--form-input-background, #fff);
  border-radius: var(--base-radius);
  border: var(--form-input-border, 1px solid var(--shade-color));
  color: var(--form-text, 1px solid var(--text-color));
  font-size: 0.875rem;
  font-weight: 600;
  appearance: none;
  border-radius: var(--base-radius);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuMDIgNmEuNjkuNjkgMCAwIDEtLjUtLjIybC00LjMtNC41YS43Ny43NyAwIDAgMSAwLTEuMDYuNy43IDAgMCAxIC41LS4yMmMuMiAwIC4zNy4wOC41LjIybDMuOCAzLjk3TDguODIuMjNhLjcuNyAwIDAgMSAuOTcuMDRjLjEzLjEzLjIuMzEuMi41YS42Ny42NyAwIDAgMS0uMTYuNTFsLTQuMyA0LjVhLjcuNyAwIDAgMS0uNS4yMloiIGZpbGw9IiNFMzA2MTMiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: calc(100% - clamp(0.75rem, 0.4903846154rem + 1.1538461538vw, 1.5rem)) calc(50% + 0.025rem);
  padding-right: 3rem;
}
.mc-newsletter-form select:disabled, .mc-newsletter-form select.disabled {
  pointer-events: none;
  background-color: var(--form-disabled, #D1D1D1);
  color: var(--form-disabled-text, #B0B0B0);
  border-color: var(--form-disabled-text, #B0B0B0);
  cursor: no-drop;
}
.mc-newsletter-form select:focus {
  outline: none;
}
.mc-newsletter-form select:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.mc-newsletter-form input[type=checkbox] {
  appearance: none;
  border: 1px solid var(--form-color, var(--primary));
  width: var(--form-checkbox-size, 18px);
  height: var(--form-checkbox-size, 18px);
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.mc-newsletter-form input[type=checkbox]:disabled, .mc-newsletter-form input[type=checkbox].disabled {
  border-color: var(--form-disabled-text, #D1D1D1);
}
.mc-newsletter-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):hover {
  background-color: var(--form-checkbox-hover, rgb(var(--primary-rgb)/10%));
}
.mc-newsletter-form input[type=checkbox]:not(:disabled):not(.disabled):not(:checked):active {
  background-color: var(--form-checkbox-active, rgb(var(--primary-rgb)/20%));
}
.mc-newsletter-form input[type=checkbox]:checked {
  background-color: var(--form-color, var(--primary));
  border-color: var(--form-color, var(--primary));
}
.mc-newsletter-form input[type=checkbox]:checked::after {
  background-color: #fff;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40NiAwIDEwIC43MSA0LjU0IDEwIDAgNi41NiAxLjEzIDUuNGwyLjg4IDIuMTh6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.mc-newsletter-form input[type=checkbox]:disabled:checked, .mc-newsletter-form input[type=checkbox].disabled:checked {
  border-color: var(--form-disabled, #D1D1D1);
}
.mc-newsletter-form input[type=checkbox]::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
}
:root.no-focus-visible .mc-newsletter-form input[type=checkbox]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.mc-newsletter-form input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.mc-newsletter-form input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.mc-newsletter-form input[type=radio] {
  appearance: none;
  border: 1px solid var(--form-color, var(--primary));
  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;
}
.mc-newsletter-form input[type=radio]:not(:disabled):not(.disabled):hover {
  background-color: var(--form-radio-hover, rgb(var(--primary-rgb)/10%));
}
.mc-newsletter-form input[type=radio]:not(:disabled):not(.disabled):active {
  background-color: var(--form-radio-active, rgb(var(--primary-rgb)/20%));
}
.mc-newsletter-form input[type=radio]:checked::after {
  border-radius: 50%;
  background-color: var(--form-color, var(--primary));
}
.mc-newsletter-form input[type=radio]::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.mc-newsletter-form input[type=radio]:disabled, .mc-newsletter-form input[type=radio].disabled {
  border-color: var(--form-disabled, #D1D1D1);
}
.mc-newsletter-form input[type=radio]:disabled:checked::after, .mc-newsletter-form input[type=radio].disabled:checked::after {
  background-color: var(--form-disabled, #D1D1D1);
}
:root.no-focus-visible .mc-newsletter-form input[type=radio]:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.mc-newsletter-form input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}
.mc-newsletter-form input[type=radio]:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.mc-newsletter-form input[type=submit],
.mc-newsletter-form input[type=button],
.mc-newsletter-form input[type=reset],
.mc-newsletter-form button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  --button-background: var(--form-color, var(--primary));
  --button-color: var(--white);
  --button-color-rgb: var(--white-rgb);
  --button-border-color: var(--button-background);
  --button-hover-background: var(--form-hover, var(--primary-lighter-1));
  --button-hover-color: var(--button-color);
  --button-hover-border-color: var(--button-hover-background);
  --button-active-background: var(--form-active, var(--primary-darker-1));
  --button-active-color: rgb(var(--button-color-rgb) / 90%);
  --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: 600;
  font-size: 0.9375rem;
  border-radius: var(--base-radius);
  white-space: normal;
  transition: background-color 150ms, border-color 150ms, color 150ms;
}
.mc-newsletter-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.mc-newsletter-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.mc-newsletter-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):hover,
.mc-newsletter-form button:where(:not(:disabled):not(.disabled):not(.inert)):hover {
  --background: var(--button-hover-background);
  --color: var(--button-hover-color);
  --border-color: var(--button-hover-border-color);
}
.mc-newsletter-form input[type=submit]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.mc-newsletter-form input[type=button]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.mc-newsletter-form input[type=reset]:where(:not(:disabled):not(.disabled):not(.inert)):active,
.mc-newsletter-form button:where(:not(:disabled):not(.disabled):not(.inert)):active {
  --background: var(--button-active-background);
  --color: var(--button-active-color);
  --border-color: var(--button-active-border-color);
}
.mc-newsletter-form input[type=submit]:disabled, .mc-newsletter-form input[type=submit].disabled,
.mc-newsletter-form input[type=button]:disabled,
.mc-newsletter-form input[type=button].disabled,
.mc-newsletter-form input[type=reset]:disabled,
.mc-newsletter-form input[type=reset].disabled,
.mc-newsletter-form button:disabled,
.mc-newsletter-form button.disabled {
  --background: var(--form-disabled, #D1D1D1);
  --color: var(--form-disabled-text, #B0B0B0);
  --border-color: var(--form-disabled-text, #B0B0B0);
}
:root.no-focus-visible .mc-newsletter-form input[type=submit]:focus,
:root.no-focus-visible .mc-newsletter-form input[type=button]:focus,
:root.no-focus-visible .mc-newsletter-form input[type=reset]:focus,
:root.no-focus-visible .mc-newsletter-form button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.mc-newsletter-form input[type=submit]:focus:not(:focus-visible),
.mc-newsletter-form input[type=button]:focus:not(:focus-visible),
.mc-newsletter-form input[type=reset]:focus:not(:focus-visible),
.mc-newsletter-form button:focus:not(:focus-visible) {
  outline: none;
}
.mc-newsletter-form input[type=submit]:focus-visible,
.mc-newsletter-form input[type=button]:focus-visible,
.mc-newsletter-form input[type=reset]:focus-visible,
.mc-newsletter-form button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.mc-newsletter-form input[type=submit].style-default, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form input[type=button].style-default,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form input[type=reset].style-default,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form button.style-default,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-default, .content-box.style-primary .mc-newsletter-form input[type=submit].style-default, .mc-newsletter-form input[type=submit].style-default.invert, .page-section.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]), .content-box.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]), .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .mc-newsletter-form input[type=button].style-default,
.content-box.style-primary .mc-newsletter-form input[type=button].style-default,
.mc-newsletter-form input[type=button].style-default.invert,
.page-section.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-default,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-default,
.mc-newsletter-form input[type=reset].style-default.invert,
.page-section.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert,
.page-section.style-primary .mc-newsletter-form button.style-default,
.content-box.style-primary .mc-newsletter-form button.style-default,
.mc-newsletter-form button.style-default.invert,
.page-section.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]),
.content-box.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]),
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).invert {
  --focus-color: var(--white);
  --button-background: var(--white);
  --button-color: var(--black);
  --button-color-rgb: var(--black-rgb);
  --button-hover-color: var(--primary-darker-1);
  --button-hover-background: var(--grey-50);
  --button-active-color: var(--primary-darker-2);
  --button-active-background: var(--grey-100);
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-default:disabled, .page-section.style-primary .mc-newsletter-form input[type=submit].style-default.disabled, .content-box.style-primary .mc-newsletter-form input[type=submit].style-default:disabled, .content-box.style-primary .mc-newsletter-form input[type=submit].style-default.disabled, .mc-newsletter-form input[type=submit].style-default.invert:disabled, .mc-newsletter-form input[type=submit].style-default.invert.disabled, .page-section.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .page-section.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .content-box.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]):disabled, .content-box.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).disabled, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert:disabled, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .mc-newsletter-form input[type=button].style-default:disabled,
.page-section.style-primary .mc-newsletter-form input[type=button].style-default.disabled,
.content-box.style-primary .mc-newsletter-form input[type=button].style-default:disabled,
.content-box.style-primary .mc-newsletter-form input[type=button].style-default.disabled,
.mc-newsletter-form input[type=button].style-default.invert:disabled,
.mc-newsletter-form input[type=button].style-default.invert.disabled,
.page-section.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).disabled,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-default:disabled,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-default.disabled,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-default:disabled,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-default.disabled,
.mc-newsletter-form input[type=reset].style-default.invert:disabled,
.mc-newsletter-form input[type=reset].style-default.invert.disabled,
.page-section.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).disabled,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).invert.disabled,
.page-section.style-primary .mc-newsletter-form button.style-default:disabled,
.page-section.style-primary .mc-newsletter-form button.style-default.disabled,
.content-box.style-primary .mc-newsletter-form button.style-default:disabled,
.content-box.style-primary .mc-newsletter-form button.style-default.disabled,
.mc-newsletter-form button.style-default.invert:disabled,
.mc-newsletter-form button.style-default.invert.disabled,
.page-section.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]):disabled,
.page-section.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).disabled,
.content-box.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]):disabled,
.content-box.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).disabled,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).invert:disabled,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).invert.disabled {
  --background: var(--button-background);
  --border-color: var(--button-border-color);
  --color: var(--button-color);
  opacity: 0.6;
}

.mc-newsletter-form input[type=submit].style-default.with-arrow, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.mc-newsletter-form input[type=button].style-default.with-arrow,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.mc-newsletter-form input[type=reset].style-default.with-arrow,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow,
.mc-newsletter-form button.style-default.with-arrow,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-default.with-arrow::after, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.mc-newsletter-form input[type=button].style-default.with-arrow::after,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.mc-newsletter-form input[type=reset].style-default.with-arrow::after,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-arrow::after,
.mc-newsletter-form button.style-default.with-arrow::after,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-default.with-reversed-arrow, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.mc-newsletter-form input[type=button].style-default.with-reversed-arrow,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.mc-newsletter-form input[type=reset].style-default.with-reversed-arrow,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow,
.mc-newsletter-form button.style-default.with-reversed-arrow,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-default.with-reversed-arrow::before, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.mc-newsletter-form input[type=button].style-default.with-reversed-arrow::before,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.mc-newsletter-form input[type=reset].style-default.with-reversed-arrow::before,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before,
.mc-newsletter-form button.style-default.with-reversed-arrow::before,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-default.with-dense-padding, .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.mc-newsletter-form input[type=button].style-default.with-dense-padding,
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.mc-newsletter-form input[type=reset].style-default.with-dense-padding,
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.mc-newsletter-form button.style-default.with-dense-padding,
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-default.with-dense-padding, .content-box.style-primary .mc-newsletter-form input[type=submit].style-default.with-dense-padding, .page-section.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding, .content-box.style-primary .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=button].style-default.with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=button].style-default.with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-default.with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-default.with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.page-section.style-primary .mc-newsletter-form button.style-default.with-dense-padding,
.content-box.style-primary .mc-newsletter-form button.style-default.with-dense-padding,
.page-section.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding,
.content-box.style-primary .mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.mc-newsletter-form input[type=submit].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow), .mc-newsletter-form input[type=submit]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=button].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=button]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=reset].style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=reset]:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form button.style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form button:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.mc-newsletter-form input[type=submit].style-text,
.mc-newsletter-form input[type=button].style-text,
.mc-newsletter-form input[type=reset].style-text,
.mc-newsletter-form button.style-text {
  --button-color: var(--form-color, var(--primary));
  --button-hover-color: var(--form-hover, var(--primary-lighter-2));
  --button-active-color: var(--form-active, var(--primary-darker-1));
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-text, .content-box.style-primary .mc-newsletter-form input[type=submit].style-text,
.page-section.style-primary .mc-newsletter-form input[type=button].style-text,
.content-box.style-primary .mc-newsletter-form input[type=button].style-text,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-text,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-text,
.page-section.style-primary .mc-newsletter-form button.style-text,
.content-box.style-primary .mc-newsletter-form button.style-text {
  --button-color: var(--white);
  --button-hover-color: var(--grey-50);
  --button-active-color: var(--grey-100);
  --focus-color: var(--white);
}

.mc-newsletter-form input[type=submit].style-text.with-arrow,
.mc-newsletter-form input[type=button].style-text.with-arrow,
.mc-newsletter-form input[type=reset].style-text.with-arrow,
.mc-newsletter-form button.style-text.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-text.with-arrow::after,
.mc-newsletter-form input[type=button].style-text.with-arrow::after,
.mc-newsletter-form input[type=reset].style-text.with-arrow::after,
.mc-newsletter-form button.style-text.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-text.with-reversed-arrow,
.mc-newsletter-form input[type=button].style-text.with-reversed-arrow,
.mc-newsletter-form input[type=reset].style-text.with-reversed-arrow,
.mc-newsletter-form button.style-text.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-text.with-reversed-arrow::before,
.mc-newsletter-form input[type=button].style-text.with-reversed-arrow::before,
.mc-newsletter-form input[type=reset].style-text.with-reversed-arrow::before,
.mc-newsletter-form button.style-text.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-secondary,
.mc-newsletter-form input[type=button].style-secondary,
.mc-newsletter-form input[type=reset].style-secondary,
.mc-newsletter-form button.style-secondary {
  --button-background: transparent;
  --button-color: #000;
  --button-border-color: #000;
  --button-hover-background: var(--button-border-color);
  --button-hover-color: #fff;
  --button-active-background: #000;
  --button-active-color: #fff;
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  border: 1px solid var(--button-border-color);
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-secondary, .page-section.style-dark .mc-newsletter-form input[type=submit].style-secondary, .content-box.style-primary .mc-newsletter-form input[type=submit].style-secondary,
.page-section.style-primary .mc-newsletter-form input[type=button].style-secondary,
.page-section.style-dark .mc-newsletter-form input[type=button].style-secondary,
.content-box.style-primary .mc-newsletter-form input[type=button].style-secondary,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-secondary,
.page-section.style-dark .mc-newsletter-form input[type=reset].style-secondary,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-secondary,
.page-section.style-primary .mc-newsletter-form button.style-secondary,
.page-section.style-dark .mc-newsletter-form button.style-secondary,
.content-box.style-primary .mc-newsletter-form button.style-secondary {
  --button-color: var(--white);
  --button-border-color: var(--white);
  --button-hover-color: var(--text-color);
  --button-active-color: var(--text-color);
  --button-active-background: var(--grey-100);
  --focus-color: var(--white);
}

.mc-newsletter-form input[type=submit].style-secondary.with-arrow,
.mc-newsletter-form input[type=button].style-secondary.with-arrow,
.mc-newsletter-form input[type=reset].style-secondary.with-arrow,
.mc-newsletter-form button.style-secondary.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-secondary.with-arrow::after,
.mc-newsletter-form input[type=button].style-secondary.with-arrow::after,
.mc-newsletter-form input[type=reset].style-secondary.with-arrow::after,
.mc-newsletter-form button.style-secondary.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-secondary.with-reversed-arrow,
.mc-newsletter-form input[type=button].style-secondary.with-reversed-arrow,
.mc-newsletter-form input[type=reset].style-secondary.with-reversed-arrow,
.mc-newsletter-form button.style-secondary.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.mc-newsletter-form input[type=submit].style-secondary.with-reversed-arrow::before,
.mc-newsletter-form input[type=button].style-secondary.with-reversed-arrow::before,
.mc-newsletter-form input[type=reset].style-secondary.with-reversed-arrow::before,
.mc-newsletter-form button.style-secondary.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.mc-newsletter-form input[type=submit].style-secondary.with-dense-padding,
.mc-newsletter-form input[type=button].style-secondary.with-dense-padding,
.mc-newsletter-form input[type=reset].style-secondary.with-dense-padding,
.mc-newsletter-form button.style-secondary.with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .mc-newsletter-form input[type=submit].style-secondary.with-dense-padding, .content-box.style-primary .mc-newsletter-form input[type=submit].style-secondary.with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=button].style-secondary.with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=button].style-secondary.with-dense-padding,
.page-section.style-primary .mc-newsletter-form input[type=reset].style-secondary.with-dense-padding,
.content-box.style-primary .mc-newsletter-form input[type=reset].style-secondary.with-dense-padding,
.page-section.style-primary .mc-newsletter-form button.style-secondary.with-dense-padding,
.content-box.style-primary .mc-newsletter-form button.style-secondary.with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.mc-newsletter-form input[type=submit].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=button].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form input[type=reset].style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow),
.mc-newsletter-form button.style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.mc-newsletter-form .checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.mc-newsletter-form .checkbox-label > :first-child {
  margin-right: 0.5rem;
}
.mc-newsletter-form input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: var(--input-height);
}
.mc-newsletter-form .button:not(#z) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: var(--input-height);
  padding-inline: 1.25rem;
}

.mc4wp-success {
  font-weight: 500;
  font-size: 0.875rem;
  color: #008831;
}

.noscript .container {
  margin-block: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 2.5rem);
  padding-block: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  padding-inline: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  border-radius: var(--base-radius);
  background-color: #ffedb2;
  color: #352900;
  font-weight: 500;
}
.noscript .container > :first-child, .noscript .container > link:first-child + *, .noscript .container > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.noscript .container > :last-child, .noscript .container > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
/* #endregion "../src/css/main.scss" */

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

.background-section:not(.style-default) + :is(.page-section, link + .page-section),
.hero-section + :is(.page-section, link + .page-section) {
  --section-padding-top: calc(
    var(--default-section-padding) + var(--section-additional-padding, 0px)
  );
  --additional-scroll-offset: 0px;
}

.background-section:is(:first-child, link:first-child + *) > :is(.page-section:first-child, link:first-child + .page-section),
.page-section + .background-section:not(.style-default) > :is(.page-section:first-child, link:first-child + .page-section),
.hero-section + .background-section > :is(.page-section:first-child, link:first-child + .page-section) {
  --section-padding-top: calc(
    var(--default-section-padding) + var(--section-additional-padding, 0px)
  );
  --additional-scroll-offset: 0px;
}

section.main > .page-section:is(:first-child, link:first-child + .page-section),
section.main > .background-section:first-child > .page-section:is(:first-child, link:first-child + .page-section) {
  --section-padding-top: calc(clamp(1.875rem, 0.7932692308rem + 4.8076923077vw, 5rem) + var(--section-additional-padding, 0px));
  --additional-scroll-offset: 0px;
}
/* #endregion "../src/elements/background/background.global.scss" */

/* #region "../src/elements/box/box.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.box-card.card {
  --card-padding: clamp(1.25rem, -3.5714285714rem + 21.4285714286cqw, 2rem);
}
.box-card.card[data-style=light] {
  --card-background: var(--grey-50);
  --card-border-width: 0px;
}
.box-card.card[data-style=light]:is(.background.style-light *) {
  --card-border-width: 1px;
  --card-background: var(--white);
}
.box-card.card[data-style=primary] {
  --card-background: var(--red-800);
  --card-foreground: var(--white);
  --card-border-width: 0px;
}
.box-card.card[data-style=dark] {
  --card-background: var(--grey-950);
  --card-foreground: var(--white);
  --card-border-width: 0px;
}
.box-card.card:where(:not(:first-child):not(link:first-child + *)) {
  margin-top: var(--element-spacing);
}
.box-card.card:where(:not(:last-child)) {
  margin-bottom: var(--element-spacing);
}
.box-card.card .box-icon {
  width: 2rem;
  height: auto;
  color: var(--primary);
  margin-bottom: 2.75rem;
}
.box-card.card .box-icon + * {
  margin-top: 0;
}
/* #endregion "../src/elements/box/box.global.scss" */

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

.button:focus:not(:focus-visible) {
  outline: none;
}
.button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.button.style-default, .button:not([class^=style-]):not([class*=" style-"]) {
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .button.style-default, .content-box.style-primary .button.style-default, .button.style-default.invert, .page-section.style-primary .button:not([class^=style-]):not([class*=" style-"]), .content-box.style-primary .button:not([class^=style-]):not([class*=" style-"]), .button:not([class^=style-]):not([class*=" style-"]).invert {
  --focus-color: var(--white);
  --button-background: var(--white);
  --button-color: var(--black);
  --button-color-rgb: var(--black-rgb);
  --button-hover-color: var(--primary-darker-1);
  --button-hover-background: var(--grey-50);
  --button-active-color: var(--primary-darker-2);
  --button-active-background: var(--grey-100);
}
.page-section.style-primary .button.style-default:disabled, .page-section.style-primary .button.style-default.disabled, .content-box.style-primary .button.style-default:disabled, .content-box.style-primary .button.style-default.disabled, .button.style-default.invert:disabled, .button.style-default.invert.disabled, .page-section.style-primary .button:not([class^=style-]):not([class*=" style-"]):disabled, .page-section.style-primary .button:not([class^=style-]):not([class*=" style-"]).disabled, .content-box.style-primary .button:not([class^=style-]):not([class*=" style-"]):disabled, .content-box.style-primary .button:not([class^=style-]):not([class*=" style-"]).disabled, .button:not([class^=style-]):not([class*=" style-"]).invert:disabled, .button:not([class^=style-]):not([class*=" style-"]).invert.disabled {
  --background: var(--button-background);
  --border-color: var(--button-border-color);
  --color: var(--button-color);
  opacity: 0.6;
}

.button.style-default.with-arrow, .button:not([class^=style-]):not([class*=" style-"]).with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-default.with-arrow::after, .button:not([class^=style-]):not([class*=" style-"]).with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.button.style-default.with-reversed-arrow, .button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-default.with-reversed-arrow::before, .button:not([class^=style-]):not([class*=" style-"]).with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.button.style-default.with-dense-padding, .button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .button.style-default.with-dense-padding, .content-box.style-primary .button.style-default.with-dense-padding, .page-section.style-primary .button:not([class^=style-]):not([class*=" style-"]).with-dense-padding, .content-box.style-primary .button:not([class^=style-]):not([class*=" style-"]).with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.button.style-default.with-dense-padding:is(.with-arrow, .with-reversed-arrow), .button:not([class^=style-]):not([class*=" style-"]).with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}
.button.style-text {
  --button-color: var(--form-color, var(--primary));
  --button-hover-color: var(--form-hover, var(--primary-lighter-2));
  --button-active-color: var(--form-active, var(--primary-darker-1));
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .button.style-text, .content-box.style-primary .button.style-text {
  --button-color: var(--white);
  --button-hover-color: var(--grey-50);
  --button-active-color: var(--grey-100);
  --focus-color: var(--white);
}

.button.style-text.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-text.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.button.style-text.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-text.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.button.style-secondary {
  --button-background: transparent;
  --button-color: #000;
  --button-border-color: #000;
  --button-hover-background: var(--button-border-color);
  --button-hover-color: #fff;
  --button-active-background: #000;
  --button-active-color: #fff;
  padding: 0.9375rem 1.6875rem;
  line-height: 1.2;
  border: 1px solid var(--button-border-color);
  /*
  * Adjust colors based on the section / element the button is used in.
  */
}
.page-section.style-primary .button.style-secondary, .page-section.style-dark .button.style-secondary, .content-box.style-primary .button.style-secondary {
  --button-color: var(--white);
  --button-border-color: var(--white);
  --button-hover-color: var(--text-color);
  --button-active-color: var(--text-color);
  --button-active-background: var(--grey-100);
  --focus-color: var(--white);
}

.button.style-secondary.with-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-secondary.with-arrow::after {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS44MiAxMCA0LjcxIDguOTVsMy4zLTMuMThIMFY0LjIzaDguMDFsLTMuMy0zLjE3TDUuODIgMCAxMSA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  mask-size: 100% 100%;
}
.button.style-secondary.with-reversed-arrow {
  gap: var(--button-arrow-gap, 0.5rem);
}
.button.style-secondary.with-reversed-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.625rem;
  margin-bottom: -0.15rem;
  background-color: var(--button-arrow-color, currentColor);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4xOCAxMCAxLjExLTEuMDUtMy4zLTMuMThIMTFWNC4yM0gyLjk5bDMuMy0zLjE3TDUuMTggMCAwIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  mask-size: 100% 100%;
}
.button.style-secondary.with-dense-padding {
  padding: 0.5625rem 0.6875rem;
  line-height: 1.2;
  /*
   * Adjust colors based on the section / element the button is used in.
   */
}
.page-section.style-primary .button.style-secondary.with-dense-padding, .content-box.style-primary .button.style-secondary.with-dense-padding {
  --button-background: #fff;
  --button-color: #000;
  --button-hover-background: #f9f9f9;
  --button-active-background: #c9c9c9;
}

.button.style-secondary.with-dense-padding:is(.with-arrow, .with-reversed-arrow) {
  --button-arrow-gap: 0.5rem;
}

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;
}
/* #endregion "../src/elements/buttons/buttons.global.scss" */

/* #region "../src/elements/hero-badge/hero-badge.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.badge {
  position: absolute;
  --offset: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 2.5rem);
  --translate-x: 0px;
  --translate-y: 0px;
  transform: translate(var(--translate-x), var(--translate-y));
  z-index: -1;
}
.badge.horizontal-start {
  left: var(--offset);
}
.badge.horizontal-center {
  left: 50%;
  --translate-x: -50%;
}
.badge.horizontal-end {
  right: var(--offset);
}
.badge.vertical-start {
  top: var(--offset);
}
.badge.vertical-center {
  top: 50%;
  --translate-y: -50%;
}
.badge.vertical-end {
  bottom: var(--offset);
}
@media (max-width: 767px) {
  .badge:is(.hero-align-end *) {
    bottom: auto;
    top: var(--offset);
    --translate-y: 0px;
  }
  .badge:is(.hero-align-start *) {
    top: auto;
    bottom: var(--offset);
    --translate-y: 0px;
  }
}
/* #endregion "../src/elements/hero-badge/hero-badge.global.scss" */

/* #region "../src/elements/image/image.global.scss" */
/*
- type: css
*/
.wpce-image:where(:not([src$=".svg"])) {
  border-radius: var(--base-radius);
}
/* #endregion "../src/elements/image/image.global.scss" */

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

.page-section.style-default {
  background-color: #ffffff;
  color: #000000;
}
.page-section.style-default + .style-default, .page-section.style-default + link + .style-default {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-default p a {
  color: #e30613;
}
.page-section.style-default p a:hover, .page-section.style-default p a:active, .page-section.style-default p a:focus {
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.page-section.style-default ::selection {
  background-color: hsla(356.4705882353, 144.8497854077%, 35.6862745098%, 0.75);
  color: #ffffff;
}

.page-section.style-light {
  background-color: #F6F6F6;
  color: #000000;
}
.page-section.style-light + .style-light, .page-section.style-light + link + .style-light {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-light p a {
  color: #e30613;
}
.page-section.style-light p a:hover, .page-section.style-light p a:active, .page-section.style-light p a:focus {
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.page-section.style-light ::selection {
  background-color: hsla(356.4705882353, 144.8497854077%, 35.6862745098%, 0.75);
  color: #ffffff;
}

.page-section.style-box-default {
  background-color: #ffffff;
  color: #000000;
}
.page-section.style-box-default + .style-box-default, .page-section.style-box-default + link + .style-box-default {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-box-default p a {
  color: #e30613;
}
.page-section.style-box-default p a:hover, .page-section.style-box-default p a:active, .page-section.style-box-default p a:focus {
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.page-section.style-box-default ::selection {
  background-color: hsla(356.4705882353, 144.8497854077%, 35.6862745098%, 0.75);
  color: #ffffff;
}

.page-section.style-box-light {
  background-color: #F6F6F6;
  color: #000000;
}
.page-section.style-box-light + .style-box-light, .page-section.style-box-light + link + .style-box-light {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-box-light p a {
  color: #e30613;
}
.page-section.style-box-light p a:hover, .page-section.style-box-light p a:active, .page-section.style-box-light p a:focus {
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.page-section.style-box-light ::selection {
  background-color: hsla(356.4705882353, 144.8497854077%, 35.6862745098%, 0.75);
  color: #ffffff;
}

.page-section.style-box-dark {
  background-color: #000000;
  color: #ffffff;
}
.page-section.style-box-dark + .style-box-dark, .page-section.style-box-dark + link + .style-box-dark {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-box-dark p a {
  color: rgb(250.1476058815, 71.4177558515, 81.9312764415);
}
.page-section.style-box-dark p a:hover, .page-section.style-box-dark p a:active, .page-section.style-box-dark p a:focus {
  color: rgb(251.4609106026, 121.1044511305, 128.7724781583);
}
.page-section.style-box-dark ::selection {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}

.page-section.style-box-primary {
  background-color: #e30613;
  color: #ffffff;
}
.page-section.style-box-primary + .style-box-primary, .page-section.style-box-primary + link + .style-box-primary {
  --section-padding-top: 0px;
  --additional-scroll-offset: 3rem;
}
.page-section.style-box-primary p a {
  color: rgb(252.6360515021, 165.5639484979, 170.6858369099);
}
.page-section.style-box-primary p a:hover, .page-section.style-box-primary p a:active, .page-section.style-box-primary p a:focus {
  color: rgb(253.9493562232, 215.2506437768, 217.5270386266);
}
.page-section.style-box-primary ::selection {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}

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

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

.page-section .section-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-l > .column-content {
    padding-left: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-l > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-left: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-r > .column-content {
    padding-right: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-r > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-right: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
@container column (width < 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-padding-lr > .column-content {
    padding-inline: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
  }
}
.page-section .section-item.layout-padding-lr > .column-content:where([data-cqw-match\:column\:lt\:99]) {
  padding-inline: calc(var(--grid-layout-column-width) + var(--grid-layout-gap));
}
.page-section .section-item.layout-hcenter > .column-content {
  margin-inline: auto;
}
.page-section .section-item.layout-padding-lmax > .column-content {
  margin-left: auto;
}

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

.page-section .section-item {
  --column-block-margin: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 2.5rem);
  container: column/inline-size;
}
.page-section .section-item.layout-padding-lmax {
  align-items: flex-end;
}
@container column (width >= 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-margin-top {
    margin-top: var(--column-block-margin);
  }
}
.page-section .section-item.layout-margin-top:where([data-cqw-match\:column\:gte\:99]) {
  margin-top: var(--column-block-margin);
}
@container column (width >= 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-margin-top {
    margin-bottom: var(--column-block-margin);
  }
}
.page-section .section-item.layout-margin-top:where([data-cqw-match\:column\:gte\:99]) {
  margin-bottom: var(--column-block-margin);
}
@container column (width >= 99cqw) {
  :where(body:not(.cqw-fallback)) .page-section .section-item.layout-margin-top {
    margin-block: var(--column-block-margin);
  }
}
.page-section .section-item.layout-margin-top:where([data-cqw-match\:column\:gte\:99]) {
  margin-block: var(--column-block-margin);
}

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

/* #region "../src/functions/alpine-select/alpine-select.global.scss" */
/*
- type: css
*/
.multiselect--select-wrapper {
  --multiselect--text-color: var(--text-color);
  --multiselect--active-text-color: var(--text-color-inverted);
  --multiselect--disabled-text-color: var(--shade-color-dark);
  --multiselect--disabled-background-color: var(--shade-color);
  --multiselect--background-color: var(--white);
  --multiselect--active-background-color: var(--primary);
  --multiselect--focus-width: 2px;
  --multiselect--focus-offset: 3px;
  --multiselect--focus-color: var(--primary);
  --multiselect--trigger-height: var(--form-input-height, auto);
  --multiselect--trigger-padding-y: 0rem;
  --multiselect--trigger-padding-x: 1.5rem;
  --multiselect--trigger-icon-color: var(--primary);
  --multiselect--trigger-icon-width: 11px;
  --multiselect--trigger-icon-height: 7px;
  --multiselect--trigger-icon-url: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.715.29a.96.96%200%200%200-1.375%200L5.5%204.607%201.66.291a.96.96%200%200%200-1.375%200%201.005%201.005%200%200%200%200%201.402l4.467%205.02c.205.21.479.302.748.285a.956.956%200%200%200%20.749-.284l4.466-5.021c.38-.387.38-1.015%200-1.402Z%22%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E);
  --multiselect--border-radius: var(--base-radius);
  --multiselect--border-color: var(--shade-color);
  --multiselect--border-width: 1px;
  --multiselect--border: var(--multiselect--border-width) solid var(--multiselect--border-color);
  --multiselect--input-font-size: 0.875rem;
  --multiselect--input-margin-bottom: 0px;
  --multiselect--listbox-shadow: 0 0.5em 1.25em #00000018;
  --multiselect--listbox-font-size: var(--multiselect--input-font-size);
  --multiselect--check-color: var(--primary);
  --multiselect--active-check-color: var(--multiselect--active-text-color);
  --multiselect--check-icon-width: 12px;
  --multiselect--check-icon-height: 9px;
  --multiselect--check-icon-url: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.701.31a1.087%201.087%200%200%201%200%201.497L5.063%208.689A1%201%200%200%201%204.34%209a1%201%200%200%201-.722-.31L.299%205.248a1.085%201.085%200%200%201-.264-1.022c.094-.366.37-.65.722-.749a.996.996%200%200%201%20.985.274l2.599%202.692L10.258.31c.191-.198.45-.31.722-.31.27%200%20.53.112.721.31Z%22%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E);
  --multiselect--border-top-left-radius: var(--multiselect--border-radius);
  --multiselect--border-top-right-radius: var(--multiselect--border-radius);
  --multiselect--border-bottom-left-radius: var(--multiselect--border-radius);
  --multiselect--border-bottom-right-radius: var(--multiselect--border-radius);
}

body.admin-bar {
  --multiselect--admin-bar: 46px;
}
@media (width >= 783px) {
  body.admin-bar {
    --multiselect--admin-bar: 32px;
  }
}

.multiselect--select-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: var(--multiselect--input-margin-bottom, 1em);
  color: var(--multiselect--text-color);
  transition: filter var(--multiselect--transition-duration, 150ms);
  user-select: none;
}
.multiselect--select-wrapper.from-top .multiselect--select-listbox {
  top: calc(var(--multiselect--position-top, 0px) + var(--multiselect--admin-bar, 0px));
}
.multiselect--select-wrapper.from-bottom .multiselect--select-listbox {
  bottom: calc(var(--multiselect--position-bottom, 0px) + var(--multiselect--offset-bottom, 0px));
}
.multiselect--select-wrapper.is-expanded {
  filter: drop-shadow(var(--multiselect--listbox-shadow));
  z-index: 15;
}
.multiselect--select-wrapper.is-expanded.from-top:not(.is-overlapping) .multiselect--select-listbox:not(.multiselect--select-wrapper.is-too-wide-for-screen *), .multiselect--select-wrapper.is-expanded.from-none .multiselect--select-listbox:not(.multiselect--select-wrapper.is-too-wide-for-screen *) {
  --multiselect--border-top-left-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-top:not(.is-overlapping) .multiselect--select-listbox:not(.multiselect--select-wrapper.is-too-wide-for-trigger *), .multiselect--select-wrapper.is-expanded.from-none .multiselect--select-listbox:not(.multiselect--select-wrapper.is-too-wide-for-trigger *) {
  --multiselect--border-top-right-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-top:not(.is-overlapping) .multiselect--select-trigger, .multiselect--select-wrapper.is-expanded.from-none .multiselect--select-trigger {
  --multiselect--border-bottom-left-radius: 0;
  --multiselect--border-bottom-right-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-top:not(.is-overlapping) .multiselect--select-listbox {
  border-top: none;
}
.multiselect--select-wrapper.is-expanded.from-bottom.is-too-wide-for-screen .multiselect--select-listbox {
  --multiselect--border-bottom-left-radius: 0;
  --multiselect--border-bottom-right-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-bottom:not(.is-overlapping):not(.is-too-wide-for-trigger) .multiselect--select-listbox {
  border-bottom: none;
  border-bottom-right-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-bottom:not(.is-overlapping).is-too-wide-for-trigger .multiselect--select-listbox {
  margin-bottom: calc(-1 * var(--multiselect--border-width));
}
.multiselect--select-wrapper.is-expanded.from-bottom:not(.is-overlapping) .multiselect--select-listbox {
  border-bottom-left-radius: 0;
}
.multiselect--select-wrapper.is-expanded.from-bottom:not(.is-overlapping) .multiselect--select-trigger {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect--select-wrapper.is-expanded .multiselect--select-listbox {
  background-color: var(--multiselect--background-color);
}

.multiselect--select-field {
  all: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  opacity: 0;
  pointer-events: none;
}
.multiselect--select-field.touched:invalid + button {
  background-color: var(--input-invalid-background);
}

.multiselect--select-trigger {
  all: unset;
  cursor: default;
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  border-radius: var(--multiselect--border-top-left-radius) var(--multiselect--border-top-right-radius) var(--multiselect--border-bottom-right-radius) var(--multiselect--border-bottom-left-radius);
  border: var(--multiselect--border);
  background-color: var(--multiselect--background-color);
  height: var(--multiselect--trigger-height);
  padding: calc(var(--multiselect--trigger-padding-y) + var(--multiselect--border-width)) calc(var(--multiselect--trigger-padding-x) + var(--multiselect--border-width));
  padding-right: calc(2 * var(--multiselect--trigger-padding-x) + var(--multiselect--trigger-icon-width));
  font-size: var(--multiselect--input-font-size);
  text-align: left;
  appearance: none;
  transition: border-radius var(--multiselect--transition-duration, 150ms);
}
.multiselect--select-trigger::after {
  content: "";
  position: absolute;
  width: var(--multiselect--trigger-icon-width);
  height: var(--multiselect--trigger-icon-height);
  right: var(--multiselect--trigger-padding-x);
  top: calc(50% - 0.5 * var(--multiselect--trigger-icon-height));
  mask-image: var(--multiselect--trigger-icon-url);
  background-color: var(--multiselect--trigger-icon-color);
}
.multiselect--select-trigger:focus {
  outline: none;
}
.multiselect--select-trigger:focus-visible {
  outline: var(--multiselect--focus-width, 2px) solid var(--multiselect--focus-color);
  outline-offset: var(--multiselect--focus-offset, 2px);
}
.multiselect--select-trigger.inert {
  pointer-events: none;
}
.multiselect--select-trigger:disabled, .multiselect--select-trigger.disabled {
  color: var(--multiselect--disabled-text-color);
  background-color: var(--multiselect--disabled-trigger-background-color);
}

.multiselect--select-trigger-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.multiselect--select-listbox {
  --multiselect--border-top-left-radius: var(--multiselect--border-radius);
  --multiselect--border-top-right-radius: var(--multiselect--border-radius);
  --multiselect--border-bottom-left-radius: var(--multiselect--border-radius);
  --multiselect--border-bottom-right-radius: var(--multiselect--border-radius);
  position: absolute;
  right: var(--position-right, auto);
  font-size: var(--multiselect--listbox-font-size);
  box-sizing: border-box;
  width: fit-content;
  min-width: 100%;
  max-width: min(100vw - 20px, 100%);
  max-height: 90vh;
  overflow: auto;
  list-style-type: none;
  margin: 0 0.5em 0 0;
  margin-top: calc(-1 * var(--multiselect--border-width));
  padding: 0.5em 0;
  background-color: #fff;
  border: var(--multiselect--border);
  border-radius: var(--multiselect--border-top-left-radius) var(--multiselect--border-top-right-radius) var(--multiselect--border-bottom-right-radius) var(--multiselect--border-bottom-left-radius);
  transition: border-radius var(--multiselect--transition-duration, 150ms);
}
.multiselect--select-listbox:focus {
  outline: none;
}

.multiselect--select-listbox-item {
  position: relative;
  width: max-content;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.7em 1em 0.75em calc(var(--multiselect--check-icon-width) + 1.85em);
  line-height: 1;
  cursor: default;
  white-space: var(--multiselect--select-white-space, initial);
}
.multiselect--select-listbox-item.is-active {
  background-color: var(--multiselect--active-background-color);
  color: var(--multiselect--active-text-color);
}
.multiselect--select-listbox-item.is-active.is-selected::before {
  background-color: var(--multiselect--active-check-color);
}
.multiselect--select-listbox-item.is-selected::before {
  content: "";
  position: absolute;
  width: var(--multiselect--check-icon-width);
  height: var(--multiselect--check-icon-height);
  top: calc(50% - 0.5 * var(--multiselect--check-icon-height));
  left: 1.1em;
  mask-image: var(--multiselect--check-icon-url);
  mask-repeat: no-repeat;
  background-color: var(--multiselect--check-color);
}
/* #endregion "../src/functions/alpine-select/alpine-select.global.scss" */

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

:where(button.card, input.card) {
  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;
}

.card {
  --card-width: initial;
  --card-padding-top: initial;
  --card-padding-bottom: initial;
  --card-padding-left: initial;
  --card-padding-right: initial;
  --card-padding-y: initial;
  --card-padding-x: initial;
  --card-padding: initial;
  --card-shadow: 0 1px 20px rgb(0 0 0 / 8%);
  --card-hover-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  --card-border-color: var(--grey-200);
  --card-border-width: 0px;
  --card-shade-color: var(--shade-color, var(--grey-500));
  --card-hover-offset: 5px;
  --card-transition-duration: 300ms;
  --card-background: transparent;
  --card-active-background: var(--card-background);
  --card-foreground: var(--text-color);
  --card-additional-transform: ;
  --card-radius-top-left: initial;
  --card-radius-top-right: initial;
  --card-radius-bottom-left: initial;
  --card-radius-bottom-right: initial;
  --card-radius-top: initial;
  --card-radius-bottom: initial;
  --card-radius: var(--base-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  width: var(--card-width);
  transition-duration: var(--card-transition-duration);
  transition-property: box-shadow, transform, background, color, --gradient-start, --gradient-stop;
  justify-content: stretch;
  color: var(--card-foreground);
  background: var(--card-background);
  border-radius: var(--card-radius-top-left, var(--card-radius-top, var(--card-radius))) var(--card-radius-top-right, var(--card-radius-top, var(--card-radius))) var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius))) var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius)));
  border: var(--card-border-width) solid var(--card-border-color);
  overflow: hidden;
  transform: var(--card-additional-transform);
}
.card.with-border {
  --card-background: var(--white);
  --card-active-background: var(--grey-50);
}
.card:not(.with-background-image):has(.card-image) {
  border: none;
}
.card:not(.with-background-image):has(.card-image) .card-inner {
  border: var(--card-border-width) solid var(--card-border-color);
}
.card:where(:not(.card-wrapper > *):only-child) {
  height: 100%;
}
.card::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  border-radius: calc(var(--card-radius-top-left, var(--card-radius-top, var(--card-radius)))) calc(var(--card-radius-top-right, var(--card-radius-top, var(--card-radius)))) calc(var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius)))) calc(var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius))));
}
.card .card-image {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  opacity: var(--card-image-opacity, 1);
  filter: var(--card-image-filter, none);
  transition: var(--card-transition-duration);
  transition-property: opacity, filter;
  border-top-left-radius: calc(var(--card-radius-top-left, var(--card-radius-top, var(--card-radius))));
  border-top-right-radius: calc(var(--card-radius-top-right, var(--card-radius-top, var(--card-radius))));
}
.card .card-image:last-child, .card .card-image:is(.card:not(.with-border):not(.with-shadow) > *) {
  border-bottom-left-radius: calc(var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius))));
  border-bottom-right-radius: calc(var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius))));
}
.card .card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: var(--card-image-gradient);
  transition: opacity var(--card-transition-duration);
}
.card .card-image > :where(img, svg) {
  width: 100%;
}
.card:not(.with-background-image) .card-image {
  border-top-left-radius: calc(var(--card-radius-top-left, var(--card-radius-top, var(--card-radius))));
  border-top-right-radius: calc(var(--card-radius-top-right, var(--card-radius-top, var(--card-radius))));
}
.card.with-background-image {
  --card-foreground: var(--white);
  --gradient-start: rgb(var(--black-rgb) / 80%);
  --gradient-stop: rgb(var(--black-rgb) / 0%);
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
@media (hover: hover) and (pointer: fine) {
  .card.with-background-image.can-hover:hover {
    --gradient-start: rgb(var(--black-rgb) / 65%);
  }
}
.card.with-background-image.can-hover:active {
  --gradient-start: rgb(var(--black-rgb) / 80%);
  --gradient-stop: rgb(var(--black-rgb) / 0%);
}
.card.with-background-image .card-image {
  grid-row: 1/-1;
  grid-column: 1/-1;
  border-radius: calc(var(--card-radius-top-left, var(--card-radius-top, var(--card-radius)))) calc(var(--card-radius-top-right, var(--card-radius-top, var(--card-radius)))) calc(var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius)))) calc(var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius))));
}
.card.with-background-image .card-image::before {
  background-image: linear-gradient(to top, var(--gradient-start) 0%, var(--gradient-stop) 60%);
}
.card.with-background-image .card-image:is(.safari *)::before {
  border-radius: var(--card-radius-top-left, var(--card-radius-top, var(--card-radius))) var(--card-radius-top-right, var(--card-radius-top, var(--card-radius))) var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius))) var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius)));
}
.card.with-background-image .card-image img {
  width: 100%;
}
.card.with-background-image .card-inner {
  grid-row: 1/-1;
  grid-column: 1/-1;
  margin-top: auto;
}
.card .card-inner {
  width: 100%;
  padding-top: var(--card-padding-top, var(--card-padding-y, var(--card-padding)));
  padding-bottom: var(--card-padding-bottom, var(--card-padding-y, var(--card-padding)));
  padding-left: var(--card-padding-left, var(--card-padding-x, var(--card-padding)));
  padding-right: var(--card-padding-right, var(--card-padding-x, var(--card-padding)));
  border-radius: var(--card-radius-top-left, var(--card-radius-top, var(--card-radius))) var(--card-radius-top-right, var(--card-radius-top, var(--card-radius))) var(--card-radius-bottom-right, var(--card-radius-bottom, var(--card-radius))) var(--card-radius-bottom-left, var(--card-radius-bottom, var(--card-radius)));
  flex-grow: 1;
  z-index: 1;
}
.card .card-inner:is(.card:has(.card-image) > *) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card .card-inner > :first-child, .card .card-inner > link:first-child + *, .card .card-inner > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.card .card-inner > :last-child, .card .card-inner > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.card .card-inner:is(:only-child, :nth-child(1 of :not(link)):last-child) {
  height: 100%;
}
.card:is(.is-disabled, :disabled) {
  opacity: 0.5;
}
.card.with-border {
  --card-border-width: 1px;
}
.card.with-shadow {
  box-shadow: var(--card-shadow);
}
.card.with-color {
  --card-background: var(--card-custom-background, var(--primary));
  --card-active-background: var(--card-background);
  --card-foreground: var(--card-custom-foreground, var(--white));
}
.card:where(:not(.is-disabled):not(:disabled)).can-hover {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .card:where(:not(.is-disabled):not(:disabled)).can-hover.with-border:hover {
    box-shadow: var(--card-hover-shadow);
  }
  .card:where(:not(.is-disabled):not(:disabled)).can-hover:hover {
    transform: translateY(calc(-1 * var(--card-hover-offset))) var(--card-additional-transform);
    color: var(--card-foreground);
  }
  .card:where(:not(.is-disabled):not(:disabled)).can-hover:active {
    transform: translateY(calc(-0.7 * var(--card-hover-offset))) var(--card-additional-transform);
  }
}
@media (hover: none), (pointer: coarse) {
  .card:where(:not(.is-disabled):not(:disabled)).can-hover:active {
    transform: translateY(calc(0.5 * var(--card-hover-offset))) var(--card-additional-transform);
  }
}
.card:where(:not(.is-disabled):not(:disabled)).can-hover:active {
  --card-image-filter: brightness(0.9);
  background: var(--card-active-background);
}
:root.no-focus-visible .card:where(:not(.is-disabled):not(:disabled)).can-hover:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.card:where(:not(.is-disabled):not(:disabled)).can-hover:focus:not(:focus-visible) {
  outline: none;
}
.card:where(:not(.is-disabled):not(:disabled)).can-hover:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

:where(.section-item > .column-content, .grid) > .card-wrapper:is(:only-child, :nth-child(1 of :not(link)):last-child),
:where(*:has(> .section-item:first-child > .column-content > .card-wrapper):has(> .section-item:last-child > .column-content > .card-wrapper) > .section-item > .column-content,
.grid) > .card-wrapper > .card:not(.with-background-image) {
  height: 100%;
}
/* #endregion "../src/functions/card/card.global.scss" */

/* #region "../src/functions/consent-manager/consent-manager.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
:root {
  --cm--focus-outline: 2px solid var(--focus-color, var(--primary));
  --cm--focus-offset: var(--focus-offset, 3px);
  --cm--border-width: 1px;
  --cm--border-color: #0002;
  --cm-placeholder--font-size: unset;
  --cm-placeholder--font-family: unset;
  --cm-placeholder--rounded: unset;
  --cm-placeholder--background: transparent;
  --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: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
  --cm-manager--rounded: 0;
  --cm-manager--z-index: 999999;
  --cm-manager--shadow: unset;
  --cm-manager--inner-shadow: unset;
  --cm-manager--background: #fff;
  --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;
  --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(--base-radius);
  --cm-manager--outro-align: unset;
  --cm-manager--outro-background: var(--grey-50);
  --cm-manager--outro-foreground: unset;
  --cm-manager--outro-font-size: unset;
  --cm-groups--items-gap: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
  --cm-groups--border-style: unset;
  --cm-groups--header-padding: unset;
  --cm-group--rounded: unset;
  --cm-group--horizontal-gap: unset;
  --cm-group--info-gap: unset;
  --cm-group--label-font-weight: unset;
  --cm-group--background: unset;
  --cm-group--dim-foreground: unset;
  --cm-group--animation: unset;
  --cm-group--toggle-size: unset;
  --cm-group--toggle-icon-width: unset;
  --cm-group--toggle-icon-color: unset;
  --cm-group--toggle-icon-url: unset;
  --cm-service--toggle-order: 1;
  --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: #B0B0B0;
  --cm-toggle--border-color: unset;
  --cm-toggle--knob-color: #fff;
  --cm-toggle--knob-border-color: unset;
  --cm-toggle--active-track-color: var(--primary);
  --cm-toggle--active-border-color: var(--primary);
  --cm-toggle--active-knob-color: #fff;
  --cm-toggle--active-knob-border-color: unset;
  --cm-toggle--indeterminate-track-color: unset;
  --cm-toggle--indeterminate-border-color: unset;
  --cm-toggle--indeterminate-knob-color: unset;
  --cm-toggle--indeterminate-knob-border-color: unset;
  --cm-toggle--disabled-track-color: rgb(196.25, 196.25, 196.25);
  --cm-toggle--disabled-border-color: unset;
  --cm-toggle--disabled-knob-color: #D1D1D1;
  --cm-toggle--disabled-knob-border-color: unset;
  --cm-toggle--disabled-active-track-color: rgb(var(--primary-rgb) / 65%);
  --cm-toggle--disabled-active-border-color: unset;
  --cm-toggle--disabled-active-knob-color: #fff8;
  --cm-toggle--disabled-active-knob-border-color: unset;
  --cm-bar--padding: unset;
  --cm-bar--z-index: unset;
  --cm-bar--shadow: unset;
  --cm-bar--font-size: unset;
  --cm-bar--font-family: unset;
  --cm-bar--background: #fff;
  --cm-bar--foreground: var(--text-color);
  --cm-buttons--gap: clamp(0.75rem, 0.3173076923rem + 1.9230769231vw, 2rem);
}
@media (min-width: 768px) {
  :root {
    --cm-manager--rounded: var(--base-radius);
  }
}
@media (min-width: 768px) {
  :root {
    --cm-manager--overlay-padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  :root {
    --cm-service--toggle-order: initial;
  }
}

.cm-manager-body {
  line-height: 1.4;
}
.cm-manager-body a {
  text-decoration: underline;
}

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

@media (max-width: 767px) {
  .cm-manager-footer {
    justify-content: flex-start;
  }
  .cm-service-header {
    justify-content: space-between;
    row-gap: 0;
  }
  .cm-service-learn-more {
    order: 2;
    width: 100%;
    --cm-service--more-font-weight: 400;
  }
}
:is(.cm-bar, .cm-manager, .cm-placeholder-overlay) .button.button {
  padding: clamp(0.3125rem, 0.2043269231rem + 0.4807692308vw, 0.625rem) clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  line-height: 1.4;
}

.cm-placeholder {
  border: 1px dashed var(--grey-200);
  min-height: 220px;
}
.cm-placeholder:is(.background.style-light) {
  border-color: var(--grey-400);
}

.style-text-cm:not(#z) {
  --button-color: inherit;
  --button-hover-color: inherit;
  --button-active-color: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
}
/* #endregion "../src/functions/consent-manager/consent-manager.global.scss" */

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

/* #region "../src/functions/footer/footer.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
footer.main {
  --default-section-padding: clamp(2.5rem, 0.7692307692rem + 7.6923076923vw, 7.5rem);
  --reduced-section-padding: clamp(1.875rem, 0.7932692308rem + 4.8076923077vw, 5rem);
  border-top: 2px solid var(--white);
}
:where(footer.main) a:where(:not([class])) {
  text-decoration: none;
  color: var(--primary);
}
:root.no-focus-visible :where(footer.main) a:where(:not([class])):focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

footer.main .section-grid.grid-layout {
  --grid-layout-gap: 4rem 0px;
}
@media (min-width: 768px) {
  footer.main .section-grid.grid-layout {
    --grid-layout-gap: clamp(3.75rem, 5.4326923077rem + -1.9230769231vw, 5rem) clamp(1.875rem, 1.4423076923rem + 1.9230769231vw, 3.125rem);
  }
}
footer.main .menu a {
  color: inherit;
}
/* #endregion "../src/functions/footer/footer.global.scss" */

/* #region "../src/functions/hamburger-icon/hamburger-icon.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.hamburger-icon {
  display: block;
}
.hamburger-icon .hamburger-lines {
  stroke-width: var(--hamburger-stroke);
  transition: stroke-width 300ms;
}
@media (max-width: 991px) {
  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-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]) .menu-bar-top,
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-bottom {
  opacity: 0;
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle {
  transform: scaleX(var(--hamburger-rotated-scale, 1));
}
.hamburger-icon:is(body.mobile-menu-active *:not([data-state=initial]), [data-state=toggled]) .menu-bar-middle-group-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]) .menu-bar-middle-group-1 {
  transform: rotate(var(--hamburger-rotation-angle, 45deg));
}
/* #endregion "../src/functions/hamburger-icon/hamburger-icon.global.scss" */

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

header.main a.logo {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: var(--base-radius);
  height: 100%;
}
:root.no-focus-visible header.main a.logo:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  outline-offset: var(--focus-offset, 3px);
}
header.main a.logo img {
  aspect-ratio: var(--logo-ratio)/1;
  height: var(--logo-rendered-height);
  width: auto;
}
:root.no-focus-visible header.main .menu li > a:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

/*******************************
 * Header Desktop (Submenu Styles)
 ******************************/
body {
  --secondary-header-height: 50px;
  --secondary-current-header-height: var(--secondary-header-height);
  --header-desktop-max-height: calc(
    var(--secondary-header-height) + var(--logo-rendered-height) + 2 * 25px
  );
  --header-desktop-height: calc(
    var(--secondary-current-header-height) + var(--logo-rendered-height) + 2 * 25px
  );
}
body.with-sticky-desktop-header {
  --secondary-current-header-height: 0px;
}

@media (min-width: 992px) {
  body {
    --header-sticky-animation-duration: 350ms;
  }
  body.logo-height-short {
    --logo-rendered-height: 45px;
  }
  body.logo-height-medium {
    --logo-rendered-height: 66px;
  }
  body.logo-height-tall {
    --logo-rendered-height: 80px;
  }
}
/*
 * 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);
  transition-duration: var(--header-sticky-animation-duration);
  transition-property: height;
}
@media (max-width: 991px) {
  .header-desktop-placeholder {
    display: none;
  }
}

header.main.desktop {
  --item-gap: clamp(1.5rem, -1.5392156863rem + 4.9019607843vw, 2.75rem);
  position: fixed;
  z-index: 50;
  top: var(--admin-bar-height);
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: var(--white);
  transition: box-shadow, height;
  transition-duration: var(--header-sticky-animation-duration);
}
header.main.desktop:is(body.with-sticky-desktop-header *) {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
}
header.main.desktop .secondary-header {
  height: var(--secondary-current-header-height);
  background-color: var(--grey-50);
  display: flex;
  align-items: stretch;
  font-size: var(--reduced-font-size);
  transition: height var(--header-sticky-animation-duration);
}
header.main.desktop .secondary-header[inert] {
  overflow: hidden;
}
header.main.desktop .secondary-header > .container {
  display: flex;
  align-items: center;
  gap: var(--item-gap);
  justify-content: flex-end;
}
header.main.desktop .secondary-header .back-button {
  margin-right: auto;
}
header.main.desktop .header-layout {
  display: flex;
  align-items: center;
  height: calc(100% - var(--secondary-current-header-height));
  transition: height var(--header-sticky-animation-duration);
}
header.main.desktop .header-layout .menu-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main {
  --menu-item-gap: var(--item-gap);
  --menu-item-padding-x: 0.5em;
  --menu-item-padding-y: 0.5em;
}
header.main.desktop nav.main .menu, header.main.desktop nav.main .sub-menu {
  display: flex;
  align-items: center;
  gap: var(--menu-item-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 600;
}
header.main.desktop nav.main .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main .menu li > a {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
  border-radius: var(--base-radius);
}
header.main.desktop nav.main .menu > li > a {
  margin-left: calc(-1 * var(--menu-item-padding-x));
  margin-right: calc(-1 * var(--menu-item-padding-x));
  color: inherit;
}
header.main.desktop nav.main .menu > li > a:hover {
  color: var(--primary);
}
header.main.desktop nav.main .menu li.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: var(--primary);
}
header.main.desktop nav.secondary {
  --menu-item-gap: var(--item-gap);
  --menu-item-padding-x: 0.5em;
  --menu-item-padding-y: 0.5em;
}
header.main.desktop nav.secondary .menu, header.main.desktop nav.secondary .sub-menu {
  display: flex;
  align-items: center;
  gap: var(--menu-item-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
header.main.desktop nav.secondary .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav.secondary .menu li > a {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
  border-radius: var(--base-radius);
}
header.main.desktop nav.secondary .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.secondary .menu > li > a:hover {
  color: var(--primary);
}
header.main.desktop nav.secondary .menu li.current-menu-item > a {
  font-weight: 600;
}

/*******************************
 * Header Mobile
 ******************************/
body {
  --header-mobile-height: calc(var(--logo-rendered-height) + 2 * 20px);
}

@media (max-width: 991px) {
  body.logo-height-short {
    --logo-rendered-height: 30px;
  }
  body.logo-height-medium {
    --logo-rendered-height: 40px;
  }
  body.logo-height-tall {
    --logo-rendered-height: 70px;
  }
}
/*
 * Placeholder that is wrapped around the mobile and desktop header,
 * taking up its height to enable headers to be positioned fixed.
 */
.header-mobile-placeholder {
  height: var(--header-mobile-height);
}
@media (min-width: 992px) {
  .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: #fff;
  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 rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.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;
  --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);
}
:root.no-focus-visible .mobile-menu-wrapper header.main.mobile .search-button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  outline-offset: var(--focus-offset, 3px);
}
.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: 0.25rem;
}
:root.no-focus-visible .mobile-menu-wrapper header.main.mobile .menu-button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  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));
  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: #fff;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: var(--admin-bar-height, 0px);
  height: calc(100% - var(--admin-bar-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-content-wrapper {
  --padding-y: clamp(2rem, 1.2936046512rem + 2.0930232558vw, 3.125rem);
  overflow: auto;
  width: 100%;
  height: 100%;
  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-primary {
  padding-bottom: var(--padding-y);
}
.mobile-menu-wrapper .mobile-menu-secondary {
  --padding-y: clamp(2rem, 1.2936046512rem + 2.0930232558vw, 3.125rem);
  padding-top: var(--padding-y);
  font-size: var(--reduced-font-size);
  border-top: 1px solid var(--overlay-header-background);
  margin-bottom: auto;
}
.mobile-menu-wrapper .mobile-menu-secondary .language-switcher-list {
  margin-top: clamp(1.5rem, 1.1860465116rem + 0.9302325581vw, 2rem);
}
.mobile-menu-wrapper .mobile-menu-secondary .donate-button {
  margin-top: clamp(1.5rem, 1.1860465116rem + 0.9302325581vw, 2rem);
}
.mobile-menu-wrapper .mobile-menu-secondary .back-button-container {
  margin-top: 2rem;
}
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 .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5;
}
.mobile-menu-wrapper nav.main .menu:focus {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu > li > a {
  display: flex;
  padding: 0;
  font-size: 1.375em;
  font-weight: 600;
  color: inherit;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main .menu > li > a:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.mobile-menu-wrapper nav.main .menu > li > a:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu > li > a:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.mobile-menu-wrapper nav.main .menu > li.current-menu-item > a {
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-underline-offset: 0.15em;
}
.mobile-menu-wrapper nav.secondary .menu, .mobile-menu-wrapper nav.secondary .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0;
  margin: 0;
  font-size: 1.0625rem;
  list-style: none;
  line-height: 1.2;
}
.mobile-menu-wrapper nav.secondary .menu li > a {
  display: flex;
  padding: 0;
  color: inherit;
}
:root.no-focus-visible .mobile-menu-wrapper nav.secondary .menu li > a:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

header.main.desktop nav.main {
  --dropdown-button-size: 26px;
  --dropdown-icon-width: 10px;
}
header.main.desktop nav.main .menu > li > .sub-menu {
  --vertical-offset: 0.5rem;
  --focus-offset: 0px;
  --menu-item-padding-x: 1.5rem;
  --menu-item-padding-y: 0rem;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  min-width: 13em;
  margin-left: calc(-1 * var(--menu-item-padding-x));
  padding: 1.5rem 0;
  border-radius: var(--base-radius);
  align-self: flex-start;
  list-style: none;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.667;
  font-weight: 500;
  background-color: var(--white);
  color: var(--text-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: var(--vertical-offset, 0);
}
header.main.desktop nav.main .menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: var(--vertical-offset, 0);
  width: 100%;
}
header.main.desktop nav.main .menu > li.menu-item-has-children {
  gap: calc(0.25 * var(--menu-item-gap));
}
header.main.desktop nav.main .menu > li.menu-item-has-children > a {
  padding-right: 0;
}
header.main.desktop nav.main .menu > li.rotate-dropdown-arrow > .dropdown, header.main.desktop nav.main .menu > li.rotate-dropdown-arrow::after {
  transform: rotateZ(180deg);
}
body.firefox header.main.desktop nav.main .menu > li.rotate-dropdown-arrow > .dropdown, body.firefox header.main.desktop nav.main .menu > li.rotate-dropdown-arrow::after {
  transform: scaleY(-1);
}

header.main.desktop nav.main .menu > li > .sub-menu > li {
  display: block;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a {
  --padding-x: 0.5rem;
  --padding-y: 0.5rem;
  display: block;
  margin: calc(var(--menu-item-padding-y) - var(--padding-y)) calc(var(--menu-item-padding-x) - var(--padding-x));
  padding: var(--padding-y) var(--padding-x);
  color: inherit;
  border-radius: var(--base-radius);
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a:hover {
  color: var(--primary);
}
header.main.desktop nav.main .menu > li > .sub-menu > li.current-menu-item > a {
  text-decoration-color: var(--primary);
}
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(--base-radius);
}
:root.no-focus-visible header.main.desktop nav.main .dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--primary-rgb)/30%);
}

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 rgb(var(--primary-rgb)/30%);
}
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)));
  margin-bottom: -0.15em;
  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)));
    margin-bottom: -0.15em;
    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,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSA1Ljc5LjE3IDEuMjNhLjc5Ljc5IDAgMCAxIC4wNS0xIC43LjcgMCAwIDEgLjk2LS4wOEw1IDQuMTZsMy44My00Yy4zLS4yNC43LS4yLjk2LjA3cy4yOC43LjA1IDFMNS41IDUuNzdBLjcyLjcyIDAgMCAxIDUgNmEuNjkuNjkgMCAwIDEtLjUtLjIxWiIvPjwvc3ZnPg==);
  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,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSA1Ljc5LjE3IDEuMjNhLjc5Ljc5IDAgMCAxIC4wNS0xIC43LjcgMCAwIDEgLjk2LS4wOEw1IDQuMTZsMy44My00Yy4zLS4yNC43LS4yLjk2LjA3cy4yOC43LjA1IDFMNS41IDUuNzdBLjcyLjcyIDAgMCAxIDUgNmEuNjkuNjkgMCAwIDEtLjUtLjIxWiIvPjwvc3ZnPg==);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--dropdown-arrow-color, currentColor);
  }
}

/*******************************
 * Header Mobile (Submenu Styles)
 ******************************/
.mobile-menu-wrapper .back-item {
  grid-column: 1/span 2;
  grid-row: 1/-1;
  background: var(--white);
  z-index: 10;
}
.mobile-menu-wrapper .back-item .back-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;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0.5rem;
  cursor: pointer;
}
.mobile-menu-wrapper .back-item .back-button .back-icon {
  color: var(--primary);
  margin-bottom: -0.1em;
}
.mobile-menu-wrapper .back-item .back-button .back-label {
  font-weight: 600;
  font-size: 0.9375rem;
}
.mobile-menu-wrapper nav.main .menu > li > .sub-menu {
  position: absolute;
  inset: 0;
  top: var(--overlay-header-height);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  background: var(--white);
  margin: 0;
  padding: var(--container-padding);
  list-style: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.667;
}
.mobile-menu-wrapper nav.main .menu > li > .sub-menu .submenu-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3636;
  margin-bottom: 0.5625rem;
}
.mobile-menu-wrapper nav.main .menu > li.menu-item-has-children {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.mobile-menu-wrapper nav.main .menu > li.menu-item-has-children .dropdown {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  width: fit-content;
  position: relative;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: transform 200ms;
  color: var(--primary);
  cursor: pointer;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main .menu > li.menu-item-has-children .dropdown:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

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

.header-search-desktop {
  --dropdown-vertical-offset: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  --dropdown-horizontal-offset: -1.5rem;
  --dropdown-padding-x: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
  --dropdown-padding-y: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  grid-area: search;
  align-self: center;
  position: relative;
  margin-left: var(--item-gap);
}
.header-search-desktop .search-button {
  --padding: 1rem;
  --focus-offset: 3px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  display: block;
  border-radius: var(--base-radius);
  padding: var(--padding);
  margin-inline: calc(-1 * var(--padding));
  cursor: pointer;
}
:root.no-focus-visible .header-search-desktop .search-button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

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

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

.header-search-desktop .search-submit:focus:not(:focus-visible) {
  outline: none;
}
.header-search-desktop .search-submit:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

body {
  --overlay-header-background: var(--grey-200);
  --overlay-header-height: 70px;
  --overlay-header-offset: 0px;
}

.header-search-mobile {
  width: 100%;
  height: var(--overlay-header-height);
  flex-shrink: 0;
  border-bottom: 1px solid var(--overlay-header-background);
}
.header-search-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;
  grid-row: 1/-1;
  grid-column: 1/span 1;
}
:root.no-focus-visible .header-search-mobile .search-button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.header-search-mobile .search-button:focus:not(:focus-visible) {
  outline: none;
}
.header-search-mobile .search-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.header-search-mobile .search-container {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 0.75rem;
}
.header-search-mobile .close-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;
  grid-row: 1/-1;
  grid-column: 3/span 1;
  cursor: pointer;
  height: calc(100% - 1rem);
}
:root.no-focus-visible .header-search-mobile .close-button:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.header-search-mobile .close-button:focus:not(:focus-visible) {
  outline: none;
}
.header-search-mobile .close-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.header-search-mobile .search-form {
  grid-row: 1/-1;
  grid-column: 2/span 1;
  align-self: stretch;
}
.header-search-mobile .search-input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  width: 100%;
  height: 100%;
  line-height: var(--overlay-header-height);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01125em;
}
body.safari .header-search-mobile .search-input:focus {
  font-size: 1rem;
}

.header-search-mobile .search-input::placeholder {
  color: var(--black);
}
.header-search-mobile .search-input:focus {
  text-decoration: underline;
  text-decoration-color: var(--primary-900);
  text-underline-offset: 2px;
  outline: none;
}
.header-search-mobile .search-input:focus::placeholder {
  color: var(--primary-900);
}
/* #endregion "../src/functions/header/header.global.scss" */

/* #region "../src/functions/language-switcher/language-switcher.global.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.language-switcher-list .wpml-ls-statics-shortcode_actions,
.language-switcher-list .wpml-ls-link {
  padding: 0;
}
.language-switcher-list .wpml-ls-link {
  display: inline;
  line-height: inherit;
  color: inherit;
}
.language-switcher-list .wpml-ls-link:hover {
  color: var(--primary);
}
.language-switcher-list .wpml-ls-link:is(.wpml-ls-current-language *) {
  font-weight: 600;
}
.language-switcher-list .wpml-ls-link span {
  vertical-align: unset;
}
.language-switcher-list .wpml-ls-item:not(:last-child)::after {
  content: "/";
  padding-inline: 0.25rem;
}

.language-switcher-container.language-switcher-container {
  color: inherit;
  --panel-padding-x: clamp(1.25rem, 1.0769230769rem + 0.7692307692vw, 1.75rem);
  --panel-padding-y: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
}
.language-switcher-container.language-switcher-container:is([data-style=short]) .language-switcher-trigger {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 600;
}
.language-switcher-container.language-switcher-container:is([data-style=long]) .language-switcher-trigger {
  gap: 0.5rem;
}
.language-switcher-container.language-switcher-container:is([data-style=long]) .language-switcher-trigger::before {
  content: "";
  mask-image: url(5a4ef67d27aaa60c.svg);
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: currentColor;
}
.language-switcher-container.language-switcher-container .header-language-switcher {
  --padding: 0.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  padding-block: var(--padding);
  cursor: pointer;
  border-radius: 0.25rem;
}
:root.no-focus-visible .language-switcher-container.language-switcher-container .header-language-switcher:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.language-switcher-container.language-switcher-container .header-language-switcher:focus:not(:focus-visible) {
  outline: none;
}
.language-switcher-container.language-switcher-container .header-language-switcher:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.language-switcher-container.language-switcher-container .language-switcher-trigger {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.language-switcher-container.language-switcher-container .language-switcher-trigger::after {
  content: "";
  margin-top: 0.1rem;
  width: 0.625rem;
  height: 0.375rem;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMS4zMzMgMS40MjkgMGwzLjU3IDMuMzM0TDguNTcxIDAgMTAgMS4zMzMgNSA2eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-color: currentColor;
}
.language-switcher-container.language-switcher-container .popover-panel-content {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  width: max-content;
}
.language-switcher-container.language-switcher-container .wpml-ls {
  display: block;
  max-width: none;
  border: none;
}
.language-switcher-container.language-switcher-container .wpml-ls ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.language-switcher-container .wpml-ls-link {
  --focus-color: var(--primary);
  display: flex;
  gap: 1.25ch;
  padding: 0;
  border-radius: 0.25rem;
  color: var(--color-blue-600);
  --focus-offset: 6px;
}
:root.no-focus-visible .language-switcher-container .wpml-ls-link:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.language-switcher-container .wpml-ls-link:focus:not(:focus-visible) {
  outline: none;
}
.language-switcher-container .wpml-ls-link:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.language-switcher-container .wpml-ls-link:is(.wpml-ls-current-language a) {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.language-switcher-container .wpml-ls-link:hover {
  color: var(--color-blue-500);
}
.language-switcher-container .wpml-ls-link:active {
  color: var(--color-blue-700);
}
.language-switcher-container .wpml-ls-link .wpml-ls-native,
.language-switcher-container .wpml-ls-link .wpml-ls-display {
  margin: 0;
}
/* #endregion "../src/functions/language-switcher/language-switcher.global.scss" */

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

.popover-container .popover-button:focus:not(:focus-visible) {
  outline: none;
}
.popover-container .popover-button:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.popover-container .popover-button:not(:disabled):not(.disabled):hover {
  color: var(--primary);
}
.popover-container .popover-button:not(:disabled):not(.disabled):active {
  color: var(--primary-darker-1);
}
.popover-container:is(body.no-js *) *:hover + .popover-panel,
.popover-container:is(body.no-js *) .popover-panel:hover {
  display: block !important;
}
.popover-container .popover-panel {
  --offset: 0.25rem;
  position: absolute;
  z-index: 10;
  border-radius: var(--base-radius);
  color: var(--text-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
}
.popover-container .popover-panel:is(.attach-top > *) {
  bottom: 100%;
  margin-bottom: var(--offset);
}
.popover-container .popover-panel:is(.attach-bottom > *) {
  top: 100%;
  margin-top: var(--offset);
}
.popover-container .popover-panel::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: var(--offset);
}
.popover-container .popover-panel-content {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--base-radius);
  min-width: var(--popover-width);
  width: fit-content;
  max-width: calc(var(--100vw) - var(--alignment-offset, 0px) - var(--container-padding));
  padding: var(--panel-padding-y) var(--panel-padding-x);
}
.popover-container .popover-panel-content > :first-child, .popover-container .popover-panel-content > link:first-child + *, .popover-container .popover-panel-content > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.popover-container .popover-panel-content > :last-child, .popover-container .popover-panel-content > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.popover-container.align-left .popover-panel {
  left: 0;
  transform-origin: left top;
}
.popover-container.align-right .popover-panel {
  right: 0;
  transform-origin: right top;
}
/* #endregion "../src/functions/popover/popover.global.scss" */

head{--webpack--css-bundle:&\.\.\/node_modules\/normalize\.css\/normalize\.css,&\.\.\/src\/css\/main\.scss,&\.\.\/src\/elements\/background\/background\.global\.scss,&\.\.\/src\/elements\/box\/box\.global\.scss,&\.\.\/src\/elements\/buttons\/buttons\.global\.scss,&\.\.\/src\/elements\/hero-badge\/hero-badge\.global\.scss,&\.\.\/src\/elements\/image\/image\.global\.scss,&\.\.\/src\/elements\/section\/section\.global\.scss,&\.\.\/src\/functions\/alpine-select\/alpine-select\.global\.scss,&\.\.\/src\/functions\/card\/card\.global\.scss,&\.\.\/src\/functions\/consent-manager\/consent-manager\.global\.scss,&\.\.\/src\/functions\/dismissable\/dismissable\.global\.scss,&\.\.\/src\/functions\/footer\/footer\.global\.scss,&\.\.\/src\/functions\/hamburger-icon\/hamburger-icon\.global\.scss,&\.\.\/src\/functions\/header\/header\.global\.scss,&\.\.\/src\/functions\/language-switcher\/language-switcher\.global\.scss,&\.\.\/src\/functions\/popover\/popover\.global\.scss;}
/*# sourceMappingURL=css-bundle.css.map*/