@charset "UTF-8";
/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #006875;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #F1F1F1;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #767676;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #006875;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 0, 104, 117;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: rgb(0, 41.6, 46.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(16, 66.8, 27.6);
  --bs-info-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #767676;
  --bs-dark-text-emphasis: #767676;
  --bs-primary-bg-subtle: rgb(204, 224.8, 227.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(212, 237.4, 217.8);
  --bs-info-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: #f8f8f8;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153, 194.6, 199.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(169, 219.8, 180.6);
  --bs-info-border-subtle: rgb(162.2, 217.8, 226.6);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #F1F1F1;
  --bs-tertiary-bg-rgb: 241, 241, 241;
  --bs-heading-color: inherit;
  --bs-link-color: #006875;
  --bs-link-color-rgb: 0, 104, 117;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(0, 36, 40.5);
  --bs-link-hover-color-rgb: 0, 36, 41;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 104, 117, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 164.4, 172.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(126, 202.2, 143.4);
  --bs-info-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #F1F1F1;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 20.8, 23.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(8, 33.4, 13.8);
  --bs-info-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 62.4, 70.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(24, 100.2, 41.4);
  --bs-info-border-subtle: rgb(13.8, 97.2, 110.4);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #767676;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 164.4, 172.2);
  --bs-link-hover-color: rgb(132.6, 182.52, 188.76);
  --bs-link-color-rgb: 102, 164, 172;
  --bs-link-hover-color-rgb: 133, 183, 189;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #767676;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

/**
 * @file
 * Font face declarations.
 */
/* ==========================================================================
   IBM Plex Sans Font Family
   ========================================================================== */
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Thin.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-ThinItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-ExtraLight.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-ExtraLightItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Light.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-LightItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Italic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Text.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Text.woff") format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-TextItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-TextItalic.woff") format("woff");
  font-weight: 450;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-MediumItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ==========================================================================
   Labil Grotesk Font Family
   ========================================================================== */
