.header__navigation--logo a img {
    max-height: 70px;
    min-width: 70px;
}

.header {
  border-bottom: #FFFFFF;
  box-shadow: 2px 2px 6px 0px rgba(62, 70, 81, 0.15);
}

:root {
  --vpt-theme-roundness: 5;
 
  --K15t-color-neutral-0: #FFFFFF;
  --K15t-color-neutral-50: #F9FAFB;
  --K15t-color-neutral-100: #D3D8DE;
  --K15t-color-neutral-200: #B7BEC8;
  --K15t-color-neutral-300: #97A2B0;
  --K15t-color-neutral-500: #616F80;
  --K15t-color-neutral-700: #3E4651;
  --K15t-color-neutral-900: #1F2329;
  
  --K15t-color-brand-50: #F0F7FF;
  --K15t-color-brand-100: #C7E2FF;
  --K15t-color-brand-200: #99CAFF;
  --K15t-color-brand-300: #66AFFF;
  --K15t-color-brand-400: #3395FF;
  --K15t-color-brand-500: #006ADD;
  --K15t-color-brand-700: #004C9E;
  --K15t-color-brand-900: #002C5C;
  
  --K15t-color-yellow-100: #FDF9E7;
  
  --K15t-color-red-100: #FFF5F7;
  --K15t-color-red-400: #D10000;
  
  --K15t-color-green-100: #EBFFF1;
  --K15t-color-green-400: #00A838;
    
  --K15t-color-purple-400: #6A2FB6;
  
  
  --K15t-foreground: var(--K15t-color-neutral-700)
  --K15t-foreground-subtle: var(--K15t-color-neutral-300)
  --K15t-foreground-brand: var(--K15t-color-brand-500)  
  --K15t-foreground-on-information:var(--K15t-color-neutral-700);
  --K15t-foreground-on-tip: var(--K15t-color-neutral-700);
  --K15t-foreground-on-danger: var(--K15t-color-neutral-700);
  --K15t-foreground-on-success: var(--K15t-color-neutral-700);
 
  --K15t-background-information: var(--K15t-color-brand-50);
  --K15t-background-warning: var(--K15t-color-yellow-100);
  --K15t-background-tip: var(--K15t-color-brand-50);
  --K15t-background-danger: var(--K15t-color-red-100);
  --K15t-background-success: var(--K15t-color-green-100);
  
  --K15t-background-neutral: var(--K15t-color-neutral-0);
  --K15t-background-neutral-hovered: var(--K15t-color-neutral-100);
  --K15t-background-neutral-pressed: var(--K15t-color-neutral-50);
    
  --K15t-background-neutral-subtle: var(--K15t-color-neutral-0);
  --K15t-background-neutral-subtle-hovered: var(--K15t-color-brand-100);
  --K15t-background-neutral-subtle-pressed: var(--K15t-color-brand-50);
  --K15t-background-neutral-subtle-selected: var(--K15t-color-brand-50);
  
  --K15t-background-input: var(--K15t-color-brand-50);
  --K15t-border-input: var(--K15t-color-brand-50);
  --K15t-border-input-selected: var(--K15t-color-brand-500);
  
  --K15t-border-neutral: var(--K15t-color-brand-100);
  --K15t-border-brand-hovered: var(--K15t-color-brand-100);
  --K15t-border-brand-pressed: var(--K15t-color-brand-100);
  --K15t-border-neutral-strong: var(--K15t-color-brand-100);
  
  --K15t-link: var(--K15t-color-brand-500);
  
  --K15t-surface: var(--K15t-color-neutral-0);
  --K15t-surface-raised: var(--K15t-color-neutral-0);
  --K15t-surface-overlay: var(--K15t-color-neutral-0);
  
  
}


@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet");


:root {
  --vpt-theme-headline-font: "Inter", sans-serif;
  --vpt-theme-headline-color: var(--K15t-color-neutral-900);
  --vpt-theme-text-font: "Inter", sans-serif;
  --vpt-theme-text-color: var(--K15t-color-neutral-700);
  --vpt-theme-banner-text-color: var(--K15t-color-neutral-0);
}


