/*
Theme Name: Master-Theme
Author: SEWOBE AG (Keutler & Priller)
Author URI: https://www.sewobe.de/
Version: 2.1
Tags: sewobe
Text Domain: sewobe
*/
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  border-radius: 16px;
  width: 100%;
}
.wp-block-image .wp-element-caption {
  margin: 0;
  color: #535353;
  padding: 0 16px 4px 16px;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.wp-block-heading {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column > .card-block {
  margin-bottom: 16px;
}

.wp-block-buttons {
  display: flex;
}
.wp-block-buttons .wp-block-button__link {
  background-color: var(--secondary);
}

.wp-block-cover__inner-container {
  width: auto !important;
}

.wp-block-media-text__content {
  box-sizing: border-box;
}

.has-background-background-color {
  background-color: var(--background) !important;
}

.has-primary-background-color {
  background-color: var(--primary) !important;
}

.has-secondary-background-color {
  background-color: var(--secondary) !important;
}

.has-surface-background-color {
  background-color: var(--surface) !important;
}

.has-surface-accent-background-color {
  background-color: var(--surface-accent) !important;
}

.has-error-background-color {
  background-color: var(--error) !important;
}

.has-background-color {
  color: var(--background) !important;
}

.has-primary-color {
  color: var(--primary) !important;
}

.has-secondary-color {
  color: var(--secondary) !important;
}

.has-surface-color {
  color: var(--surface) !important;
}

.has-surface-accent-color {
  color: var(--surface-accent) !important;
}

.has-error-color {
  color: var(--error) !important;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-gap: 32px;
  }
}
.footer {
  padding: 0 64px;
  background: var(--footer-color);
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .content {
  justify-content: start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 80px;
  padding: 64px 0;
}
.footer .content .organisation-section {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer .content .organisation-section .footer-logo {
  max-width: 100%;
  object-fit: contain;
}
.footer .content .organisation-section .description {
  color: var(--footer-text-color);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  hyphens: auto;
}
.footer .content .organisation-section .description p {
  color: var(--footer-text-color);
  font-size: 11.25pt;
  line-height: normal;
  word-break: auto-phrase;
}
.footer .content .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .content .section.section-1 {
  width: 170px;
}
.footer .content .section.section-2 {
  min-width: 16rem;
}
.footer .content .section .section-title {
  padding-bottom: 20px;
  color: var(--footer-text-color);
  font-size: 13.5pt;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.footer .content .section .items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .content .section .items .link {
  text-decoration: none;
  color: var(--footer-text-color);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 3px solid transparent;
}
.footer .content .section .items .link:hover {
  color: white;
  border-bottom: 3px solid white;
  transition: border-bottom-color 0.3s ease;
}
.footer .content .section .items .contact-item {
  display: flex;
  color: var(--footer-text-color);
  text-decoration: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
}
.footer .content .section .items .contact-item:hover {
  color: white;
}
.footer .content .logo {
  height: 28px;
  width: auto;
}
.footer .icons {
  display: flex;
  color: var(--footer-text-color);
  gap: 48px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .icons ul li {
  color: unset;
}
.footer .icons ul li a span {
  font-size: 22px;
  color: white;
  transition: color 0.3s ease;
}
.footer .icons ul li a span:hover {
  color: var(--primary);
}
.footer .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 90vw;
  width: 100%;
}
.footer .bottom .line {
  width: 100%;
  height: 1px;
  background: #2E344D;
}
.footer .bottom .bottom-content {
  padding-bottom: 32px;
  padding-top: 16px;
  gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer .bottom .bottom-content .copyright-text {
  margin-right: auto;
  color: var(--footer-text-color);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
}
.footer .bottom .bottom-content .menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
.footer .bottom .bottom-content .menu a {
  color: var(--footer-text-color);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .bottom .bottom-content .menu a:hover {
  color: var(--footer-text-color);
}
.footer .bottom .bottom-content .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .bottom .bottom-content .menu:last-child {
  margin-right: auto;
}

.search-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.search-page .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  gap: 32px;
}
.search-page .content .header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-page .content .header .page-title {
  color: #757575;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-page .content .header .page-title strong {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}
.search-page .content .error-box {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogPost {
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
}
.blogPost .content {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.blogPost .content .imageItem {
  margin-top: 16px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.blogPost .content .imageItem img {
  max-height: 600px;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .blogPost .content .imageItem img {
    max-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .blogPost .content .imageItem img {
    max-height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .blogPost .content .imageItem img {
    max-height: 300px;
  }
}
.blogPost .content .imageItem .blogPost-mediaDescription {
  display: flex;
  padding: 0 16px;
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogPost .content .item {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blogPost .content .item .header .blogPost-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blogPost .content .item .header .blogPost-header {
  margin: 0;
}
.blogPost .content .item .header .excerpt {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blogPost .content .item .content-text {
  margin: 32px 0;
}
.blogPost .content .item a {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}

.blog-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blog-page .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  gap: 32px;
}
.blog-page .content .header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-page .content .error-box {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-post {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-post .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.content-post .content a {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.content-post .content .wp-block-column .alignwide {
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.content-post .content .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.content-post .content > * {
  max-width: 1100px;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 64px);
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 12px 0;
}

li {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  font-style: normal;
  margin: 0;
}

h1 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-bottom: 12px;
}

h2 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 12px;
}

h3 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h4 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h5 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h6 {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  background-color: var(--background);
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main .col {
  display: flex;
  flex-direction: column;
}
body main .padding-page {
  padding-top: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

#wpadminbar {
  position: fixed !important;
}

body:has(#wpadminbar) .navbar {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body:has(#wpadminbar) .navbar {
    top: 46px !important;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-track {
  background: #fefeff;
}

body::-webkit-scrollbar-thumb {
  background-color: #95938f;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #7d7b77;
}

.wp-block-columns {
  gap: 24px !important;
}

ul {
  padding-left: 24px;
  margin: 0;
}

i, img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  all: unset;
}

.scroll-button {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-button.show {
  opacity: 1;
}

.body {
  font-family: "Inter", sans-serif;
  justify-content: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  margin-bottom: 250px;
}

.title {
  display: flex;
  color: var(--primary);
  font-size: 18pt;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  hyphens: auto;
}

.link {
  text-decoration: none;
  color: unset;
}

.button-outlined {
  display: flex;
  height: 30px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 15px;
  border: 1.5px solid var(--secondary);
  color: var(--secondary);
  font-size: 10.5pt;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button-outlined:hover {
  background-color: white;
  border: 1.5px solid var(--secondary);
  color: var(--secondary);
}

.button-filled {
  display: flex;
  padding: 4px 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 15px;
  border: 1.5px solid var(--secondary);
  background-color: var(--secondary);
  color: white;
  font-size: 10.5pt;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: background-color ease-in-out 150ms, color ease-in-out 150ms;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button-filled:hover {
  background-color: transparent;
  color: var(--secondary);
}

.button-icon {
  border: 1px solid var(--primary);
  border-radius: 8px;
  height: 40px;
  width: 40px;
  padding-top: 6px;
}
.button-icon .material-symbols-outlined {
  color: var(--primary);
}

.floating-button {
  position: sticky;
  bottom: 48px;
  margin-right: 32px;
  margin-left: auto;
  margin-bottom: 48px;
  z-index: 999;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 0 22px 0 rgba(44, 44, 44, 0.25);
  padding: 10px 10px;
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 10px;
  display: flex;
  font-size: 10.5pt;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .floating-button:hover {
    box-shadow: none;
    background-color: black;
    color: white;
  }
}

.button-filled-rect {
  display: flex;
  flex: 1;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  background: var(--primary);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.articles-block {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.articles-block .articles-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.articles-block .articles-header h1 {
  margin: 0;
}
.articles-block .articles-header .show-all-articles {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  text-align: right;
}
.articles-block .articles {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .articles-block .articles {
    flex-direction: column;
  }
}
.articles-block .articles .beitrag {
  flex: 3;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.articles-block .articles .beitrag .thumbnail {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.articles-block .articles .beitrag .articles-placeholder-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background-color: var(--surface);
  flex-shrink: 0;
}
.articles-block .articles .beitrag .info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.articles-block .articles .beitrag .info .beitrag-header {
  display: flex;
  flex-direction: column;
}
.articles-block .articles .beitrag .info .beitrag-header .post-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.articles-block .articles .beitrag .info .beitrag-header .post-title {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
.articles-block .articles .beitrag .info .beitrag-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.articles-block .articles .beitrag .info .beitrag-text .text {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.articles-block .articles .beitrag .info .beitrag-text .read-more {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}
.articles-block .articles .beitrag .info .beitrag-text .read-more .icon {
  color: var(--secondary);
}
.articles-block .articles .beitrag .info .beitrag-text .read-more .text {
  color: var(--secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.filter-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.filter-list-wrapper .filter-list-element {
  outline: var(--surface) 2.5px solid;
  display: flex;
  flex-direction: row;
  padding: 22px;
  gap: 16px;
  border-radius: 16px;
  background-color: var(--surface);
}
.filter-list-wrapper .filter-list-element .filter-list-thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}
.filter-list-wrapper .filter-list-element .filter-list-placeholder-thumbnail {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: var(--on-surface-container);
}
.filter-list-wrapper .filter-list-element .filter-list-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip {
  display: flex;
  padding: 4px 14px 4px 10px;
  align-items: center;
  position: absolute;
  gap: 4px;
  right: 0;
  top: 0;
  border-radius: 16px;
  background: var(--secondary);
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip i {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip {
  display: flex;
  position: absolute;
  gap: 8px;
  right: 0;
  top: 0;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip .filter-list-categories {
  padding: 4px 14px 4px 10px;
  align-items: center;
  gap: 4px;
  background: var(--secondary);
  border-radius: 16px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-chip-text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header {
  display: flex;
  flex-direction: column;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header .filter-list-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header .filter-list-title {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt b {
  color: var(--primary);
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more i {
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more span {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 650px) {
  .filter-list-wrapper .filter-list-element {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
  .filter-list-wrapper .filter-list-element .filter-list-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
  }
  .filter-list-wrapper .filter-list-element .filter-list-placeholder-thumbnail {
    width: 100%;
    border-radius: 0;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content {
    padding: 0 22px 22px 22px;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip, .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip {
    right: 16px;
    top: -5px;
  }
}

.contact-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.contact-dialog .dialog {
  margin: 32px 16px;
  display: flex;
  width: 956px;
  padding: 22px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 18px;
  background: #FFF;
}
.contact-dialog .dialog .header {
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact-dialog .dialog .header .icon {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-dialog .dialog .options {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .contact-dialog .dialog .options {
    flex-direction: column;
  }
  .contact-dialog .dialog .options .option {
    padding: 16px 0 !important;
    gap: 16px !important;
  }
  .contact-dialog .dialog .options .option .icon {
    font-size: 48px !important;
  }
}
.contact-dialog .dialog .options .option {
  color: var(--secondary);
  text-decoration: none;
  display: flex;
  padding: 32px 0;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  border-radius: 16px;
  background: #F0EBE6;
}
.contact-dialog .dialog .options .option .icon {
  color: var(--secondary);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-dialog .dialog .options .option .span {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.custom-select {
  position: relative;
  height: 40px;
}

.custom-select select {
  display: none;
}

.custom-select-remove-selection {
  color: #848484 !important;
}

.select-selected {
  background-color: white;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
}
.select-selected .text {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-selected .icon {
  color: #848484;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.select-arrow-active {
  outline: 2px solid var(--primary);
}
.select-arrow-active .icon {
  transform: rotate(180deg);
}

.select-items div, .select-selected {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: white;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 500px;
  overflow: auto;
}
.select-items::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #f2f2f2;
}

.wp-block-button__link {
  border: 1.5px solid var(--secondary);
  display: flex !important;
  padding: 4px 32px !important;
  justify-content: center;
  align-items: center;
  border-radius: 15px !important;
  color: white !important;
  text-decoration: none !important;
  font-size: 10.5pt !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  transition: background-color ease-in-out 150ms, color ease-in-out 150ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--secondary) !important;
}

.wp-block-button {
  margin-bottom: 16px !important;
}

.search-bar {
  flex: 2 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  position: relative;
}
.search-bar .input-field {
  display: flex;
  padding-inline: 16px;
  height: 40px;
  padding-block: 0;
  flex-grow: 1;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  border: 1px solid #BABABA;
  background: #ffffff;
}
@media screen and (max-width: 380px) {
  .search-bar .input-field {
    width: 0;
  }
}
.search-bar .input-field:focus-visible {
  outline: 2px solid var(--primary);
}
.search-bar .input-field:focus[data-search-options-active=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-bar .search-icon {
  position: absolute;
  padding-right: 12px;
  color: #848484;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.search-bar:has(.input-field:focus[data-search-options-active=true]) .search-bar-options {
  display: flex;
}
.search-bar .search-bar-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  padding: 8px 0;
  background-color: white;
  border: 1px solid #BABABA;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 9999;
  display: none;
  flex-direction: column;
}
.search-bar .search-bar-options .search-bar-option {
  padding: 8px 16px;
  line-height: 20px;
  font-size: 14px;
}
.search-bar .search-bar-options .search-bar-option:hover {
  background-color: #f2f2f2;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-page .error-page-title {
  font-size: 64px;
  text-align: center;
}
.error-page .error-page-subtitle {
  font-size: 26px;
  text-align: center;
  color: var(--secondary);
}
.error-page .error-page-search {
  box-sizing: border-box;
  padding: 32px 32px 32px 32px;
  width: 100%;
  max-width: 700px;
}

.search-card {
  display: flex;
  padding: 16px 22px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: var(--surface);
}
.search-card .search-row {
  display: flex;
  gap: 12px 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 380px) {
  .search-card .search-row {
    flex-direction: column;
  }
}
.search-card .search-row .location-finder {
  display: flex;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  background-color: #ffffff;
  cursor: pointer;
}
.search-card .search-row .location-finder:hover {
  background-color: #f8f8f8;
}
.search-card .search-row .location-finder .location-icon {
  color: var(--primary);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.search-card .search-row .select-field {
  display: flex;
  padding: 10px 14px;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  background: #ffffff;
  border-right: transparent 12px solid;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.search-card .search-row .select-field:focus-visible {
  outline: 2px solid var(--primary);
}
.search-card .search-row .select-field .placeholder {
  color: #757575 !important;
}
.search-card .search-row .select-field option {
  font-size: 16px;
  background-color: var(--surface);
}
.search-card .search-row .select-field:focus > option:checked {
  color: var(--primary);
}
.search-card .search-row .categories {
  flex: 1 0 0;
}
.search-card .search-row .sort {
  flex: 1 0 0;
}
.search-card .filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-card .filters .filter {
  display: flex;
  padding: 4px 8px 4px 14px;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background-color: var(--secondary);
}
.search-card .filters .filter .filter-text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.search-card .filters .filter .filter-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.search-card .filters .filter .filter-icon:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-card .filters .add-filter {
  padding: 4px;
  align-items: center;
  display: flex;
  border-radius: 16px;
  border: 1px solid #BABABA;
  background: #ffffff;
}
.search-card .filters .add-filter:hover {
  background-color: #f2f2f2;
}
.search-card .filters .add-filter i {
  width: 20px;
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.icon-row {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  align-items: center;
}
.icon-row .card-icon {
  color: var(--secondary);
}
.icon-row .card-list-tile-title {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.icon-row .icon-circle {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #BABABA;
  background: #FFF;
}
.icon-row .icon-circle i {
  color: var(--secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.wp-block-webprofil-blocks-webprofil-karte {
  margin-bottom: 32px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row {
  margin-top: 20px;
  display: flex;
  column-gap: 32px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--primary);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider .webprofile-perimeter-slider-label {
  width: 143px;
  flex-shrink: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) 50%, var(--surface) 50%, var(--surface) 100%);
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content {
  display: flex;
  gap: 20px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(40% - 10px);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-empty {
  align-self: center;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper h3 {
  line-height: 24px;
  margin: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items {
  display: flex;
  flex-direction: column;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item {
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: var(--surface);
  border: 2px solid var(--surface);
  transition: border 0.2s ease-in-out;
  outline: none !important;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item h2 {
  color: var(--secondary);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item a {
  text-decoration: none;
  word-break: break-word;
  hyphens: auto;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item:focus {
  border: 2px solid var(--primary);
  background-color: var(--surface-accent);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .blink:not(:focus) {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    background-color: var(--surface-accent);
    border-color: var(--surface-accent);
  }
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header {
  position: sticky;
  z-index: 1;
  height: 0;
  top: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header .overflow-header-pseudo {
  height: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--background) 100%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out, height 0.1s ease-in;
  pointer-events: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header .show {
  opacity: 1;
  height: 50px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-footer {
  position: sticky;
  z-index: 1;
  bottom: 0;
  padding: 25px;
  transform: translateY(1px);
  background: linear-gradient(0deg, var(--background) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content #map > div > div:nth-child(2) {
  outline: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper:has(.webprofile-empty) {
  justify-content: center;
  background-color: var(--surface);
  border-radius: 16px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map {
  display: flex;
  width: calc(60% - 10px);
  aspect-ratio: 1;
  height: fit-content;
  border-radius: 16px;
  background-color: var(--surface);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .maps-marker {
  height: 40px;
  transition: height 0.2s ease-in-out;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .maps-marker:hover {
  height: 60px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .gm-style div:nth-child(1) > div:nth-child(2):not(.gm-style-iw-d) {
  border-radius: 16px;
  border: none !important;
  outline: none !important;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .datenschutz-zustimmung {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .datenschutz-zustimmung p {
  text-align: center;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .cursor-pointer {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content {
    flex-direction: column-reverse;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper {
    width: 100%;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items {
    max-height: unset;
    overflow-y: hidden;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-footer {
    display: none;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map {
    margin: 0;
    width: 100%;
    max-height: 400px;
  }
}

.team-gruppe {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  gap: 8px;
}
.team-gruppe h1 {
  margin: 0 0 4px 16px;
}

.team-personen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.person {
  flex: 1 1 45%;
  max-width: calc(50% - 15px);
  flex-direction: row;
  overflow: hidden;
  display: flex;
  padding: 22px;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  border-radius: 16px;
  background: var(--surface);
}
.person img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}
.person .person-text {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  box-sizing: border-box;
}
.person .person-text .person-name {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.person .person-text .person-text-value {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.person .person-text .person-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.person .person-text .person-link i {
  color: var(--primary);
}
.person .person-text .person-link a {
  text-decoration: none;
  color: var(--primary);
}

.spacer {
  flex: 1 1 45%;
  max-width: calc(50% - 15px);
}

@media (max-width: 1100px) {
  .team-personen {
    flex-direction: column;
  }
  .person, .spacer {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .person {
    flex-direction: column;
    align-items: start;
  }
  .person img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .person .person-text {
    width: 100%;
  }
}
.contact-card {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-bottom: 32px;
  border-radius: 16px;
  background: var(--surface);
  box-sizing: border-box;
}
.contact-card .contact-card-title {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-card .contact-card-chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-card .contact-card-chips .contact-card-chip {
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  background-color: var(--on-surface-container);
  color: black;
}
.contact-card .contact-card-chips .contact-card-chip:hover {
  background-color: var(--secondary);
  color: white;
}
.contact-card .contact-card-chips .contact-card-chip[data-active=true] {
  background-color: var(--secondary);
  color: white;
}
.contact-card .contact-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.contact-card .contact-card-content[data-hidden=true] {
  display: none;
}
.contact-card .contact-card-content img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact-card .contact-card-content .contact-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-card .contact-card-content .contact-header .contact-name {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-card .contact-card-content .contact-header .contact-position {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-card .contact-card-content .contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.contact-card .contact-card-content .contact-details .contact-details-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-card .contact-card-content .contact-details .contact-details-row i {
  color: var(--secondary);
}
.contact-card .contact-card-content .contact-details .contact-details-row .contact-detail {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.person-editor-placeholder {
  box-shadow: none !important;
  background-color: var(--surface) !important;
  border-radius: 16px !important;
  height: 500px !important;
  justify-content: center;
  margin-bottom: 32px !important;
}
.person-editor-placeholder .components-placeholder__fieldset {
  justify-content: center;
  align-items: center;
}
.person-editor-placeholder .components-placeholder__fieldset .components-spinner {
  margin: 0;
  height: 68px;
  width: 68px;
}

.gruppe-editor-placeholder {
  box-shadow: none !important;
  background-color: var(--surface) !important;
  border-radius: 16px !important;
  height: 300px !important;
  justify-content: center;
  margin-bottom: 32px !important;
}
.gruppe-editor-placeholder .components-placeholder__fieldset {
  justify-content: space-around;
  align-items: center;
}
.gruppe-editor-placeholder .components-placeholder__fieldset .components-spinner {
  margin: 0;
  height: 68px;
  width: 68px;
}

.navbar {
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1.5px #eaeaea solid;
  z-index: 999;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.navbar .nav-row {
  height: fit-content;
  width: 100%;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.navbar .nav-row .nav-logo {
  flex-shrink: 0;
  margin-right: 16px;
  transition: transform ease-in-out 200ms;
}
.navbar .nav-row .nav-logo:hover {
  transform: scale(1.03);
}
.navbar .nav-row .nav-items-wrapper {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
}
.navbar .nav-row .nav-items-wrapper .nav-items {
  padding: 0 16px;
  display: flex;
  gap: 4px;
}
.navbar .nav-row .nav-items-wrapper .nav-items .current-menu-item {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item:has(.current-menu-item) {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.2s ease;
  position: relative;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #535353;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 8px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item .nav-link span {
  width: 100%;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item .dropdown-icon {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  color: #535353;
  transition: transform 0.2s ease;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item .sub-menu-primary {
  display: none;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  top: calc(50% + 8px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 4px;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .navigation-menu-arrow {
  transform: rotateX(180Deg);
  height: 6px;
  margin-left: 12px;
  margin-top: 8px;
  z-index: 999;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content {
  transform: translateY(-0.5px);
  width: 100%;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.02), 0 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 16px 24px -8px rgba(0, 0, 0, 0.06);
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 8px;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item i {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item .sub-menu-secondary {
  display: none;
  z-index: 999;
  left: 100%;
  padding-left: 14px;
  min-width: 100px;
  flex-direction: column;
  justify-content: start;
  top: 0;
  transform: translateY(-8px);
  position: absolute;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item[data-highlighted=true] .sub-menu-secondary-1 {
  display: flex;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item[data-highlighted=true] .sub-menu-secondary-1 .nav-item[data-highlighted=true] .sub-menu-secondary-2 {
  display: flex;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item[data-highlighted=true] .sub-menu-secondary-1 .nav-item[data-highlighted=true] .sub-menu-secondary-2 .nav-item[data-highlighted=true] .sub-menu-secondary-3 {
  display: flex;
}
.navbar .nav-row .nav-items-wrapper .nav-items .nav-item[data-highlighted=true] .sub-menu-primary .dropdown-content .dropdown-items .nav-item[data-highlighted=true] .sub-menu-secondary-1 .nav-item[data-highlighted=true] .sub-menu-secondary-2 .nav-item[data-highlighted=true] .nav-item[data-highlighted=true] .sub-menu-secondary-4 {
  display: flex;
}
.navbar .nav-row .nav-right-content {
  display: flex;
  gap: 16px;
  margin-left: 16px;
  align-items: center;
  justify-content: end;
}
.navbar .nav-row .nav-right-content .search-form {
  width: 100%;
  display: flex;
  max-width: 230px;
}
.navbar .nav-row .nav-right-content .search-form .nav-search-bar {
  height: 40px;
  width: 100%;
  max-width: 230px;
  background-color: white;
  transition: all 200ms ease-in-out;
  justify-content: end;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.navbar .nav-row .nav-right-content .search-form .nav-search-bar .input-field {
  width: 100%;
  max-width: 230px;
  padding: 4px 32px 4px 12px;
  background: unset;
  border-radius: 6px;
  border: 1px solid #BABABA;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
  box-sizing: border-box;
}
.navbar .nav-row .nav-right-content .search-form .nav-search-bar input:focus {
  outline: none;
}
.navbar .nav-row .nav-right-content .search-form .nav-search-bar .search-icon {
  position: fixed;
  padding-right: 12px;
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar {
  height: 32px;
  max-width: 230px;
  background-color: white;
  justify-content: end;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field {
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.6s ease-in-out;
  max-width: 230px;
  width: 32px;
  padding: 4px 32px 4px 12px;
  background: unset;
  border: 1px #eaeaea solid;
  box-sizing: border-box;
  border-radius: 16px;
  color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field::placeholder {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field::-ms-input-placeholder { /* Edge 12 -18 */
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.show-placeholder {
  color: #626262;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.show-placeholder::placeholder {
  opacity: 1;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.show-placeholder::-ms-input-placeholder { /* Edge 12 -18 */
  opacity: 1;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.placeholder-transition {
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.1s ease-in-out;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.placeholder-transition::placeholder {
  transition: opacity 0.1s ease-in-out;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .input-field.placeholder-transition::-ms-input-placeholder { /* Edge 12 -18 */
  transition: opacity 0.1s ease-in-out;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar input:focus {
  outline: none;
}
.navbar .nav-row .nav-right-content .search-form .nav-expand-search-bar .search-icon {
  position: fixed;
  padding-right: 5px;
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.navbar .nav-row .nav-right-content .search-icon-container {
  border: 1px #eaeaea solid;
  box-sizing: border-box;
  border-radius: 16px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: end;
  padding-right: 5px;
  cursor: pointer;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-row .nav-right-content .search-icon-container i {
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.navbar .nav-row .nav-right-content .nav-ham {
  flex-shrink: 0;
  border: 1px #eaeaea solid;
  box-sizing: border-box;
  border-radius: 47px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar .nav-row .nav-right-content .nav-hamRotate.active {
  transform: rotate(45deg);
}
.navbar .nav-row .nav-right-content .nav-hamRotate180.active {
  transform: rotate(180deg);
}
.navbar .nav-row .nav-right-content .line {
  fill: none;
  transition: stroke-dasharray 0.3s, stroke-dashoffset 0.3s;
  stroke: #666666;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.navbar .nav-row .nav-right-content .nav-ham .top {
  stroke-dasharray: 40 160;
}
.navbar .nav-row .nav-right-content .nav-ham .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 0.3s;
}
.navbar .nav-row .nav-right-content .nav-ham .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 0.3s, stroke-dashoffset 0.3s;
}
.navbar .nav-row .nav-right-content .nav-ham.active .top {
  stroke-dashoffset: -64px;
}
.navbar .nav-row .nav-right-content .nav-ham.active .middle {
  transform: rotate(90deg);
}
.navbar .nav-row .nav-right-content .nav-ham.active .bottom {
  stroke-dashoffset: -64px;
}
.navbar .nav-search-dropdown {
  height: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.navbar .nav-search-dropdown .dropdown-search-form {
  display: flex;
  justify-content: center;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar {
  height: 60px;
  width: 100%;
  background-color: white;
  align-items: center;
  max-width: 1100px;
  display: flex;
  overflow: hidden;
  justify-content: start;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar .input-field {
  width: 100%;
  padding: 4px 32px 4px 72px;
  background: unset;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  color: #333336;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar .input-field::placeholder {
  color: #6e6e73;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar .input-field::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6e6e73;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar input:focus {
  outline: none;
}
.navbar .nav-search-dropdown .dropdown-search-form .dropdown-search-bar button {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  padding-left: 32px;
  color: #626262;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.navbar .mobile-overlay {
  height: 100%;
  width: 100%;
  background-color: white;
  display: none;
}
.navbar .mobile-overlay.show {
  display: flex;
  overflow-y: auto;
}
.navbar .mobile-overlay.show .mobile-overlay-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 16px 32px;
  gap: 16px;
}
.navbar .mobile-overlay.show .mobile-overlay-content ul {
  margin: 0;
  padding: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .button-rect-outlined {
  width: 100%;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu {
  display: flex;
  flex-direction: column;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .divider {
  background-color: #eaeaea;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .nav-item .nav-link {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  color: #333333;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .nav-item i {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  color: #333333;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-header {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-header .nav-link {
  padding: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-header .dropdown-icon {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  transition: transform 0.2s ease;
  margin-left: 32px;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  padding-bottom: 0;
  transition: all 0.2s ease;
  padding-left: 12px;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 8px;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-content .nav-item {
  display: flex;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  color: #666666;
  width: 100%;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-content .nav-item .nav-link {
  padding: 8px 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-content .nav-item .mobile-menu-dropdown-header .nav-link {
  padding: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-content .nav-item i {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper {
  grid-template-rows: 1fr;
  padding-bottom: 16px;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .dropdown-icon {
  transform: rotate(0);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper {
  grid-template-rows: 0fr;
  padding-bottom: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .dropdown-icon {
  transform: rotate(0);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper {
  grid-template-rows: 0fr;
  padding-bottom: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .dropdown-icon {
  transform: rotate(0);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .mobile-menu-dropdown-wrapper {
  grid-template-rows: 0fr;
  padding-bottom: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-4 .dropdown-icon {
  transform: rotate(0);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-4 .mobile-menu-dropdown-wrapper {
  grid-template-rows: 0fr;
  padding-bottom: 0;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-4[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-4[data-highlighted=true] .mobile-menu-dropdown-wrapper {
  grid-template-rows: 1fr;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-3[data-highlighted=true] .mobile-menu-dropdown-wrapper {
  grid-template-rows: 1fr;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1 .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-2[data-highlighted=true] .mobile-menu-dropdown-wrapper {
  grid-template-rows: 1fr;
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1[data-highlighted=true] .dropdown-icon {
  transform: rotate(180deg);
}
.navbar .mobile-overlay.show .mobile-overlay-content .mobile-menu .mobile-menu-dropdown[data-highlighted=true] .mobile-menu-dropdown-wrapper .mobile-menu-dropdown-1[data-highlighted=true] .mobile-menu-dropdown-wrapper {
  grid-template-rows: 1fr;
}

.navbar[scroll=atEdge] {
  box-shadow: none;
}

.navbar[scroll=scrolled-down] {
  transform: translateY(-100%);
}

.navbar[scroll=scrolled-up] {
  transform: translateY(0);
}

.navbar.expanded {
  height: 100%;
}
