.vc-catalogs-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.vc-catalog.vc-catalog--view-mode-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 16px;
  border-radius: 20px;
  box-shadow: none;
}
.vc-catalog.vc-catalog--view-mode-tile:hover {
  transition: all 0.15s;
  box-shadow: 0 5px 15px rgba(48, 51, 67, 0.08);
  background-color: #ffffff;
}
.vc-catalog.vc-catalog--view-mode-tile .field-image {
  margin: -16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title {
  margin-bottom: 16px;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.vc-catalog.vc-catalog--view-mode-tile .field-description {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  display: -webkit-box;
  overflow: hidden;
}

.vc-catalog.vc-catalog--view-mode-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog.vc-catalog--view-mode-tile {
  grid-row: 1;
  grid-column: 1/-1;
  max-width: 300px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul > li {
  margin: 12px 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li {
  margin: 12px 0;
  list-style: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:last-child {
  margin-bottom: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:first-child {
  margin-top: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 8px;
  color: #3a3a3a;
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a:hover {
  color: #3a3a3a;
  box-shadow: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:first-child,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a::before {
  content: "\e902";
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #595959;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover:first-child,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  content: "\e902";
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #434343;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > ul {
  display: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:first-child,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a::before {
  content: "\e903";
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #595959;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover:first-child,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  content: "\e903";
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #434343;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover,.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: flex;
  align-items: center;
  justify-content: start;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-1 li a {
  padding-left: 42px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a {
  padding-left: 68px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a:hover {
  color: #3a3a3a;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-term-scheme-preview {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 275px);
  gap: 24px;
}

.vc-schema-teaser {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #E7EDF1;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.vc-schema-teaser:hover {
  transition: all 0.15s;
  box-shadow: 0 5px 15px rgba(48, 51, 67, 0.08);
  background-color: #ffffff;
}

.vc-schema-teaser-image img {
  object-fit: contain;
  max-height: 190px;
}

.vc-schema-teaser-title {
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #E7EDF1;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-right: -12px;
  height: 72px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.vc-schema-teaser-title a {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  display: -webkit-box;
  overflow: hidden;
}
.vc-schema-teaser-title a:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vc-catalog-term.vc-catalog-term--view-mode-full {
  display: grid;
  gap: 24px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme {
  height: 600px;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .nactiveLabel a {
  width: 100%;
  height: 100%;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme #Image {
  cursor: grab;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller {
  position: absolute;
  display: grid;
  align-items: center;
  cursor: default;
  grid-template-columns: 40px 1fr 40px;
  left: 24px;
  bottom: 24px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  gap: 12px;
  color: #3a3a3a;
  padding: 8px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 0 solid #ffffff;
  border-radius: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button:hover {
  background-color: #205B7E;
  border-color: #205B7E;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up::before {
  content: "\e902";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  content: "\e902";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down::before {
  content: "\e903";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  content: "\e903";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content {
  display: flex;
  gap: 5px;
  background: #f5f5f5;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area {
  width: 20px;
  height: 20px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button::before {
  content: "\e907";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover::before {
  content: "\e907";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #595959;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area::before {
  content: "\e925";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:hover:first-child,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover::before {
  content: "\e925";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #595959;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-arrow {
  color: #f5f5f5;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 20px;
  min-width: 20px;
  padding-left: 2px;
  padding-right: 2px;
  border: 0 solid #bfbfbf;
  border-radius: 100%;
  color: #ffffff;
  background-color: #bfbfbf;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position:hover,.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a:hover,.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position.active,.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a.active {
  border: 0 solid #bfbfbf;
  color: #ffffff;
  background-color: #205B7E;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  font-size: 16px;
  line-height: 16px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-active .field-position {
  border: 0 solid #bfbfbf;
  background-color: #205B7E;
  color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  position: absolute;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel:hover {
  z-index: 1;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list {
  display: flex;
  flex-direction: column;
  border: 0 solid transparent;
  background-color: transparent;
  gap: 12px;
  padding: 0;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper {
  display: grid;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-items {
  display: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-open + .field-items {
  display: block;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-position {
  min-height: 20px;
  min-width: 20px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
  display: grid;
  align-items: center;
  background-color: #ffffff;
  gap: 24px;
  grid-template-columns: 24px 140px 1fr auto 140px;
}

.vc-btn-animation {
  animation: shimmer 1s 100;
}

@keyframes shimmer {
  0% {
    background-color: #687F94;
  }
  50% {
    background-color: #A36B6C;
  }
  100% {
    background-color: #EF4B4C;
  }
}
.teaser-term-visual-catalog-teaser1 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #B0CCDE;
  position: relative;
  min-height: 200px;
  justify-items: end;
}
.teaser-term-visual-catalog-teaser1 .teaser-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.teaser-term-visual-catalog-teaser1 .field-short-title a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #3a3a3a;
}
.teaser-term-visual-catalog-teaser1 .field-short-title a:hover {
  color: #205B7E;
}
.teaser-term-visual-catalog-teaser1 .field-short-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.field-visual-terms-parts > .value {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.vc-catalog.vc-catalog--view-mode-tile {
  display: grid;
  grid-template-columns: 132px 1fr;
  grid-template-rows: auto 1fr;
  gap: 12px;
  border-radius: 12px;
  border-color: transparent;
}
.vc-catalog.vc-catalog--view-mode-tile .field-image {
  margin: 0;
  grid-column: 1;
  grid-row: 1/-1;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
}
.vc-catalog.vc-catalog--view-mode-tile .field-description {
  grid-column: 2;
  grid-row: 2;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}
.vc-catalog.vc-catalog--view-mode-tile .field-description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}

.vc-catalog.vc-catalog--view-mode-full .vc-catalog.vc-catalog--view-mode-tile {
  max-width: none;
}

.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .nactiveLabel a {
  height: 1.5em;
  width: 1.5em;
}

.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
  padding: 24px;
  border-radius: 12px;
  cursor: pointer;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser:hover {
  background-color: #f5f5f5;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position {
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background-color: #8c8c8c;
  font-size: 16px;
  line-height: 16px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-cat-number, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-short-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
  white-space: nowrap;
  align-items: center;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog > .label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 400;
  margin: 0 4px 0 0;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog > .value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-find-price a, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-leave-application a {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 700;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-find-price a::after, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-leave-application a::after {
  content: "\e911";
  font-family: "icon-base";
  font-size: 10px;
  line-height: 10px;
  color: #3a3a3a;
  transition: transform 0.2s ease;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-open .field-find-price a::after {
  transform: rotate(180deg);
}

.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-position {
  grid-column: 1;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-cat-number {
  grid-column: 2;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-short-title {
  grid-column: 3;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog {
  position: relative;
  grid-column: 4;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix:hover:first-child,.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix:hover::before {
  text-decoration: none;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix:first-child {
  text-decoration: none;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix::before {
  content: "\e93b";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix .help {
  position: absolute;
  top: 24px;
  left: 0;
  transform: translate(-75%, -100%);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  text-indent: 0 !important;
  white-space: normal;
  color: #3a3a3a;
  padding: 8px;
  border-radius: 12px;
  background-color: #ffffff;
  font-size: 16px !important;
  line-height: 16px !important;
  border: 1px solid #B0CCDE;
  width: 262px;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-amount-in-catalog .value .suffix:hover .help {
  visibility: visible;
  opacity: 1;
}
.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-leave-application, .vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-find-price {
  grid-column: 5;
}

.vc-scheme-controller {
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr 1fr;
  }
  .field-visual-terms-parts > .value {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
    grid-template-columns: 24px 1fr auto;
    gap: 12px 16px;
    border-radius: 2px;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position {
    grid-column: 1;
    grid-row: 1;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-cat-number {
    grid-column: 2;
    grid-row: 1;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-find-price, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-leave-application {
    grid-column: 3;
    grid-row: 1;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-find-price a, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-leave-application a {
    white-space: nowrap;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-short-title {
    grid-column: 2/-1;
    grid-row: 2;
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto";
    font-weight: 400;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog {
    grid-column: 2/-1;
    grid-row: 3;
    font-size: 12px;
    line-height: 18px;
    font-family: "Roboto";
    font-weight: 400;
  }
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog > .label {
    font-size: 12px;
    line-height: 18px;
    font-family: "Roboto";
    font-weight: 400;
  }
}