@font-face {
  font-family: "Helveticaneue";
  src: url("./../webfonts/helveticaneue.ttf");
}
@font-face {
  font-family: "Helveticaneue-Bold";
  src: url("./../webfonts/helveticaneuebold.ttf");
}
body {
  font-family: "Helveticaneue";
  font-size: 0.9rem;
  color: #333333;
  margin: 0 !important;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0.3rem;
}

.image {
  text-align: center;
}

img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.color-primary {
  color: #ed1c24;
}

.font-heavy {
  font-family: "Helveticaneue-Bold";
}

.breadscrum {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.breadscrum a {
  color: gray;
}
.breadscrum a:hover {
  text-decoration: underline;
  color: #ed1c24;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  box-sizing: unset;
}

.component {
  padding-bottom: 2rem;
}
.component .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.component .header .title {
  font-family: "Helveticaneue-Bold";
  font-size: 1.5rem;
  color: #ed1c24;
  text-transform: uppercase;
}
.component .header .separator {
  width: 35%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.453);
}
.component .header .description {
  max-width: 70%;
}