/**
 * Footer Styles
 */
/**
 * 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-footer {
  background-color: #1F1F1F;
  color: #fff;
  padding: 2.8125rem 0 0.625rem;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 4.0625rem 0 0.625rem;
  }
}
.site-footer h2, .site-footer h3 {
  font-family: "PPNeueMontreal", sans-serif;
}
.site-footer .footer-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .site-footer .footer-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1920px) {
  .site-footer .footer-container {
    max-width: 1800px;
  }
}
@media (min-width: 2560px) {
  .site-footer .footer-container {
    max-width: 2400px;
  }
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .footer-main {
    padding-bottom: 50px;
  }
}
.site-footer .footer-branding {
  max-width: 327px;
}
.site-footer .footer-logo {
  max-width: 280px;
}
.site-footer .footer-logo a {
  display: inline-block;
  transition: opacity 0.2s;
  margin-bottom: 8px;
}
.site-footer .footer-logo a:hover, .site-footer .footer-logo a:focus {
  opacity: 0.8;
}
.site-footer .footer-logo img {
  height: auto;
  display: block;
}
.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-links {
    gap: 0;
  }
}
.site-footer .footer-links h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .site-footer .footer-links h2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding: 19px 30px 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-footer .footer-links h2:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
  }
  .site-footer .footer-links h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../../build/assets/icons/chevron-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    background-position: center;
  }
}
.site-footer .footer-links .block.is-active h2::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.site-footer .footer-links .block.is-active .block__content {
  max-height: 1000px;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-links .block__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.site-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 5px;
}
.site-footer .footer-links p {
  font-size: 1rem;
  letter-spacing: 0.16px;
}
.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.16px;
  line-height: 1.45;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.5px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
  background-size: 100% 0.5px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.site-footer .footer-links a[href^=http]::after, .site-footer .footer-links a[target=_blank]::after {
  content: "";
  background-image: url("../../build/assets/icons/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px; /* space between text and arrow */
  vertical-align: middle; /* aligns with text */
}
.site-footer .footer-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 27px 0 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  letter-spacing: 0.16px;
}
@media (min-width: 768px) {
  .site-footer .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px 0;
    margin-top: 70px;
    margin-bottom: 15px;
  }
}
.site-footer .footer-contact .block {
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .site-footer .footer-contact .block {
    font-size: 1rem;
  }
}
.site-footer .footer-contact h2,
.site-footer .footer-contact h3,
.site-footer .footer-contact h4 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .site-footer .footer-contact h2,
  .site-footer .footer-contact h3,
  .site-footer .footer-contact h4 {
    font-size: 1rem;
  }
}
.site-footer .footer-contact p {
  margin: 0;
}
.site-footer .footer-contact a {
  text-decoration: none;
  color: #fff;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.5px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 2px;
}
.site-footer .footer-contact a:hover, .site-footer .footer-contact a:focus {
  background-size: 100% 0.5px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  letter-spacing: 0.16px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    padding-bottom: 0;
    gap: 25px;
  }
}
.site-footer .footer-bottom__left {
  grid-column: 1/4;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom__right {
    grid-column: 4;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-bottom__right {
    order: -1;
  }
}
.site-footer .block--kilden-socialmedialinks .social-media-links--platforms.horizontal li,
.site-footer .block--kilden-socialmedialinks-en .social-media-links--platforms.horizontal li {
  padding: 0;
}
.site-footer .block--kilden-socialmedialinks .social-media-links--platforms.horizontal,
.site-footer .block--kilden-socialmedialinks-en .social-media-links--platforms.horizontal {
  margin: 0;
}
.site-footer .block--kilden-socialmedialinks a,
.site-footer .block--kilden-socialmedialinks-en a {
  color: #fff;
  font-size: 0.625rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}
.site-footer .block--kilden-socialmedialinks a:hover, .site-footer .block--kilden-socialmedialinks a:focus,
.site-footer .block--kilden-socialmedialinks-en a:hover,
.site-footer .block--kilden-socialmedialinks-en a:focus {
  opacity: 0.8;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  transition: 0.3s ease-in-out;
}
.site-footer .block--kilden-socialmedialinks a svg,
.site-footer .block--kilden-socialmedialinks a i,
.site-footer .block--kilden-socialmedialinks-en a svg,
.site-footer .block--kilden-socialmedialinks-en a i {
  width: 20px;
  height: 20px;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--facebook,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--facebook {
  background-image: url("../../build/assets/icons/facebook.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--facebook span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--facebook span:before {
  content: "\f39e";
  font-size: 0;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--linkedin span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--linkedin span:before {
  content: "\f0e1";
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--twitter span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--twitter span:before {
  content: "\f099";
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--rss,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--rss {
  background-image: url("../../build/assets/icons/rss.svg");
  background-size: 17.26px;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--rss span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--rss span:before {
  content: "\f09e";
  font-size: 0;
}

@media (max-width: 991px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer .footer-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-contact {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .site-footer .footer-bottom__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

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