body {
  color: #000000;
}

h1 {
  color: #ce0e2d;
  font-size: 28px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

.interaction-bar--background:has(.interaction-bar--background) {
  background-image: url(//akamai-opus-nc-public.digitellcdn.com/aaos/wysiwyg-assets/448ca266b82c7554ae0e82c3d5be6407afc5aba7bb147e64e3c69290efa04453_1920x185.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  color: #00a4bd;
}

.button-red {
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  text-transform: uppercase;
  transition: all .3s ease;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  background-color: #ce0e2d;
  color: #fff;
  margin-top:20px;
}

.button-red:hover {
  background-color: #fff;
  color: #ce0e2d;
}