// <weight>: 400
// <uniquifier>: Q4 Font

.open-sans-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

:root {
  --K15t-font-size-x-small: 12px;
  --K15t-font-size-small: 14px;
  --K15t-font-size-medium: 16px;
  --K15t-font-size-large: 20px;
  --K15t-font-size-x-large: 24px;
  --K15t-font-size-2x-large: 28px;
  --K15t-font-size-3x-large: 32px;

  --K15t-line-height-x-small: 16px;
  --K15t-line-height-small: 24px;
  --K15t-line-height-medium: 28px;
  --K15t-line-height-large: 32px;

  --K15t-font-weight-regular: 400;
  --K15t-font-weight-medium: 500;
  --K15t-font-weight-semi-bold: 600;
  --K15t-font-weight-bold: 700;
}

body {
  font-size: var(--K15t-font-size-medium);
  font-weight: var(--K15t-font-weight-regular);
  line-height: var(--K15t-line-height-small);
}

h1 {
  font-size: var(--K15t-font-size-3x-large);
  font-weight: var(--K15t-font-weight-semi-bold);
  line-height: var(--K15t-line-height-large);
}

h2 {
  font-size: var(--K15t-font-size-2x-large);
  font-weight: var(--K15t-font-weight-semi-bold);
  line-height: var(--K15t-line-height-medium);
}

h3 {
  font-size: var(--K15t-font-size-x-large);
  font-weight: var(--K15t-font-weight-semi-bold);
  line-height: var(--K15t-line-height-small);
}

h4 {
  font-size: var(--K15t-font-size-large);
  font-weight: var(--K15t-font-weight-regular);
  line-height: var(--K15t-line-height-small);
}

h5 {
  font-size: var(--K15t-font-size-medium);
  font-weight: var(--K15t-font-weight-semi-bold);
  line-height: var(--K15t-line-height-x-small);
}

[data-vp-component="banner"] {
  --background: #F0F7FF;
  margin-bottom: 50px;
  border-bottom: var(--K15t-color-neutral-100);
}

.space-overview__hero__header__content__intro--heading {
  display: none;
}

.space-overview__hero__header__content__intro--intro{
  font: var(--K15t-font-headline-x-large);
  font-weight: var(--K15t-font-weight-semi-bold);
}


.block leading-none py-3 header__navigation--heading hc-header-font-color {
  font-weight: var(--K15t-font-weight-semi-bold);
}

.hc-header-font-color, .hc-header-font-color>a {
  font-weight: var(--K15t-font-weight-semi-bold);
}

.space-overview__hero__header__content__intro--heading{
  font-weight: var(--K15t-font-weight-semi-bold);
}



.footer{
  padding-top: 16px;
  padding-bottom: 0px;
  min-height: 90px;
}

.footer__logo {
   max-height: 50px;
    min-width: 50px;
}

.footer__links a {
  font-weight: var(--K15t-font-weight-semi-bold);
  font-size: var(--K15t-font-size-small);
}


.tile {
background-color: var(--K15t-color-brand-50);
border: var(--K15t-color-brand-50);  
}


.tile-body {
  //background-color: var(--K15t-color-brand-50);
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
  text-align: center;
}


.tile-text {
    display: none;
} 

.tile-title a {
  color: #3E4651;
  font-size: 16px;
  font-weight: var(--K15t-font-weight-semi-bold);
}


.tile-body::before {
line-height: 8px;
}

.banner h1 {
  display:none;
}

.banner hgroup>p {
    margin-block: 0;
    font-size: var(--K15t-font-size-headline-x-large);
    font-weight: var(--K15t-font-weight-x-large);
    line-height: var(--K15t-line-height-x-large);
    text-wrap: balance;
}

/*@import url(@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.tile--topics::before {
font-family: 'Material Icons';
content: '\e88e';
display: block;
font-size: 32px;
margin-bottom: 4px;  
color: #006ADD;  
}*/

.tiles > li > .tile:hover {
  background-color: var(--K15t-color-brand-100);
  border-color: var(--K15t-color-brand-200);
  cursor: pointer;
}