@font-face {
  font-family: "LabilGrotesk";
  src: url("/themes/custom/kilden/build/fonts/LabilGrotesk-Thin.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/LabilGrotesk-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LabilGrotesk";
  src: url("/themes/custom/kilden/build/fonts/LabilGrotesk-Regular.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/LabilGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LabilGrotesk";
  src: url("/themes/custom/kilden/build/fonts/LabilGrotesk-Medium.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/LabilGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LabilGrotesk";
  src: url("/themes/custom/kilden/build/fonts/LabilGrotesk-Bold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/LabilGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   PP Neue Montreal Font Family
   ========================================================================== */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Thin.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-ThinItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-LightItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-BookItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-BookItalic.woff") format("woff");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Italic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-MediumItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-SemiBolditalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-SemiBolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("/themes/custom/kilden/build/fonts/PPNeueMontreal-BoldItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/PPNeueMontreal-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ==========================================================================
   Tobias Font Family
   ========================================================================== */
@font-face {
  font-family: "Tobias";
  src: url("/themes/custom/kilden/build/fonts/Tobias-Regular.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/Tobias-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   IBM Plex Mono Font Family
   ========================================================================== */
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Thin.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-ThinItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-ExtraLight.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-ExtraLightItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Light.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-LightItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Regular.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Italic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Medium.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-MediumItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-SemiBold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-SemiBoldItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-Bold.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url("/themes/custom/kilden/build/fonts/IBMPlexMono-BoldItalic.woff2") format("woff2"), url("/themes/custom/kilden/build/fonts/IBMPlexMono-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.skip-link {
  margin: 0;
}
.skip-link a,
.skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px;
  text-align: center;
  color: #fff;
}

.main-content {
  outline: none;
}

.site-header {
  background-color: #fff;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s ease;
  padding: 12px 0;
}
.site-header.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.site-header__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 80px;
}
.site-header__right,
.site-header .primary-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .site-header__right .primary-navigation,
  .site-header__right .header-search {
    display: none;
  }
}
.site-header .block--kilden-primarynavigation .nav,
.site-header .block--kilden-primarynavigationen .nav,
.site-header .block--kilden-languageswitcher .nav {
  list-style: none;
}
@media (min-width: 992px) {
  .site-header .block--kilden-primarynavigation .nav,
  .site-header .block--kilden-primarynavigationen .nav,
  .site-header .block--kilden-languageswitcher .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.site-header .block--kilden-primarynavigation li, .site-header .block--kilden-primarynavigation .nav-item,
.site-header .block--kilden-primarynavigationen li,
.site-header .block--kilden-primarynavigationen .nav-item,
.site-header .block--kilden-languageswitcher li,
.site-header .block--kilden-languageswitcher .nav-item {
  list-style: none;
  margin-bottom: 0;
}
.site-header .block--kilden-primarynavigation a,
.site-header .block--kilden-primarynavigation .nav-link,
.site-header .block--kilden-primarynavigationen a,
.site-header .block--kilden-primarynavigationen .nav-link,
.site-header .block--kilden-languageswitcher a,
.site-header .block--kilden-languageswitcher .nav-link {
  margin: 4px 16px;
  text-decoration: none;
  color: #1F1F1F;
  font-size: 1.25rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .site-header .block--kilden-primarynavigation a,
  .site-header .block--kilden-primarynavigation .nav-link,
  .site-header .block--kilden-primarynavigationen a,
  .site-header .block--kilden-primarynavigationen .nav-link,
  .site-header .block--kilden-languageswitcher a,
  .site-header .block--kilden-languageswitcher .nav-link {
    display: block;
    padding: 8px 0 !important;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 992px) {
  .site-header .block--kilden-primarynavigation a,
  .site-header .block--kilden-primarynavigation .nav-link,
  .site-header .block--kilden-primarynavigationen a,
  .site-header .block--kilden-primarynavigationen .nav-link,
  .site-header .block--kilden-languageswitcher a,
  .site-header .block--kilden-languageswitcher .nav-link {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 0;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(#006875, #006875);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.3s, color 0.3s;
    padding-bottom: 2px;
  }
  .site-header .block--kilden-primarynavigation a:hover, .site-header .block--kilden-primarynavigation a:focus,
  .site-header .block--kilden-primarynavigation .nav-link:hover,
  .site-header .block--kilden-primarynavigation .nav-link:focus,
  .site-header .block--kilden-primarynavigationen a:hover,
  .site-header .block--kilden-primarynavigationen a:focus,
  .site-header .block--kilden-primarynavigationen .nav-link:hover,
  .site-header .block--kilden-primarynavigationen .nav-link:focus,
  .site-header .block--kilden-languageswitcher a:hover,
  .site-header .block--kilden-languageswitcher a:focus,
  .site-header .block--kilden-languageswitcher .nav-link:hover,
  .site-header .block--kilden-languageswitcher .nav-link:focus {
    background-size: 100% 1px;
    text-decoration: none;
    transition: background-size 0.3s, color 0.3s;
    color: #006875;
  }
}
.site-header .block--kilden-primarynavigation .nav-link.is-active,
.site-header .block--kilden-primarynavigationen .nav-link.is-active {
  color: #E0F8FE;
}
@media (min-width: 992px) {
  .site-header .block--kilden-primarynavigation .nav-link.is-active,
  .site-header .block--kilden-primarynavigationen .nav-link.is-active {
    color: #006875;
  }
}
.site-header .block--kilden-languageswitcher .nav-item.is-active {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.site-header .site-branding {
  flex-shrink: 0;
}
.site-header .site-branding .site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-header .site-branding .site-logo img {
  height: 42px;
  width: auto;
}
.site-header .site-branding .site-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.main-navigation {
  flex: 1;
}
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
}
.main-navigation li {
  margin: 0;
}
.main-navigation a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s;
  display: block;
  padding: 8px 0;
}
.main-navigation a:hover, .main-navigation a.is-active {
  color: #0066cc;
}
.main-navigation a:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
}

.header-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: 30px;
}

.header-search {
  position: relative;
  width: 79px;
  height: 44px;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.22, 0.57, 0.25, 1);
}
@media (max-width: 991.98px) {
  .header-search {
    display: none;
  }
}
.header-search.is-open {
  width: 280px;
}
.header-search .block--kilden-kildensearchblock {
  height: 100%;
}
.header-search .block__content,
.header-search .contextual-region,
.header-search .kilden-search-form,
.header-search .needs-validation {
  height: 100%;
}
.header-search form {
  display: flex;
  align-items: center;
  background: #F1F1F1;
  border-radius: 0.625rem;
  padding: 0 12px 0 11px;
  height: 44px;
  gap: 8px;
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.header-search form:focus-within {
  outline: none;
}
.header-search form::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background-image: url("../../build/assets/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-search .form-group,
.header-search .js-form-item {
  margin: 0;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.header-search input[type=text],
.header-search input[type=search] {
  flex: 1;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.125rem;
  color: #1F1F1F;
  outline: none;
  min-width: 0;
  padding: 0;
  height: 100%;
}
.header-search input[type=text]::-webkit-input-placeholder, .header-search input[type=search]::-webkit-input-placeholder {
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-search input[type=text]::-moz-placeholder, .header-search input[type=search]::-moz-placeholder {
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-search input[type=text]::-ms-input-placeholder, .header-search input[type=search]::-ms-input-placeholder {
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-search input[type=text]::placeholder,
.header-search input[type=search]::placeholder {
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-search input[type=text]:focus,
.header-search input[type=search]:focus {
  box-shadow: none;
}
.header-search input[type=submit],
.header-search .btn-primary {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.header-search .form-actions {
  margin: 0;
}
.header-search__toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: #F1F1F1;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  height: 44px;
  width: 79px;
  overflow: hidden;
  z-index: 2;
  transition: width 0.5s cubic-bezier(0.22, 0.57, 0.25, 1);
}
.header-search__toggle[aria-expanded=true] {
  width: 280px;
  z-index: -1;
}
.header-search__toggle svg {
  flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
}

.mobile-menu__search {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .mobile-menu__search {
    display: none;
  }
}
.mobile-menu__search .contextual {
  display: none !important;
}
.mobile-menu__search .block__content,
.mobile-menu__search .kilden-search-form,
.mobile-menu__search .needs-validation {
  height: auto;
}
.mobile-menu__search form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 7px 11px;
}
.mobile-menu__search form::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background-image: url("../../build/assets/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mobile-menu__search form:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 1px;
}
.mobile-menu__search .form-group,
.mobile-menu__search .js-form-item {
  margin: 0;
  flex: 1;
  min-width: 0;
}
.mobile-menu__search input[type=text],
.mobile-menu__search input[type=search] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #1F1F1F;
  outline: none;
  min-width: 0;
  padding: 0;
}
.mobile-menu__search input[type=text]::-webkit-input-placeholder, .mobile-menu__search input[type=search]::-webkit-input-placeholder {
  color: #1F1F1F;
}
.mobile-menu__search input[type=text]::-moz-placeholder, .mobile-menu__search input[type=search]::-moz-placeholder {
  color: #1F1F1F;
}
.mobile-menu__search input[type=text]::-ms-input-placeholder, .mobile-menu__search input[type=search]::-ms-input-placeholder {
  color: #1F1F1F;
}
.mobile-menu__search input[type=text]::placeholder,
.mobile-menu__search input[type=search]::placeholder {
  color: #1F1F1F;
}
.mobile-menu__search input[type=text]:focus,
.mobile-menu__search input[type=search]:focus {
  box-shadow: none;
}
.mobile-menu__search input[type=submit],
.mobile-menu__search .btn-primary {
  background: transparent;
  border: none;
  color: #1F1F1F;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.15s;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.mobile-menu__search input[type=submit]:hover,
.mobile-menu__search .btn-primary:hover {
  background: rgba(0, 0, 0, 0.06);
}
.mobile-menu__search input[type=submit]:focus-visible,
.mobile-menu__search .btn-primary:focus-visible {
  outline: 2px solid #1F1F1F;
  outline-offset: 2px;
}
.mobile-menu__search .form-actions {
  margin: 0;
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  height: 40px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.menu-toggle:focus-visible {
  outline: 2px solid #006875;
  outline-offset: 2px;
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background-color: #006875;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.menu-toggle .menu-toggle__label {
  font-weight: 500;
}
.menu-toggle .menu-toggle__icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 20px;
}
.menu-toggle .menu-toggle__icon span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon span:first-child {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon span:last-child {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #1F1F1F;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 29.6875rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
}
.mobile-menu[hidden] {
  display: none;
}
.mobile-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gin--horizontal-toolbar .mobile-menu {
  top: 39px;
}
@media (min-width: 976px) {
  .gin--horizontal-toolbar .mobile-menu {
    top: 62px;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    max-width: 100%;
    left: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.mobile-menu__close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.mobile-menu__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu__close:active {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.mobile-menu__close svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.mobile-menu .header-close-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5625rem;
}
.mobile-menu__inner {
  padding: 30px 24px 40px;
  color: #fff;
  min-height: 100%;
  overflow-y: auto;
}
.mobile-menu__primary {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .mobile-menu__primary {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.mobile-menu__primary .menu-section-header, .mobile-menu__secondary .menu-section-header {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.mobile-menu__primary ul, .mobile-menu__secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__primary li, .mobile-menu__secondary li {
  margin: 0;
}
.mobile-menu__primary a, .mobile-menu__secondary a {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
  border-radius: 4px;
}
.mobile-menu__primary a:hover, .mobile-menu__secondary a:hover {
  color: #fff;
  padding-left: 8px;
}
.mobile-menu__primary a:focus-visible, .mobile-menu__secondary a:focus-visible {
  outline-offset: 2px;
}
.mobile-menu__primary a.is-active, .mobile-menu__primary a[aria-current=page], .mobile-menu__secondary a.is-active, .mobile-menu__secondary a[aria-current=page] {
  color: #E0F8FE;
  font-weight: 600;
}
.mobile-menu__primary ul ul, .mobile-menu__secondary ul ul {
  padding-left: 16px;
  margin-top: 4px;
}
.mobile-menu__primary ul ul a, .mobile-menu__secondary ul ul a {
  font-size: 14px;
  padding: 10px 0;
}
.mobile-menu__primary .menu-item--expanded > a, .mobile-menu__secondary .menu-item--expanded > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__primary .menu-item--expanded > a::after, .mobile-menu__secondary .menu-item--expanded > a::after {
  content: "›";
  font-size: 20px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mobile-menu__primary .menu-item--expanded.is-open > a::after, .mobile-menu__secondary .menu-item--expanded.is-open > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .mobile-menu .block--kilden-primarynavigation a,
  .mobile-menu .block--kilden-primarynavigationen a {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.625rem;
    padding-right: 30px;
    background-image: url("../../build/assets/icons/external-link.svg");
  }
}
@media (max-width: 767.98px) {
  .mobile-menu .block--kilden-primarynavigation a:hover,
  .mobile-menu .block--kilden-primarynavigationen a:hover {
    background-position: calc(100% - 8px) center;
  }
}
.mobile-menu .block--kilden-primarynavigation a.menu__item--has-submenu,
.mobile-menu .block--kilden-primarynavigationen a.menu__item--has-submenu {
  background-image: none;
  padding-right: 0;
}
.mobile-menu .block--kilden-primarynavigation .menu__item--has-submenu > .menu__item-container > a,
.mobile-menu .block--kilden-primarynavigationen .menu__item--has-submenu > .menu__item-container > a {
  background-image: none;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .mobile-menu .block-language-blocklanguage-interface a {
    background-image: url("../../build/assets/icons/switcher-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 1.1875rem;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu .block-language-blocklanguage-interface a:hover {
    background-position: calc(100% - 8px) center;
  }
}

@media print {
  .menu-toggle,
  .search-toggle,
  .search-expand,
  .mobile-menu {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .search-expand,
  .header-search {
    transition-duration: 0.01ms !important;
  }
  .menu-toggle__icon span {
    transition: none !important;
  }
}
@media (prefers-contrast: high) {
  .mobile-menu {
    border-left: 2px solid #ffffff;
  }
  .mobile-menu__close:focus-visible,
  .menu-toggle:focus-visible {
    outline-width: 3px;
  }
}
ul.menu[id^=disclosure-menu].vertical {
  gap: 0 !important;
}

[id^=disclosure-menu].vertical .menu__item--level-1 {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
[id^=disclosure-menu].vertical .menu__item-container {
  display: flex;
  gap: 2em;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0 !important;
  margin-bottom: 0;
}
[id^=disclosure-menu].vertical .menu__item-container--level-2 {
  border-bottom: 0;
  padding: 2px 0;
}
[id^=disclosure-menu].vertical .menu__item-container--level-2 a {
  font-size: 16px;
  width: 100%;
}
[id^=disclosure-menu].vertical .menu__item-link--level-1 {
  font-size: 1.25rem;
  font-weight: 500;
  width: calc(100% - 35px);
}
@media (min-width: 992px) {
  [id^=disclosure-menu].vertical .menu__item-link--level-1 {
    font-size: 1.5rem;
  }
}
[id^=disclosure-menu].vertical .menu__submenu--disclosure {
  -webkit-border-start: 0 !important;
     -moz-border-start: 0 !important;
          border-inline-start: 0 !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  font-size: 16px;
}
[id^=disclosure-menu].vertical .menu__submenu-toggle {
  height: auto !important;
  color: #fff;
}

html[lang=en] .header-search {
  width: 105px;
}
html[lang=en] .header-search.is-open {
  width: 280px;
}
html[lang=en] .header-search__toggle {
  width: 105px;
}

/*# sourceMappingURL=header.css.map*/