@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: #2C5697;
  --bs-navy: #1F3C6A;
  --bs-navy-dark: #061630;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #009f96;
  --bs-sand: #B79A81;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-beige-light-3: #f9f6f3;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-gray-light: #EAEAEA;
  --bs-gray: #6e6e6e;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #EAEAEA;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #C8C9C7;
  --bs-gray-600: #6e6e6e;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #53565a;
  --bs-primary: #2C5697;
  --bs-secondary: #1F3C6A;
  --bs-success: #009f96;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f6f2ee;
  --bs-dark: #53565a;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-sand-light: #f6f2ee;
  --bs-primary-rgb: 44, 86, 151;
  --bs-secondary-rgb: 31, 60, 106;
  --bs-success-rgb: 0, 159, 150;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 246, 242, 238;
  --bs-dark-rgb: 83, 86, 90;
  --bs-beige-light-rgb: 233, 225, 217;
  --bs-beige-light-2-rgb: 233, 225, 217;
  --bs-sand-light-rgb: 246, 242, 238;
  --bs-primary-text-emphasis: rgb(17.6, 34.4, 60.4);
  --bs-secondary-text-emphasis: rgb(12.4, 24, 42.4);
  --bs-success-text-emphasis: rgb(0, 63.6, 60);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #53565a;
  --bs-primary-bg-subtle: rgb(212.8, 221.2, 234.2);
  --bs-secondary-bg-subtle: rgb(210.2, 216, 225.2);
  --bs-success-bg-subtle: rgb(204, 235.8, 234);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(244.5, 244.5, 244.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(170.6, 187.4, 213.4);
  --bs-secondary-border-subtle: rgb(165.4, 177, 195.4);
  --bs-success-border-subtle: rgb(153, 216.6, 213);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --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: #C8C9C7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", 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.6;
  --bs-body-color: #1D1D1D;
  --bs-body-color-rgb: 29, 29, 29;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 29, 29, 0.75);
  --bs-secondary-color-rgb: 29, 29, 29;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 29, 29, 0.5);
  --bs-tertiary-color-rgb: 29, 29, 29;
  --bs-tertiary-bg: #EAEAEA;
  --bs-tertiary-bg-rgb: 234, 234, 234;
  --bs-heading-color: inherit;
  --bs-link-color: #2C5697;
  --bs-link-color-rgb: 44, 86, 151;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(35.2, 68.8, 120.8);
  --bs-link-hover-color-rgb: 35, 69, 121;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D1D1D;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --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.5rem;
  --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 2px 8px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --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(44, 86, 151, 0.25);
  --bs-form-valid-color: #009f96;
  --bs-form-valid-border-color: #009f96;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #53565a;
  --bs-body-bg-rgb: 83, 86, 90;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: rgb(67.5, 72, 77);
  --bs-tertiary-bg-rgb: 68, 72, 77;
  --bs-primary-text-emphasis: rgb(128.4, 153.6, 192.6);
  --bs-secondary-text-emphasis: rgb(120.6, 138, 165.6);
  --bs-success-text-emphasis: rgb(102, 197.4, 192);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #EAEAEA;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: rgb(8.8, 17.2, 30.2);
  --bs-secondary-bg-subtle: rgb(6.2, 12, 21.2);
  --bs-success-bg-subtle: rgb(0, 31.8, 30);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --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(26.4, 51.6, 90.6);
  --bs-secondary-border-subtle: rgb(18.6, 36, 63.6);
  --bs-success-border-subtle: rgb(0, 95.4, 90);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(128.4, 153.6, 192.6);
  --bs-link-hover-color: rgb(153.72, 173.88, 205.08);
  --bs-link-color-rgb: 128, 154, 193;
  --bs-link-hover-color-rgb: 154, 174, 205;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 197.4, 192);
  --bs-form-valid-border-color: rgb(102, 197.4, 192);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.table, .node--full .field--type-text-long table, .node--full .field--type-text-with-summary table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: #f6f2ee;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .node--full .field--type-text-long table > :not(caption) > * > *, .node--full .field--type-text-with-summary table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, .node--full .field--type-text-long table > tbody, .node--full .field--type-text-with-summary table > tbody {
  vertical-align: inherit;
}
.table > thead, .node--full .field--type-text-long table > thead, .node--full .field--type-text-with-summary table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .node--full .field--type-text-long table > :not(caption) > *, .node--full .field--type-text-with-summary table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, .node--full .field--type-text-long table > :not(caption) > * > *, .node--full .field--type-text-with-summary table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .node--full .field--type-text-long table > tbody > tr:nth-of-type(odd) > *, .node--full .field--type-text-with-summary table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(212.8, 221.2, 234.2);
  --bs-table-border-color: rgb(170.24, 176.96, 187.36);
  --bs-table-striped-bg: rgb(202.16, 210.14, 222.49);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(191.52, 199.08, 210.78);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(196.84, 204.61, 216.635);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(210.2, 216, 225.2);
  --bs-table-border-color: rgb(168.16, 172.8, 180.16);
  --bs-table-striped-bg: rgb(199.69, 205.2, 213.94);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(189.18, 194.4, 202.68);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(194.435, 199.8, 208.31);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(204, 235.8, 234);
  --bs-table-border-color: rgb(163.2, 188.64, 187.2);
  --bs-table-striped-bg: rgb(193.8, 224.01, 222.3);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(183.6, 212.22, 210.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(188.7, 218.115, 216.45);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #f6f2ee;
  --bs-table-border-color: rgb(196.8, 193.6, 190.4);
  --bs-table-striped-bg: rgb(233.7, 229.9, 226.1);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(221.4, 217.8, 214.2);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(227.55, 223.85, 220.15);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #FFFFFF;
  --bs-table-bg: #53565a;
  --bs-table-border-color: rgb(117.4, 119.8, 123);
  --bs-table-striped-bg: rgb(91.6, 94.45, 98.25);
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: rgb(100.2, 102.9, 106.5);
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: rgb(95.9, 98.675, 102.375);
  --bs-table-hover-color: #FFFFFF;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive, .node--full .field--type-text-long table, .node--full .field--type-text-with-summary table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.node--full .field--type-text-long a:not(.node):not(.btn), .node--full .field--type-text-with-summary a:not(.node):not(.btn) {
  color: #2C5697;
  text-decoration: none;
  background: radial-gradient(ellipse at center, rgba(44, 86, 151, 0.18) 60%, rgba(31, 60, 106, 0.48) 100%);
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: 0 104%;
  transition: background-size 0.3s, color 0.2s;
}
.node--full .field--type-text-long a:not(.node):not(.btn):hover, .node--full .field--type-text-long a:not(.node):not(.btn):focus, .node--full .field--type-text-with-summary a:not(.node):not(.btn):hover, .node--full .field--type-text-with-summary a:not(.node):not(.btn):focus {
  background-size: 100% 30%;
  color: #1F3C6A;
}
.node--full .field--type-text-long ul li::marker, .node--full .field--type-text-long ol li::marker, .node--full .field--type-text-with-summary ul li::marker, .node--full .field--type-text-with-summary ol li::marker {
  color: #2C5697;
  font-weight: 700;
}
.node--full .field--type-text-long table, .node--full .field--type-text-with-summary table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.node--full .field--type-text-long .align-left, .node--full .field--type-text-with-summary .align-left {
  margin-right: 1rem;
}
.node--full .field--type-text-long .align-right, .node--full .field--type-text-with-summary .align-right {
  margin-left: 1rem;
}
.node--full .field--type-text-long .align-center, .node--full .field--type-text-with-summary .align-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.node--full .field--type-text-long .align-center .field--name-field-media-image, .node--full .field--type-text-with-summary .align-center .field--name-field-media-image {
  display: inline-flex;
  border-radius: 0.375rem;
  overflow: hidden;
}
.node--full .field--type-text-long .align-center .field--name-field-media-image .field__item, .node--full .field--type-text-with-summary .align-center .field--name-field-media-image .field__item {
  display: inline-flex;
}
.node--full .field--type-text-long .align-center .field--name-field-media-image picture, .node--full .field--type-text-with-summary .align-center .field--name-field-media-image picture {
  display: inline-flex;
}
.node--full .field--type-text-long .align-center img, .node--full .field--type-text-with-summary .align-center img {
  max-width: 100%;
  width: auto;
}
.node--full .field--type-text-long > .media--type-image:not(.align-left):not(.align-right), .node--full .field--type-text-with-summary > .media--type-image:not(.align-left):not(.align-right) {
  margin: 1rem 0;
}
.node--full .field--type-text-long .embedded-entity, .node--full .field--type-text-with-summary .embedded-entity {
  margin: 1.5rem 0;
  float: none !important;
}
.node--full .field--type-text-long .embedded-entity + .figure-caption, .node--full .field--type-text-with-summary .embedded-entity + .figure-caption {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.node--full .field--type-text-long .embedded-entity .node--card .node__content > a, .node--full .field--type-text-with-summary .embedded-entity .node--card .node__content > a {
  display: inline-flex !important;
}
.node--full .field--type-text-long .figure-caption, .node--full .field--type-text-with-summary .figure-caption {
  font-size: 0.875rem;
  color: #6e6e6e;
  font-style: italic;
}
.node--article--full .media--type-image .field--type-image {
  border-radius: 0.375rem;
  overflow: hidden;
}
.node--article--full .field--name-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.node--article--full .field--name-field-tags .field__item {
  margin: 0;
}
.node--article--full .field--name-field-tags .field__item a {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  color: #2C5697;
  background: rgba(44, 86, 151, 0.08);
  border-radius: 50rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.node--article--full .field--name-field-tags .field__item a:hover, .node--article--full .field--name-field-tags .field__item a:focus {
  background: #2C5697;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(44, 86, 151, 0.15);
}
.node--article--card .field--name-field-image {
  width: 100%;
  height: 100%;
}
.node--article--card .field--name-field-image picture {
  width: 100%;
  height: 100%;
}
.node--article--card .field--name-field-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--article--teaser .field--name-field-tags {
  display: flex;
  flex-wrap: wrap;
}
.node--article--teaser .field--name-field-tags .field__item {
  margin-right: 0.5rem;
}
.node--project--full .project--details {
  padding: 1rem;
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.node--project--full .project--details .accordion {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
}
.node--project--full .project--details .accordion .accordion-item {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
}
.node--project--full .project--details > .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
  .node--project--full .project--details > .field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.node--project--full .project--details > .field:not(:last-child) {
  border-bottom: solid 1px #e0e0e0;
}
.node--project--full .project--details > .field--name-field-project-sector .field__items, .node--project--full .project--details > .field--name-field-product-type .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .node--project--full .project--details > .field--name-field-project-sector .field__items, .node--project--full .project--details > .field--name-field-product-type .field__items {
    width: 100%;
  }
}
.node--project--full .project--details .field__label {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .node--project--full .project--details .field__label {
    margin-bottom: 1rem;
  }
}
.node--project--full .project--details .field__item a:not(.node),
.node--project--full .project--details .field__item .accordion-toggler:not(.node) {
  color: #2C5697;
  text-decoration: none;
  background: radial-gradient(ellipse at center, rgba(44, 86, 151, 0.18) 60%, rgba(31, 60, 106, 0.48) 100%);
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: 0 104%;
  transition: background-size 0.3s, color 0.2s;
}
.node--project--full .project--details .field__item a:not(.node):hover, .node--project--full .project--details .field__item a:not(.node):focus,
.node--project--full .project--details .field__item .accordion-toggler:not(.node):hover,
.node--project--full .project--details .field__item .accordion-toggler:not(.node):focus {
  background-size: 100% 30%;
  color: #1F3C6A;
}
@media (max-width: 767.98px) {
  .node--project--full .project--details .field__item {
    margin-left: auto;
  }
}
.node--project--full .responsible-accordion-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler {
  text-decoration: none;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(1) {
  transition-delay: 0s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(2) {
  transition-delay: 0.08s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(3) {
  transition-delay: 0.16s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(4) {
  transition-delay: 0.24s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(5) {
  transition-delay: 0.32s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(6) {
  transition-delay: 0.4s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(7) {
  transition-delay: 0.48s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(8) {
  transition-delay: 0.56s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(9) {
  transition-delay: 0.64s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated:nth-child(10) {
  transition-delay: 0.72s;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated .accordion-toggler__text {
  white-space: nowrap;
  color: #2C5697;
  text-decoration: none;
  background: radial-gradient(ellipse at center, rgba(44, 86, 151, 0.18) 60%, rgba(31, 60, 106, 0.48) 100%);
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: 0 104%;
  transition: background-size 0.3s, color 0.2s;
  line-height: 1.3;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated .accordion-toggler__text:hover, .node--project--full .responsible-accordion-trigger .accordion-toggler--animated .accordion-toggler__text:focus {
  background-size: 100% 30%;
  color: #1F3C6A;
}
.node--project--full .responsible-accordion-trigger .accordion-toggler--animated[aria-expanded=true] {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  pointer-events: none;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(-90deg);
          transform: scale(0.5) rotate(-90deg);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.2s ease;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none;
  position: absolute;
  right: 0;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn[aria-expanded=true] {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  pointer-events: auto;
  position: relative;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn:hover, .node--project--full .responsible-accordion-trigger .accordion-close-btn:focus {
  background-color: rgba(44, 86, 151, 0.1);
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn:hover .accordion-close-btn__icon::before, .node--project--full .responsible-accordion-trigger .accordion-close-btn:hover .accordion-close-btn__icon::after, .node--project--full .responsible-accordion-trigger .accordion-close-btn:focus .accordion-close-btn__icon::before, .node--project--full .responsible-accordion-trigger .accordion-close-btn:focus .accordion-close-btn__icon::after {
  background-color: #1F3C6A;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn:focus {
  outline: 2px solid #2C5697;
  outline-offset: 2px;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn .accordion-close-btn__icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn .accordion-close-btn__icon::before, .node--project--full .responsible-accordion-trigger .accordion-close-btn .accordion-close-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #2C5697;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn .accordion-close-btn__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.node--project--full .responsible-accordion-trigger .accordion-close-btn .accordion-close-btn__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.node--product--full .accordion-button {
  transition: all 0.2s ease-in-out;
  border: none !important;
}
.node--product--full .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #1F3C6A;
  color: #FFFFFF;
}
.node--product--full .field--name-field-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.node--product--full .field--name-field-tags .field__item a {
  padding: 0.5rem 1rem;
  border: solid 1px #2C5697;
  font-weight: 700;
  font-size: 0.7rem;
  color: #1F3C6A;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all 0.2s ease-in-out;
}
.node--product--full .field--name-field-tags .field__item a:hover {
  background-color: rgba(44, 86, 151, 0.9);
  color: #FFFFFF;
}
.node--product--full .field--name-field-document {
  border-radius: 0.25rem;
  overflow: hidden;
}
.node--product--full .field--name-field-document .field__item .card {
  border-radius: 0 !important;
}
.node--product--full .field--name-field-document .media--view-mode-download .media--download-card-inner {
  display: flex;
  flex-direction: row;
  height: auto;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area {
  width: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(244.45, 246.55, 249.8) 0%, rgb(233.9, 238.1, 244.6) 100%);
}
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area.has-thumbnail {
  background: linear-gradient(135deg, rgb(244.45, 246.55, 249.8) 0%, rgb(233.9, 238.1, 244.6) 100%);
}
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area img,
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area .pdf-thumbnail-wrapper,
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area .document-icon-wrapper,
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area .document-extension {
  display: none;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-header-area .list-view-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #2C5697;
}
.node--product--full .field--name-field-document .media--view-mode-download .media .card-body {
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-title {
  margin-bottom: 0;
  flex: 1;
  font-size: 0.875rem !important;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-meta {
  flex-shrink: 0;
  white-space: nowrap;
  justify-content: flex-end;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-created-date {
  display: none;
}
.node--product--full .field--name-field-document .media--view-mode-download .media-meta .list-separator {
  display: none;
}
.node--product--full .field--name-field-document .media--view-mode-download .download-icon-overlay:after {
  width: 20px;
  height: 20px;
}
.node--product--full .field--name-field-product-info {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
}
.node--product--full .field--name-field-product-info .field__label {
  margin-bottom: 1.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #2C5697;
}
.node--product--full .field--name-field-related-products {
  flex-direction: column;
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
}
.node--product--full .field--name-field-related-products > .field__label {
  margin-bottom: 1.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
}
.node--product--full .variant-wrapper {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
}
.node--product--full .variant-wrapper .table-bordered, .node--product--full .variant-wrapper .node--full .field--type-text-long table, .node--full .field--type-text-long .node--product--full .variant-wrapper table, .node--product--full .variant-wrapper .node--full .field--type-text-with-summary table, .node--full .field--type-text-with-summary .node--product--full .variant-wrapper table {
  margin: 0;
}
.node--product--teaser .field--name-field-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #e0e0e0;
}
.node--product--teaser .field--name-field-tags .field__item a {
  padding: 0.5rem 1rem;
  border: solid 1px #2C5697;
  font-weight: 700;
  font-size: 0.7rem;
  color: #1F3C6A;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all 0.2s ease-in-out;
}
.node--product--teaser .field--name-field-tags .field__item a:hover {
  background-color: rgba(44, 86, 151, 0.9);
  color: #FFFFFF;
}
.node--product--search-index .field--name-field-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.node--product--search-index .field--name-field-tags .field__item a {
  padding: 0.5rem 1rem;
  border: solid 1px #2C5697;
  font-weight: 700;
  font-size: 0.7rem;
  color: #1F3C6A;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all 0.2s ease-in-out;
}
.node--product--search-index .field--name-field-tags .field__item a:hover {
  background-color: rgba(44, 86, 151, 0.9);
  color: #FFFFFF;
}
.node--product--card-small .card {
  transition: all 0.2s ease-in-out;
}
.node--product--card-small .card-title {
  transition: all 0.2s ease-in-out;
}
.node--product--card-small picture {
  max-width: 140px;
}
.node--product--card-small:hover .card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.node--product--card-small:hover .card-title {
  color: #2C5697;
}
.node--product-variant--full .accordion-button {
  transition: all 0.2s ease-in-out;
  border: none !important;
}
.node--product-variant--full .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #1F3C6A;
  color: #FFFFFF;
}
.node--product-variant--full .field--name-field-document {
  border-radius: 0.25rem;
  overflow: hidden;
}
.node--product-variant--full .field--name-field-document .field__item .card {
  border-radius: 0 !important;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media--download-card-inner {
  display: flex;
  flex-direction: row;
  height: auto;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area {
  width: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(244.45, 246.55, 249.8) 0%, rgb(233.9, 238.1, 244.6) 100%);
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area.has-thumbnail {
  background: linear-gradient(135deg, rgb(244.45, 246.55, 249.8) 0%, rgb(233.9, 238.1, 244.6) 100%);
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area img,
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area .pdf-thumbnail-wrapper,
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area .document-icon-wrapper,
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area .document-extension {
  display: none;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-header-area .list-view-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #2C5697;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media .card-body {
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-title {
  margin-bottom: 0;
  flex: 1;
  font-size: 0.875rem !important;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-meta {
  flex-shrink: 0;
  white-space: nowrap;
  justify-content: flex-end;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-created-date {
  display: none;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .media-meta .list-separator {
  display: none;
}
.node--product-variant--full .field--name-field-document .media--view-mode-download .download-icon-overlay:after {
  width: 20px;
  height: 20px;
}
.node--product-variant--full .field--name-field-technical-specifications {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
}
.node--product-variant--full .field--name-field-technical-specifications .field__label {
  margin-bottom: 1.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #2C5697;
}
.node--product-variant--full .field--name-field-related-products {
  flex-direction: column;
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
}
.node--product-variant--full .field--name-field-related-products > .field__label {
  margin-bottom: 1.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
}
.node--product-variant--full .technical--info-wrapper {
  background: rgb(248.6480769231, 245.825, 243.0019230769);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
}
.node--product-variant--full .technical--info-wrapper table tr td:nth-child(1) {
  font-weight: 700;
}
.node--departments--teaser {
  transition: all 0.2s ease-in-out;
}
.node--departments--teaser .field--name-field-logo {
  max-width: 150px;
  margin-bottom: 1.5rem;
}
.node--departments--teaser .field--name-field-email a {
  position: relative;
  z-index: 9;
}
.node--departments--teaser.dark-mode {
  background-color: #828282;
}
.node--departments--teaser.dark-mode .field--name-field-email a {
  color: #FFFFFF;
}
.node--departments--teaser:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.node--landing-page--full .field--name-field-content-items > div.field__item {
  margin-bottom: 1.5rem;
}
.node--search-index {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--search-index:hover {
  background-color: rgb(243.3519230769, 238.175, 232.9980769231);
  border-color: rgb(242.4692307692, 236.9, 231.3307692308) !important;
}
.node--search-index .field--search-api-excerpt strong {
  background: radial-gradient(ellipse at center, rgba(44, 86, 151, 0.1) 10%, rgba(246, 242, 238, 0.48) 100%);
  color: #000000;
}
.node--search-index .read-more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #2C5697;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--search-index .read-more-link:after {
  content: "→";
  margin-left: 0.5rem;
  font-size: 1.1em;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.node--search-index .read-more-link:hover, .node--search-index .read-more-link:focus {
  color: #1F3C6A;
  text-decoration: none;
}
.node--search-index .read-more-link:hover:before, .node--search-index .read-more-link:focus:before {
  width: 100%;
}
.node--search-index .read-more-link:hover:after, .node--search-index .read-more-link:focus:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  opacity: 0.8;
}
.node--search-index .read-more-link:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.node--search-index .read-more-link:active:after {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}

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