/* Icon box — mask is supplied per-card below */
.tiles > li > .tile > .tile-body::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
//  margin-bottom: 10px;
  background-color: var(--K15t-color-brand-500);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* 1. tool / wrench */
.tiles > li:nth-child(1) > .tile > .tile-body::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6L10.5 10.5M6 6H3L2 3L3 2L6 3V6ZM19.259 2.74101L16.6314 5.36863C16.2354 5.76465 16.0373 5.96265 15.9632 6.19098C15.8979 6.39183 15.8979 6.60817 15.9632 6.80902C16.0373 7.03735 16.2354 7.23535 16.6314 7.63137L16.8686 7.86863C17.2646 8.26465 17.4627 8.46265 17.691 8.53684C17.8918 8.6021 18.1082 8.6021 18.309 8.53684C18.5373 8.46265 18.7354 8.26465 19.1314 7.86863L21.5893 5.41072C21.854 6.05488 22 6.76039 22 7.5C22 10.5376 19.5376 13 16.5 13C16.1338 13 15.7759 12.9642 15.4298 12.8959C14.9436 12.8001 14.7005 12.7521 14.5532 12.7668C14.3965 12.7824 14.3193 12.8059 14.1805 12.8802C14.0499 12.9501 13.919 13.081 13.657 13.343L6.5 20.5C5.67157 21.3284 4.32843 21.3284 3.5 20.5C2.67157 19.6716 2.67157 18.3284 3.5 17.5L10.657 10.343C10.919 10.081 11.0499 9.95005 11.1198 9.81949C11.1941 9.68068 11.2176 9.60347 11.2332 9.44681C11.2479 9.29945 11.1999 9.05638 11.1041 8.57024C11.0358 8.22406 11 7.86621 11 7.5C11 4.46243 13.4624 2 16.5 2C17.5055 2 18.448 2.26982 19.259 2.74101ZM12.0001 14.9999L17.5 20.4999C18.3284 21.3283 19.6716 21.3283 20.5 20.4999C21.3284 19.6715 21.3284 18.3283 20.5 17.4999L15.9753 12.9753C15.655 12.945 15.3427 12.8872 15.0408 12.8043C14.6517 12.6975 14.2249 12.7751 13.9397 13.0603L12.0001 14.9999Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6L10.5 10.5M6 6H3L2 3L3 2L6 3V6ZM19.259 2.74101L16.6314 5.36863C16.2354 5.76465 16.0373 5.96265 15.9632 6.19098C15.8979 6.39183 15.8979 6.60817 15.9632 6.80902C16.0373 7.03735 16.2354 7.23535 16.6314 7.63137L16.8686 7.86863C17.2646 8.26465 17.4627 8.46265 17.691 8.53684C17.8918 8.6021 18.1082 8.6021 18.309 8.53684C18.5373 8.46265 18.7354 8.26465 19.1314 7.86863L21.5893 5.41072C21.854 6.05488 22 6.76039 22 7.5C22 10.5376 19.5376 13 16.5 13C16.1338 13 15.7759 12.9642 15.4298 12.8959C14.9436 12.8001 14.7005 12.7521 14.5532 12.7668C14.3965 12.7824 14.3193 12.8059 14.1805 12.8802C14.0499 12.9501 13.919 13.081 13.657 13.343L6.5 20.5C5.67157 21.3284 4.32843 21.3284 3.5 20.5C2.67157 19.6716 2.67157 18.3284 3.5 17.5L10.657 10.343C10.919 10.081 11.0499 9.95005 11.1198 9.81949C11.1941 9.68068 11.2176 9.60347 11.2332 9.44681C11.2479 9.29945 11.1999 9.05638 11.1041 8.57024C11.0358 8.22406 11 7.86621 11 7.5C11 4.46243 13.4624 2 16.5 2C17.5055 2 18.448 2.26982 19.259 2.74101ZM12.0001 14.9999L17.5 20.4999C18.3284 21.3283 19.6716 21.3283 20.5 20.4999C21.3284 19.6715 21.3284 18.3283 20.5 17.4999L15.9753 12.9753C15.655 12.945 15.3427 12.8872 15.0408 12.8043C14.6517 12.6975 14.2249 12.7751 13.9397 13.0603L12.0001 14.9999Z'/%3E%3C/svg%3E");
}

