.content-cms__img-circle {
  display: none;
}

.crumbs .crumbs__link:nth-last-of-type(1) {
  pointer-events: none;
  opacity: 0.6;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--brand-blue) var(--bg-site);
}
