

.crosscutting {
  position: relative;
}

.crosscutting__canvas-wrapper {
  width: 100%;
}

.crosscutting__title {
  text-transform: uppercase;
  line-height: 1;
  font-family: "BentonSans Condensed";
  font-weight: 700;
  color: var(--burnt-orange);
  display: inline-block;
  background-color: var(--background-white);
  padding: 0 .3em 0 .5em;
}

.crosscutting__orange-bar {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: var(--burnt-orange);
  z-index: -1;
}

.hexagon {
  cursor: pointer;
}

.hexagon[data-isDisabled="true"] {
  cursor: default;
}


.hexagon__label-wrapper {
  pointer-events: none;
  cursor: pointer;
}


.hexagon__label {
  font-family: 'BentonSans Condensed';
  font-weight: 300;

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--line-height-em);
  line-height: 1.2;
}