/* 2. people */
.tiles > li:nth-child(2) > .tile > .tile-body::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15.8369C19.4559 16.5683 20.7042 17.742 21.6153 19.2096C21.7957 19.5003 21.8859 19.6456 21.9171 19.8468C21.9805 20.2558 21.7008 20.7585 21.32 20.9204C21.1325 21 20.9217 21 20.5 21M16 11.5322C17.4817 10.7959 18.5 9.26686 18.5 7.5C18.5 5.73314 17.4817 4.20411 16 3.46776M14 7.5C14 9.98528 11.9853 12 9.50002 12C7.01474 12 5.00002 9.98528 5.00002 7.5C5.00002 5.01472 7.01474 3 9.50002 3C11.9853 3 14 5.01472 14 7.5ZM2.55925 18.9383C4.15356 16.5446 6.66939 15 9.50002 15C12.3306 15 14.8465 16.5446 16.4408 18.9383C16.7901 19.4628 16.9647 19.725 16.9446 20.0599C16.9289 20.3207 16.758 20.64 16.5496 20.7976C16.2819 21 15.9138 21 15.1777 21H3.82238C3.08619 21 2.7181 21 2.45046 20.7976C2.24207 20.64 2.07111 20.3207 2.05545 20.0599C2.03535 19.725 2.20998 19.4628 2.55925 18.9383Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15.8369C19.4559 16.5683 20.7042 17.742 21.6153 19.2096C21.7957 19.5003 21.8859 19.6456 21.9171 19.8468C21.9805 20.2558 21.7008 20.7585 21.32 20.9204C21.1325 21 20.9217 21 20.5 21M16 11.5322C17.4817 10.7959 18.5 9.26686 18.5 7.5C18.5 5.73314 17.4817 4.20411 16 3.46776M14 7.5C14 9.98528 11.9853 12 9.50002 12C7.01474 12 5.00002 9.98528 5.00002 7.5C5.00002 5.01472 7.01474 3 9.50002 3C11.9853 3 14 5.01472 14 7.5ZM2.55925 18.9383C4.15356 16.5446 6.66939 15 9.50002 15C12.3306 15 14.8465 16.5446 16.4408 18.9383C16.7901 19.4628 16.9647 19.725 16.9446 20.0599C16.9289 20.3207 16.758 20.64 16.5496 20.7976C16.2819 21 15.9138 21 15.1777 21H3.82238C3.08619 21 2.7181 21 2.45046 20.7976C2.24207 20.64 2.07111 20.3207 2.05545 20.0599C2.03535 19.725 2.20998 19.4628 2.55925 18.9383Z'/%3E%3C/svg%3E");
}

/* 3. desktop */
.tiles > li:nth-child(3) > .tile > .tile-body::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 21H16M12 17V21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 21H16M12 17V21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z'/%3E%3C/svg%3E");
}

