.citydent-contact__row {
  align-items: stretch;
}

.citydent-contact__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.citydent-contact__info>.vc_column-inner,
.citydent-contact__info>.vc_column-inner>.wpb_wrapper {
  height: 100%;
}

.citydent-contact__info>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: column;
}

.citydent-contact__list {
  margin-top: auto;
}

.citydent-contact__list>p {
  display: none;
}

.citydent-contact__items {
  display: flex;
  flex-direction: column;
  gap: var(--gapX4);
  list-style: none;
  margin: 0;
  padding: 0;
}

.citydent-contact__item {
  align-items: center;
  display: flex;
  gap: var(--gapX3);
}

.citydent-contact__item .ph {
  color: var(--linkDefaultColor);
  flex: 0 0 auto;
  font-size: 24px;
}

.citydent-contact__item a {
  color: inherit;
  text-decoration: none;
}

.citydent-contact__map {
  aspect-ratio: 16 / 9;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

footer.citydent-footer {
  padding-bottom: 24px;
  padding-top: 48px;
}

.citydent-footer__main {
  align-items: flex-start;
}

.citydent-footer__brand,
.citydent-footer__brand>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gapX10);
}

.citydent-footer__brand-top {
  display: flex;
  flex-direction: column;
  gap: var(--gapX5);
}

.citydent-footer__logo {
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  gap: 12px;
  height: 42px;
  text-decoration: none;
  width: auto;
}

.citydent-footer__logo-mark {
  display: block;
  height: 42px;
  width: auto;
}

.citydent-footer__logo-word {
  display: block;
  height: 36px;
  width: auto;
}

.citydent-footer__logo-mark>svg,
.citydent-footer__logo-word>svg {
  display: block;
  height: 100%;
  width: auto;
}

.citydent-footer__logo-custom {
  display: block;
  height: 42px;
  max-width: 100%;
  width: 189px;
}

.citydent-service-prices__group-head.titleXXXS p+p {
  margin-top: unset;
}

.citydent-footer__logo-custom> :is(svg, img) {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.citydent-footer__disclaimer {
  color: var(--contentOpacityColor);
  font-size: var(--textXSsize);
  line-height: var(--textXSheightS);
}

@media (min-width: 992px) {
  .citydent-footer__disclaimer {
    font-size: var(--textSsize);
    line-height: var(--textSheightS);
  }

  .vc_section.citydent-about-hero {
    aspect-ratio: 16 / 9;
  }
}

.citydent-footer__socials {
  display: flex;
}

.citydent-footer__socials>p {
  align-items: center;
  display: flex;
  gap: var(--gapX5);
  justify-content: flex-start;
  margin: 0;
}

.citydent-footer__socials a {
  display: block;
  height: var(--gapX8);
}

.citydent-footer__socials :is(span, svg) {
  display: block;
  height: 32px;
  width: 32px;
}

.citydent-footer__desktop-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gapX6);
}

.citydent-footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: var(--gapX5);
}

.citydent-footer__nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.citydent-footer__mobile-nav {
  display: none;
}

.citydent-footer__bottom {
  align-items: center;
  color: var(--contentOpacityColor);
  font-size: var(--textSsize);
  line-height: var(--textSheightT);
  margin-top: var(--gapX15);
}

.citydent-footer__bottom-links {
  display: flex;
}

.citydent-footer__bottom-links>span {
  font-size: var(--textSsize);
  line-height: var(--textSheightT);
}

.citydent-footer__bottom-links>p {
  align-items: center;
  display: flex;
  gap: var(--gapX5);
  justify-content: flex-end;
  margin: 0;
}

.citydent-footer__bottom a {
  color: inherit;
  font-size: var(--textSsize);
  line-height: var(--textSheightT);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 2%;
  text-underline-position: from-font;
}

.citydent-team .citydent-team-card {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: var(--gapX5);
  text-decoration: none;
}

.citydent-team-card:hover,
.citydent-team-card:focus {
  color: inherit;
}

.citydent-team-card__image {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.citydent-team-card__content {
  align-items: flex-start;
  gap: var(--gapX4);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.citydent-team-card__position {
  color: var(--contentOpacityColor);
}

.citydent-team .posts-container.grid {
  row-gap: var(--gapX10);
}

.breadcrumbs {
  align-items: baseline;
  column-gap: 6px;
  color: var(--contentOpacityColor);
}

.breadcrumbs :is(a, .breadcrumbs__separator, .breadcrumb_last) {
  font-size: var(--textSsize);
  letter-spacing: var(--smallTextSpacing);
  line-height: var(--textSheightT);
  margin-top: var(--textStopT);
  margin-bottom: var(--textSbottomT);
}

@media (max-width: 991px) {
  .breadcrumbs {
    column-gap: var(--gapX1);
  }

  .citydent-contact__row {
    row-gap: var(--gapX10);
  }

  .citydent-team .posts-container.grid {
    row-gap: var(--gapX7);
  }

  .citydent-team .citydent-team-card {
    gap: var(--gapX4);
  }

  .citydent-team-card__content {
    gap: var(--gapX3);
  }

  .citydent-contact__info>.vc_column-inner>.wpb_wrapper {
    gap: var(--gapX8);
  }

  .citydent-contact__info {
    gap: var(--gapX8);
    justify-content: flex-start;
  }

  .citydent-contact__list {
    margin-top: 0;
  }

  .citydent-contact__item .ph {
    font-size: 22px;
  }

  .citydent-contact__map {
    aspect-ratio: 5 / 4;
  }

  footer.citydent-footer {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .citydent-footer__main {
    row-gap: var(--gapX10);
  }

  .citydent-footer__brand,
  .citydent-footer__brand>.vc_column-inner>.wpb_wrapper {
    gap: var(--gapX10);
  }

  .citydent-footer__brand-top {
    gap: var(--gapX5);
  }

  .citydent-footer__logo {
    gap: 10px;
    height: 36px;
  }

  .citydent-footer__logo-mark {
    height: 36px;
  }

  .citydent-footer__logo-word {
    height: 31px;
  }

  .citydent-footer__logo-custom {
    height: 36px;
    width: 159px;
  }

  .citydent-footer__desktop-nav {
    display: none;
  }

  .citydent-footer__mobile-nav {
    display: block;
  }

  .citydent-footer__mobile-nav details {
    border-bottom: 1px solid var(--dividerDefault);
    border-top: 1px solid var(--dividerDefault);
  }

  .citydent-footer__mobile-nav details+details {
    border-top: 0;
  }

  .citydent-footer__mobile-nav summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: var(--textMsize);
    justify-content: space-between;
    line-height: var(--textMheightT);
    list-style: none;
    padding: var(--gapX4) 0;
  }

  .citydent-footer__mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .citydent-footer__mobile-nav summary::after {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    height: 8px;
    margin-right: 3px;
    transform: rotate(45deg);
    width: 8px;
  }

  .citydent-footer__mobile-nav details[open] summary::after {
    transform: rotate(225deg);
  }

  .citydent-footer__mobile-nav .citydent-footer__nav-list {
    padding-bottom: var(--gapX4);
  }

  .citydent-footer__bottom {
    margin-top: var(--gapX10);
    row-gap: var(--gapX4);
  }

  .citydent-footer__copyright {
    font-size: var(--textXSsize);
    line-height: var(--textXSheightS);
  }

  .citydent-footer__bottom-links>p {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--gapX4);
    justify-content: flex-start;
  }
}

