.fc-purple {
  color: #4f1940;
}
.fc-darkpurple {
  color: #3b002b;
}
.fc-lightpurple {
  color: #9d8095;
}
.fc-lightgray {
  color: #d8ccd5;
}
.fc-pinkishwhite {
  color: #fdf7f8;
}
.fc-red {
  color: #ff1700;
}
.fc-white {
  color: #ffffff;
}
html[lang="en"],
html {
  --dhk-default-font-family: 'Manrope';
}
html[lang="zh-CN"],
html[lang="zh-TW"],
html[lang="zh-HK"] {
  --dhk-default-font-family: 'Microsoft JhengHei';
}
.font-menu-title {
  font-family: var(--dhk-default-font-family);
  font-size: 1.1em;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .font-menu-title {
    font-size: 1.25rem;
  }
}
.font-mitem-primary {
  font-family: var(--dhk-default-font-family);
  font-size: 1.25rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .font-mitem-primary {
    font-size: 1.25rem;
  }
}
.font-mitem-secondary {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .font-mitem-secondary {
    font-size: 0.875rem;
  }
}
.font-login-dialog-body {
  font-family: var(--dhk-default-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}
@media (max-width: 1024px) {
  .font-login-dialog-body {
    font-weight: 800;
  }
}
.font-search-input {
  font-family: var(--dhk-default-font-family);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}
@media (max-width: 1024px) {
  .font-search-input {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.font-body-menuitem {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .font-body-menuitem {
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.font-body-bold-800 {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (max-width: 1024px) {
  .font-body-bold-800 {
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
}
.font-body-bold-600 {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (max-width: 1024px) {
  .font-body-bold-600 {
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
}
.font-section-title {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .font-section-title {
    font-size: 0.75rem;
  }
}
.font-tab-title {
  font-family: var(--dhk-default-font-family);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}
.font-label-body {
  font-family: var(--dhk-default-font-family);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9rem;
}
.font-topnav-menuitem {
  font-family: var(--dhk-default-font-family);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
}

@media (min-width: 1025px) {
  .hidden-if-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-if-mobile {
    display: none;
  }
}
.width-fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.disable-text-select {
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.hide-system-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-system-scrollbar::-webkit-scrollbar {
  display: none;
}
.dhk-header {
  height: 168px;
  width: 100%;
}
@media (max-width: 1024px) {
  .dhk-header {
    height: 72px;
  }
}
.dhk-header__container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  max-height: 100%;
  z-index: 2000;
}
.dhk-header__container ol,
.dhk-header__container ul {
  padding: 0;
  margin: 0;
}
.dhk-header__container ol li,
.dhk-header__container ul li {
  display: block;
}
.dhk-header__container .dhk-header__tabfocus-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
}
.dhk-header__container .dhk-header__tabfocus-anchor:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .dhk-header__container {
    overflow-y: visible;
  }
  .dhk-header__container .dhk-header__tpanel-body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__container .dhk-header__dialog {
    border-radius: 0;
  }
}
.dhk-header__topic-panels {
  position: relative;
  z-index: 201;
  overflow: hidden;
  width: 100%;
  height: 0px;
  transition: height 300ms;
  background-color: white;
  border-radius: 0px 0px 16px 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
}
.dhk-header__topic-panels .tabfocus-item {
  position: absolute;
  width: 1px;
  height: 1px;
}
.dhk-header__topic-panels .tabfocus-item:focus {
  outline: none;
}
.dhk-header__topic-panels::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1025px) {
  .dhk-header__topic-panels {
    max-height: calc(100vh - 169px);
    overflow-y: auto;
  }
}
.dhk-header__topic-panels a {
  text-decoration: none;
}
.dhk-header__topic-panels a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .dhk-header__topic-panels {
    width: 100%;
    position: fixed;
    top: 72px;
    bottom: 0px;
    z-index: 200;
    border-radius: 0px 0px 0px 0px;
  }
  .dhk-header__topic-panels .dhk-header__navigation {
    position: absolute;
  }
}
.dhk-header__impnotice-panel {
  background-color: #FDF7F8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__impnotice-panel[aria-hidden="false"] {
  position: relative;
}
.dhk-header__impnotice-panel[aria-hidden="true"] {
  position: absolute;
  left: -100%;
}
.dhk-header__impnotice-panel .dhk-header__entry-list {
  overflow-y: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dhk-header__impnotice-panel .dhk-header__entry-list::-webkit-scrollbar {
  display: none;
}
.dhk-header__impnotice-panel .dhk-header__notice-title {
  margin: 34px 0px 34px 41px;
}
.dhk-header__impnotice-panel .dhk-header__scrollbar {
  display: block;
  position: absolute;
  bottom: 24px;
  right: 47px;
  width: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: rgba(59, 0, 43, 0.1);
}
.dhk-header__impnotice-panel .dhk-header__scrollbar .dhk-header__scrollbar-thumb {
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 2px;
  background-color: #FF1700;
}
.dhk-header__impnotice-panel .dhk-header__notice-entry {
  margin: 0px 0px 12px 41px;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: initial;
  gap: 8px;
  flex-wrap: initial;
}
.dhk-header__impnotice-panel .dhk-header__notice-entry .dhk-header__notice-icon {
  top: 0.25rem;
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/notification.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__impnotice-panel .dhk-header__notice-entry a {
  color: #3B002B;
  text-decoration: underline;
}
.dhk-header__impnotice-panel .dhk-header__notice-entry p {
  margin: 0;
}
.dhk-header__impnotice-panel .dhk-header__close-btn {
  position: absolute;
  top: 34px;
  right: 41px;
}
.dhk-header__impnotice-panel .dhk-header__close-btn::after {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/close.svg) no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 0.75rem;
  top: 0.1rem;
}
@media (max-width: 1024px) {
  .dhk-header__impnotice-panel .dhk-header__notice-title {
    margin: 28px 0px 20px 16px;
  }
  .dhk-header__impnotice-panel .dhk-header__scrollbar {
    right: 22px;
  }
  .dhk-header__impnotice-panel .dhk-header__entry-list .dhk-header__notice-entry {
    margin-left: 16px;
    width: calc(100% - 50px);
  }
  .dhk-header__impnotice-panel .dhk-header__entry-list .dhk-header__notice-entry:last-of-type {
    margin-bottom: 0px;
  }
  .dhk-header__impnotice-panel .dhk-header__close-btn {
    top: calc(28px + 0.125rem);
    right: 16px;
  }
  .dhk-header__impnotice-panel .dhk-header__close-btn::after {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
  }
}
.dhk-header__dialog {
  display: none;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .dhk-header__dialog {
    border-radius: 0px;
  }
}
.dhk-header__dialog-wrapper[data-active] {
  position: fixed;
  top: 48px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 1024px) {
  .dhk-header__dialog-wrapper[data-active] {
    top: 72px;
  }
}
.dhk-header__dialog-wrapper[data-active="language"] ~ .dhk-header__language-dialog,
.dhk-header__dialog-wrapper[data-active="search"] ~ .dhk-header__search-dialog {
  display: block;
}
.dhk-header__dialog-wrapper[data-active="login"] ~ .dhk-header__login-dialog {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__dialog-wrapper[data-active="wallet"] ~ .dhk-header__wallet-dialog {
  display: block;
}
.dhk-header__dialog-wrapper[data-active="pref"] {
  top: 0px;
}
.dhk-header__dialog-wrapper[data-active="pref"] ~ .dhk-header__pref-dialog {
  display: block;
}
@media (min-width: 1025px) {
  .dhk-header__dialog-wrapper[data-active="topics"] ~ .dhk-header__topics {
    position: relative;
    z-index: 201;
  }
}
@media (max-width: 1024px) {
  .dhk-header__dialog-wrapper[data-active="topics"] ~ .dhk-header__topics {
    display: block;
  }
}
.dhk-header__search-dialog {
  width: 80%;
  background-color: white;
  display: none;
  position: fixed;
  top: 68px;
  left: 10%;
  padding: 32px 40px 32px 40px;
  z-index: 201;
}
.dhk-header__search-dialog .dhk-header__searchbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__search-dialog[state="empty"] .dhk-header__search-suggestions {
  display: none;
}
.dhk-header__search-dialog[state="empty"] .dhk-header__search-tags {
  display: none;
}
.dhk-header__search-dialog[state="inputting"] .dhk-header__search-keywords {
  display: none;
}
.dhk-header__search-dialog[state="inputting"] .dhk-header__searchbox img {
  position: absolute;
  right: 0;
}
.dhk-header__search-dialog[state="inputting"] .dhk-header__searchbox .dhk-header__searchinput {
  margin-left: 6px;
}
.dhk-header__search-dialog .dhk-header__searchbox:has(.dhk-header__searchinput:focus) img {
  position: absolute;
  right: 0;
}
.dhk-header__search-dialog .dhk-header__searchbox .dhk-header__searchinput {
  padding: 0;
  background-color: transparent;
  margin-left: 1rem;
  outline: none;
  width: calc(100% - 44px);
  border: none;
}
.dhk-header__search-dialog .dhk-header__searchbox .dhk-header__searchinput:focus {
  margin-left: 6px;
}
.dhk-header__search-dialog .dhk-header__searchbox .dhk-header__searchinput::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.dhk-header__search-dialog .dhk-header__searchbox img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.dhk-header__search-dialog .dhk-header__search-tags {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 8px;
  flex-wrap: wrap;
}
.dhk-header__search-dialog .dhk-header__search-tags.noresult {
  display: none;
}
.dhk-header__search-dialog .dhk-header__search-tags .dhk-header__tag-item {
  text-decoration: none;
  display: inline-block;
  background-color: #EBE5E9;
  padding: 11px 12px 11px 16px;
  border-radius: 16px;
}
.dhk-header__search-dialog .dhk-header__search-tags .dhk-header__tag-item::after {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow-lightpurple.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .dhk-header__search-dialog .dhk-header__search-tags .dhk-header__tag-item:nth-of-type(n + 6) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .dhk-header__search-dialog .dhk-header__search-tags .dhk-header__tag-item:nth-of-type(n + 4) {
    display: none;
  }
}
.dhk-header__search-dialog .dhk-header__search-suggestions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 8px;
  flex-wrap: initial;
}
.dhk-header__search-dialog .dhk-header__search-suggestions.noresult {
  display: none;
}
.dhk-header__search-dialog .dhk-header__search-suggestions .dhk-header__suggestion-item {
  display: block;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #9D809580;
  padding: 10px 20px 10px 40px;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/search-colorful.svg) no-repeat;
  background-size: 0.8125rem;
  background-position-y: 0.875rem;
  background-position-x: 0.875rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.dhk-header__search-dialog .dhk-header__search-suggestions .dhk-header__suggestion-item:nth-of-type(n + 6) {
  display: none;
}
.dhk-header__search-dialog .dhk-header__search-keywords {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 8px;
  flex-wrap: wrap;
}
.dhk-header__search-dialog .dhk-header__search-keywords .dhk-header__keyword-button {
  cursor: pointer;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #9D809580;
  padding: 10px 20px 10px 40px;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/search-colorful.svg) no-repeat;
  background-size: 0.8125rem;
  background-position-y: 0.875rem;
  background-position-x: 0.875rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .dhk-header__search-dialog {
    width: auto;
    top: 72px;
    left: 0;
    right: 0;
    border-radius: 0 0 8px 8px !important;
    padding: 28px 16px 28px 16px;
  }
  .dhk-header__search-dialog .dhk-header__search-keywords .dhk-header__keyword-button {
    border-radius: 8px;
  }
  .dhk-header__search-dialog .dhk-header__search-suggestions,
  .dhk-header__search-dialog .dhk-header__search-keywords {
    margin-top: 20px;
  }
  .dhk-header__search-dialog .dhk-header__searchbox img {
    width: 20px;
    height: 20px;
  }
}
.dhk-header__wallet-dialog {
  width: 366px;
  height: auto;
  padding-bottom: 108px;
  top: 60px;
  z-index: 201;
  position: fixed;
  border-radius: 16px;
  background-color: white;
}
.dhk-header__wallet-dialog .dhk-header__dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__wallet-dialog .dhk-header__dialog-content > img {
  margin-top: 60px;
}
.dhk-header__wallet-dialog .dhk-header__dialog-content > p {
  margin-top: 16px;
  text-align: center;
}
.dhk-header__wallet-dialog .dhk-header__dialog-footer {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__wallet-dialog .dhk-header__dialog-footer .dhk-header__viewmore-btn {
  display: block;
  border-radius: 16px;
  background-color: #3B002B;
  width: 284px;
  height: 48px;
  text-decoration: none;
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__wallet-dialog .dhk-header__dialog-footer .dhk-header__close-btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/close.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #EBE5E9;
}
@media (max-width: 1024px) {
  .dhk-header__wallet-dialog {
    left: calc(50vw - 183px);
    top: 116px;
    border-radius: 12px !important;
  }
}
@media (max-width: 366px) {
  .dhk-header__wallet-dialog {
    left: 0px;
    right: 0px;
    width: auto;
  }
}
.dhk-header__pref-dialog {
  width: 1014px;
  top: 332px;
  left: calc(50vw - 507px);
  padding-top: 60px;
  padding-bottom: 80px;
  z-index: 201;
  position: fixed;
  border-radius: 16px;
  background-color: white;
}
.dhk-header__pref-dialog .dhk-header__dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__pref-dialog .dhk-header__dialog-content > p {
  margin-top: 16px;
  text-align: center;
}
.dhk-header__pref-dialog .dhk-header__dialog-footer {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 12px;
  flex-wrap: wrap;
}
.dhk-header__pref-dialog .dhk-header__dialog-footer a {
  width: calc(50% - 6px);
  display: block;
  border-radius: 16px;
  height: 48px;
  text-decoration: none;
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__pref-dialog:not([extra-button="true"]) {
  padding-bottom: 80px;
}
.dhk-header__pref-dialog:not([extra-button="true"]) .dhk-header__dialog-footer a:last-child {
  display: none;
}
.dhk-header__pref-dialog:not([extra-button="true"]) .dhk-header__dialog-footer a:nth-child(1) {
  background-color: #3B002B;
  color: white;
}
.dhk-header__pref-dialog:not([extra-button="true"]) .dhk-header__dialog-footer a:nth-child(2) {
  background-color: #EBE5E9;
  color: #3B002B;
}
.dhk-header__pref-dialog[extra-button="true"] {
  padding-bottom: 136px;
}
.dhk-header__pref-dialog[extra-button="true"] .dhk-header__dialog-footer a:last-child {
  width: 100%;
  background-color: #EBE5E9;
  color: #3B002B;
}
.dhk-header__pref-dialog[extra-button="true"] .dhk-header__dialog-footer a:nth-child(1),
.dhk-header__pref-dialog[extra-button="true"] .dhk-header__dialog-footer a:nth-child(2) {
  background-color: #3B002B;
  color: white;
}
@media (max-width: 1046px) {
  .dhk-header__pref-dialog {
    left: 16px;
    right: 16px;
    width: auto;
    border-radius: 16px !important;
  }
}
@media (max-width: 1024px) {
  .dhk-header__pref-dialog {
    top: 125px;
  }
}
.dhk-header__login-dialog {
  width: 240px;
  height: 180px;
  background-color: white;
  display: none;
  position: fixed;
  top: 60px;
  z-index: 201;
  border: 1px solid rgba(59, 0, 43, 0.2);
  border-radius: 16px;
}
.dhk-header__login-dialog .dhk-header__my-account p,
.dhk-header__login-dialog .dhk-header__my-wallet p {
  color: #3B002B;
}
.dhk-header__login-dialog > a {
  padding-left: 28px;
  text-decoration: none;
  border-bottom: 1px solid rgba(59, 0, 43, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__login-dialog > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dhk-header__login-dialog > a:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.dhk-header__login-dialog > a:last-of-type {
  border-bottom: none;
}
.dhk-header__login-dialog > a img {
  width: 1.5rem;
  margin-right: 14px;
}
@media (max-width: 1024px) {
  .dhk-header__login-dialog {
    width: auto;
    height: auto;
    left: 0px;
    right: 0px;
    top: 72px;
    bottom: 0px;
    border: none;
    border-radius: 0px;
  }
  .dhk-header__login-dialog .dhk-header__my-account,
  .dhk-header__login-dialog .dhk-header__my-wallet {
    width: calc(100% - 34px);
    margin-left: 17px;
    padding-left: 0px;
    border-bottom-color: #D8CCD5;
  }
  .dhk-header__login-dialog .dhk-header__my-account p,
  .dhk-header__login-dialog .dhk-header__my-wallet p {
    color: #9D8095;
  }
  .dhk-header__login-dialog .dhk-header__my-account::after,
  .dhk-header__login-dialog .dhk-header__my-wallet::after {
    display: inline-block;
    content: '';
    max-width: 1rem;
    max-height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow-lightpurple.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin: 0px 0.25rem 0px auto;
    top: 0.2rem;
  }
  .dhk-header__login-dialog .dhk-header__logout {
    width: auto;
    margin-top: auto;
    padding: 0px 16px 0px 16px;
  }
  .dhk-header__login-dialog .dhk-header__navigation {
    position: relative;
  }
}
.dhk-header__language-dialog {
  max-width: 1013px;
  width: calc(100% - 20px);
  right: 10px;
  background-color: white;
  display: none;
  position: fixed;
  top: 58px;
  z-index: 202;
}
.dhk-header__language-dialog[data-tab="visitor"] .dhk-header__tab-visitor,
.dhk-header__language-dialog[data-tab="resident"] .dhk-header__tab-resident {
  background-color: white;
}
.dhk-header__language-dialog[data-tab="visitor"] .dhk-header__dialog-content .dhk-header__lang-list[ref="resident"],
.dhk-header__language-dialog[data-tab="resident"] .dhk-header__dialog-content .dhk-header__lang-list[ref="visitor"] {
  display: none;
}
.dhk-header__language-dialog .dhk-header__select {
  display: none;
}
.dhk-header__language-dialog .dhk-header__visitor-resident-tab {
  height: 54px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
@media (max-width: 1024px) {
  .dhk-header__language-dialog .dhk-header__visitor-resident-tab {
    display: none;
  }
}
.dhk-header__language-dialog .dhk-header__visitor-resident-tab button {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(59, 0, 43, 0.2);
  background-color: rgba(59, 0, 43, 0.1);
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__language-dialog .dhk-header__visitor-resident-tab button img {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  margin-left: 8px;
}
.dhk-header__language-dialog .dhk-header__tab-visitor {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.dhk-header__language-dialog .dhk-header__tab-resident {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.dhk-header__language-dialog .dhk-header__dialog-content {
  width: 100%;
  padding: 40px;
}
.dhk-header__language-dialog .dhk-header__dialog-content a {
  text-decoration: none;
  display: block;
  width: 25%;
  margin: 0.375rem 0 0.375rem 0;
}
.dhk-header__language-dialog .dhk-header__dialog-content a.tabfocus-first-item {
  position: absolute;
  left: 1px;
  width: 1px;
  height: 1px;
  cursor: default;
}
.dhk-header__language-dialog .dhk-header__dialog-content a.tabfocus-first-item:focus {
  outline: none;
}
.dhk-header__language-dialog .dhk-header__dialog-content a.tabfocus-last-item {
  position: absolute;
  right: 1px;
  width: 1px;
  height: 1px;
  cursor: default;
}
.dhk-header__language-dialog .dhk-header__dialog-content a.tabfocus-last-item:focus {
  outline: none;
}
.dhk-header__language-dialog .dhk-header__dialog-content .dhk-header__select-lang > p {
  margin-top: 0px;
}
.dhk-header__language-dialog .dhk-header__dialog-content .dhk-header__select-lang .dhk-header__lang-list {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: wrap;
}
.dhk-header__language-dialog .dhk-header__dialog-content .dhk-header__select-lang .dhk-header__lang-list a.current-language {
  color: #FF1700;
  cursor: text;
}
.dhk-header__language-dialog .dhk-header__dialog-content .dhk-header__select-lang .dhk-header__lang-list a.current-language:hover {
  text-decoration: none;
}
.dhk-header__language-dialog .dhk-header__dialog-content .dhk-header__select-lang a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .dhk-header__language-dialog {
    max-width: unset;
    width: 100%;
    top: 72px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
  }
  .dhk-header__language-dialog .dhk-header__select {
    width: calc(100% - 2.0rem);
    margin: 31px 0px 0px 1rem;
    cursor: pointer;
    height: 40px;
  }
  .dhk-header__language-dialog .dhk-header__select .dhk-header__select-enter {
    height: calc(100% + 2px);
  }
  .dhk-header__language-dialog .dhk-header__select .dhk-header__select-options {
    top: 45px;
    left: -1px;
  }
  .dhk-header__language-dialog .dhk-header__dialog-content {
    margin-top: 40px;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .dhk-header__language-dialog .dhk-header__dialog-content a {
    width: 50%;
    margin: 0.625rem 0 0.625rem 0;
  }
  .dhk-header__language-dialog .dhk-header__dialog-content a::after {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dhk-header__language-dialog .dhk-header__navigation {
    position: relative;
  }
}
.dhk-header__select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
  border: 1px solid #D8CCD5;
  height: 36px;
  border-radius: 8px;
  box-shadow: 0px 8px 20px 0px #EBE5E9;
  position: relative;
  cursor: pointer;
}
.dhk-header__select > p,
.dhk-header__select > .dhk-header__select-current,
.dhk-header__select > select {
  width: calc(100% - 16px);
  margin-left: 16px;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
}
.dhk-header__select > p::-ms-expand,
.dhk-header__select > .dhk-header__select-current::-ms-expand,
.dhk-header__select > select::-ms-expand {
  display: none;
}
.dhk-header__select[aria-expanded="false"] .dhk-header__select-options {
  display: none;
}
.dhk-header__select .dhk-header__select-options {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px #EBE5E9;
  border: 1px solid #D8CCD5;
  overflow: hidden;
}
.dhk-header__select .dhk-header__select-options a {
  text-decoration: none;
  display: block;
  width: calc(100% - 2.0rem);
  padding: 0.625rem 1rem 0.625rem 1rem;
  cursor: pointer;
}
.dhk-header__select .dhk-header__select-options a:hover {
  background-color: rgba(59, 0, 43, 0.1);
}
.dhk-header__select .dhk-header__select-options a:not(:last-of-type) {
  border-bottom: 1px solid rgba(59, 0, 43, 0.2);
}
.dhk-header__select .dhk-header__select-enter {
  border: 1px solid #D8CCD5;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  background-color: #EBE5E9;
  box-sizing: border-box;
  position: absolute;
  right: -1px;
  z-index: -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__select .dhk-header__select-enter > img {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.dhk-header__navigation {
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 201;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/navbackground.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
@media (min-width: 1025px) {
  .dhk-header__navigation {
    display: none;
  }
}
.dhk-header__navigation .dhk-header__navigation-rounded-border {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
}
.dhk-header__navigation img {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0px 10px 0px 20px;
  position: relative;
  top: -0.25rem;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.dhk-header__navigation a {
  position: relative;
  top: -5px;
  text-decoration: none;
}
.dhk-header__navigation a:hover {
  text-decoration: none;
}
.dhk-header__spanel {
  width: 100%;
  height: 80px;
  background-color: #FDF7F8;
  box-sizing: border-box;
  padding-left: calc(100vw * 0.17542 + -139.8px);
  padding-right: calc(100vw * 0.17542 + -139.8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__spanel .dhk-header__title {
  flex-shrink: 0;
  display: block;
}
.dhk-header__spanel.dhk-header__slider-enabled .dhk-header__spanel-content > button {
  display: block;
}
@media (max-width: 1024px) {
  .dhk-header__spanel.dhk-header__slider-enabled .dhk-header__spanel-content > button {
    display: none;
  }
}
.dhk-header__spanel.dhk-header__slider-enabled[endpoint="start"] .dhk-header__qs-prev {
  display: none;
}
.dhk-header__spanel.dhk-header__slider-enabled[endpoint="end"] .dhk-header__qs-next {
  display: none;
}
.dhk-header__spanel .dhk-header__spanel-content {
  margin-left: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__spanel .dhk-header__spanel-content > button {
  display: none;
  width: 12px;
  height: 12px;
  border: none;
  padding: 0;
  background-color: #FDF7F8;
  cursor: pointer;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow.svg) no-repeat;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__qs-prev {
  transform: rotate(180deg);
  margin-right: 24px;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__qs-next {
  margin-left: 24px;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window {
  width: 100%;
  overflow: hidden;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  transition: left 200ms ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist .dhk-header__qsitem {
  border: 1px solid #9D809580;
  border-radius: 12px;
  padding: 0px 20px 0px 40px;
  height: 39px;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/quick-search.svg) no-repeat;
  background-color: white;
  background-size: 14px;
  background-position-y: center;
  background-position-x: 15px;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist .dhk-header__qsitem:not(:first-of-type) {
  margin-left: 10px;
}
.dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist .dhk-header__qsitem > img {
  width: 14px;
  height: 14px;
}
@media (max-width: 1024px) {
  .dhk-header__spanel {
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__spanel .dhk-header__title {
    margin: 0px 0px 10px 16px;
  }
  .dhk-header__spanel .dhk-header__spanel-content {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
  }
  .dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window::-webkit-scrollbar {
    display: none;
  }
  .dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist {
    padding-right: 20px;
  }
  .dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist .dhk-header__qsitem {
    border-radius: 8px;
  }
  .dhk-header__spanel .dhk-header__spanel-content .dhk-header__sliding-window .dhk-header__qslist .dhk-header__qsitem:first-of-type {
    margin-left: 16px;
  }
}
.dhk-header__npanel {
  width: 100%;
  height: 80px;
  background-color: #FDF7F8;
  box-sizing: border-box;
  padding-left: calc(100vw * 0.17542 + -139.8px);
  padding-right: calc(100vw * 0.17542 + -139.8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__npanel .dhk-header__npanel-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__npanel .dhk-header__npanel-header > img {
  width: 24px;
  height: 24px;
}
.dhk-header__npanel .dhk-header__npanel-header > p {
  margin-left: 5px;
}
.dhk-header__npanel .dhk-header__npanel-content {
  height: 39px;
  margin-left: 40px;
  padding: 0px 20px 0px 20px;
  position: relative;
  background-color: white;
  border: 1px solid #9D809580;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-carousel {
  width: calc(100% - 30px);
  overflow: hidden;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-carousel .dhk-header__carousel-content {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 16px;
  flex-wrap: initial;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-carousel .dhk-header__carousel-content .dhk-header__news-title {
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-carousel .dhk-header__carousel-content .dhk-header__news-title:hover {
  text-decoration: underline;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-enter {
  position: absolute;
  cursor: pointer;
  right: 4.5px;
  top: 4.5px;
  width: 30px;
  height: 30px;
  background-color: #3B002B;
  border-radius: 10px;
  padding: 0;
}
.dhk-header__npanel .dhk-header__npanel-content .dhk-header__npanel-enter img {
  margin: 0;
  width: 7px;
  height: 12.3px;
  position: relative;
  top: 9px;
  left: 13px;
}
@media (max-width: 1024px) {
  .dhk-header__npanel {
    position: absolute;
    height: 110px;
    top: 0px;
    bottom: unset;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__npanel .dhk-header__npanel-header {
    margin-left: 20px;
  }
  .dhk-header__npanel .dhk-header__npanel-header > img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dhk-header__npanel .dhk-header__npanel-content {
    width: calc(100% - 72px);
    margin-left: 16px;
    box-shadow: 0px 8px 20px 0px #EBE5E9;
  }
}
.dhk-header__fn-bar {
  width: 100%;
  height: 48px;
  background-color: #EBE5E9;
  position: relative;
  z-index: 201;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: initial;
}
@media (max-width: 1024px) {
  .dhk-header__fn-bar {
    display: none;
  }
}
.dhk-header__fn-bar .dhk-header__slider-prev,
.dhk-header__fn-bar .dhk-header__slider-next {
  display: inline-block;
  content: '';
  max-width: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  min-height: 0.75rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: none;
  background-color: #EBE5E9;
  border: none;
  cursor: pointer;
  margin: 0 40px 0 20px;
}
.dhk-header__fn-bar .dhk-header__slider-prev {
  transform: rotate(180deg);
}
.dhk-header__fn-bar.dhk-header__slider-enabled .dhk-header__slider-prev,
.dhk-header__fn-bar.dhk-header__slider-enabled .dhk-header__slider-next {
  display: block;
}
.dhk-header__fn-bar.dhk-header__slider-enabled .dhk-header__slider-window {
  margin-right: 0px;
}
.dhk-header__fn-bar.dhk-header__slider-enabled[endpoint="start"] .dhk-header__slider-prev {
  display: none;
}
.dhk-header__fn-bar.dhk-header__slider-enabled[endpoint="end"] .dhk-header__slider-next {
  display: none;
}
.dhk-header__fn-bar.dhk-header__slider-enabled[endpoint="end"] .dhk-header__slider-window {
  margin-right: 40px;
}
.dhk-header__fn-bar .dhk-header__slider-window {
  width: calc(100% - 160px);
  overflow: hidden;
  margin-right: 40px;
}
.dhk-header__fn-bar .dhk-header__slider-window .dhk-header__slider-item-list {
  margin-left: auto;
  position: relative;
  white-space: nowrap;
  transition: left 200ms ease-in-out;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__fn-bar .dhk-header__fn-seperator {
  height: 15px;
  width: 0px;
  border-right: 2px solid rgba(59, 0, 43, 0.25);
  margin-right: calc(100vw * 0.01341 + 14.3px);
}
.dhk-header__fn-bar .dhk-header__fn-item {
  position: relative;
  margin-right: calc(100vw * 0.01341 + 14.3px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header__fn-bar .dhk-header__fn-item:last-of-type {
  margin-right: 0px;
}
.dhk-header__fn-bar .dhk-header__fn-item[ref="impnotice"] > a::before {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/notification.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__fn-bar .dhk-header__fn-item[ref="search"] > a::before {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/search.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__fn-bar .dhk-header__fn-item[ref="favourites"] > a::before {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/favourites.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__fn-bar .dhk-header__fn-item[ref="login"] > a::before {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/login.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__fn-bar .dhk-header__fn-item[ref="language"] > a::before {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/language.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header__fn-bar .dhk-header__fn-item a {
  text-decoration: none;
  white-space: nowrap;
}
.dhk-header__fn-bar .dhk-header__fn-item a:visited {
  color: #3B002B;
}
.dhk-header__fn-bar .dhk-header__fn-item a:hover {
  text-decoration: underline;
}
.dhk-header__fn-bar .dhk-header__fn-item a::before {
  top: 0.1875rem;
  margin-right: 10px;
}
.dhk-header-mobile__fn-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
  box-sizing: border-box;
  height: 72px;
  background-color: white;
  border-bottom: 1px solid #D8CCD5;
}
@media (min-width: 1025px) {
  .dhk-header-mobile__fn-bar {
    display: none;
  }
}
.dhk-header-mobile__fn-bar .dhk-header__dhk-logo {
  width: 5.3125rem;
  height: 2.5rem;
  margin-left: 16px;
}
.dhk-header-mobile__fn-bar .dhk-header__dhk-logo img {
  width: 100%;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list {
  margin: 0px 16px 0px auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 20px;
  flex-wrap: initial;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item {
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[fntype="impnotice"] > .dhk-header__icon {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/notification.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[fntype="search"] > .dhk-header__icon {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/search.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[fntype="favourites"] > .dhk-header__icon {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/favourites.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[fntype="language"] > .dhk-header__icon {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/language.svg) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item .dhk-header__menu-expand {
  display: inline-block;
  content: '';
  max-width: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/menu-expand.png) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item .dhk-header__menu-collapse {
  display: inline-block;
  content: '';
  max-width: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/menu-collapse.png) no-repeat;
  background-size: contain;
  position: relative;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[aria-expanded="false"] .dhk-header__menu-collapse,
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[aria-expanded="true"] .dhk-header__menu-expand {
  display: none;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[activated="true"] {
  border-bottom: 3px solid #FF1700;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item[activated="true"] .dhk-header__icon {
  top: 2px;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item p {
  line-height: 1rem;
}
.dhk-header-mobile__fn-bar .dhk-header__fn-list .dhk-header__fn-item p:empty {
  display: none;
}
.dhk-header__topics {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #D8CCD5;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: initial;
}
@media (max-width: 1024px) {
  .dhk-header__topics {
    display: none;
  }
}
.dhk-header__topics .dhk-header__dhk-logo {
  width: 143px;
  height: 60px;
  margin: 0px auto 0px 40px;
}
@media (max-width: 1024px) {
  .dhk-header__topics .dhk-header__dhk-logo {
    display: none;
  }
}
.dhk-header__topics .dhk-header__dhk-logo img {
  width: 100%;
  height: 100%;
}
.dhk-header__topics .dhk-header__sliding-window {
  width: calc(100% - 400px);
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}
.dhk-header__topics .dhk-header__sliding-window .dhk-header__topic-list {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-left: auto;
  position: relative;
  transition: left 200ms ease-in-out;
}
.dhk-header__topics .dhk-header__sliding-window .tabfocus-item {
  position: absolute;
  width: 1px;
  height: 1px;
}
.dhk-header__topics .dhk-header__sliding-window .tabfocus-item:focus {
  outline: none;
}
.dhk-header__topics .dhk-header__topic-tab {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.3em;
  color: #3B002B;
  cursor: default;
  margin-right: calc(100vw * 0.01341 + 22.3px);
}
.dhk-header__topics .dhk-header__topic-tab[href] {
  cursor: pointer;
}
.dhk-header__topics .dhk-header__topic-tab:last-of-type {
  margin-right: 0px;
}
.dhk-header__topics .dhk-header__topic-tab.cmp-tabs__tab--active,
.dhk-header__topics .dhk-header__topic-tab.dhk-header__current-page {
  color: #FF1700;
}
.dhk-header__topics .dhk-header__topic-prev,
.dhk-header__topics .dhk-header__topic-next {
  display: none;
  cursor: pointer;
  border: none;
  background-color: white;
  padding: 0;
  margin-left: 16px;
}
.dhk-header__topics .dhk-header__topic-prev {
  margin-right: 16px;
  transform: rotate(180deg);
}
.dhk-header__topics .dhk-header__topic-next {
  margin-right: 40px;
}
.dhk-header__topics.dhk-header__slider-enabled > .dhk-header__topic-prev,
.dhk-header__topics.dhk-header__slider-enabled > .dhk-header__topic-next {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow.svg) no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 1024px) {
  .dhk-header__topics.dhk-header__slider-enabled > .dhk-header__topic-prev,
  .dhk-header__topics.dhk-header__slider-enabled > .dhk-header__topic-next {
    display: none;
  }
}
.dhk-header__topics.dhk-header__slider-enabled[endpoint="start"] .dhk-header__topic-prev {
  display: none;
}
.dhk-header__topics.dhk-header__slider-enabled[endpoint="end"] .dhk-header__topic-next {
  display: none;
}
.dhk-header__topics.dhk-header__slider-enabled[endpoint="end"] .dhk-header__sliding-window {
  margin-right: 40px;
}
.dhk-header__topics.dhk-header__slider-enabled .dhk-header__sliding-window {
  margin-right: 0px;
}
@media (min-width: 1025px) {
  .dhk-header__topics .dhk-header__fn,
  .dhk-header__topics .dhk-header__login-btn,
  .dhk-header__topics .dhk-header__nav-lang {
    display: none;
  }
}
@media (max-width: 1024px) {
  .dhk-header__topics {
    height: auto;
    position: fixed;
    top: 72px;
    bottom: 0px;
    z-index: 200;
    padding-bottom: 64px;
    overflow-y: auto;
  }
  .dhk-header__topics .dhk-header__nav-lang {
    width: 100%;
    height: 40px;
    background-color: #EBE5E9;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: initial;
  }
  .dhk-header__topics .dhk-header__nav-lang img {
    width: 1rem;
    height: 1rem;
  }
  .dhk-header__topics .dhk-header__sliding-window {
    width: 100%;
    margin-right: 0px;
  }
  .dhk-header__topics .dhk-header__sliding-window .dhk-header__topic-list {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 18px;
    flex-wrap: initial;
  }
  .dhk-header__topics .dhk-header__sliding-window .dhk-header__topic-list .dhk-header__topic-tab {
    margin-right: 8px;
    height: initial;
    line-height: initial;
    padding-right: 0px;
  }
  .dhk-header__topics .dhk-header__sliding-window .dhk-header__topic-list .dhk-header__topic-tab::after {
    display: inline-block;
    content: '';
    max-width: 0.875rem;
    max-height: 0.875rem;
    min-width: 0.875rem;
    min-height: 0.875rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/expand.svg) no-repeat;
    background-size: contain;
    position: relative;
    float: right;
    top: 0.625rem;
  }
  .dhk-header__topics .dhk-header__fn {
    margin-top: 24px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__topics .dhk-header__fn .dhk-header__fn-link {
    margin-bottom: 10px;
    text-decoration: none;
  }
  .dhk-header__topics .dhk-header__fn .dhk-header__fn-link::after {
    display: inline-block;
    content: '';
    max-width: 0.625rem;
    max-height: 0.625rem;
    min-width: 0.625rem;
    min-height: 0.625rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin-left: 0.75rem;
  }
  .dhk-header__topics .dhk-header__login-btn {
    text-decoration: none;
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 43px;
    background-color: #FF1700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: initial;
  }
  .dhk-header__topics .dhk-header__login-btn:hover {
    background-color: #CC1700;
  }
  .dhk-header__topics .dhk-header__login-btn:active {
    background-color: #EE1700;
  }
  .dhk-header__topics .dhk-header__login-btn img {
    filter: brightness(0) invert(1);
  }
}

@media screen and (min-width: 48em) {
    html[dir] .header {
        margin-bottom: unset;
    }
}

@media screen and (min-width: 48em) {
    html[dir=ltr] .header, html[dir=ltr] .marketing, html[dir=ltr] .footer {
        padding-right: unset;
        padding-left: unset;
    }
}

html[dir] .header {
    padding-bottom: unset;
    border-bottom: unset;
}

.dhk-header__select {
    height: 38px;
}

.dhk-header__select .dhk-header__select-options a {
    width: 100%;
}

.dhk-header__impnotice-panel .dhk-header__notice-entry a {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .dhk-header__language-dialog .dhk-header__select .dhk-header__select-options {
        width: calc(100% + 2px);
    }
}
.width-fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .hidden-if-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-if-mobile {
    display: none;
  }
}
.linkgroups {
  width: 100%;
}
.dhk-header__linkgroups-default-mode {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: wrap;
}
.dhk-header__linkgroups-default-mode .dhk-header__mlist {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
@media (min-width: 1025px) {
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="1"] {
    width: 100%;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="1"]:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="1"]:nth-of-type(n + 2).dhk-header__mlist-single {
    margin-top: 0px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="1"] .dhk-header__mitem-primary {
    max-width: calc(100% - 32px);
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="2"] {
    width: 50%;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="2"]:nth-of-type(n + 3) {
    margin-top: 60px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="3"] {
    width: calc(100% / 3);
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="3"]:nth-of-type(n + 4) {
    margin-top: 60px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="4"],
  .dhk-header__linkgroups-default-mode .dhk-header__mlist:not([data-col-count]) {
    width: 25%;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-col-count="4"]:nth-of-type(n + 5),
  .dhk-header__linkgroups-default-mode .dhk-header__mlist:not([data-col-count]):nth-of-type(n + 5) {
    margin-top: 60px;
  }
}
.dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-primary {
  margin-bottom: 24px;
  max-width: 250px;
  line-height: 1.75rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-primary::after {
  display: inline-block;
  content: '';
  max-width: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow-lightpurple.svg) no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 0.75rem;
}
.dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-secondary {
  margin-bottom: 16px;
  max-width: 250px;
  line-height: 1.225rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .dhk-header__linkgroups-default-mode {
    padding-left: 0px;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist {
    margin: 7px 0px 0px 0px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist:not([data-expanded="true"]) {
    margin-top: 0px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist:not([data-expanded="true"]) .dhk-header__mitem-secondary {
    display: none;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-expanded="true"] .dhk-header__mitem-primary {
    margin-bottom: 12px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist[data-expanded="true"] .dhk-header__mitem-secondary:last-of-type {
    margin-bottom: 26px;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-primary {
    width: 100% !important;
    max-width: unset;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #D8CCD5;
    line-height: 1.25rem;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-primary::after {
    float: right;
    top: 0.1875rem;
    left: 0.4375rem;
    display: inline-block;
    content: '';
    max-width: 0.75rem;
    max-height: 0.75rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow-lightpurple.svg) no-repeat;
    background-size: contain;
    position: relative;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-primary:hover {
    text-decoration: none;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-secondary {
    background-color: #EBE5E9;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 9px;
    padding: 10px 16px;
    width: 100%;
    max-width: 100%;
    line-height: 0.9375rem;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-secondary::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist .dhk-header__mitem-secondary:hover {
    text-decoration: none;
  }
  .dhk-header__linkgroups-default-mode .dhk-header__mlist:first-of-type {
    margin-top: 0px;
  }
}
.dhk-header__linkgroups-side-mode {
  display: flex;
  flex-direction: initial;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
@media (max-width: 1024px) {
  .dhk-header__linkgroups-side-mode .dhk-header__layout-left {
    display: none;
  }
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title {
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: initial;
  gap: 8px;
  flex-wrap: initial;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title[aria-selected="true"] .dhk-header__icon-inactive {
  display: none;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title:not([aria-selected="true"]) .dhk-header__icon-active {
  display: none;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title:not(:first-of-type) {
  margin-top: 16px;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-left .dhk-header__category-title img:not([src]) {
  opacity: 0;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-right {
  margin-left: auto;
  max-width: 1013px;
}
@media (min-width: 1025px) {
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right {
    width: 67.5%;
  }
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-right:not([aria-current="true"]) {
  display: none;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-right > a {
  display: block;
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-right > a:not(:first-of-type) {
  margin-top: 14px;
}
@media (min-width: 1025px) {
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right > .dhk-header__title {
    display: none;
  }
}
.dhk-header__linkgroups-side-mode .dhk-header__layout-right > p {
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .dhk-header__linkgroups-side-mode {
    box-sizing: border-box;
    min-height: calc(100% - 120px);
    flex-direction: column;
  }
  .dhk-header__linkgroups-side-mode a:hover {
    text-decoration: none;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 8px;
    flex-wrap: initial;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right:not(:first-of-type) {
    margin-top: 28px;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right:not([aria-current="true"]) {
    display: flex;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right:not([data-expanded="true"]) *:not(.dhk-header__title) {
    display: none;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right[data-expanded="true"] {
    padding-left: 28px;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right[data-expanded="true"] > .dhk-header__title {
    color: #3B002B;
    width: calc(100% + 28px);
    margin-left: -28px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right[data-expanded="true"] > .dhk-header__title::after {
    transform: rotate(-90deg);
    bottom: 0.125rem;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title {
    color: #9D8095;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8CCD5;
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: initial;
    gap: 8px;
    flex-wrap: initial;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title::after {
    display: inline-block;
    content: '';
    max-width: 0.75rem;
    max-height: 0.75rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow.svg) no-repeat;
    background-size: contain;
    position: relative;
    transform: rotate(90deg);
    margin-left: auto;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title img:not([src]) {
    opacity: 0;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title ~ a {
    display: block;
    padding: 8px 16px;
    background-color: #EBE5E9;
    border-radius: 8px;
    margin: 0;
  }
  .dhk-header__linkgroups-side-mode .dhk-header__layout-right .dhk-header__title ~ p {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .hidden-if-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-if-mobile {
    display: none;
  }
}
.dhk-header__tpanel-body {
  box-sizing: border-box;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist {
  display: flex;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist {
    display: none;
  }
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab > a {
  display: flex;
  flex-direction: initial;
  align-items: center;
  justify-content: initial;
  gap: 8px;
  flex-wrap: initial;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab > a:not([href]) {
  cursor: default;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab > a:not([href]):hover {
  text-decoration: none;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab--active {
  border-bottom: none;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab--active > a {
  color: #FF1700;
}
.dhk-header__tpanel-body .dhkv2-header-widget-tabs .dhkv2-header-widget-tabs__tablist.cmp-tabs__tablist .cmp-tabs__tab--active > a::before {
  background-size: contain;
}
.dhkv2-header-widget-tabs {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tablist {
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tablist {
    display: none;
  }
}
.dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tablist > li {
  border-bottom: none;
  padding: 0;
}
.dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel {
  max-width: 1013px;
  width: 62.5%;
  margin-left: auto;
}
.dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel .dhk-header__title {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel .dhk-header__title {
    display: none;
  }
}
.dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel .text .dhkv2-text-container .dhkv2-text__text {
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel .text .dhkv2-text-container .dhkv2-text__text {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .dhkv2-header-widget-tabs {
    flex-direction: column;
  }
  .dhkv2-header-widget-tabs[data-auto-hide-last-tab-title="true"] .dhkv2-header-widget-tabs__tabpanel:last-of-type .dhk-header__title {
    display: none;
  }
  .dhkv2-header-widget-tabs[data-auto-hide-last-tab-title="true"] .dhkv2-header-widget-tabs__tabpanel:last-of-type .dhk-header__title:not([aria-expanded="true"]) ~ * {
    display: initial;
  }
  .dhkv2-header-widget-tabs[data-abg="true"] .dhkv2-data-item.dhkv2-data-item--js {
    background-color: #EBE5E9;
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
  }
  .dhkv2-header-widget-tabs[data-abg="true"] .dhkv2-data-item.dhkv2-data-item--js:has(.dhkv2-text-overlay) {
    background-color: unset;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
  }
  .dhkv2-header-widget-tabs[data-aindent="true"] .dhk-header__title ~ * {
    padding-left: 24px;
  }
  .dhkv2-header-widget-tabs .dhk-header__title {
    padding-bottom: 8px;
    margin-top: 4px;
    display: block;
    width: 100%;
  }
  .dhkv2-header-widget-tabs .dhk-header__title.dhk-header__hyperlink[aria-expanded="true"]::after,
  .dhkv2-header-widget-tabs .dhk-header__title.dhk-header__hyperlink::after {
    transform: rotate(0deg);
    left: 2px;
  }
  .dhkv2-header-widget-tabs .dhk-header__title:hover {
    text-decoration: none;
  }
  .dhkv2-header-widget-tabs .dhk-header__title[aria-expanded="true"] {
    color: #FF1700;
  }
  .dhkv2-header-widget-tabs .dhk-header__title[aria-expanded="true"]::after {
    transform: rotate(-90deg);
    top: 0px;
  }
  .dhkv2-header-widget-tabs .dhk-header__title:not([aria-expanded="true"]) {
    color: #3B002B;
    border-bottom: 1px solid #D8CCD5;
  }
  .dhkv2-header-widget-tabs .dhk-header__title:not([aria-expanded="true"]) ~ * {
    display: none;
  }
  .dhkv2-header-widget-tabs .dhk-header__title + .dhkv2-cmp-container {
    margin-top: 8px;
  }
  .dhkv2-header-widget-tabs .dhk-header__title::after {
    display: inline-block;
    content: '';
    max-width: 0.75rem;
    max-height: 0.75rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    background: url(../../../../../etc.clientlibs/dhk-cloud/components/structure/header/clientlib/resources/arrow-lightpurple.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 0.5rem;
    float: right;
    transform: rotate(90deg);
  }
  .dhkv2-header-widget-tabs > .dhkv2-header-widget-tabs__tabpanel {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 28px;
  }
}

.width-fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .hidden-if-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-if-mobile {
    display: none;
  }
}
.dhk-header__tpanel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  transition: opacity 200ms;
}
.dhk-header__tpanel .dhk-header__tpanel-body {
  min-height: calc(100% - 120px);
}
@media (min-width: 1025px) {
  .dhk-header__tpanel .dhk-header__tpanel-body {
    padding-top: 60px;
    padding-left: calc(10% - 12px);
    padding-right: calc(10% - 12px);
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dhk-header__tpanel .dhk-header__tpanel-body {
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .dhk-header__tpanel .dhk-header__tpanel-body {
    padding: 16px 16px 16px 16px;
  }
}
.dhk-header__tpanel a {
  text-decoration: none;
}
.dhk-header__tpanel a:hover {
  text-decoration: underline;
}
.dhk-header__tpanel.cmp-tabs__tabpanel--active {
  z-index: 100;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .dhk-header__tpanel {
    height: calc(100% - 50px);
    top: 50px;
    overflow-y: scroll;
  }
}
.dhk-header__tpanel .iconlist {
  margin-top: 12px;
}
.dhk-header__tpanel .iconlist ul li a {
  color: #3B002B;
}
@media (min-width: 1025px) {
  .dhk-header__tpanel .iconlist ul {
    display: flex;
    flex-direction: initial;
    align-items: initial;
    justify-content: initial;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__tpanel .iconlist ul li {
    width: 150px;
  }
  .dhk-header__tpanel .iconlist ul li:not(:first-of-type) {
    margin-left: 24px;
  }
  .dhk-header__tpanel .iconlist ul li .item-text {
    margin-top: 5px;
  }
  .dhk-header__tpanel .iconlist ul li img {
    width: auto;
    height: auto;
  }
  .dhk-header__tpanel .iconlist ul li .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 0;
    flex-wrap: initial;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__align-left ul {
    justify-content: flex-start;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__align-center ul {
    justify-content: center;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__align-right ul {
    justify-content: flex-end;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__text-align-left .item-wrapper {
    align-items: flex-start;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__text-align-center .item-wrapper {
    align-items: center;
  }
  .dhk-header__tpanel .iconlist .dhkv2-iconlist__text-align-right .item-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .dhk-header__tpanel .iconlist ul {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: 12px;
    flex-wrap: initial;
  }
  .dhk-header__tpanel .iconlist ul li {
    width: auto;
    margin-left: 0px;
  }
  .dhk-header__tpanel .iconlist ul li img {
    width: 38px;
    height: 38px;
  }
  .dhk-header__tpanel .iconlist ul li a {
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: initial;
    gap: 12px;
    flex-wrap: initial;
  }
}

.dhk-header__topic-panels .dhk-header__tpanel.cq-Editable-dom.cq-Editable-dom--container {
    display: none;
}