/* 4. phone */
.tiles > li:nth-child(4) > .tile > .tile-body::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.0497 6C15.0264 6.19057 15.924 6.66826 16.6277 7.37194C17.3314 8.07561 17.8091 8.97326 17.9997 9.95M14.0497 2C16.0789 2.22544 17.9713 3.13417 19.4159 4.57701C20.8606 6.01984 21.7717 7.91101 21.9997 9.94M10.2266 13.8631C9.02506 12.6615 8.07627 11.3028 7.38028 9.85323C7.32041 9.72854 7.29048 9.66619 7.26748 9.5873C7.18576 9.30695 7.24446 8.96269 7.41447 8.72526C7.46231 8.65845 7.51947 8.60129 7.63378 8.48698C7.98338 8.13737 8.15819 7.96257 8.27247 7.78679C8.70347 7.1239 8.70347 6.26932 8.27247 5.60643C8.15819 5.43065 7.98338 5.25585 7.63378 4.90624L7.43891 4.71137C6.90747 4.17993 6.64174 3.91421 6.35636 3.76987C5.7888 3.4828 5.11854 3.4828 4.55098 3.76987C4.2656 3.91421 3.99987 4.17993 3.46843 4.71137L3.3108 4.86901C2.78117 5.39863 2.51636 5.66344 2.31411 6.02348C2.08969 6.42298 1.92833 7.04347 1.9297 7.5017C1.93092 7.91464 2.01103 8.19687 2.17124 8.76131C3.03221 11.7947 4.65668 14.6571 7.04466 17.045C9.43264 19.433 12.295 21.0575 15.3284 21.9185C15.8928 22.0787 16.1751 22.1588 16.588 22.16C17.0462 22.1614 17.6667 22 18.0662 21.7756C18.4263 21.5733 18.6911 21.3085 19.2207 20.7789L19.3783 20.6213C19.9098 20.0898 20.1755 19.8241 20.3198 19.5387C20.6069 18.9712 20.6069 18.3009 20.3198 17.7333C20.1755 17.448 19.9098 17.1822 19.3783 16.6508L19.1835 16.4559C18.8339 16.1063 18.6591 15.9315 18.4833 15.8172C17.8204 15.3862 16.9658 15.3862 16.3029 15.8172C16.1271 15.9315 15.9523 16.1063 15.6027 16.4559C15.4884 16.5702 15.4313 16.6274 15.3644 16.6752C15.127 16.8453 14.7828 16.904 14.5024 16.8222C14.4235 16.7992 14.3612 16.7693 14.2365 16.7094C12.7869 16.0134 11.4282 15.0646 10.2266 13.8631Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.0497 6C15.0264 6.19057 15.924 6.66826 16.6277 7.37194C17.3314 8.07561 17.8091 8.97326 17.9997 9.95M14.0497 2C16.0789 2.22544 17.9713 3.13417 19.4159 4.57701C20.8606 6.01984 21.7717 7.91101 21.9997 9.94M10.2266 13.8631C9.02506 12.6615 8.07627 11.3028 7.38028 9.85323C7.32041 9.72854 7.29048 9.66619 7.26748 9.5873C7.18576 9.30695 7.24446 8.96269 7.41447 8.72526C7.46231 8.65845 7.51947 8.60129 7.63378 8.48698C7.98338 8.13737 8.15819 7.96257 8.27247 7.78679C8.70347 7.1239 8.70347 6.26932 8.27247 5.60643C8.15819 5.43065 7.98338 5.25585 7.63378 4.90624L7.43891 4.71137C6.90747 4.17993 6.64174 3.91421 6.35636 3.76987C5.7888 3.4828 5.11854 3.4828 4.55098 3.76987C4.2656 3.91421 3.99987 4.17993 3.46843 4.71137L3.3108 4.86901C2.78117 5.39863 2.51636 5.66344 2.31411 6.02348C2.08969 6.42298 1.92833 7.04347 1.9297 7.5017C1.93092 7.91464 2.01103 8.19687 2.17124 8.76131C3.03221 11.7947 4.65668 14.6571 7.04466 17.045C9.43264 19.433 12.295 21.0575 15.3284 21.9185C15.8928 22.0787 16.1751 22.1588 16.588 22.16C17.0462 22.1614 17.6667 22 18.0662 21.7756C18.4263 21.5733 18.6911 21.3085 19.2207 20.7789L19.3783 20.6213C19.9098 20.0898 20.1755 19.8241 20.3198 19.5387C20.6069 18.9712 20.6069 18.3009 20.3198 17.7333C20.1755 17.448 19.9098 17.1822 19.3783 16.6508L19.1835 16.4559C18.8339 16.1063 18.6591 15.9315 18.4833 15.8172C17.8204 15.3862 16.9658 15.3862 16.3029 15.8172C16.1271 15.9315 15.9523 16.1063 15.6027 16.4559C15.4884 16.5702 15.4313 16.6274 15.3644 16.6752C15.127 16.8453 14.7828 16.904 14.5024 16.8222C14.4235 16.7992 14.3612 16.7693 14.2365 16.7094C12.7869 16.0134 11.4282 15.0646 10.2266 13.8631Z'/%3E%3C/svg%3E");
}


