@font-face {
  font-family: 'din';
  src: url('/assets/dinoffc-light.eot');
  src: url('/assets/dinoffc-light.eot?#iefix') format('embedded-opentype'),
    url('/assets/dinoffc-light.woff2') format('woff2'),
    url('/assets/dinoffc-light.woff') format('woff'),
    url('/assets/dinoffc-light.ttf') format('truetype'),
    url('/assets/dinoffc-light.svg#dinoffc-light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'din';
  src: url('/assets/dinoffc.eot');
  src: url('/assets/dinoffc.eot?#iefix') format('embedded-opentype'),
    url('/assets/dinoffc.woff2') format('woff2'),
    url('/assets/dinoffc.woff') format('woff'),
    url('/assets/dinoffc.ttf') format('truetype'),
    url('/assets/dinoffc.svg#dinoffc-regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'din';
  src: url('/assets/dinpro-medium.eot');
  src: url('/assets/dinpro-medium.eot?#iefix') format('embedded-opentype'),
    url('/assets/dinpro-medium.woff2') format('woff2'),
    url('/assets/dinpro-medium.woff') format('woff'),
    url('/assets/dinpro-medium.ttf') format('truetype'),
    url('/assets/dinpro-medium.svg#din-medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'din';
  src: url('/assets/dinoffc-bold.eot');
  src: url('/assets/dinoffc-bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/dinoffc-bold.woff2') format('woff2'),
    url('/assets/dinoffc-bold.woff') format('woff'),
    url('/assets/dinoffc-bold.ttf') format('truetype'),
    url('/assets/dinoffc-bold.svg#dinoffc-bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.redactor-styles {
  font-family: 'din', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica',
    'Arial', 'sans-serif' !important;
  line-height: 1.6 !important;
}

.redactor-styles .hollow-button,
.redactor-dropdown-format .redactor-dropdown-item-hollow-button span {
  border-radius: 4px;
  border: 2px solid #00aef0;
  color: #00aef0 !important;
  display: inline-block;
  font-weight: 500 !important;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
}

.redactor-styles h1,
.redactor-dropdown-format .redactor-dropdown-item-h1 span {
  color: #302933 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.redactor-styles h2,
.redactor-dropdown-format .redactor-dropdown-item-h2 span {
  color: #00aef0 !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.redactor-styles h3,
.redactor-dropdown-format .redactor-dropdown-item-h3 span {
  border-bottom: 2px solid #302933;
  color: #302933 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.4;
}

.redactor-styles h4,
.redactor-dropdown-format .redactor-dropdown-item-h4 span {
  color: #00aef0 !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  font-size: 24px !important;
}

.redactor-styles h5,
.redactor-dropdown-format .redactor-dropdown-item-h5 span {
  border-bottom: 2px solid #302933;
  color: #302933 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.redactor-styles h6,
.redactor-dropdown-format .redactor-dropdown-item-h6 span {
  border-bottom: 2px solid #302933;
  color: #302933 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.redactor-styles p {
  margin-bottom: 1.5rem !important;
}

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  display: table;
}

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3 {
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}

.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  margin-top: 2rem !important;
  margin-bottom: 1.5rem !important;
}

.redactor-styles h1:first-child,
.redactor-styles h2:first-child,
.redactor-styles h3:first-child,
.redactor-styles h4:first-child {
  margin-top: 0 !important;
}

.redactor-styles h1 + h1,
.redactor-styles h1 + h2,
.redactor-styles h1 + h3,
.redactor-styles h1 + h4,
.redactor-styles h2 + h1,
.redactor-styles h2 + h2,
.redactor-styles h2 + h3,
.redactor-styles h2 + h4,
.redactor-styles h3 + h1,
.redactor-styles h3 + h2,
.redactor-styles h3 + h3,
.redactor-styles h3 + h4 {
  margin-top: 0 !important;
}

.superTableRow {
  margin: 12px 0;
  border-bottom: 1px solid #dfe1e3;
}

.superTableRow .thin.rowHeader,
.superTableRow tfoot tr {
  transition: all 300ms ease;
}

.superTableRow:hover .thin.rowHeader,
.superTableRow:hover tfoot tr {
  background: #e2e7eb;
}

.field {
  margin: 2rem 0;
}

.redactor-styles.redactor-in {
  max-width: 950px;
}