/*.auto-rows-fr > .tile--topics:nth-child(1)::before { 
  font-family: 'Material Icons';
  content: '\e88a';
}*/

/*.auto-rows-fr > .tile--topics:nth-child(2)::before { 
  font-family: 'Material Icons';
  content: '\e7ee';
}*/


/*color: #006ADD;
width: 48px;
height: 48px;*/

/*.auto-rows-fr > .tile--topics:nth-child(3)::before { 
  font-family: 'Material Icons';
  content: '\e26b';
}*/

/*.auto-rows-fr > .tile--topics:nth-child(4)::before { 
  font-family: 'Material Icons';
  content: '\e8b6';
}

.auto-rows-fr > .tile--topics:nth-child(5)::before { 
  font-family: 'Material Icons';
  content: '\ebcc';
}

.auto-rows-fr > .tile--topics:nth-child(6)::before { 
  font-family: 'Material Icons';
  content: '\e742';
}

.auto-rows-fr > .tile--topics:nth-child(7)::before { 
  font-family: 'Material Icons';
  content: '\e30c';
}

.auto-rows-fr > .tile--topics:nth-child(8)::before { 
  font-family: 'Material Icons';
  content: '\e8b8';
}*/








:root[data-vp-page-template="article"] {
  --vpt-theme-roundness: 2;
  --K15t-radius-2x-small: 8px;
  
  .breadcrumbs {
    color: var( --K15t-color-brand-500);
  }
  
  
 .vp-tree-item__header {
  --K15t-radius-small: 12px;
  align-items: anchor-center;
}

.vp-tree-item__header__title {
  padding-block: 0px;
}
      .vp-tree__container {
        width: 300px;
    }
.vp-tree-item {
    margin-left: 8px;
  }  
  
.vp-article__aside-left__inner {
    width: 360px;
  } 
 .vp-article__aside-left__inner--collapsed {
  width: var(--_spacing);
  }
   
  .vp-desktop-navigation__page-tree__collapser {
    border-radius: 12px;
    background: #FFFFFF;
  }
  

}




[data-vp-component="search-bar"] {
  --border-radius: 8px; 
  --K15t-border-input: var(--K15t-color-brand-50);
  --K15t-border-input-selected: var(--K15t-color-brand-50);
}

.vp-search-input__icon{
  color:#006ADD;
}

.vp-search-input__submit {
background-color: var(--K15t-color-brand-50);
}

.vp-search-input__submit:where(:hover,:focus-visible) {
    background-color: var(--K15t-color-brand-50);
  color: #006add;}

.vp-search-input__submit:where(:focus-visible){
border: 1px solid #002C5C;
}



.vp-search-suggestion-option--default {
  border-radius: 12px;
  gap: 0px;
}

.vp-search-suggestion-option__label{
  line-height: var(--K15t-line-height-x-small);
}

.vp-search-suggestion-option__info {
  display: none;
}

.vp-search-suggestion-panel {
  border-radius: 12px;
  margin: 0px;
  border-color: var(--K15t-color-neutral-700);
  border-width: 2px;
  box-shadow:  3px 3px 4px -2px rgba(62, 70, 81, 0.08), 2px 2px 8px 0px rgba(62, 70, 81, 0.08), 1px 1px 8px 0px rgba(62, 70, 81, 0.08);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.vp-search-suggestion-action-container {
  margin-top: 8px;
}

.vp-button--secondary {
  --foreground-color: #006ADD;
  font-weight: var(--K15t-font-weight-bold);
  border-radius: 12px;
}

.vp-button--secondary:hover {
  --foreground-color: #004C9E;
  font-weight: var(--K15t-font-weight-bold);
 --background-color: #F0F7FF;
   border-radius: 12px;
}

.search-results__results__label {
  font-size: var(--K15t-font-size-2x-large);
  font-weight: var(--K15t-font-weight-semi-bold);
  line-height: var(--K15t-line-height-medium);
}

.vp-search-result__content-source {
  display: none;
}

.vp-search-result {
  gap: 4px;
}
