.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* stylelint-disable */
/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/rubik-v12-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-regular.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-regular.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/rubik-v12-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-regular.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-regular.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url(/files/dajw_theme/rubik-v12-latin-500.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-500.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-500.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-500.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-500.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-500.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* rubik-600 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url(/files/dajw_theme/rubik-v12-latin-600.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-600.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-600.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-600.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-600.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-600.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url(/files/dajw_theme/rubik-v12-latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-700.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-700.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-700.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-700.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-700.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* rubik-italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url(/files/dajw_theme/rubik-v12-latin-italic.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/rubik-v12-latin-italic.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rubik-v12-latin-italic.woff2) format("woff2"), url(/files/dajw_theme/rubik-v12-latin-italic.woff) format("woff"), url(/files/dajw_theme/rubik-v12-latin-italic.ttf) format("truetype"), url(/files/dajw_theme/rubik-v12-latin-italic.svg#Rubik) format("svg");
  /* Legacy iOS */ }

/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/bitter-v16-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/bitter-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/bitter-v16-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/bitter-v16-latin-regular.woff) format("woff"), url(/files/dajw_theme/bitter-v16-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/bitter-v16-latin-regular.svg#Bitter) format("svg");
  /* Legacy iOS */ }

/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url(/files/dajw_theme/bitter-v16-latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/bitter-v16-latin-700.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/bitter-v16-latin-700.woff2) format("woff2"), url(/files/dajw_theme/bitter-v16-latin-700.woff) format("woff"), url(/files/dajw_theme/bitter-v16-latin-700.ttf) format("truetype"), url(/files/dajw_theme/bitter-v16-latin-700.svg#Bitter) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* barlow-300 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url(/files/dajw_theme/barlow-v4-latin-300.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Light"), local("Barlow-Light"), url(/files/dajw_theme/barlow-v4-latin-300.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/barlow-v4-latin-300.woff2) format("woff2"), url(/files/dajw_theme/barlow-v4-latin-300.woff) format("woff"), url(/files/dajw_theme/barlow-v4-latin-300.ttf) format("truetype"), url(/files/dajw_theme/barlow-v4-latin-300.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/barlow-v4-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Regular"), local("Barlow-Regular"), url(/files/dajw_theme/barlow-v4-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/barlow-v4-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/barlow-v4-latin-regular.woff) format("woff"), url(/files/dajw_theme/barlow-v4-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/barlow-v4-latin-regular.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-500 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url(/files/dajw_theme/barlow-v4-latin-500.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Medium"), local("Barlow-Medium"), url(/files/dajw_theme/barlow-v4-latin-500.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/barlow-v4-latin-500.woff2) format("woff2"), url(/files/dajw_theme/barlow-v4-latin-500.woff) format("woff"), url(/files/dajw_theme/barlow-v4-latin-500.ttf) format("truetype"), url(/files/dajw_theme/barlow-v4-latin-500.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url(/files/dajw_theme/barlow-v4-latin-600.eot);
  /* IE9 Compat Modes */
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(/files/dajw_theme/barlow-v4-latin-600.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/barlow-v4-latin-600.woff2) format("woff2"), url(/files/dajw_theme/barlow-v4-latin-600.woff) format("woff"), url(/files/dajw_theme/barlow-v4-latin-600.ttf) format("truetype"), url(/files/dajw_theme/barlow-v4-latin-600.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url(/files/dajw_theme/barlow-v4-latin-700.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Bold"), local("Barlow-Bold"), url(/files/dajw_theme/barlow-v4-latin-700.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/barlow-v4-latin-700.woff2) format("woff2"), url(/files/dajw_theme/barlow-v4-latin-700.woff) format("woff"), url(/files/dajw_theme/barlow-v4-latin-700.ttf) format("truetype"), url(/files/dajw_theme/barlow-v4-latin-700.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/oswald-v35-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/oswald-v35-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/oswald-v35-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/oswald-v35-latin-regular.woff) format("woff"), url(/files/dajw_theme/oswald-v35-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/oswald-v35-latin-regular.svg#Oswald) format("svg");
  /* Legacy iOS */ }

/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url(/files/dajw_theme/oswald-v35-latin-500.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/oswald-v35-latin-500.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/oswald-v35-latin-500.woff2) format("woff2"), url(/files/dajw_theme/oswald-v35-latin-500.woff) format("woff"), url(/files/dajw_theme/oswald-v35-latin-500.ttf) format("truetype"), url(/files/dajw_theme/oswald-v35-latin-500.svg#Oswald) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* rock-salt-regular - latin */
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/rock-salt-v10-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Rock Salt Regular"), local("RockSalt-Regular"), url(/files/dajw_theme/rock-salt-v10-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/rock-salt-v10-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/rock-salt-v10-latin-regular.woff) format("woff"), url(/files/dajw_theme/rock-salt-v10-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/rock-salt-v10-latin-regular.svg#RockSalt) format("svg");
  /* Legacy iOS */ }

/* nanum-brush-script-regular - latin */
@font-face {
  font-family: 'Nanum';
  font-style: normal;
  font-weight: 400;
  src: url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.eot?#iefix) format("embedded-opentype"), url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.woff2) format("woff2"), url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.woff) format("woff"), url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.ttf) format("truetype"), url(/files/dajw_theme/nanum-brush-script-v17-latin-regular.svg#NanumBrushScript) format("svg");
  /* Legacy iOS */ }

p {
  margin-bottom: 0; }

dd {
  margin-bottom: 0; }

figure {
  margin: 0; }

.slick-slide .row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0; }

.dev-header {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 10000;
  height: 20px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .dev-header {
      background-color: lightgrey; }
      .dev-header:before {
        content: "XL (1200px) <-> ∞"; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .dev-header {
      background-color: lightgreen; }
      .dev-header:before {
        content: "LG (992px) <-> XL (1200px)"; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .dev-header {
      background-color: lightblue; }
      .dev-header:before {
        content: "MD (768px) <-> LG (992px)"; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .dev-header {
      background-color: lightcoral; }
      .dev-header:before {
        content: "SM (576px) <-> MD (768px)"; } }
  @media (max-width: 575.98px) {
    .dev-header {
      background-color: lightsalmon; }
      .dev-header:before {
        content: "XS (0) <-> SM (576px)"; } }

.dev-stage-dummy {
  width: 100%;
  height: 769px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 50px; }

.dev-box-empty {
  width: 100%;
  height: 100px;
  background-color: deeppink; }

.dev-ce-empty {
  width: 100%;
  height: 100px;
  background-color: deeppink; }

._mod_customnav ul,
.mod_navigation ul {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 540px; } }
  @media (min-width: 768px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 720px; } }
  @media (min-width: 992px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 1140px; } }

._mod_customnav a,
.mod_navigation a {
  padding-left: 0; }

.article-dev .mod_article__inside {
  border: 1px solid red; }

.article-dev .ce_headline.standard {
  margin-bottom: 0 !important; }

.article-dev .content-margin-standard {
  margin-bottom: 10px !important; }

.article-dev a {
  padding-left: 0; }
  .article-dev a:before {
    content: '» '; }

.mod_devnav {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .mod_devnav {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_devnav {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_devnav {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_devnav {
      max-width: 1140px; } }
  .mod_devnav__container {
    display: none; }

.dev-doc {
  background-color: #555 !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

@media (max-width: 767.98px) {
  .content-margin-none {
    margin-bottom: 0; }
  .content-margin-standard {
    margin-bottom: 50px; }
  .content-margin-small {
    margin-bottom: 60px; }
  .content-margin-large {
    margin-bottom: 70px; } }

@media (min-width: 768px) {
  .content-margin-none {
    margin-bottom: 0; }
  .content-margin-standard {
    margin-bottom: 60px; }
  .content-margin-small {
    margin-bottom: 70px; }
  .content-margin-large {
    margin-bottom: 80px; } }

.mod_article {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 60px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 70px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 80px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 80px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 70px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 90px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 80px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 100px; } }

.contentpage .mod_article.first {
  padding-top: 0; }

.ce_headline.standard,
.ce_headline--underline {
  max-width: 900px; }
  .ce_headline.standard.content-margin-none,
  .ce_headline--underline.content-margin-none {
    margin-bottom: 0; }
  .ce_headline.standard.content-margin-standard,
  .ce_headline--underline.content-margin-standard {
    margin-bottom: 15px; }
  .ce_headline.standard.content-margin-small,
  .ce_headline--underline.content-margin-small {
    margin-bottom: 25px; }
  .ce_headline.standard.content-margin-large,
  .ce_headline--underline.content-margin-large {
    margin-bottom: 45px; }
  .ce_headline.standard h1,
  .ce_headline.standard h2,
  .ce_headline.standard h3,
  .ce_headline.standard h4,
  .ce_headline.standard h5,
  .ce_headline--underline h1,
  .ce_headline--underline h2,
  .ce_headline--underline h3,
  .ce_headline--underline h4,
  .ce_headline--underline h5 {
    margin-bottom: 0; }
  .ce_headline.standard h1,
  .ce_headline--underline h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
    @media (min-width: 768px) {
      .ce_headline.standard h1,
      .ce_headline--underline h1 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        line-height: 1; } }
  .ce_headline.standard h2,
  .ce_headline--underline h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ce_headline.standard h2,
      .ce_headline--underline h2 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_headline.standard h3,
  .ce_headline--underline h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_headline.standard h3,
      .ce_headline--underline h3 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .ce_headline.standard h4,
  .ce_headline--underline h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941; }
    @media (min-width: 768px) {
      .ce_headline.standard h4,
      .ce_headline--underline h4 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; } }
  .ce_headline.standard h5,
  .ce_headline--underline h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941; }
    @media (min-width: 768px) {
      .ce_headline.standard h5,
      .ce_headline--underline h5 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; } }
  .ce_headline.standard .h1-subline,
  .ce_headline.standard .h2-subline,
  .ce_headline.standard .h3-subline,
  .ce_headline.standard .h4-subline,
  .ce_headline.standard .h5-subline,
  .ce_headline--underline .h1-subline,
  .ce_headline--underline .h2-subline,
  .ce_headline--underline .h3-subline,
  .ce_headline--underline .h4-subline,
  .ce_headline--underline .h5-subline {
    margin-top: 15px; }
  .ce_headline.standard .h1-subline,
  .ce_headline--underline .h1-subline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_headline.standard .h1-subline,
      .ce_headline--underline .h1-subline {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .ce_headline.standard .h2-subline,
  .ce_headline--underline .h2-subline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h3-subline,
  .ce_headline--underline .h3-subline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h4-subline,
  .ce_headline--underline .h4-subline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941; }
  .ce_headline.standard .h5-subline,
  .ce_headline--underline .h5-subline {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941; }

.ce_headline--fixedsize h1,
.ce_headline--fixedsize h2,
.ce_headline--fixedsize h3,
.ce_headline--fixedsize h4,
.ce_headline--fixedsize h5,
.ce_headline--fixedsize-underline h1,
.ce_headline--fixedsize-underline h2,
.ce_headline--fixedsize-underline h3,
.ce_headline--fixedsize-underline h4,
.ce_headline--fixedsize-underline h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.41176; }
  @media (min-width: 768px) {
    .ce_headline--fixedsize h1,
    .ce_headline--fixedsize h2,
    .ce_headline--fixedsize h3,
    .ce_headline--fixedsize h4,
    .ce_headline--fixedsize h5,
    .ce_headline--fixedsize-underline h1,
    .ce_headline--fixedsize-underline h2,
    .ce_headline--fixedsize-underline h3,
    .ce_headline--fixedsize-underline h4,
    .ce_headline--fixedsize-underline h5 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.55556; } }

.ce_headline--fixedsize.content-margin-none,
.ce_headline--fixedsize-underline.content-margin-none {
  margin-bottom: 0; }

.ce_headline--fixedsize.content-margin-standard,
.ce_headline--fixedsize-underline.content-margin-standard {
  margin-bottom: 45px; }

.ce_headline--fixedsize.content-margin-small,
.ce_headline--fixedsize-underline.content-margin-small {
  margin-bottom: 80px; }

.ce_headline--fixedsize.content-margin-large,
.ce_headline--fixedsize-underline.content-margin-large {
  margin-bottom: 125px; }

.ce_headline--fixedsize.content-keycolor-yellow,
.ce_headline--fixedsize-underline.content-keycolor-yellow {
  color: #f6ee50; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-yellow, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-yellow {
    color: black; }

.ce_headline--fixedsize.content-keycolor-red,
.ce_headline--fixedsize-underline.content-keycolor-red {
  color: #d84c01; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-red, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-red {
    color: black; }

.ce_headline--fixedsize.content-keycolor-darkred,
.ce_headline--fixedsize-underline.content-keycolor-darkred {
  color: #af2200; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-darkred, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-darkred {
    color: black; }

.ce_headline--fixedsize.content-keycolor-cyan,
.ce_headline--fixedsize-underline.content-keycolor-cyan {
  color: #5fb5af; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-cyan, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-cyan {
    color: black; }

.ce_headline--fixedsize.content-keycolor-teal,
.ce_headline--fixedsize-underline.content-keycolor-teal {
  color: #04797e; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-teal, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-teal {
    color: black; }

.ce_headline--fixedsize.content-keycolor-magenta,
.ce_headline--fixedsize-underline.content-keycolor-magenta {
  color: #b9278f; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-magenta, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-magenta {
    color: black; }

.ce_headline--fixedsize.content-keycolor-darkmagenta,
.ce_headline--fixedsize-underline.content-keycolor-darkmagenta {
  color: #9e0472; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-darkmagenta, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-darkmagenta {
    color: black; }

.ce_headline--fixedsize.content-keycolor-lightbeige,
.ce_headline--fixedsize-underline.content-keycolor-lightbeige {
  color: #f8f8f7; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-lightbeige, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-lightbeige {
    color: black; }

.ce_headline--fixedsize.content-keycolor-beige,
.ce_headline--fixedsize-underline.content-keycolor-beige {
  color: #f2f1ef; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-beige, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-beige {
    color: black; }

.ce_headline--fixedsize.content-keycolor-midbeige,
.ce_headline--fixedsize-underline.content-keycolor-midbeige {
  color: #f2f1ef; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-midbeige, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-midbeige {
    color: black; }

.ce_headline--fixedsize.content-keycolor-darkbeige,
.ce_headline--fixedsize-underline.content-keycolor-darkbeige {
  color: #e7e5e0; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-darkbeige, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-darkbeige {
    color: black; }

.ce_headline--fixedsize.content-keycolor-sandybrown,
.ce_headline--fixedsize-underline.content-keycolor-sandybrown {
  color: #d6caa3; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-sandybrown, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-sandybrown {
    color: black; }

.ce_headline--fixedsize.content-keycolor-white,
.ce_headline--fixedsize-underline.content-keycolor-white {
  color: white; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-white, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-white {
    color: black; }

.ce_headline--fixedsize.content-keycolor-green,
.ce_headline--fixedsize-underline.content-keycolor-green {
  color: #b8c931; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-green, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-green {
    color: black; }

.ce_headline--fixedsize.content-keycolor-darkgreen,
.ce_headline--fixedsize-underline.content-keycolor-darkgreen {
  color: #80a51b; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-darkgreen, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-darkgreen {
    color: black; }

.ce_headline--fixedsize.content-keycolor-warmgrey,
.ce_headline--fixedsize-underline.content-keycolor-warmgrey {
  color: #8e8882; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-warmgrey, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-warmgrey {
    color: black; }

.ce_headline--fixedsize.content-keycolor-darkwarmgrey,
.ce_headline--fixedsize-underline.content-keycolor-darkwarmgrey {
  color: #675c53; }
  .contrast-active .ce_headline--fixedsize.content-keycolor-darkwarmgrey, .contrast-active
  .ce_headline--fixedsize-underline.content-keycolor-darkwarmgrey {
    color: black; }

@media (min-width: 992px) {
  .ce_headline.ce_headline--with-link {
    width: 66%; } }

.ce_text h1,
.ce_list h1,
.ce_downloads h1,
.ce_dzdocscluster h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333; }
  @media (min-width: 768px) {
    .ce_text h1,
    .ce_list h1,
    .ce_downloads h1,
    .ce_dzdocscluster h1 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }

.ce_text h2,
.ce_list h2,
.ce_downloads h2,
.ce_dzdocscluster h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .ce_text h2,
    .ce_list h2,
    .ce_downloads h2,
    .ce_dzdocscluster h2 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

.ce_text h3,
.ce_list h3,
.ce_downloads h3,
.ce_dzdocscluster h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }
  @media (min-width: 768px) {
    .ce_text h3,
    .ce_list h3,
    .ce_downloads h3,
    .ce_dzdocscluster h3 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }

.ce_text h4,
.ce_list h4,
.ce_downloads h4,
.ce_dzdocscluster h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941; }
  @media (min-width: 768px) {
    .ce_text h4,
    .ce_list h4,
    .ce_downloads h4,
    .ce_dzdocscluster h4 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444; } }

.ce_text h5,
.ce_list h5,
.ce_downloads h5,
.ce_dzdocscluster h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941; }
  @media (min-width: 768px) {
    .ce_text h5,
    .ce_list h5,
    .ce_downloads h5,
    .ce_dzdocscluster h5 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444; } }

.ce_headline--toggle {
  text-align: center;
  margin-bottom: 30px; }
  .ce_headline--toggle button {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 15px 30px;
    background-color: #f6ee50;
    color: black;
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.18182;
    position: relative;
    padding-right: 50px; }
    .contrast-active .ce_headline--toggle button {
      background-color: black !important;
      color: white !important; }
    .ce_headline--toggle button:hover, .ce_headline--toggle button:focus {
      color: black;
      text-decoration: underline; }
    .ce_headline--toggle button:after {
      background-image: url(/files/dajw_theme/down-black.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 16px 10px;
      display: inline-block;
      width: 16px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      right: 15px; }
      .contrast-active .ce_headline--toggle button:after {
        background-image: url(/files/dajw_theme/down-white.svg); }
    .ce_headline--toggle button.open:after {
      background-image: url(/files/dajw_theme/up-black.svg); }
      .contrast-active .ce_headline--toggle button.open:after {
        background-image: url(/files/dajw_theme/up-white.svg); }
    @media (max-width: 767.98px) {
      .ce_headline--toggle button {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.33333;
        padding-top: 12px;
        padding-bottom: 12px; } }

html {
  scroll-behavior: smooth; }

body {
  color: black;
  position: relative; }

body > .wrapper > .main-container .main .inside {
  position: relative; }

body > .wrapper > .main-container {
  position: relative;
  z-index: 11; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

.ce_colsetStart.content-container {
  max-width: 900px; }

@media (max-width: 767.98px) {
  .col-33x33x33 .col_1,
  .col-33x33x33 .col_2 {
    margin-bottom: 60px; }
  .col-50x50 .col_1 {
    margin-bottom: 60px; }
    .ce_form .col-50x50 .col_1 {
      margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .col-33x33x33 .col_1,
  .col-33x33x33 .col_2 {
    margin-bottom: 50px; }
  .col-50x50 .col_1 {
    margin-bottom: 50px; } }

@media (max-width: 991.98px) {
  .col-33x33x33-md .col_1,
  .col-33x33x33-md .col_2 {
    margin-bottom: 60px; }
  .col-50x50-md .col_1 {
    margin-bottom: 60px; } }

@media (max-width: 991.98px) {
  .col-33x33x33-md.col-narrow .col_1,
  .col-33x33x33-md.col-narrow .col_2 {
    margin-bottom: 10px; } }

.col-50x50-ka .col_1,
.col-50x50-ka .col_2 {
  margin-bottom: 20px; }

*:focus:not(:focus-visible) {
  outline: none; }

*:focus-visible {
  outline-width: 2px;
  outline-style: solid; }

select:focus-visible {
  outline: 2px solid grey; }

abbr {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

a:hover {
  color: inherit; }

li.break {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 0; }

.link-standard {
  padding-left: 40px; }

@media (min-width: 768px) {
  .box__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .box__columns .box__left {
    width: calc(50% - 15px); } }

@media (max-width: 767.98px) {
  .box__columns .box__left {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .box__columns .box__right {
    width: calc(50% - 15px); } }

.box__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .box__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }

.text-block {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .text-block {
      margin-bottom: 60px; } }
  .text-block p:not(:last-child) {
    margin-bottom: 20px; }

.list-block {
  margin-bottom: 60px; }
  .list-block h1,
  .list-block h2,
  .list-block h3,
  .list-block h4 {
    margin-bottom: 20px; }
  .list-block li:not(:last-child) {
    margin-bottom: 10px; }

.link-standard-right {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 50px 8px 0;
  background-image: url(/files/dajw_theme/link_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 34px; }

.info-box {
  padding: 30px 15px 30px 15px;
  background-color: #f2f1ef; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .info-box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .info-box {
      padding: 40px; }
      .ce_colsetStart .info-box {
        padding: 30px; } }
  .info-box__inside {
    max-width: 900px; }
    .info-box__inside :last-child {
      margin-bottom: 0; }

.invisible {
  display: none; }

.info-box--yellow {
  background-color: #f6ee50; }

.info-box--red {
  background-color: #d84c01; }

.info-box--darkred {
  background-color: #af2200; }

.info-box--cyan {
  background-color: #5fb5af; }

.info-box--teal {
  background-color: #04797e; }

.info-box--magenta {
  background-color: #b9278f; }

.info-box--darkmagenta {
  background-color: #9e0472; }

.info-box--lightbeige {
  background-color: #f8f8f7; }

.info-box--beige {
  background-color: #f2f1ef; }

.info-box--midbeige {
  background-color: #f2f1ef; }

.info-box--darkbeige {
  background-color: #e7e5e0; }

.info-box--sandybrown {
  background-color: #d6caa3; }

.info-box--white {
  background-color: white; }

.info-box--black {
  background-color: black; }

.info-box--standard {
  background-color: #f2f1ef; }

.info-box--green {
  background-color: #b8c931; }

.info-box--darkgreen {
  background-color: #80a51b; }

.info-box--warmgrey {
  background-color: #8e8882; }

.info-box--darkwarmgrey {
  background-color: #675c53; }

@media screen {
  .print-only {
    display: none; } }

.ce_markdown {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.28571;
  border: 1px solid grey;
  padding: 10px 20px;
  margin-top: 80px;
  margin-bottom: 40px;
  color: white; }
  .ce_markdown pre {
    margin-bottom: 0; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important; }

.tab-only {
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden; }
  .tab-only:focus {
    height: auto;
    width: auto; }

.with-icon {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon a {
    padding-left: 0; }
  .with-icon:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--yellow {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--yellow a {
    padding-left: 0; }
  .with-icon--yellow:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--yellow:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--red {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--red a {
    padding-left: 0; }
  .with-icon--red:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--red:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkred {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkred a {
    padding-left: 0; }
  .with-icon--darkred:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkred:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--cyan {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--cyan a {
    padding-left: 0; }
  .with-icon--cyan:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--cyan:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--teal {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--teal a {
    padding-left: 0; }
  .with-icon--teal:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--teal:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--magenta {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--magenta a {
    padding-left: 0; }
  .with-icon--magenta:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--magenta:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkmagenta {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkmagenta a {
    padding-left: 0; }
  .with-icon--darkmagenta:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkmagenta:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--lightbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--lightbeige a {
    padding-left: 0; }
  .with-icon--lightbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--lightbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--beige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--beige a {
    padding-left: 0; }
  .with-icon--beige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--beige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--midbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--midbeige a {
    padding-left: 0; }
  .with-icon--midbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--midbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkbeige a {
    padding-left: 0; }
  .with-icon--darkbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--sandybrown {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--sandybrown a {
    padding-left: 0; }
  .with-icon--sandybrown:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--sandybrown:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--white {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--white a {
    padding-left: 0; }
  .with-icon--white:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--white:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--black {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--black a {
    padding-left: 0; }
  .with-icon--black:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--black:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--standard {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--standard a {
    padding-left: 0; }
  .with-icon--standard:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--standard:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--green {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--green a {
    padding-left: 0; }
  .with-icon--green:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--green:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkgreen {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkgreen a {
    padding-left: 0; }
  .with-icon--darkgreen:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkgreen:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--warmgrey {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--warmgrey a {
    padding-left: 0; }
  .with-icon--warmgrey:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--warmgrey:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkwarmgrey {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkwarmgrey a {
    padding-left: 0; }
  .with-icon--darkwarmgrey:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkwarmgrey:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--calendar-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/calender_red.svg); }

.with-icon--date-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/date-red.svg); }

.with-icon--documents-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/documents_red.svg); }

.with-icon--email:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/mail_grey.svg); }

.with-icon--email-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/email_red.svg); }

.with-icon--facebook-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/facebook_red.svg); }

.with-icon--facebook-black:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/facebook_black.svg); }

.with-icon--focuses-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/focus_red.svg); }

.with-icon--handshake:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/cooperate-blue.svg); }

.with-icon--instagram-black:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/instagram_black.svg); }

.with-icon--jobs-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/dummy-icon.svg); }

.with-icon--languages-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/language_red.svg); }

.with-icon--location:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/pin_grey.svg); }

.with-icon--location-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/pin_red.svg); }

.with-icon--location-small:after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/pin_grey.svg); }

.with-icon--location-small-black:after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/pin_black_transp.svg); }

.with-icon--num:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/hashtag_grey.svg); }

.with-icon--num-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/hashtag_red.svg); }

.with-icon--org:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/partner-blue.svg); }

.with-icon--org-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/people_red.svg); }

.with-icon--person:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/person_grey.svg); }

.with-icon--phone:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/phone_grey.svg); }

.with-icon--pin:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/location-blue.svg); }

.with-icon--pin-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/pin_red.svg); }

.with-icon--publisher-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/publisher-red.svg); }

.with-icon--sdg:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/sdg-blue.svg); }

.with-icon--search-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/search_red.svg); }

.with-icon--time:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/time-blue.svg); }

.with-icon--time-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/time_red.svg); }

.with-icon--urgent-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/diamond_red.svg); }

.with-icon--version-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/version-red.svg); }

.with-icon--web:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/files/dajw_theme/web_grey.svg); }

.element {
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite; }

@-webkit-keyframes link-anim-standard {
  0% {
    left: 0; }
  100% {
    left: 3px; } }

@keyframes link-anim-standard {
  0% {
    left: 0; }
  100% {
    left: 3px; } }

@-webkit-keyframes link-anim-standard-right {
  0% {
    right: 10px; }
  100% {
    right: 2px; } }

@keyframes link-anim-standard-right {
  0% {
    right: 10px; }
  100% {
    right: 2px; } }

@-webkit-keyframes link-anim-standard-large-right {
  0% {
    right: 10px; }
  100% {
    right: 4px; } }

@keyframes link-anim-standard-large-right {
  0% {
    right: 10px; }
  100% {
    right: 4px; } }

@-webkit-keyframes link-anim-standard-xlarge-right {
  0% {
    right: 20px; }
  100% {
    right: 14px; } }

@keyframes link-anim-standard-xlarge-right {
  0% {
    right: 20px; }
  100% {
    right: 14px; } }

@-webkit-keyframes link-anim-extern {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes link-anim-extern {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes link-anim-download_old {
  0% {
    bottom: 20px; }
  100% {
    bottom: 5px; } }

@keyframes link-anim-download_old {
  0% {
    bottom: 20px; }
  100% {
    bottom: 5px; } }

@-webkit-keyframes link-anim-download {
  0% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes link-anim-download {
  0% {
    top: -15px; }
  100% {
    top: 0; } }

.link-std {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .link-std:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-std {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-std:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-std:before {
    top: 4px;
    left: 2px; }
  .link-std:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .link-std:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .link-std:after {
      top: 2px; } }
  .link-std--yellow:before {
    background-color: #f6ee50; }
  .link-std--red:before {
    background-color: #d84c01; }
  .link-std--darkred:before {
    background-color: #af2200; }
  .link-std--cyan:before {
    background-color: #5fb5af; }
  .link-std--teal:before {
    background-color: #04797e; }
  .link-std--magenta:before {
    background-color: #b9278f; }
  .link-std--darkmagenta:before {
    background-color: #9e0472; }
  .link-std--lightbeige:before {
    background-color: #f8f8f7; }
  .link-std--beige:before {
    background-color: #f2f1ef; }
  .link-std--midbeige:before {
    background-color: #f2f1ef; }
  .link-std--darkbeige:before {
    background-color: #e7e5e0; }
  .link-std--sandybrown:before {
    background-color: #d6caa3; }
  .link-std--white:before {
    background-color: white; }
  .link-std--black:before {
    background-color: black; }
  .link-std--standard:before {
    background-color: #f2f1ef; }
  .link-std--green:before {
    background-color: #b8c931; }
  .link-std--darkgreen:before {
    background-color: #80a51b; }
  .link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std--darkwarmgrey:before {
    background-color: #675c53; }

.link-std-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 31px; }
  .link-std-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-std-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-std-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-std-right:before {
    top: 4px;
    right: 0; }
  .link-std-right:after {
    top: 4px;
    right: 2px;
    width: 28px;
    height: 17px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg);
    background-position: right center;
    background-size: 28px 17px; }
  .link-std-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-std-right.link-std--yellow:before {
    background-color: #f6ee50; }
  .link-std-right.link-std--red:before {
    background-color: #d84c01; }
  .link-std-right.link-std--darkred:before {
    background-color: #af2200; }
  .link-std-right.link-std--cyan:before {
    background-color: #5fb5af; }
  .link-std-right.link-std--teal:before {
    background-color: #04797e; }
  .link-std-right.link-std--magenta:before {
    background-color: #b9278f; }
  .link-std-right.link-std--darkmagenta:before {
    background-color: #9e0472; }
  .link-std-right.link-std--lightbeige:before {
    background-color: #f8f8f7; }
  .link-std-right.link-std--beige:before {
    background-color: #f2f1ef; }
  .link-std-right.link-std--midbeige:before {
    background-color: #f2f1ef; }
  .link-std-right.link-std--darkbeige:before {
    background-color: #e7e5e0; }
  .link-std-right.link-std--sandybrown:before {
    background-color: #d6caa3; }
  .link-std-right.link-std--white:before {
    background-color: white; }
  .link-std-right.link-std--black:before {
    background-color: black; }
  .link-std-right.link-std--standard:before {
    background-color: #f2f1ef; }
  .link-std-right.link-std--green:before {
    background-color: #b8c931; }
  .link-std-right.link-std--darkgreen:before {
    background-color: #80a51b; }
  .link-std-right.link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std-right.link-std--darkwarmgrey:before {
    background-color: #675c53; }

.link-std-large-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.125; }
  .link-std-large-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-std-large-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-std-large-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-std-large-right:before {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
    right: 0; }
  .link-std-large-right:after {
    top: 4px;
    right: 2px;
    width: 28px;
    height: 17px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg);
    background-position: right center;
    background-size: 28px 17px; }
  .link-std-large-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-std-large-right:after {
    top: 0;
    right: 4px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-std-large-right:hover:after {
    -webkit-animation-name: link-anim-standard-large-right;
            animation-name: link-anim-standard-large-right; }
  .link-std-large-right.link-std--yellow:before {
    background-color: #f6ee50; }
  .link-std-large-right.link-std--red:before {
    background-color: #d84c01; }
  .link-std-large-right.link-std--darkred:before {
    background-color: #af2200; }
  .link-std-large-right.link-std--cyan:before {
    background-color: #5fb5af; }
  .link-std-large-right.link-std--teal:before {
    background-color: #04797e; }
  .link-std-large-right.link-std--magenta:before {
    background-color: #b9278f; }
  .link-std-large-right.link-std--darkmagenta:before {
    background-color: #9e0472; }
  .link-std-large-right.link-std--lightbeige:before {
    background-color: #f8f8f7; }
  .link-std-large-right.link-std--beige:before {
    background-color: #f2f1ef; }
  .link-std-large-right.link-std--midbeige:before {
    background-color: #f2f1ef; }
  .link-std-large-right.link-std--darkbeige:before {
    background-color: #e7e5e0; }
  .link-std-large-right.link-std--sandybrown:before {
    background-color: #d6caa3; }
  .link-std-large-right.link-std--white:before {
    background-color: white; }
  .link-std-large-right.link-std--black:before {
    background-color: black; }
  .link-std-large-right.link-std--standard:before {
    background-color: #f2f1ef; }
  .link-std-large-right.link-std--green:before {
    background-color: #b8c931; }
  .link-std-large-right.link-std--darkgreen:before {
    background-color: #80a51b; }
  .link-std-large-right.link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std-large-right.link-std--darkwarmgrey:before {
    background-color: #675c53; }

.link-ext {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .link-ext:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-ext {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-ext:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-ext:before {
    top: 4px;
    left: 2px; }
  .link-ext:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
    top: 3px;
    left: 0; }
  .link-ext:hover:after {
    top: 1px;
    left: 2px; }
  @media (min-width: 768px) {
    .link-ext:after {
      top: 1px; }
    .link-ext:hover:after {
      top: -1px;
      left: 2px; } }
  .link-ext--yellow:before {
    background-color: #f6ee50; }
  .link-ext--red:before {
    background-color: #d84c01; }
  .link-ext--darkred:before {
    background-color: #af2200; }
  .link-ext--cyan:before {
    background-color: #5fb5af; }
  .link-ext--teal:before {
    background-color: #04797e; }
  .link-ext--magenta:before {
    background-color: #b9278f; }
  .link-ext--darkmagenta:before {
    background-color: #9e0472; }
  .link-ext--lightbeige:before {
    background-color: #f8f8f7; }
  .link-ext--beige:before {
    background-color: #f2f1ef; }
  .link-ext--midbeige:before {
    background-color: #f2f1ef; }
  .link-ext--darkbeige:before {
    background-color: #e7e5e0; }
  .link-ext--sandybrown:before {
    background-color: #d6caa3; }
  .link-ext--white:before {
    background-color: white; }
  .link-ext--black:before {
    background-color: black; }
  .link-ext--standard:before {
    background-color: #f2f1ef; }
  .link-ext--green:before {
    background-color: #b8c931; }
  .link-ext--darkgreen:before {
    background-color: #80a51b; }
  .link-ext--warmgrey:before {
    background-color: #8e8882; }
  .link-ext--darkwarmgrey:before {
    background-color: #675c53; }

.link-ext-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 31px; }
  .link-ext-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-ext-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-ext-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-ext-right:before {
    top: 4px;
    right: 0; }
  .link-ext-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_external_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-ext-right:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-ext-right.link-ext--yellow:before {
    background-color: #f6ee50; }
  .link-ext-right.link-ext--red:before {
    background-color: #d84c01; }
  .link-ext-right.link-ext--darkred:before {
    background-color: #af2200; }
  .link-ext-right.link-ext--cyan:before {
    background-color: #5fb5af; }
  .link-ext-right.link-ext--teal:before {
    background-color: #04797e; }
  .link-ext-right.link-ext--magenta:before {
    background-color: #b9278f; }
  .link-ext-right.link-ext--darkmagenta:before {
    background-color: #9e0472; }
  .link-ext-right.link-ext--lightbeige:before {
    background-color: #f8f8f7; }
  .link-ext-right.link-ext--beige:before {
    background-color: #f2f1ef; }
  .link-ext-right.link-ext--midbeige:before {
    background-color: #f2f1ef; }
  .link-ext-right.link-ext--darkbeige:before {
    background-color: #e7e5e0; }
  .link-ext-right.link-ext--sandybrown:before {
    background-color: #d6caa3; }
  .link-ext-right.link-ext--white:before {
    background-color: white; }
  .link-ext-right.link-ext--black:before {
    background-color: black; }
  .link-ext-right.link-ext--standard:before {
    background-color: #f2f1ef; }
  .link-ext-right.link-ext--green:before {
    background-color: #b8c931; }
  .link-ext-right.link-ext--darkgreen:before {
    background-color: #80a51b; }
  .link-ext-right.link-ext--warmgrey:before {
    background-color: #8e8882; }
  .link-ext-right.link-ext--darkwarmgrey:before {
    background-color: #675c53; }

.link-dwn {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .link-dwn:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-dwn {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-dwn:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-dwn:before {
    top: 4px;
    left: 2px; }
  .link-dwn:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
  .link-dwn:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .link-dwn:after {
      top: 1px; }
    .link-dwn:hover:after {
      top: 3px;
      left: 0; } }
  .link-dwn--yellow:before {
    background-color: #f6ee50; }
  .link-dwn--red:before {
    background-color: #d84c01; }
  .link-dwn--darkred:before {
    background-color: #af2200; }
  .link-dwn--cyan:before {
    background-color: #5fb5af; }
  .link-dwn--teal:before {
    background-color: #04797e; }
  .link-dwn--magenta:before {
    background-color: #b9278f; }
  .link-dwn--darkmagenta:before {
    background-color: #9e0472; }
  .link-dwn--lightbeige:before {
    background-color: #f8f8f7; }
  .link-dwn--beige:before {
    background-color: #f2f1ef; }
  .link-dwn--midbeige:before {
    background-color: #f2f1ef; }
  .link-dwn--darkbeige:before {
    background-color: #e7e5e0; }
  .link-dwn--sandybrown:before {
    background-color: #d6caa3; }
  .link-dwn--white:before {
    background-color: white; }
  .link-dwn--black:before {
    background-color: black; }
  .link-dwn--standard:before {
    background-color: #f2f1ef; }
  .link-dwn--green:before {
    background-color: #b8c931; }
  .link-dwn--darkgreen:before {
    background-color: #80a51b; }
  .link-dwn--warmgrey:before {
    background-color: #8e8882; }
  .link-dwn--darkwarmgrey:before {
    background-color: #675c53; }

.link-dwn-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 31px; }
  .link-dwn-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-dwn-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-dwn-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-dwn-right:before {
    top: 4px;
    right: 0; }
  .link-dwn-right:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_download_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-dwn-right:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-dwn-right.link-dwn--yellow:before {
    background-color: #f6ee50; }
  .link-dwn-right.link-dwn--red:before {
    background-color: #d84c01; }
  .link-dwn-right.link-dwn--darkred:before {
    background-color: #af2200; }
  .link-dwn-right.link-dwn--cyan:before {
    background-color: #5fb5af; }
  .link-dwn-right.link-dwn--teal:before {
    background-color: #04797e; }
  .link-dwn-right.link-dwn--magenta:before {
    background-color: #b9278f; }
  .link-dwn-right.link-dwn--darkmagenta:before {
    background-color: #9e0472; }
  .link-dwn-right.link-dwn--lightbeige:before {
    background-color: #f8f8f7; }
  .link-dwn-right.link-dwn--beige:before {
    background-color: #f2f1ef; }
  .link-dwn-right.link-dwn--midbeige:before {
    background-color: #f2f1ef; }
  .link-dwn-right.link-dwn--darkbeige:before {
    background-color: #e7e5e0; }
  .link-dwn-right.link-dwn--sandybrown:before {
    background-color: #d6caa3; }
  .link-dwn-right.link-dwn--white:before {
    background-color: white; }
  .link-dwn-right.link-dwn--black:before {
    background-color: black; }
  .link-dwn-right.link-dwn--standard:before {
    background-color: #f2f1ef; }
  .link-dwn-right.link-dwn--green:before {
    background-color: #b8c931; }
  .link-dwn-right.link-dwn--darkgreen:before {
    background-color: #80a51b; }
  .link-dwn-right.link-dwn--warmgrey:before {
    background-color: #8e8882; }
  .link-dwn-right.link-dwn--darkwarmgrey:before {
    background-color: #675c53; }

.link-ank {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .link-ank:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-ank {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-ank:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-ank:before {
    top: 4px;
    left: 2px; }
  .link-ank:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .link-ank:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .link-ank:after {
      top: 1px; }
    .link-ank:hover:after {
      top: 3px;
      left: 0; } }
  .link-ank--yellow:before {
    background-color: #f6ee50; }
  .link-ank--red:before {
    background-color: #d84c01; }
  .link-ank--darkred:before {
    background-color: #af2200; }
  .link-ank--cyan:before {
    background-color: #5fb5af; }
  .link-ank--teal:before {
    background-color: #04797e; }
  .link-ank--magenta:before {
    background-color: #b9278f; }
  .link-ank--darkmagenta:before {
    background-color: #9e0472; }
  .link-ank--lightbeige:before {
    background-color: #f8f8f7; }
  .link-ank--beige:before {
    background-color: #f2f1ef; }
  .link-ank--midbeige:before {
    background-color: #f2f1ef; }
  .link-ank--darkbeige:before {
    background-color: #e7e5e0; }
  .link-ank--sandybrown:before {
    background-color: #d6caa3; }
  .link-ank--white:before {
    background-color: white; }
  .link-ank--black:before {
    background-color: black; }
  .link-ank--standard:before {
    background-color: #f2f1ef; }
  .link-ank--green:before {
    background-color: #b8c931; }
  .link-ank--darkgreen:before {
    background-color: #80a51b; }
  .link-ank--warmgrey:before {
    background-color: #8e8882; }
  .link-ank--darkwarmgrey:before {
    background-color: #675c53; }

.link-auto {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .link-auto:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-auto {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-auto:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-auto:before {
    top: 4px;
    left: 2px; }
  .link-auto:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .link-auto:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .link-auto:after {
      top: 2px; } }
  .link-auto[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
    .link-auto[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
      top: 3px;
      left: 0; }
    .link-auto[href^='http']:hover:after {
      top: 1px;
      left: 2px; }
    @media (min-width: 768px) {
      .link-auto[href^='http']:after {
        top: 1px; }
      .link-auto[href^='http']:hover:after {
        top: -1px;
        left: 2px; } }
  .link-auto[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }
  .link-auto[href^='mailto']:hover:after {
    top: 1px;
    left: 0; }
  @media (min-width: 768px) {
    .link-auto[href^='mailto']:after {
      top: 1px; }
    .link-auto[href^='mailto']:hover:after {
      top: -1px;
      left: 0; } }
  .link-auto[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
    .link-auto[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .link-auto[href^='files/']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .link-auto[href^='files/']:after {
        top: 1px; }
      .link-auto[href^='files/']:hover:after {
        top: 3px;
        left: 0; } }
  .link-auto[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .link-auto[href*='#']:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .link-auto[href*='#']:after {
      top: 1px; }
    .link-auto[href*='#']:hover:after {
      top: 3px;
      left: 0; } }

.link-auto-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 31px; }
  .link-auto-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-auto-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-auto-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-auto-right:before {
    top: 4px;
    right: 0; }
  .link-auto-right:before {
    background-color: #e7e5e0; }
  .link-auto-right[href^='http']:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_external_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto-right[href^='http']:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right[href^='files/']:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_download_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto-right[href^='files/']:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right:after {
    top: 4px;
    right: 2px;
    width: 28px;
    height: 17px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg);
    background-position: right center;
    background-size: 28px 17px; }
  .link-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right.link-auto--yellow:before {
    background-color: #f6ee50; }
  .link-auto-right.link-auto--red:before {
    background-color: #d84c01; }
  .link-auto-right.link-auto--darkred:before {
    background-color: #af2200; }
  .link-auto-right.link-auto--cyan:before {
    background-color: #5fb5af; }
  .link-auto-right.link-auto--teal:before {
    background-color: #04797e; }
  .link-auto-right.link-auto--magenta:before {
    background-color: #b9278f; }
  .link-auto-right.link-auto--darkmagenta:before {
    background-color: #9e0472; }
  .link-auto-right.link-auto--lightbeige:before {
    background-color: #f8f8f7; }
  .link-auto-right.link-auto--beige:before {
    background-color: #f2f1ef; }
  .link-auto-right.link-auto--midbeige:before {
    background-color: #f2f1ef; }
  .link-auto-right.link-auto--darkbeige:before {
    background-color: #e7e5e0; }
  .link-auto-right.link-auto--sandybrown:before {
    background-color: #d6caa3; }
  .link-auto-right.link-auto--white:before {
    background-color: white; }
  .link-auto-right.link-auto--black:before {
    background-color: black; }
  .link-auto-right.link-auto--standard:before {
    background-color: #f2f1ef; }
  .link-auto-right.link-auto--green:before {
    background-color: #b8c931; }
  .link-auto-right.link-auto--darkgreen:before {
    background-color: #80a51b; }
  .link-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675c53; }

.link-large-auto-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 34px;
  padding-top: 3px; }
  .link-large-auto-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-large-auto-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-large-auto-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-large-auto-right:before {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
    right: 0; }
  .link-large-auto-right:before {
    background-color: #e7e5e0; }
  .link-large-auto-right[href^='http']:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_external_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-large-auto-right[href^='http']:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right[href^='http']:after {
    top: 0;
    right: 2px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right[href^='files/']:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/files/dajw_theme/link_arrow_download_black.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-large-auto-right[href^='files/']:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right[href^='files/']:after {
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right:after {
    top: 4px;
    right: 2px;
    width: 28px;
    height: 17px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg);
    background-position: right center;
    background-size: 28px 17px; }
  .link-large-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right:after {
    top: 0;
    right: 4px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-large-right;
            animation-name: link-anim-standard-large-right; }
  .link-large-auto-right.link-auto--yellow:before {
    background-color: #f6ee50; }
  .link-large-auto-right.link-auto--red:before {
    background-color: #d84c01; }
  .link-large-auto-right.link-auto--darkred:before {
    background-color: #af2200; }
  .link-large-auto-right.link-auto--cyan:before {
    background-color: #5fb5af; }
  .link-large-auto-right.link-auto--teal:before {
    background-color: #04797e; }
  .link-large-auto-right.link-auto--magenta:before {
    background-color: #b9278f; }
  .link-large-auto-right.link-auto--darkmagenta:before {
    background-color: #9e0472; }
  .link-large-auto-right.link-auto--lightbeige:before {
    background-color: #f8f8f7; }
  .link-large-auto-right.link-auto--beige:before {
    background-color: #f2f1ef; }
  .link-large-auto-right.link-auto--midbeige:before {
    background-color: #f2f1ef; }
  .link-large-auto-right.link-auto--darkbeige:before {
    background-color: #e7e5e0; }
  .link-large-auto-right.link-auto--sandybrown:before {
    background-color: #d6caa3; }
  .link-large-auto-right.link-auto--white:before {
    background-color: white; }
  .link-large-auto-right.link-auto--black:before {
    background-color: black; }
  .link-large-auto-right.link-auto--standard:before {
    background-color: #f2f1ef; }
  .link-large-auto-right.link-auto--green:before {
    background-color: #b8c931; }
  .link-large-auto-right.link-auto--darkgreen:before {
    background-color: #80a51b; }
  .link-large-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-large-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675c53; }

.link-xlarge-auto-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 98px; }
  .link-xlarge-auto-right:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .link-xlarge-auto-right {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .link-xlarge-auto-right:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .link-xlarge-auto-right:before {
    width: 68px;
    height: 68px;
    border-radius: 68px;
    top: 0;
    right: 0; }
  .link-xlarge-auto-right:after {
    top: 4px;
    right: 2px;
    width: 28px;
    height: 17px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg);
    background-position: right center;
    background-size: 28px 17px; }
  .link-xlarge-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-xlarge-auto-right:after {
    top: 0;
    right: 14px;
    width: 68px;
    height: 68px;
    background-size: 68px 68px; }
  .link-xlarge-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-xlarge-right;
            animation-name: link-anim-standard-xlarge-right; }
  .link-xlarge-auto-right.link-auto--yellow:before {
    background-color: #f6ee50; }
  .link-xlarge-auto-right.link-auto--red:before {
    background-color: #d84c01; }
  .link-xlarge-auto-right.link-auto--darkred:before {
    background-color: #af2200; }
  .link-xlarge-auto-right.link-auto--cyan:before {
    background-color: #5fb5af; }
  .link-xlarge-auto-right.link-auto--teal:before {
    background-color: #04797e; }
  .link-xlarge-auto-right.link-auto--magenta:before {
    background-color: #b9278f; }
  .link-xlarge-auto-right.link-auto--darkmagenta:before {
    background-color: #9e0472; }
  .link-xlarge-auto-right.link-auto--lightbeige:before {
    background-color: #f8f8f7; }
  .link-xlarge-auto-right.link-auto--beige:before {
    background-color: #f2f1ef; }
  .link-xlarge-auto-right.link-auto--midbeige:before {
    background-color: #f2f1ef; }
  .link-xlarge-auto-right.link-auto--darkbeige:before {
    background-color: #e7e5e0; }
  .link-xlarge-auto-right.link-auto--sandybrown:before {
    background-color: #d6caa3; }
  .link-xlarge-auto-right.link-auto--white:before {
    background-color: white; }
  .link-xlarge-auto-right.link-auto--black:before {
    background-color: black; }
  .link-xlarge-auto-right.link-auto--standard:before {
    background-color: #f2f1ef; }
  .link-xlarge-auto-right.link-auto--green:before {
    background-color: #b8c931; }
  .link-xlarge-auto-right.link-auto--darkgreen:before {
    background-color: #80a51b; }
  .link-xlarge-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-xlarge-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675c53; }

.link-color--yellow:before {
  background-color: #f6ee50; }

.link-color--red:before {
  background-color: #d84c01; }

.link-color--darkred:before {
  background-color: #af2200; }

.link-color--cyan:before {
  background-color: #5fb5af; }

.link-color--teal:before {
  background-color: #04797e; }

.link-color--magenta:before {
  background-color: #b9278f; }

.link-color--darkmagenta:before {
  background-color: #9e0472; }

.link-color--lightbeige:before {
  background-color: #f8f8f7; }

.link-color--beige:before {
  background-color: #f2f1ef; }

.link-color--midbeige:before {
  background-color: #f2f1ef; }

.link-color--darkbeige:before {
  background-color: #e7e5e0; }

.link-color--sandybrown:before {
  background-color: #d6caa3; }

.link-color--white:before {
  background-color: white; }

.link-color--black:before {
  background-color: black; }

.link-color--standard:before {
  background-color: #f2f1ef; }

.link-color--green:before {
  background-color: #b8c931; }

.link-color--darkgreen:before {
  background-color: #80a51b; }

.link-color--warmgrey:before {
  background-color: #8e8882; }

.link-color--darkwarmgrey:before {
  background-color: #675c53; }

.ce_dzteaser--keycolor-yellow .link-teaser-autocolor:before {
  background-color: #f6ee50; }

.ce_dzteaser--keycolor-red .link-teaser-autocolor:before {
  background-color: #d84c01; }

.ce_dzteaser--keycolor-darkred .link-teaser-autocolor:before {
  background-color: #af2200; }

.ce_dzteaser--keycolor-cyan .link-teaser-autocolor:before {
  background-color: #5fb5af; }

.ce_dzteaser--keycolor-teal .link-teaser-autocolor:before {
  background-color: #04797e; }

.ce_dzteaser--keycolor-magenta .link-teaser-autocolor:before {
  background-color: #b9278f; }

.ce_dzteaser--keycolor-darkmagenta .link-teaser-autocolor:before {
  background-color: #9e0472; }

.ce_dzteaser--keycolor-lightbeige .link-teaser-autocolor:before {
  background-color: #f8f8f7; }

.ce_dzteaser--keycolor-beige .link-teaser-autocolor:before {
  background-color: #f2f1ef; }

.ce_dzteaser--keycolor-midbeige .link-teaser-autocolor:before {
  background-color: #f2f1ef; }

.ce_dzteaser--keycolor-darkbeige .link-teaser-autocolor:before {
  background-color: #e7e5e0; }

.ce_dzteaser--keycolor-sandybrown .link-teaser-autocolor:before {
  background-color: #d6caa3; }

.ce_dzteaser--keycolor-white .link-teaser-autocolor:before {
  background-color: white; }

.ce_dzteaser--keycolor-black .link-teaser-autocolor:before {
  background-color: black; }

.ce_dzteaser--keycolor-standard .link-teaser-autocolor:before {
  background-color: #f2f1ef; }

.ce_dzteaser--keycolor-green .link-teaser-autocolor:before {
  background-color: #b8c931; }

.ce_dzteaser--keycolor-darkgreen .link-teaser-autocolor:before {
  background-color: #80a51b; }

.ce_dzteaser--keycolor-warmgrey .link-teaser-autocolor:before {
  background-color: #8e8882; }

.ce_dzteaser--keycolor-darkwarmgrey .link-teaser-autocolor:before {
  background-color: #675c53; }

.content-keycolor-yellow .link-autocolor:before {
  background-color: #f6ee50; }

.content-keycolor-red .link-autocolor:before {
  background-color: #d84c01; }

.content-keycolor-darkred .link-autocolor:before {
  background-color: #af2200; }

.content-keycolor-cyan .link-autocolor:before {
  background-color: #5fb5af; }

.content-keycolor-teal .link-autocolor:before {
  background-color: #04797e; }

.content-keycolor-magenta .link-autocolor:before {
  background-color: #b9278f; }

.content-keycolor-darkmagenta .link-autocolor:before {
  background-color: #9e0472; }

.content-keycolor-lightbeige .link-autocolor:before {
  background-color: #f8f8f7; }

.content-keycolor-beige .link-autocolor:before {
  background-color: #f2f1ef; }

.content-keycolor-midbeige .link-autocolor:before {
  background-color: #f2f1ef; }

.content-keycolor-darkbeige .link-autocolor:before {
  background-color: #e7e5e0; }

.content-keycolor-sandybrown .link-autocolor:before {
  background-color: #d6caa3; }

.content-keycolor-white .link-autocolor:before {
  background-color: white; }

.content-keycolor-black .link-autocolor:before {
  background-color: black; }

.content-keycolor-standard .link-autocolor:before {
  background-color: #f2f1ef; }

.content-keycolor-green .link-autocolor:before {
  background-color: #b8c931; }

.content-keycolor-darkgreen .link-autocolor:before {
  background-color: #80a51b; }

.content-keycolor-warmgrey .link-autocolor:before {
  background-color: #8e8882; }

.content-keycolor-darkwarmgrey .link-autocolor:before {
  background-color: #675c53; }

.link-back {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  padding: 15px 30px;
  background-color: black;
  color: white;
  border: 0;
  padding-left: 53px;
  padding-right: 15px;
  background-image: url(/files/dajw_theme/back-link-white.svg);
  background-repeat: no-repeat;
  background-position: 15px center; }
  .contrast-active .link-back {
    background-color: black !important;
    color: white !important; }
  .link-back:hover, .link-back:focus {
    color: white;
    text-decoration: underline; }

.c-image-container {
  position: relative; }
  .c-image-container__copyright-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 23px;
    height: 23px; }
    .c-image-container__copyright-link:before {
      content: ' ';
      display: inline-block;
      width: 23px;
      height: 23px;
      background-image: url(/files/dajw_theme/copyright.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
    .c-image-container__copyright-link .b {
      display: none;
      font-family: 'Arial', sans-serif;
      font-weight: 500; }
    .c-image-container__copyright-link:before {
      font-family: 'Arial', sans-serif;
      font-weight: 500; }
    .c-image-container__copyright-link:focus-visible:before {
      border: 1px solid white; }

.ce_dzteaser--image-link .c-image-container__copyright-link {
  top: 10px; }

.tippy-box[data-theme~='standard'] {
  border-radius: 0;
  -webkit-transform: translate(-23px, 10px);
          transform: translate(-23px, 10px);
  background-color: black; }
  .tippy-box[data-theme~='standard'] .tippy-content {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.41667;
    padding: 15px;
    max-width: 237px; }

.dz-modal__inside {
  position: relative;
  padding: 40px 0 0 0; }

.dz-modal__body {
  padding: 0;
  background-color: #f2f1ef; }

.dz-modal__close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 21px;
  height: 21px;
  position: absolute;
  top: -26px;
  right: -26px;
  z-index: 1;
  opacity: 1;
  cursor: pointer; }
  .dz-modal__close:before {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/files/dajw_theme/close_white.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.dz-modal img {
  max-width: 100%;
  height: auto; }

.dz-modal figcaption {
  padding: 30px 25px; }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 920px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .dz-modal {
    padding-left: 40px; }
  .modal-dialog {
    max-width: 540px; } }

@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 0;
    height: 100vh;
    width: 100%; }
  .modal-content {
    height: inherit; }
  .dz-modal {
    padding-right: 0 !important; }
    .dz-modal__inside {
      padding-right: 0;
      padding-top: 0; }
    .dz-modal__close {
      top: 7px;
      right: 10px;
      z-index: 1000; } }

.dzmodal__video {
  width: 100%; }
  .dzmodal__video.ratio-169 {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden; }
    .dzmodal__video.ratio-169 > iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      border: 0; }

.dz-modal--video figcaption {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941; }
  .dz-modal--video figcaption strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px; }

.dzmodal__video-preview--fullwidth img {
  width: 100%; }

.dzmodal__iframe {
  display: none; }

.dzmodal__privacy-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 82, 85, 0.95);
  color: white; }
  .dzmodal__privacy-layer-inside {
    position: relative;
    top: 100px;
    max-width: 454px;
    margin: 0 auto;
    padding: 20px; }
  .dzmodal__privacy-layer h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .dzmodal__privacy-layer h3 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .dzmodal__privacy-layer p:first-of-type {
    margin-bottom: 50px; }
  .dzmodal__privacy-layer .dzmodal__button-container {
    text-align: center;
    margin-bottom: 50px; }
  .dzmodal__privacy-layer button {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    display: inline-block;
    padding: 10px 58px 10px 20px;
    border: 0;
    background-color: #d84c01;
    background-image: url(/files/dajw_theme/arrow_white_right.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 28px 17px; }
  .dzmodal__privacy-layer p:last-of-type {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.33333; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

.mod_article {
  background-color: #fff;
  color: #000; }
  .mod_article.mod_article--full-width .mod_article__inside.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .mod_article.mod_article--bg-yellow {
    background-color: #f6ee50;
    color: black; }
  .mod_article.mod_article--bg-red {
    background-color: #d84c01;
    color: white; }
  .mod_article.mod_article--bg-darkred {
    background-color: #af2200;
    color: white; }
  .mod_article.mod_article--bg-cyan {
    background-color: #5fb5af;
    color: black; }
  .mod_article.mod_article--bg-teal {
    background-color: #04797e;
    color: white; }
  .mod_article.mod_article--bg-magenta {
    background-color: #b9278f;
    color: white; }
  .mod_article.mod_article--bg-darkmagenta {
    background-color: #9e0472;
    color: white; }
  .mod_article.mod_article--bg-lightbeige {
    background-color: #f8f8f7;
    color: black; }
  .mod_article.mod_article--bg-beige {
    background-color: #f2f1ef;
    color: black; }
  .mod_article.mod_article--bg-midbeige {
    background-color: #f2f1ef;
    color: black; }
  .mod_article.mod_article--bg-darkbeige {
    background-color: #e7e5e0;
    color: black; }
  .mod_article.mod_article--bg-sandybrown {
    background-color: #d6caa3;
    color: black; }
  .mod_article.mod_article--bg-white {
    background-color: white;
    color: black; }
  .mod_article.mod_article--bg-black {
    background-color: black;
    color: white; }
  .mod_article.mod_article--bg-standard {
    background-color: #f2f1ef;
    color: black; }
  .mod_article.mod_article--bg-green {
    background-color: #b8c931;
    color: black; }
  .mod_article.mod_article--bg-darkgreen {
    background-color: #80a51b;
    color: white; }
  .mod_article.mod_article--bg-warmgrey {
    background-color: #8e8882;
    color: black; }
  .mod_article.mod_article--bg-darkwarmgrey {
    background-color: #675c53;
    color: white; }
  .mod_article.mod_article--bg-standard {
    background-color: white; }
  .mod_article.mod_article--with-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .contrast-active .mod_article.mod_article--with-bg-image {
      background: #f2f1ef;
      background-image: none !important; }
  .mod_article--narrow .mod_article__inside > div {
    max-width: 600px; }

/*
main {
    .mod_article--enlarge {
        .ce_headline.standard h2,
        .ce_headline--underline h2 {
            @include fs(28,42,bitter-bold);
        }
        
        h3 {
            @include fs(24,36,bitter-bold);
        }
        
        p {
            @include fs(21,32);
        }
    
        .ce_text ul li,
        .ce_text ol li {
            @include fs(21,32);
        }
    
        .ce_text--linklist ul li a,
        .ce_text a {
            @include fs(21,32,barlow-med);
        }
    }
}
*/
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination a {
    padding-left: 0; }
  .pagination p {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.46667;
    width: 100%;
    margin-bottom: 15px;
    text-align: right; }
    @media (min-width: 576px) {
      .pagination p {
        font-size: 1.0625rem;
        line-height: 1.41176; } }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .pagination ul li {
      line-height: 0; }
      .pagination ul li:not(:last-child) {
        margin-right: 15px; }
      .pagination ul li:first-child, .pagination ul li:nth-last-child(2) {
        margin-right: 10px; }
      .pagination ul li a,
      .pagination ul li strong {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.55556; }
      .pagination ul li .active {
        background-position: bottom 0 left 0;
        background-repeat: repeat-x;
        background-size: 1px 9px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
        background-image: linear-gradient(#f6ee50, #f6ee50); }
      .pagination ul li a.first,
      .pagination ul li span.first {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.first:before,
        .pagination ul li span.first:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/start-grey.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.first:hover, .pagination ul li a.first:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.first:hover:before, .pagination ul li a.first:focus:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/start-yellow.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.first {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li span.first:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/start-inactive.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.previous,
      .pagination ul li span.previous {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.previous:before,
        .pagination ul li span.previous:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/back-grey.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.previous:hover, .pagination ul li a.previous:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.previous:hover:before, .pagination ul li a.previous:focus:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/back-yellow.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.previous {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li span.previous:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/back-inactive.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.next,
      .pagination ul li span.next {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.next:before,
        .pagination ul li span.next:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/next-grey.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.next:hover, .pagination ul li a.next:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.next:hover:before, .pagination ul li a.next:focus:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/next-yellow.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.next {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li span.next:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/next-inactive.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.last,
      .pagination ul li span.last {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.last:before,
        .pagination ul li span.last:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/end-grey.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.last:hover, .pagination ul li a.last:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li a.last:hover:before, .pagination ul li a.last:focus:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/end-yellow.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.last {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 45px;
        height: 45px; }
        .pagination ul li span.last:before {
          content: ' ';
          display: inline-block;
          width: 45px;
          height: 45px;
          background-image: url(/files/dajw_theme/end-inactive.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
  @media (min-width: 768px) {
    .pagination {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .pagination p {
        width: auto;
        margin-bottom: 0;
        margin-right: 30px; } }
  @media (max-width: 575.98px) {
    .pagination ul li.hide-xs {
      display: none; }
    .pagination ul li:not(:last-child) {
      margin-right: 10px; }
    .pagination ul li a,
    .pagination ul li strong {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.75; }
    .pagination ul li a.first,
    .pagination ul li span.first {
      width: 40px;
      height: 40px; }
      .pagination ul li a.first:before,
      .pagination ul li span.first:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.first:hover, .pagination ul li a.first:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.first:hover:before, .pagination ul li a.first:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.first {
      width: 40px;
      height: 40px; }
      .pagination ul li span.first:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.previous,
    .pagination ul li span.previous {
      width: 40px;
      height: 40px; }
      .pagination ul li a.previous:before,
      .pagination ul li span.previous:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.previous:hover, .pagination ul li a.previous:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.previous:hover:before, .pagination ul li a.previous:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.previous {
      width: 40px;
      height: 40px; }
      .pagination ul li span.previous:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.next,
    .pagination ul li span.next {
      width: 40px;
      height: 40px; }
      .pagination ul li a.next:before,
      .pagination ul li span.next:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.next:hover, .pagination ul li a.next:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.next:hover:before, .pagination ul li a.next:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.next {
      width: 40px;
      height: 40px; }
      .pagination ul li span.next:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.last,
    .pagination ul li span.last {
      width: 40px;
      height: 40px; }
      .pagination ul li a.last:before,
      .pagination ul li span.last:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.last:hover, .pagination ul li a.last:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.last:hover:before, .pagination ul li a.last:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.last {
      width: 40px;
      height: 40px; }
      .pagination ul li span.last:before {
        width: 40px;
        height: 40px; } }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: black; }

.select2-search {
  margin-top: 3px; }
  .select2-search input {
    height: 26px;
    border: 2px solid #dce4ec; }

.select2-dropdown {
  border: 0;
  border-radius: 0; }

.select2-results {
  padding: 0;
  margin: 0;
  border-top: 1px solid #c6c3c0; }
  .select2-results .select2-highlighted {
    background: #444;
    color: #fff; }
  .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
    .select2-results__options .select2-results__options {
      max-height: 10000px; }
  .select2-results__option {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: white;
    padding: 8px 50px 8px 15px;
    border-bottom: 1px solid #c6c3c0; }
    .select2-results__option--highlighted {
      color: white; }
    .select2-results__option[role='group'] {
      padding: 0;
      padding-left: 0;
      padding-right: 0; }
  .select2-results__group {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    display: block;
    background-color: #444;
    padding: 8px 15px; }
  .select2-results .select2-results__options--nested {
    border-top: 1px solid #c6c3c0; }
    .select2-results .select2-results__options--nested .select2-results__option {
      border-bottom: 0; }
      .select2-results .select2-results__options--nested .select2-results__option:not(:first-child) {
        border-top: 1px solid #c6c3c0; }

/****** Single SCSS *******/
.select2-container--ww {
  width: 100% !important; }
  .select2-container--ww .select2-container--focus .select2-selection--multiple {
    border: 1px solid #444; }
  .select2-container--ww .select2-results__option--highlighted[aria-selected] {
    background: #444 !important;
    color: #fff; }
  .select2-container--ww .select2-results__option[aria-selected=true] {
    background: #444;
    color: #fff; }
  .select2-container--ww .select2-selection--single {
    border-radius: 0;
    background: black;
    border: 0;
    height: 40px; }
    .select2-container--ww .select2-selection--single .select2-selection__rendered {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 2.5;
      color: #fff;
      padding: 0 50px 0 15px; }
    .select2-container--ww .select2-selection--single .select2-selection__arrow {
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      width: 20px; }
      .select2-container--ww .select2-selection--single .select2-selection__arrow b {
        background-image: url(/files/dajw_theme/down-black.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 16px 10px;
        display: inline-block;
        width: 16px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-image: url(/files/dajw_theme/down-white.svg);
        right: 15px; }
        .contrast-active .select2-container--ww .select2-selection--single .select2-selection__arrow b {
          background-image: url(/files/dajw_theme/down-white.svg); }
    .select2-container--ww .select2-selection--single .select2-selection__placeholder {
      color: #fff; }
    .select2-container--ww .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
  .select2-container--ww.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url(/files/dajw_theme/up-black.svg);
    background-image: url(/files/dajw_theme/up-white.svg); }
    .contrast-active .select2-container--ww.select2-container--open .select2-selection--single .select2-selection__arrow b {
      background-image: url(/files/dajw_theme/up-white.svg); }

/****** Multiple SCSS *******/
.ce_form .widget-dz-ec {
  position: absolute;
  left: -10000px;
  top: 0;
  z-index: 1; }

.form__box {
  background-color: #e5e4e3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .form__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .form__box {
      padding: 60px 140px 60px 60px; } }

.form__container {
  max-width: 900px; }

.form__errors {
  border: 1px solid #d84c01;
  padding: 20px;
  margin-bottom: 40px; }
  .form__errors strong,
  .form__errors li {
    color: red; }
    .form__errors strong:last-child,
    .form__errors li:last-child {
      margin-bottom: 0; }
  .form__errors ul {
    margin-bottom: 0; }

.form__row {
  margin-bottom: 25px; }
  .form__row legend {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 10px; }
    .form__row legend.error {
      color: #af2200; }
  @media (min-width: 768px) {
    .form__row--50 {
      width: calc(50% - 15px); } }
  @media (min-width: 768px) {
    .form__row--cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .form__row--button {
    margin-top: 40px; }

.form__elem {
  width: 100%; }
  @media (min-width: 768px) {
    .form__row--cols .form__elem {
      width: calc(50% - 15px); } }
  @media (max-width: 767.98px) {
    .form__row--cols .form__elem:not(:last-child) {
      margin-bottom: 25px; } }
  .form__elem label {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 10px; }
    .form__elem label.error {
      color: #af2200; }
  .form__elem select {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 2.5;
    height: 40px;
    padding: 0 50px 0 15px;
    background-color: black;
    color: white;
    border: 2px solid black;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(/files/dajw_theme/down-white.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    width: 100%; }
  .form__elem input[type='text'],
  .form__elem input[type='password'],
  .form__elem input[type='email'],
  .form__elem input[type='search'] {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    height: 40px;
    padding: 0 15px; }
    .form__box .form__elem input[type='text'], .form__box
    .form__elem input[type='password'], .form__box
    .form__elem input[type='email'], .form__box
    .form__elem input[type='search'] {
      background-color: white; }
    .form__elem input[type='text'].error,
    .form__elem input[type='password'].error,
    .form__elem input[type='email'].error,
    .form__elem input[type='search'].error {
      border: 1px solid #af2200; }
  .form__elem textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    min-height: 100px;
    padding: 0 15px; }
    .form__box .form__elem textarea {
      background-color: white; }
    .form__elem textarea.error {
      border: 1px solid #af2200; }

.form__checkbox-item {
  margin-bottom: 15px; }
  .form__checkbox-item input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .form__checkbox-item label {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
    .form__checkbox-item label > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .form__checkbox-item label {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .form__checkbox-item input.error + label {
    color: #af2200; }
  .form__checkbox-item input:disabled + label {
    opacity: 0.5; }
  .form__checkbox-item label:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f2f1ef; }
    .contrast-active .form__checkbox-item label:before {
      border: 1px solid black; }
  .form__checkbox-item input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .form__checkbox-item input:focus-visible + label:before {
    outline: 2px solid black; }
  .form__checkbox-inline .form__checkbox-item {
    display: inline-block; }
    .form__checkbox-inline .form__checkbox-item:not(:last-child) {
      margin-right: 20px; }

@media (min-width: 768px) {
  .form__checkbox-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

.form__button {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #f6ee50;
  color: black;
  border: 0; }
  .contrast-active .form__button {
    background-color: black !important;
    color: white !important; }
  .form__button:hover, .form__button:focus {
    color: black;
    text-decoration: underline; }

.form__logo-preview {
  max-width: 200px;
  height: auto; }

.form__error label {
  color: #af2200; }

.form__error input[type='text'],
.form__error input[type='password'],
.form__error input[type='email'],
.form__error input[type='search'],
.form__error textarea {
  border: 1px solid #af2200; }

.mod_login,
.mod_lostPassword,
.mod_changePassword,
.mod_personalData {
  background-color: #e5e4e3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_login,
    .mod_lostPassword,
    .mod_changePassword,
    .mod_personalData {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_login,
    .mod_lostPassword,
    .mod_changePassword,
    .mod_personalData {
      padding: 60px 140px 60px 60px; } }
  .mod_login h2,
  .mod_login h3,
  .mod_login h4,
  .mod_lostPassword h2,
  .mod_lostPassword h3,
  .mod_lostPassword h4,
  .mod_changePassword h2,
  .mod_changePassword h3,
  .mod_changePassword h4,
  .mod_personalData h2,
  .mod_personalData h3,
  .mod_personalData h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .mod_login h2,
      .mod_login h3,
      .mod_login h4,
      .mod_lostPassword h2,
      .mod_lostPassword h3,
      .mod_lostPassword h4,
      .mod_changePassword h2,
      .mod_changePassword h3,
      .mod_changePassword h4,
      .mod_personalData h2,
      .mod_personalData h3,
      .mod_personalData h4 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .mod_login .invisible,
  .mod_lostPassword .invisible,
  .mod_changePassword .invisible,
  .mod_personalData .invisible {
    display: none; }
  .mod_login .widget,
  .mod_lostPassword .widget,
  .mod_changePassword .widget,
  .mod_personalData .widget {
    width: 100%; }
    @media (min-width: 768px) {
      .mod_login .widget,
      .mod_lostPassword .widget,
      .mod_changePassword .widget,
      .mod_personalData .widget {
        max-width: 445px; } }

.widget {
  margin-bottom: 25px; }
  .widget label,
  .widget legend {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 10px; }
    .widget label.error,
    .widget legend.error {
      color: #af2200; }
  .widget input[type='text'],
  .widget input[type='password'],
  .widget input[type='email'],
  .widget input[type='search'] {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: white; }
    .form__box .widget input[type='text'], .form__box
    .widget input[type='password'], .form__box
    .widget input[type='email'], .form__box
    .widget input[type='search'] {
      background-color: white; }
    .widget input[type='text'].error,
    .widget input[type='password'].error,
    .widget input[type='email'].error,
    .widget input[type='search'].error {
      border: 1px solid #af2200; }
  .widget button {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #f6ee50;
    color: black;
    border: 0; }
    .contrast-active .widget button {
      background-color: black !important;
      color: white !important; }
    .widget button:hover, .widget button:focus {
      color: black;
      text-decoration: underline; }
  .widget.widget-submit {
    margin-top: 40px; }
  .widget p.error {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.33333;
    color: #af2200;
    margin-top: 3px; }

.ce_form .formbody {
  max-width: 900px; }

.ce_form .form-errors {
  margin-bottom: 30px; }
  .ce_form .form-errors__intro {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    color: #af2200;
    margin-bottom: 10px; }
  .ce_form .form-errors a {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    color: #af2200; }

.ce_form .widget input[type='text'],
.ce_form .widget input[type='password'],
.ce_form .widget input[type='email'],
.ce_form .widget input[type='search'] {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  border: 0;
  background-color: #f2f1ef;
  width: 100%;
  height: 40px;
  padding: 0 15px; }
  .form__box .ce_form .widget input[type='text'], .form__box
  .ce_form .widget input[type='password'], .form__box
  .ce_form .widget input[type='email'], .form__box
  .ce_form .widget input[type='search'] {
    background-color: white; }
  .ce_form .widget input[type='text'].error,
  .ce_form .widget input[type='password'].error,
  .ce_form .widget input[type='email'].error,
  .ce_form .widget input[type='search'].error {
    border: 1px solid #af2200; }

.ce_form .widget textarea {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  border: 0;
  background-color: #f2f1ef;
  width: 100%;
  min-height: 100px;
  padding: 0 15px; }
  .form__box .ce_form .widget textarea {
    background-color: white; }
  .ce_form .widget textarea.error {
    border: 1px solid #af2200; }

@media (min-width: 768px) {
  .ce_form .widget {
    width: calc(50% - 15px); } }

.ce_form .widget.full-width {
  width: 100%; }

.ce_form .widget.two-cols {
  width: 100%; }
  .ce_form .widget.two-cols .ce_form__cb-container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }

.ce_form .row .widget {
  width: 100%; }

.ce_form select {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.5;
  height: 40px;
  padding: 0 50px 0 15px;
  background-color: black;
  color: white;
  border: 2px solid black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/files/dajw_theme/down-white.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  width: 100%; }

.ce_form .widget-explanation a {
  padding-left: 0; }

.ce_form .widget-explanation h2,
.ce_form .widget-explanation h3,
.ce_form .widget-explanation h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .ce_form .widget-explanation h2,
    .ce_form .widget-explanation h3,
    .ce_form .widget-explanation h4 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

.ce_form .widget-checkbox span {
  margin-bottom: 15px; }
  .ce_form .widget-checkbox span input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .ce_form .widget-checkbox span label {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
    .ce_form .widget-checkbox span label > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_form .widget-checkbox span label {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .ce_form .widget-checkbox span input.error + label {
    color: #af2200; }
  .ce_form .widget-checkbox span input:disabled + label {
    opacity: 0.5; }
  .ce_form .widget-checkbox span label:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f2f1ef; }
    .contrast-active .ce_form .widget-checkbox span label:before {
      border: 1px solid black; }
  .ce_form .widget-checkbox span input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ce_form .widget-checkbox span input:focus-visible + label:before {
    outline: 2px solid black; }

@media (min-width: 768px) {
  .ce_form .widget-submit {
    width: calc(50% - 15px); } }

.ce_form--inv .widget input[type='text'],
.ce_form--inv .widget input[type='password'],
.ce_form--inv .widget input[type='email'],
.ce_form--inv .widget input[type='search'] {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  border: 0;
  background-color: #f2f1ef;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: white; }
  .form__box .ce_form--inv .widget input[type='text'], .form__box
  .ce_form--inv .widget input[type='password'], .form__box
  .ce_form--inv .widget input[type='email'], .form__box
  .ce_form--inv .widget input[type='search'] {
    background-color: white; }
  .ce_form--inv .widget input[type='text'].error,
  .ce_form--inv .widget input[type='password'].error,
  .ce_form--inv .widget input[type='email'].error,
  .ce_form--inv .widget input[type='search'].error {
    border: 1px solid #af2200; }

.ce_form--inv .widget textarea {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  border: 0;
  background-color: #f2f1ef;
  width: 100%;
  min-height: 100px;
  padding: 0 15px;
  background-color: white; }
  .form__box .ce_form--inv .widget textarea {
    background-color: white; }
  .ce_form--inv .widget textarea.error {
    border: 1px solid #af2200; }

.ce_form--inv .widget-checkbox span {
  margin-bottom: 15px; }
  .ce_form--inv .widget-checkbox span input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .ce_form--inv .widget-checkbox span label {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
    .ce_form--inv .widget-checkbox span label > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_form--inv .widget-checkbox span label {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .ce_form--inv .widget-checkbox span input.error + label {
    color: #af2200; }
  .ce_form--inv .widget-checkbox span input:disabled + label {
    opacity: 0.5; }
  .ce_form--inv .widget-checkbox span label:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: white; }
    .contrast-active .ce_form--inv .widget-checkbox span label:before {
      border: 1px solid black; }
  .ce_form--inv .widget-checkbox span input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ce_form--inv .widget-checkbox span input:focus-visible + label:before {
    outline: 2px solid black; }

.ce_form--box {
  background-color: #e5e4e3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_form--box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_form--box {
      padding: 60px 140px 60px 60px; } }
  .ce_form--box .widget input[type='text'],
  .ce_form--box .widget input[type='password'],
  .ce_form--box .widget input[type='email'],
  .ce_form--box .widget input[type='search'] {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: white; }
    .form__box .ce_form--box .widget input[type='text'], .form__box
    .ce_form--box .widget input[type='password'], .form__box
    .ce_form--box .widget input[type='email'], .form__box
    .ce_form--box .widget input[type='search'] {
      background-color: white; }
    .ce_form--box .widget input[type='text'].error,
    .ce_form--box .widget input[type='password'].error,
    .ce_form--box .widget input[type='email'].error,
    .ce_form--box .widget input[type='search'].error {
      border: 1px solid #af2200; }
  .ce_form--box .widget textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    min-height: 100px;
    padding: 0 15px;
    background-color: white; }
    .form__box .ce_form--box .widget textarea {
      background-color: white; }
    .ce_form--box .widget textarea.error {
      border: 1px solid #af2200; }
  .ce_form--box .widget-checkbox span {
    margin-bottom: 15px; }
    .ce_form--box .widget-checkbox span input[type='checkbox'] {
      position: absolute;
      opacity: 0; }
    .ce_form--box .widget-checkbox span label {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.52941;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      width: 100%;
      padding-left: 30px;
      padding-right: 5px;
      display: block;
      position: relative; }
      .ce_form--box .widget-checkbox span label > strong {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-style: normal; }
      @media (min-width: 768px) {
        .ce_form--box .widget-checkbox span label {
          font-size: 1.125rem;
          line-height: 1.55556;
          -webkit-hyphens: manual;
              -ms-hyphens: manual;
                  hyphens: manual; } }
    .ce_form--box .widget-checkbox span input.error + label {
      color: #af2200; }
    .ce_form--box .widget-checkbox span input:disabled + label {
      opacity: 0.5; }
    .ce_form--box .widget-checkbox span label:before {
      display: inline-block;
      position: absolute;
      top: 3px;
      left: 0;
      z-index: 1;
      content: '';
      width: 20px;
      height: 20px;
      background-color: white; }
      .contrast-active .ce_form--box .widget-checkbox span label:before {
        border: 1px solid black; }
    .ce_form--box .widget-checkbox span input:checked + label:after {
      display: inline-block;
      position: absolute;
      content: '';
      z-index: 1;
      left: 9px;
      top: -3px;
      width: 10px;
      height: 24px;
      border: solid black;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .ce_form--box .widget-checkbox span input:focus-visible + label:before {
      outline: 2px solid black; }

.contrast-active .form__elem input[type='text'],
.contrast-active .form__elem input[type='password'],
.contrast-active .form__elem input[type='email'],
.contrast-active .form__elem input[type='search'],
.contrast-active .ce_form .widget input[type='text'],
.contrast-active .ce_form .widget input[type='password'],
.contrast-active .ce_form .widget input[type='email'],
.contrast-active .ce_form .widget input[type='search'] {
  border: 1px solid black; }

.contrast-active .form__elem textarea,
.contrast-active .ce_form .widget textarea {
  border: 1px solid black; }

.result__pagination--top {
  margin-bottom: 40px; }

.result__pagination--bottom {
  margin-top: 40px; }

.result__num-results {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .result__num-results {
      font-size: 1.0625rem;
      line-height: 1.41176; } }

.result__list p {
  margin-bottom: 0; }

.result__row {
  position: relative;
  padding: 75px 15px 15px 15px;
  border-top: 1px solid #c6c3c0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .result__row {
      padding: 30px; } }
  @media (min-width: 768px) {
    .result__row {
      padding: 40px 65px 40px 40px; } }
  .result__row:last-child {
    border-bottom: 1px solid #c6c3c0; }
  .result__row--odd {
    background-color: #f4f4f4; }

.result__headline {
  margin-bottom: 25px; }
  @media (min-width: 576px) {
    .result__headline {
      width: calc(100% - 70px); } }
  .result__headline a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }

.result__notepad-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1; }
  @media (min-width: 768px) {
    .result__notepad-container {
      top: 40px;
      right: 40px; } }

.result__cell-container {
  max-width: 900px; }
  @media (min-width: 768px) {
    .result__cell-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 40px; } }

@media (min-width: 768px) {
  .result__cell {
    width: calc(50% - 30px / 2); } }

.result__cell p {
  margin-bottom: 15px; }
  .result__cell p a {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    text-decoration: underline; }

.result__button-link {
  background-color: #e5e4e3;
  padding: 5px 16px 5px 56px;
  margin-top: 15px; }
  .result__button-link .custom-link-icon {
    top: 3px;
    left: 16px; }

.result__edit-link-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .result__edit-link-container {
      text-align: right; } }

.result__edit-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(/files/dajw_theme/choose_yellow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 767.98px) {
    .result__edit-link {
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.result__nav-container {
  margin-bottom: 20px; }

.result__nav {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.parameter__box {
  padding: 30px 15px 30px 15px;
  background-color: #b8c931;
  margin-bottom: 60px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .parameter__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .parameter__box {
      padding: 40px; }
      .ce_colsetStart .parameter__box {
        padding: 30px; } }
  .parameter__box ul {
    margin-bottom: 0; }
    .parameter__box ul li:not(:last-child) {
      margin-bottom: 10px; }

.parameter__headline h1,
.parameter__headline h2,
.parameter__headline h3 {
  display: inline;
  background-position: bottom 2px left 0;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
  background-image: linear-gradient(#d84c01, #d84c01); }
  @media (min-width: 992px) {
    .parameter__headline h1,
    .parameter__headline h2,
    .parameter__headline h3 {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .parameter__headline h1,
    .parameter__headline h2,
    .parameter__headline h3 {
      background-size: 1px 8px; } }
  .contrast-active .parameter__headline h1, .contrast-active
  .parameter__headline h2, .contrast-active
  .parameter__headline h3 {
    background: none !important;
    background-color: transparent !important; }
  .parameter__headline h1:after,
  .parameter__headline h2:after,
  .parameter__headline h3:after {
    clear: both;
    display: block;
    content: ' ';
    height: 25px; }

.parameter__value {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }

.slick-slider {
  margin-bottom: 0; }

.slick-slide.row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.slick-slide .ce_colsetStart {
  margin-left: 0;
  margin-right: 0; }

.slick-slide:focus-visible {
  outline: 1px dotted black; }

.slick-slide:focus:not(:focus-visible) {
  outline: none; }

.ce_sliderStart.standard[data-slidesperpage='3'] .content-slider, .ce_sliderStart.standard[data-slidesperpage='3/2'] .content-slider,
.mod_newslist--slider[data-slidesperpage='3'] .content-slider,
.mod_newslist--slider[data-slidesperpage='3/2'] .content-slider {
  margin: 0 -15px; }

.ce_sliderStart.standard[data-slidesperpage='3'] .slick-slide, .ce_sliderStart.standard[data-slidesperpage='3/2'] .slick-slide,
.mod_newslist--slider[data-slidesperpage='3'] .slick-slide,
.mod_newslist--slider[data-slidesperpage='3/2'] .slick-slide {
  margin: 0 15px; }

.ce_sliderStart.standard .slick-dots,
.mod_newslist--slider .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart.standard .slick-dots li,
  .mod_newslist--slider .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart.standard .slick-dots li button,
    .mod_newslist--slider .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_sliderStart.standard .slick-dots li button:after,
      .mod_newslist--slider .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px; }
      .ce_sliderStart.standard .slick-dots li button:hover:after,
      .mod_newslist--slider .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_sliderStart.standard .slick-dots li button:focus-visible,
      .mod_newslist--slider .slick-dots li button:focus-visible {
        outline: none; }
        .ce_sliderStart.standard .slick-dots li button:focus-visible:after,
        .mod_newslist--slider .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_sliderStart.standard .slick-dots li button:focus:not(:focus-visible),
      .mod_newslist--slider .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_sliderStart.standard .slick-dots li.slick-active button,
    .mod_newslist--slider .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_sliderStart.standard .slick-dots li.slick-active button:after,
      .mod_newslist--slider .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart.standard .slick-dots,
    .mod_newslist--slider .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart.standard .slick-dots,
    .mod_newslist--slider .slick-dots {
      margin-top: 30px; } }

.ce_sliderStart--arrows .slick-next,
.ce_sliderStart--arrows .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_sliderStart--arrows .slick-next.slick-disabled,
  .ce_sliderStart--arrows .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_sliderStart--arrows .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_sliderStart--arrows .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_sliderStart--arrows .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart--arrows .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--arrows .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_sliderStart--arrows .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #f6ee50; }
      .ce_sliderStart--arrows .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_sliderStart--arrows .slick-dots li button:focus-visible {
        outline: none; }
        .ce_sliderStart--arrows .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_sliderStart--arrows .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_sliderStart--arrows .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_sliderStart--arrows .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--arrows .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--arrows .slick-dots {
      margin-top: 30px; } }

.ce_dzepteasers .slick-next,
.ce_dzepteasers .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_dzepteasers .slick-next.slick-disabled,
  .ce_dzepteasers .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_dzepteasers .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_dzepteasers .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_dzepteasers .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_dzepteasers.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_dzepteasers.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_dzepteasers .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_dzepteasers .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_dzepteasers .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #d84c01; }
      .ce_dzepteasers .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_dzepteasers .slick-dots li button:focus-visible {
        outline: none; }
        .ce_dzepteasers .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_dzepteasers .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_dzepteasers .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_dzepteasers .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzepteasers .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_dzepteasers .slick-dots {
      margin-top: 30px; } }

button[aria-selected=true] {
  font-weight: bold; }

.ce_dzfaqselection .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_dzfaqselection .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_dzfaqselection .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_dzfaqselection .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #f6ee50; }
      .ce_dzfaqselection .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_dzfaqselection .slick-dots li button:focus-visible {
        outline: none; }
        .ce_dzfaqselection .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_dzfaqselection .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_dzfaqselection .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_dzfaqselection .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzfaqselection .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_dzfaqselection .slick-dots {
      margin-top: 30px; } }

@media (max-width: 991.98px) {
  .ce_sliderStart--imageset {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .ce_sliderStart--imageset {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .ce_sliderStart--imageset {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .ce_sliderStart--imageset {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .ce_sliderStart--imageset {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .ce_sliderStart--imageset {
      max-width: 1140px; } }

.ce_sliderStart--imageset .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px; }
  .ce_sliderStart--imageset .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--imageset .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_sliderStart--imageset .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px; }
      .ce_sliderStart--imageset .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_sliderStart--imageset .slick-dots li button:focus-visible {
        outline: none; }
        .ce_sliderStart--imageset .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_sliderStart--imageset .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_sliderStart--imageset .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_sliderStart--imageset .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--imageset .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--imageset .slick-dots {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .ce_sliderStart--imageset .slick-dots {
      position: absolute;
      top: 405px;
      left: 0;
      z-index: 1;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 720px) / 2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 960px) / 2); } }
  @media (min-width: 1200px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 1140px) / 2); } }

.contrast-active .slick-dots li button {
  background-color: transparent !important; }

.contrast-active .ce_sliderStart--arrows-white .content-slider button.slick-arrow.slick-prev:before,
.contrast-active .slick-prev:before {
  background-image: url(/files/dajw_theme/slider_arrow_black_left.svg) !important; }

.contrast-active .ce_sliderStart--arrows-white .content-slider button.slick-arrow.slick-next:before,
.contrast-active .slick-next:before {
  background-image: url(/files/dajw_theme/slider_arrow_black_right.svg) !important; }

.follow__label {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: white;
  margin-bottom: 20px; }

.follow__list {
  line-height: 0; }
  .follow__list > li {
    display: inline-block;
    line-height: 0; }
    .follow__list > li:not(:last-child) {
      margin-right: 13px; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .mod_footernav__item--follow {
    margin-left: 20px; } }

.mod_footernav .follow__list-container {
  height: 62px; }

.mod_footernav .follow__list {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .mod_footernav .follow__list {
      top: 0;
      -webkit-transform: none;
              transform: none; } }
  .mod_footernav .follow__list > li:not(:last-child) {
    margin-right: 25px; }

.mod_footernav .follow__link--facebook {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--facebook:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/facebook_icon_white.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--facebook:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--facebook:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/facebook_icon_grey_hover_footer.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_footernav .follow__link--instagram {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--instagram:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/instagram_icon_white.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--instagram:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--instagram:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/instagram_icon_grey_hover_footer.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_footernav .follow__link--youtube {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--youtube:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/youtube_icon_white.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--youtube:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--youtube:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/youtube_icon_grey_hover_footer.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__label {
  color: black;
  margin-bottom: 15px; }

.mod_targetnav__follow .follow__link--facebook {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--facebook:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/facebook_icon_black.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--facebook:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--facebook:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/facebook_icon_grey_hover.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__link--instagram {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--instagram:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/instagram_icon_black.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--instagram:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--instagram:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/instagram_icon_grey_hover.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__link--youtube {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--youtube:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(/files/dajw_theme/youtube_icon_black.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--youtube:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--youtube:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(/files/dajw_theme/youtube_icon_grey_hover.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.topheader {
  position: relative;
  z-index: 1010;
  height: 36px;
  margin-bottom: 204px; }
  body:not(.header-sticky).mainnav-open .topheader {
    position: fixed;
    width: 100%;
    z-index: 1040; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .topheader {
      margin-bottom: 119px; } }
  @media (max-width: 767.98px) {
    .topheader {
      margin-bottom: 84px; } }
  .topheader__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .topheader__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .topheader__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .topheader__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .topheader__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .topheader__inside {
        max-width: 1140px; } }
  .topheader__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media (min-width: 992px) {
    .topheader__container {
      margin-right: 20px; } }

.mod_funcnav {
  width: 100%;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10; }
  .mod_funcnav__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_funcnav__inside {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .mod_funcnav__eg a {
    padding-left: 0; }
  .mod_funcnav__eg img {
    width: 24px;
    height: auto;
    margin-right: 10px; }
  .mod_funcnav__eg span {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 3;
    color: black; }
  @media (max-width: 767.98px) {
    .mod_funcnav__eg {
      display: none; } }
  .mod_funcnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0; }
    .mod_funcnav ul li {
      margin: 0;
      padding: 0;
      line-height: 0; }
    .mod_funcnav ul.level_1 {
      padding: 0;
      position: relative;
      z-index: 10020;
      font-size: 0;
      line-height: 0; }
      .mod_funcnav ul.level_1 > li {
        display: inline-block; }
        .mod_funcnav ul.level_1 > li:not(:first-child) {
          margin-left: 15px; }
        .mod_funcnav ul.level_1 > li > a {
          padding-left: 21px;
          position: relative;
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.75rem;
          line-height: 3; }
          .mod_funcnav ul.level_1 > li > a span {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.75rem;
            line-height: 3;
            color: black; }
          .mod_funcnav ul.level_1 > li > a:before {
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 16px 16px;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 0;
            content: '';
            width: 16px;
            height: 16px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .mod_funcnav ul.level_1 > li > a:hover span, .mod_funcnav ul.level_1 > li > a:focus span {
            text-decoration: underline; }
          .mod_funcnav ul.level_1 > li > a:focus:not(:focus-visible) {
            outline: none; }
          .mod_funcnav ul.level_1 > li > a.contrast:before {
            background-image: url(/files/dajw_theme/topnavi_contrast.svg); }
          body.contrast-active .mod_funcnav ul.level_1 > li > a.contrast:before {
            background-image: url(/files/dajw_theme/topnavi_contrast_active.svg); }
          .mod_funcnav ul.level_1 > li > a.languages:before {
            background-image: url(/files/dajw_theme/topnavi_language.svg); }
          .mod_funcnav ul.level_1 > li > a.languages.open:before {
            background-image: url(/files/dajw_theme/topnavi_close.svg); }
          .mod_funcnav ul.level_1 > li > a.sign-language:before {
            background-image: url(/files/dajw_theme/topnavi_sign.svg); }
          .mod_funcnav ul.level_1 > li > a.easy-language:before {
            background-image: url(/files/dajw_theme/topnavi_easylanguage.svg); }
          .mod_funcnav ul.level_1 > li > a.search:before {
            background-image: url(/files/dajw_theme/topnavi_magnifier.svg); }
          .mod_funcnav ul.level_1 > li > a.search.open:before {
            background-image: url(/files/dajw_theme/topnavi_close.svg); }
        .mod_funcnav ul.level_1 > li.languages {
          position: relative;
          z-index: 1020; }
        .mod_funcnav ul.level_1 > li.search {
          position: relative;
          z-index: 1020; }
        @media (max-width: 991.98px) {
          .mod_funcnav ul.level_1 > li.easy-language, .mod_funcnav ul.level_1 > li.sign-language {
            display: none; } }
      @media (max-width: 575.98px) {
        .mod_funcnav ul.level_1 {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }

.mod_languages {
  display: none;
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 10020;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #04797e;
  padding: 20px;
  min-width: 135px; }
  .mod_languages:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #04797e transparent; }
  .contrast-active .mod_languages {
    background-color: black; }
    .contrast-active .mod_languages:after {
      border-color: transparent transparent black transparent; }
  .mod_languages li:not(:last-child) {
    margin-bottom: 15px; }
  .mod_languages a {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375;
    color: white; }
    .mod_languages a.active {
      background-position: bottom 0 left 0;
      background-repeat: repeat-x;
      background-size: 1px 2px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
      background-image: linear-gradient(white, white); }
    .mod_languages a:focus {
      outline: 1px dotted white; }

.mod_search--header {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 1011;
  background-color: #e7e5e0;
  padding: 13px 20px; }
  .mod_searchlink .mod_search--header {
    right: calc(100% - 58px); }
  .mod_search--header .formbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .mod_search--header label {
    display: none; }
  .mod_search--header .widget,
  .mod_search--header .widget-submit {
    margin: 0; }
  .mod_search--header .widget {
    line-height: 0; }
    .mod_search--header .widget input[type='search'] {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.72222;
      border: 0;
      border-left: 4px solid black;
      width: 300px;
      height: 31px;
      background-color: transparent; }
    .mod_search--header .widget input[type='search']::-webkit-search-decoration,
    .mod_search--header .widget input[type='search']::-webkit-search-cancel-button,
    .mod_search--header .widget input[type='search']::-webkit-search-results-button,
    .mod_search--header .widget input[type='search']::-webkit-search-results-decoration {
      -webkit-appearance: none;
              appearance: none; }
    .mod_search--header .widget button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 35px;
      height: 35px; }
      .mod_search--header .widget button:before {
        content: ' ';
        display: inline-block;
        width: 35px;
        height: 35px;
        background-image: url(/files/dajw_theme/search-arrow-yellow.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; }
      .contrast-active .mod_search--header .widget button {
        background-color: transparent !important; }

@media (max-width: 767.98px) {
  .mod_search--header .widget input[type='search'] {
    width: 200px; } }

.devpage .header {
  display: none; }

.header {
  background-color: white;
  height: 204px;
  width: 100%;
  position: absolute;
  margin-top: 36px;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: height 0.4s, -webkit-transform 0.4s ease-out;
  transition: height 0.4s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, height 0.4s;
  transition: transform 0.4s ease-out, height 0.4s, -webkit-transform 0.4s ease-out; }
  @media (min-width: 992px) {
    .header:after {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
      content: '';
      width: 100%;
      height: 54px;
      background-color: #f8f8f7; } }
  body.mainnav-open .header {
    position: fixed; }
  @media (max-width: 991.98px) {
    .header {
      height: 119px; }
      .header.mainnav-open {
        z-index: 1050;
        height: 100%;
        margin-top: 0; } }
  @media (max-width: 767.98px) {
    .header {
      height: 84px; } }
  .header.sticky {
    -webkit-transition: height 0.4s, -webkit-transform 0.4s ease-out;
    transition: height 0.4s, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, height 0.4s;
    transition: transform 0.4s ease-out, height 0.4s, -webkit-transform 0.4s ease-out;
    position: fixed;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 5px #00000029;
            box-shadow: 0 3px 5px #00000029; }
  .header.sticky-change {
    height: 84px;
    -webkit-transition: height 0.4s, -webkit-transform 0.4s ease-out;
    transition: height 0.4s, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, height 0.4s;
    transition: transform 0.4s ease-out, height 0.4s, -webkit-transform 0.4s ease-out;
    background-color: #f8f8f7; }
    @media (max-width: 767.98px) {
      .header.sticky-change {
        height: 66px; } }
  .header.hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 100%; }
    @media (max-width: 575.98px) {
      .header__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .header__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .header__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .header__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .header__inside {
        max-width: 1140px; } }
    .header.with-targetnav .header__inside {
      z-index: 1020; }

.mod_logo {
  position: absolute;
  left: 15px;
  z-index: 1;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out; }
  .mod_logo a {
    padding-left: 0; }
  .mod_logo img {
    width: auto;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
  @media (min-width: 992px) {
    .mod_logo {
      bottom: 84px; }
      .mod_logo img {
        height: 100px; }
      .header.sticky .mod_logo {
        bottom: 84px; }
      .header.sticky.sticky-change .mod_logo {
        bottom: 10px; }
        .header.sticky.sticky-change .mod_logo img {
          height: 64px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_logo {
      bottom: 32px; }
      .mod_logo img {
        height: 80px; }
      .sticky-change .mod_logo {
        bottom: 10px; }
        .sticky-change .mod_logo img {
          height: 64px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_logo {
      bottom: 23px; }
      .mod_logo img {
        height: 60px; }
      .sticky-change .mod_logo {
        bottom: 9px; }
        .sticky-change .mod_logo img {
          height: 47px; } }
  @media (max-width: 575.98px) {
    .mod_logo {
      bottom: 20px; }
      .mod_logo img {
        height: 60px; }
      .sticky-change .mod_logo {
        bottom: 9px; }
        .sticky-change .mod_logo img {
          height: 47px; } }

.mod_searchlink {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1; }
  .homepage .mod_searchlink {
    right: 270px; }
    html[lang='es'] .homepage .mod_searchlink {
      right: 350px; }
    html[lang='fr'] .homepage .mod_searchlink {
      right: 290px; }
  .mod_searchlink a {
    padding: 10px 15px 15px 15px; }
    .mod_searchlink a > span {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 28px;
      height: 28px; }
      .mod_searchlink a > span:before {
        content: ' ';
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url(/files/dajw_theme/magnifier_black.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; }
    .mod_searchlink a.open {
      padding: 19px 19px 14px 19px;
      background-color: #f2f1ef; }
      .mod_searchlink a.open > span {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 20px;
        height: 20px; }
        .mod_searchlink a.open > span:before {
          content: ' ';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url(/files/dajw_theme/close_circle_solog_big.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
  .mod_searchlink .mod_search--header {
    top: 59px; }
  @media (max-width: 1199.98px) {
    .mod_searchlink {
      display: none; } }

.mod_breadcrumb {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    .mod_breadcrumb {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .mod_breadcrumb {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_breadcrumb {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_breadcrumb {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_breadcrumb {
      max-width: 1140px; } }
  @media (min-width: 768px) {
    .mod_breadcrumb {
      margin-bottom: 60px; } }
  .mod_breadcrumb ul {
    list-style-type: none;
    padding-left: 0; }
  .mod_breadcrumb li {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #8e8882;
    display: inline-block; }
    .mod_breadcrumb li :not(:last-child) {
      background-image: url(/files/dajw_theme/arrow_grey_right.svg);
      background-position: right top 6px;
      background-repeat: no-repeat;
      padding-right: 17px;
      margin-right: 5px; }
  .mod_breadcrumb a {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #8e8882;
    padding-left: 0; }
  .contrast-active .mod_breadcrumb li,
  .contrast-active .mod_breadcrumb a {
    color: black; }
  @media (max-width: 767.98px) {
    .mod_breadcrumb {
      display: none; } }

.mod_startlink {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .mod_startlink a {
    display: inline-block;
    padding: 0 20px;
    color: black;
    text-decoration: none; }
    .mod_startlink a > span {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.22222;
      display: inline-block;
      padding-top: 17px;
      padding-bottom: 16px;
      color: inherit; }
    .mod_startlink a:focus-visible > span {
      text-decoration: underline; }
    .mod_startlink a:focus:not(:focus-visible) {
      outline: none; }
    .mod_startlink a.mainnav-icon {
      padding-left: 65px;
      position: relative; }
      .mod_startlink a.mainnav-icon:before {
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 1;
        width: 33px;
        height: 33px;
        content: '';
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 33px 33px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .mod_startlink a.mainnav-icon--home:before {
        background-image: url(/files/dajw_theme/mainnav_home.svg); }
      .mod_startlink a.mainnav-icon--tu:before {
        background-image: url(/files/dajw_theme/mainnav_teamsup.svg); }
      .mod_startlink a.mainnav-icon--tw:before {
        background-image: url(/files/dajw_theme/mainnav_teamworks.svg); }
    @media (min-width: 992px) {
      .mod_startlink a.mainnav-icon--home {
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-image: url(/files/dajw_theme/down_black.svg);
        padding-right: 50px; }
      .mod_startlink a.mainnav-icon--tu, .mod_startlink a.mainnav-icon--tw {
        padding-left: 20px; }
        .mod_startlink a.mainnav-icon--tu:before, .mod_startlink a.mainnav-icon--tw:before {
          display: none; } }
    @media (max-width: 991.98px) {
      .mod_startlink a {
        width: 100%; }
        .mod_startlink a > span {
          padding-top: 21px;
          padding-bottom: 21px; }
        .mod_startlink a.submenu {
          background-position: right 20px center;
          background-repeat: no-repeat;
          background-image: url(/files/dajw_theme/arrow_black_right.svg); }
        .mod_startlink a:hover {
          background-color: #e7e5e0; }
          .mod_startlink a:hover > span {
            text-decoration: underline; } }
    .mod_startlink a span {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.22222; }
    .mod_startlink a:hover span {
      text-decoration: underline; }
  @media (max-width: 991.98px) {
    .mod_startlink {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      left: 15px; }
      .mod_startlink a {
        background-color: rgba(0, 0, 0, 0.25); }
        .mod_startlink a:hover {
          background-color: rgba(0, 0, 0, 0.25); }
        .mod_startlink a span {
          font-size: 0.9375rem;
          line-height: 1.53333;
          color: white;
          padding-top: 5px;
          padding-bottom: 5px; }
        .mod_startlink a.mainnav-icon {
          padding-left: 38px;
          padding-right: 10px; }
          .mod_startlink a.mainnav-icon:before {
            left: 10px;
            width: 23px;
            height: 23px;
            background-size: 23px 23px; } }
  .header.sticky-change .mod_startlink {
    display: none; }

.mainnav-icon--tw .mod_startlink a:before,
.tw .mod_startlink a:before {
  background-image: url(/files/dajw_theme/mainnav_teamworks.svg); }

.mainnav-icon--tu .mod_startlink a:before,
.tu .mod_startlink a:before {
  background-image: url(/files/dajw_theme/mainnav_teamsup.svg); }

.mod_homelink a {
  position: relative;
  padding-left: 37px; }
  .mod_homelink a:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 27px;
    height: 11px;
    content: '';
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 27px 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mod_homelink a:before {
    background-image: url(/files/dajw_theme/back_arrow_black.svg); }
  .mod_homelink a span {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.77778;
    color: black; }

@media (min-width: 992px) {
  .mod_homelink {
    position: absolute;
    bottom: 107px;
    right: 40px;
    z-index: 1; }
    .header.sticky-change .mod_homelink {
      display: none; } }

@media (max-width: 991.98px) {
  .mod_homelink {
    position: relative;
    margin-top: 20px; }
    .mod_homelink a {
      display: inline-block;
      background-color: white;
      padding: 8px 20px 8px 57px; }
      .mod_homelink a:before {
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 1;
        width: 27px;
        height: 11px;
        content: '';
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 27px 11px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .mod_homelink span {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.77778;
      color: black; } }

@media (min-width: 992px) {
  .mod_mainnav__button-container,
  .mod_mainnav__home-link,
  .mod_mainnav__close {
    display: none; } }

.mod_mainnav__inside {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .mod_mainnav__inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .mod_mainnav__inside {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_mainnav__inside {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_mainnav__inside {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_mainnav__inside {
      max-width: 1140px; } }

@media (min-width: 992px) {
  .mod_mainnav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f8f8f7; }
    .mod_mainnav .level_1 {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 0;
      padding-right: 20px;
      text-align: right;
      font-size: 0;
      line-height: 0; }
      .mod_mainnav .level_1 li {
        margin: 0;
        padding: 0;
        line-height: 0; }
      .mod_mainnav .level_1 a > span {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
      .mod_mainnav .level_1 > li {
        display: inline-block;
        position: relative; }
        .mod_mainnav .level_1 > li > a {
          display: inline-block;
          padding: 0 20px;
          color: black;
          text-decoration: none; }
          .mod_mainnav .level_1 > li > a > span {
            font-family: 'Rubik', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.125rem;
            line-height: 1.22222;
            display: inline-block;
            padding-top: 17px;
            padding-bottom: 16px;
            color: inherit; }
          .mod_mainnav .level_1 > li > a:focus-visible > span {
            text-decoration: underline; }
          .mod_mainnav .level_1 > li > a:focus:not(:focus-visible) {
            outline: none; }
          .mod_mainnav .level_1 > li > a.mainnav-icon {
            padding-left: 65px;
            position: relative; }
            .mod_mainnav .level_1 > li > a.mainnav-icon:before {
              position: absolute;
              top: 50%;
              left: 20px;
              z-index: 1;
              width: 33px;
              height: 33px;
              content: '';
              background-repeat: no-repeat;
              background-position: top left;
              background-size: 33px 33px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .mod_mainnav .level_1 > li > a.mainnav-icon--home:before {
              background-image: url(/files/dajw_theme/mainnav_home.svg); }
            .mod_mainnav .level_1 > li > a.mainnav-icon--tu:before {
              background-image: url(/files/dajw_theme/mainnav_teamsup.svg); }
            .mod_mainnav .level_1 > li > a.mainnav-icon--tw:before {
              background-image: url(/files/dajw_theme/mainnav_teamworks.svg); } }
        @media (min-width: 992px) and (min-width: 992px) {
          .mod_mainnav .level_1 > li > a.mainnav-icon--home {
            background-position: right 20px center;
            background-repeat: no-repeat;
            background-image: url(/files/dajw_theme/down_black.svg);
            padding-right: 50px; }
          .mod_mainnav .level_1 > li > a.mainnav-icon--tu, .mod_mainnav .level_1 > li > a.mainnav-icon--tw {
            padding-left: 20px; }
            .mod_mainnav .level_1 > li > a.mainnav-icon--tu:before, .mod_mainnav .level_1 > li > a.mainnav-icon--tw:before {
              display: none; } }
        @media (min-width: 992px) and (max-width: 991.98px) {
          .mod_mainnav .level_1 > li > a {
            width: 100%; }
            .mod_mainnav .level_1 > li > a > span {
              padding-top: 21px;
              padding-bottom: 21px; }
            .mod_mainnav .level_1 > li > a.submenu {
              background-position: right 20px center;
              background-repeat: no-repeat;
              background-image: url(/files/dajw_theme/arrow_black_right.svg); }
            .mod_mainnav .level_1 > li > a:hover {
              background-color: #e7e5e0; }
              .mod_mainnav .level_1 > li > a:hover > span {
                text-decoration: underline; } }

@media (min-width: 992px) {
        .mod_mainnav .level_1 > li:hover > a, .mod_mainnav .level_1 > li.focus > a, .mod_mainnav .level_1 > li.trail > a, .mod_mainnav .level_1 > li.active > a {
          background-color: #e7e5e0; }
        .mod_mainnav .level_1 > li:not(:last-child) .level_2 {
          left: 0; }
        .mod_mainnav .level_1 > li:last-child .level_2 {
          right: 0; }
        .mod_mainnav .level_1 > li.start {
          display: none; }
    .mod_mainnav .level_1 ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease 0.3s;
      transition: opacity 0.5s ease 0.3s;
      text-align: left;
      position: absolute;
      z-index: 1;
      width: auto;
      max-width: 350px;
      min-width: 300px;
      padding: 10px 0 20px 0;
      background-color: #e7e5e0; }
      .mod_mainnav .level_1 ul li {
        margin: 0;
        padding: 0;
        line-height: 0; }
      .mod_mainnav .level_1 ul > li {
        display: block; }
        .mod_mainnav .level_1 ul > li > a {
          display: block;
          padding: 10px 50px 10px 20px; }
          .mod_mainnav .level_1 ul > li > a:focus-visible {
            outline: none; }
            .mod_mainnav .level_1 ul > li > a:focus-visible > span {
              text-decoration: underline; }
          .mod_mainnav .level_1 ul > li > a:focus:not(:focus-visible) {
            outline: none; }
          .mod_mainnav .level_1 ul > li > a.mainnav-icon {
            padding-left: 65px;
            position: relative; }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon:before {
              position: absolute;
              top: 50%;
              left: 20px;
              z-index: 1;
              width: 33px;
              height: 33px;
              content: '';
              background-repeat: no-repeat;
              background-position: top left;
              background-size: 33px 33px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon--profile:before {
              background-image: url(/files/dajw_theme/mainnav_profile.svg); }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon--sdg:before {
              background-image: url(/files/dajw_theme/mainnav_sdg.svg); }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon--media:before {
              background-image: url(/files/dajw_theme/mainnav_media.svg); }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon--contact:before {
              background-image: url(/files/dajw_theme/mainnav_contact.svg); }
            .mod_mainnav .level_1 ul > li > a.mainnav-icon--faq:before {
              background-image: url(/files/dajw_theme/mainnav_faq.svg); }
          .mod_mainnav .level_1 ul > li > a.submenu {
            background-position: right 20px center;
            background-repeat: no-repeat;
            background-image: url(/files/dajw_theme/arrow_black_right.svg); }
          .mod_mainnav .level_1 ul > li > a span {
            font-family: 'Rubik', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.125rem;
            line-height: 1.22222;
            display: block;
            color: black; }
          .mod_mainnav .level_1 ul > li > a.active span, .mod_mainnav .level_1 ul > li > a.trail span {
            color: #727272;
            text-decoration: underline; }
        .mod_mainnav .level_1 ul > li.navback {
          display: none; }
      .mod_mainnav .level_1 ul .submenu {
        position: relative; }
    .mod_mainnav .level_2 {
      top: 54px; }
    .mod_mainnav .level_2 ul {
      top: 0;
      background-color: #efebe8; }
    .mod_mainnav .level_3 ul {
      display: none; }
    .mod_mainnav ul > li.submenu.hover > ul,
    .mod_mainnav ul > li.submenu.focus > ul {
      visibility: visible;
      opacity: 1; }
    .mod_mainnav ul.level_1 > li.submenu ul.level_2 ul {
      left: 100%; }
    .mod_mainnav ul.level_1 > li:last-child.submenu ul.level_2 ul {
      right: 100%; }
    .mod_mainnav__targetgroup-intro {
      display: none; } }

@media (max-width: 991.98px) {
  .mod_mainnav__container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 100vh;
    overflow-y: auto;
    background-color: #f2f1ef; }
    .sticky .mod_mainnav__container {
      top: 0;
      height: 100vh; }
  .mod_mainnav__container-inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    height: inherit;
    padding-top: 96px; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .mod_mainnav__container-inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .mod_mainnav__container-inside {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .mod_mainnav__container-inside {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .mod_mainnav__container-inside {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .mod_mainnav__container-inside {
      max-width: 1140px; } }

@media (max-width: 991.98px) {
  .mod_mainnav__button-container {
    position: absolute;
    bottom: 47px;
    right: 15px;
    z-index: 1;
    line-height: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out; }
    .sticky-change .mod_mainnav__button-container {
      bottom: 23px;
      -webkit-transition: bottom 0.5s ease-in-out;
      transition: bottom 0.5s ease-in-out; } }
  @media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
    .mod_mainnav__button-container {
      bottom: 43px; }
      .sticky-change .mod_mainnav__button-container {
        bottom: 19px; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .mod_mainnav__button-container {
      bottom: 37px; }
      .sticky-change .mod_mainnav__button-container {
        bottom: 19px; } }

@media (max-width: 991.98px) {
  .mod_mainnav__button {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 38px;
    height: 32px; }
    .mod_mainnav__button:before {
      content: ' ';
      display: inline-block;
      width: 38px;
      height: 32px;
      background-image: url(/files/dajw_theme/mainnav_menu.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .mod_mainnav__button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 31px;
      height: 26px; }
      .mod_mainnav__button:before {
        content: ' ';
        display: inline-block;
        width: 31px;
        height: 26px;
        background-image: url(/files/dajw_theme/mainnav_menu.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; } }

@media (max-width: 991.98px) {
    .mod_mainnav__button:focus:not(:focus-visible) {
      outline: none; }
    .mod_mainnav__button:focus-visible {
      outline-style: solid;
      outline-width: 2px; }
  .mod_mainnav__close {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 21px;
    height: 21px; }
    .mod_mainnav__close:before {
      content: ' ';
      display: inline-block;
      width: 21px;
      height: 21px;
      background-image: url(/files/dajw_theme/close_black.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
    .sticky .mod_mainnav__close {
      top: 25px; }
    .mod_mainnav__close:focus-visible {
      outline-style: solid;
      outline-width: 2px; }
  .mod_mainnav__box {
    margin: 0 auto;
    max-width: 510px;
    height: calc(100% - 20px);
    overflow-x: hidden; }
  .mod_mainnav__box-slide {
    position: relative;
    left: 0;
    -webkit-transition: left 1s cubic-bezier(0.51, 0.57, 0.05, 0.95);
    transition: left 1s cubic-bezier(0.51, 0.57, 0.05, 0.95);
    height: inherit; } }

@media (max-width: 991.98px) {
  .mod_mainnav__container .level_1 {
    max-width: 690px;
    text-align: left; }
    .mod_mainnav__container .level_1 a > span {
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
    .mod_mainnav__container .level_1 > li {
      border-bottom: 1px solid white; }
      .mod_mainnav__container .level_1 > li:first-child {
        border-top: 1px solid white; }
      .mod_mainnav__container .level_1 > li > a {
        display: inline-block;
        padding: 0 20px;
        color: black;
        text-decoration: none; }
        .mod_mainnav__container .level_1 > li > a > span {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.125rem;
          line-height: 1.22222;
          display: inline-block;
          padding-top: 17px;
          padding-bottom: 16px;
          color: inherit; }
        .mod_mainnav__container .level_1 > li > a:focus-visible > span {
          text-decoration: underline; }
        .mod_mainnav__container .level_1 > li > a:focus:not(:focus-visible) {
          outline: none; }
        .mod_mainnav__container .level_1 > li > a.mainnav-icon {
          padding-left: 65px;
          position: relative; }
          .mod_mainnav__container .level_1 > li > a.mainnav-icon:before {
            position: absolute;
            top: 50%;
            left: 20px;
            z-index: 1;
            width: 33px;
            height: 33px;
            content: '';
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 33px 33px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .mod_mainnav__container .level_1 > li > a.mainnav-icon--home:before {
            background-image: url(/files/dajw_theme/mainnav_home.svg); }
          .mod_mainnav__container .level_1 > li > a.mainnav-icon--tu:before {
            background-image: url(/files/dajw_theme/mainnav_teamsup.svg); }
          .mod_mainnav__container .level_1 > li > a.mainnav-icon--tw:before {
            background-image: url(/files/dajw_theme/mainnav_teamworks.svg); } }
      @media (max-width: 991.98px) and (min-width: 992px) {
        .mod_mainnav__container .level_1 > li > a.mainnav-icon--home {
          background-position: right 20px center;
          background-repeat: no-repeat;
          background-image: url(/files/dajw_theme/down_black.svg);
          padding-right: 50px; }
        .mod_mainnav__container .level_1 > li > a.mainnav-icon--tu, .mod_mainnav__container .level_1 > li > a.mainnav-icon--tw {
          padding-left: 20px; }
          .mod_mainnav__container .level_1 > li > a.mainnav-icon--tu:before, .mod_mainnav__container .level_1 > li > a.mainnav-icon--tw:before {
            display: none; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
        .mod_mainnav__container .level_1 > li > a {
          width: 100%; }
          .mod_mainnav__container .level_1 > li > a > span {
            padding-top: 21px;
            padding-bottom: 21px; }
          .mod_mainnav__container .level_1 > li > a.submenu {
            background-position: right 20px center;
            background-repeat: no-repeat;
            background-image: url(/files/dajw_theme/arrow_black_right.svg); }
          .mod_mainnav__container .level_1 > li > a:hover {
            background-color: #e7e5e0; }
            .mod_mainnav__container .level_1 > li > a:hover > span {
              text-decoration: underline; } }

@media (max-width: 991.98px) {
  .mod_mainnav__container .level_2,
  .mod_mainnav__container .level_3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 510px; }
    .mod_mainnav__container .level_2 li,
    .mod_mainnav__container .level_3 li {
      margin: 0;
      padding: 0;
      line-height: 0; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .mod_mainnav__container .level_2,
    .mod_mainnav__container .level_3 {
      width: 100%; } }

@media (max-width: 991.98px) {
    .mod_mainnav__container .level_2 > li,
    .mod_mainnav__container .level_3 > li {
      display: block; }
      .mod_mainnav__container .level_2 > li:not(:last-child),
      .mod_mainnav__container .level_3 > li:not(:last-child) {
        border-bottom: 1px solid white; }
      .mod_mainnav__container .level_2 > li:not(.navback) > a,
      .mod_mainnav__container .level_3 > li:not(.navback) > a {
        display: block;
        padding: 10px 50px 10px 20px;
        padding-top: 21px;
        padding-bottom: 21px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:focus-visible,
        .mod_mainnav__container .level_3 > li:not(.navback) > a:focus-visible {
          outline: none; }
          .mod_mainnav__container .level_2 > li:not(.navback) > a:focus-visible > span,
          .mod_mainnav__container .level_3 > li:not(.navback) > a:focus-visible > span {
            text-decoration: underline; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:focus:not(:focus-visible),
        .mod_mainnav__container .level_3 > li:not(.navback) > a:focus:not(:focus-visible) {
          outline: none; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon,
        .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon {
          padding-left: 65px;
          position: relative; }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon:before {
            position: absolute;
            top: 50%;
            left: 20px;
            z-index: 1;
            width: 33px;
            height: 33px;
            content: '';
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 33px 33px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon--profile:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon--profile:before {
            background-image: url(/files/dajw_theme/mainnav_profile.svg); }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon--sdg:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon--sdg:before {
            background-image: url(/files/dajw_theme/mainnav_sdg.svg); }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon--media:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon--media:before {
            background-image: url(/files/dajw_theme/mainnav_media.svg); }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon--contact:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon--contact:before {
            background-image: url(/files/dajw_theme/mainnav_contact.svg); }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.mainnav-icon--faq:before,
          .mod_mainnav__container .level_3 > li:not(.navback) > a.mainnav-icon--faq:before {
            background-image: url(/files/dajw_theme/mainnav_faq.svg); }
        .mod_mainnav__container .level_2 > li:not(.navback) > a.submenu,
        .mod_mainnav__container .level_3 > li:not(.navback) > a.submenu {
          background-position: right 20px center;
          background-repeat: no-repeat;
          background-image: url(/files/dajw_theme/arrow_black_right.svg); }
        .mod_mainnav__container .level_2 > li:not(.navback) > a span,
        .mod_mainnav__container .level_3 > li:not(.navback) > a span {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.125rem;
          line-height: 1.22222;
          display: block;
          color: black; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a.active span, .mod_mainnav__container .level_2 > li:not(.navback) > a.trail span,
        .mod_mainnav__container .level_3 > li:not(.navback) > a.active span,
        .mod_mainnav__container .level_3 > li:not(.navback) > a.trail span {
          color: #727272;
          text-decoration: underline; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:hover,
        .mod_mainnav__container .level_3 > li:not(.navback) > a:hover {
          background-color: #e7e5e0; }
      .mod_mainnav__container .level_2 > li.navback > a,
      .mod_mainnav__container .level_3 > li.navback > a {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.375;
        display: inline-block;
        position: relative;
        color: black;
        padding: 21px 20px 21px 63px;
        width: 100%; }
        .mod_mainnav__container .level_2 > li.navback > a:before,
        .mod_mainnav__container .level_3 > li.navback > a:before {
          position: absolute;
          z-index: 1;
          content: '';
          width: 33px;
          height: 33px;
          background-image: url(/files/dajw_theme/back_white_circle.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 33px 33px;
          top: 50%;
          left: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .mod_mainnav__container .level_2 > li.navback > a:focus-visible,
        .mod_mainnav__container .level_3 > li.navback > a:focus-visible {
          outline: none;
          text-decoration: underline; }
          .mod_mainnav__container .level_2 > li.navback > a:focus-visible > span,
          .mod_mainnav__container .level_3 > li.navback > a:focus-visible > span {
            text-decoration: underline; }
        .mod_mainnav__container .level_2 > li.navback > a:focus:not(:focus-visible),
        .mod_mainnav__container .level_3 > li.navback > a:focus:not(:focus-visible) {
          outline: none; } }

.stage {
  position: relative;
  z-index: 10; }
  .contentpage .stage {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .contentpage .stage {
        margin-bottom: 60px; } }

.mod_stagecontent {
  position: relative;
  height: 210px;
  background-color: #f2f1ef;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  @media (min-width: 768px) {
    .mod_stagecontent {
      height: 250px; } }
  .mod_stagecontent--yellow {
    background-color: #f6ee50; }
  .mod_stagecontent--red {
    background-color: #d84c01; }
  .mod_stagecontent--darkred {
    background-color: #af2200; }
  .mod_stagecontent--cyan {
    background-color: #5fb5af; }
  .mod_stagecontent--teal {
    background-color: #04797e; }
  .mod_stagecontent--magenta {
    background-color: #b9278f; }
  .mod_stagecontent--darkmagenta {
    background-color: #9e0472; }
  .mod_stagecontent--lightbeige {
    background-color: #f8f8f7; }
  .mod_stagecontent--beige {
    background-color: #f2f1ef; }
  .mod_stagecontent--midbeige {
    background-color: #f2f1ef; }
  .mod_stagecontent--darkbeige {
    background-color: #e7e5e0; }
  .mod_stagecontent--sandybrown {
    background-color: #d6caa3; }
  .mod_stagecontent--white {
    background-color: white; }
  .mod_stagecontent--black {
    background-color: black; }
  .mod_stagecontent--standard {
    background-color: #f2f1ef; }
  .mod_stagecontent--green {
    background-color: #b8c931; }
  .mod_stagecontent--darkgreen {
    background-color: #80a51b; }
  .mod_stagecontent--warmgrey {
    background-color: #8e8882; }
  .mod_stagecontent--darkwarmgrey {
    background-color: #675c53; }
  .mod_stagecontent__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    height: inherit;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
    @media (max-width: 575.98px) {
      .mod_stagecontent__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_stagecontent__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_stagecontent__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_stagecontent__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_stagecontent__inside {
        max-width: 1140px; } }
    @media (max-width: 1199.98px) {
      .mod_stagecontent__inside {
        background-size: cover; } }
  @media (max-width: 991.98px) {
    .mod_stagecontent__inside {
      background-size: 0 0; } }
  @media (min-width: 992px) {
    .mod_stagecontent {
      background-size: 0 0; } }
  .mod_stagecontent__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: inline-block; }
    .mod_stagecontent__image img {
      height: 50px;
      width: 50px;
      opacity: 0; }
  .mod_stagecontent__category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category-inside {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .mod_stagecontent__category-inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    .mod_stagecontent__category-inside {
      max-width: 540px; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .mod_stagecontent__category-inside {
      max-width: 720px; } }
  @media (max-width: 767.98px) and (min-width: 992px) {
    .mod_stagecontent__category-inside {
      max-width: 960px; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .mod_stagecontent__category-inside {
      max-width: 1140px; } }
    @media (min-width: 768px) {
      .mod_stagecontent__category {
        width: 50px;
        height: 100%; } }
  .mod_stagecontent__category-link {
    color: white;
    position: relative;
    display: inline-block; }
    .mod_stagecontent__category-link:hover {
      color: white; }
    .mod_stagecontent__category-link:before {
      position: absolute;
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background-image: url(/files/dajw_theme/home_red.svg);
      background-repeat: no-repeat;
      background-size: 30px 30px; }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category-link {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.875;
        padding-left: 40px;
        top: 10px;
        left: 0; }
        .mod_stagecontent__category-link:before {
          top: 0;
          left: 0;
          background-position: left center; } }
    @media (min-width: 768px) {
      .mod_stagecontent__category-link {
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1;
        text-align: right;
        -webkit-transform: rotate(-90deg) translateX(-100%);
                transform: rotate(-90deg) translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 20px 60px 25px 0;
        width: 250px; }
        .mod_stagecontent__category-link:before {
          top: 50%;
          right: 15px;
          background-position: right center;
          -webkit-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); } }
  .mod_stagecontent__text {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .mod_stagecontent__text {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .mod_stagecontent__text {
        width: 50%; } }
    .mod_stagecontent__text p {
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.25rem;
      line-height: 1.23077; }

/* stylelint-disable */
.mod_stage_ie {
  text-align: center;
  padding: 0 30px; }
  .mod_stage_ie img {
    max-width: 100%; }
  .mod_stage_ie--yellow {
    background-color: #f6ee50; }
  .mod_stage_ie--red {
    background-color: #d84c01; }
  .mod_stage_ie--darkred {
    background-color: #af2200; }
  .mod_stage_ie--cyan {
    background-color: #5fb5af; }
  .mod_stage_ie--teal {
    background-color: #04797e; }
  .mod_stage_ie--magenta {
    background-color: #b9278f; }
  .mod_stage_ie--darkmagenta {
    background-color: #9e0472; }
  .mod_stage_ie--lightbeige {
    background-color: #f8f8f7; }
  .mod_stage_ie--beige {
    background-color: #f2f1ef; }
  .mod_stage_ie--midbeige {
    background-color: #f2f1ef; }
  .mod_stage_ie--darkbeige {
    background-color: #e7e5e0; }
  .mod_stage_ie--sandybrown {
    background-color: #d6caa3; }
  .mod_stage_ie--white {
    background-color: white; }
  .mod_stage_ie--black {
    background-color: black; }
  .mod_stage_ie--standard {
    background-color: #f2f1ef; }
  .mod_stage_ie--green {
    background-color: #b8c931; }
  .mod_stage_ie--darkgreen {
    background-color: #80a51b; }
  .mod_stage_ie--warmgrey {
    background-color: #8e8882; }
  .mod_stage_ie--darkwarmgrey {
    background-color: #675c53; }
  .mod_stage_ie #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    font-size: 10px;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2); }
  .mod_stage_ie #menu_home_button {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 65px;
    height: 60px;
    text-align: left; }
  .mod_stage_ie #menu_chapter_text {
    position: absolute;
    top: 60px;
    left: 0;
    width: 65px;
    height: 400px;
    margin: 0; }
  .mod_stage_ie #menu_chapter_text p {
    position: absolute;
    top: 0;
    left: -380px;
    width: 400px;
    text-align: right;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    margin: 0;
    padding: 0; }
  .mod_stage_ie #menu_items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 200px; }
  @media (max-width: 767.98px) {
    .mod_stage_ie #menu {
      background-color: transparent;
      position: absolute;
      top: 8px;
      left: 8px;
      width: 100%;
      height: 35px;
      font-size: 10px; }
    .mod_stage_ie #menu_home_button {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto; }
    .mod_stage_ie #menu_chapter_text {
      position: absolute;
      top: 7px;
      left: 47px;
      width: 100%;
      height: auto;
      margin: 0; }
    .mod_stage_ie #menu_chapter_text p {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      text-align: left;
      font-size: 18px;
      color: #fff;
      white-space: nowrap;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: right 0;
              transform-origin: right 0;
      margin: 0;
      padding: 0; } }

.mod_footernav {
  background-color: #056367; }
  .mod_footernav__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 575.98px) {
      .mod_footernav__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_footernav__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_footernav__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_footernav__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_footernav__inside {
        max-width: 1140px; } }
  @media (min-width: 992px) {
    .mod_footernav__nav li.easy-language, .mod_footernav__nav li.sign-language {
      display: none; } }
  .mod_footernav__item {
    margin-right: 15px; }
    .mod_footernav__item:not(:last-child) {
      margin-bottom: 8px; }
    .mod_footernav__item > a,
    .mod_footernav__item > button {
      border: 0;
      background: none;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.75rem;
      line-height: 1.66667;
      padding-left: 25px;
      position: relative;
      color: white; }
      .mod_footernav__item > a:before,
      .mod_footernav__item > button:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 20px;
        height: 20px;
        content: '';
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .mod_footernav__item > a:hover,
      .mod_footernav__item > button:hover {
        text-decoration: underline; }
    .mod_footernav__item--share {
      position: relative; }
      .mod_footernav__item--share > button:before {
        background-image: url(/files/dajw_theme/footer_share.svg); }
      .mod_footernav__item--share > button:focus-visible {
        text-decoration: underline; }
      .mod_footernav__item--share > button:focus:not(:focus-visible) {
        outline: none; }
    .mod_footernav__item.easy-language > a:before {
      background-image: url(/files/dajw_theme/footer_easylanguage.svg); }
    .mod_footernav__item.sign-language > a:before {
      background-image: url(/files/dajw_theme/footer_sign.svg); }
  @media (min-width: 576px) {
    .mod_footernav__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .mod_footernav__item {
      display: inline-block;
      margin-bottom: 0; } }
  .mod_footernav__sharelayer {
    position: relative;
    display: none;
    position: absolute;
    bottom: 34px;
    left: -10px;
    z-index: 10020;
    background-color: #035255;
    padding: 15px 38px 20px 20px; }
    .mod_footernav__sharelayer:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 7px 0 7px;
      border-color: #035255 transparent transparent transparent; }
    .mod_footernav__sharelayer:after {
      left: 20px; }
    .mod_footernav__sharelayer > button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1; }
      .mod_footernav__sharelayer > button:before {
        content: ' ';
        display: inline-block;
        width: 8px;
        height: 8px;
        background-image: url(/files/dajw_theme/close_white.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; }
    .mod_footernav__sharelayer p {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.625rem;
      line-height: 2.4;
      color: white;
      margin-bottom: 5px; }
    .mod_footernav__sharelayer li:not(:last-child) {
      margin-bottom: 10px; }
    .mod_footernav__sharelayer li a {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375;
      color: white; }
    .mod_footernav__sharelayer.open {
      display: block; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_footernav__sharelayer {
        bottom: 71px;
        -webkit-transform: translateX(calc(-50% + 22px));
                transform: translateX(calc(-50% + 22px)); } }
    @media (max-width: 575.98px) {
      .mod_footernav__sharelayer {
        bottom: 71px;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .mod_footernav__sharelayer:after {
          left: 0;
          -webkit-transform: translate(9px, 100%);
                  transform: translate(9px, 100%); } }

.mod_bottom {
  background-color: white; }
  .mod_bottom a {
    padding-left: 0; }
  .mod_bottom__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (max-width: 575.98px) {
      .mod_bottom__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_bottom__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_bottom__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_bottom__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_bottom__inside {
        max-width: 1140px; } }
  .mod_bottom__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mod_bottom__bmz, .mod_bottom__eg, .mod_bottom__ses {
    margin-bottom: 30px; }
    .mod_bottom__bmz-link, .mod_bottom__eg-link, .mod_bottom__ses-link {
      font-family: 'Times New Roman', serif;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 24px; }
    .mod_bottom__bmz a, .mod_bottom__eg a, .mod_bottom__ses a {
      display: inline-block; }
  .mod_bottom__eg img {
    width: 195px; }
  .mod_bottom__bmz img {
    width: 200px; }
  .mod_bottom__ses img {
    width: 140px; }
  .mod_bottom img {
    height: auto; }
  @media (max-width: 575.98px) {
    .mod_bottom__eg {
      margin-right: 30px; } }
  @media (min-width: 576px) {
    .mod_bottom__eg {
      margin-right: 50px; } }
  @media (min-width: 768px) {
    .mod_bottom__bmz {
      margin-left: 50px; } }
  @media (min-width: 992px) {
    .mod_bottom__container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .mod_bottom__bmz, .mod_bottom__eg, .mod_bottom__ses {
      margin-bottom: 0; }
    .mod_bottom__nav-container-inside {
      position: relative;
      top: 50px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 1200px) {
    .mod_bottom__inside {
      padding-bottom: 70px; } }
  .mod_bottom__nav-container {
    width: 100%; }
    @media (min-width: 992px) {
      .mod_bottom__nav-container {
        text-align: right; } }
    .mod_bottom__nav-container p {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.6875rem;
      line-height: 1.63636;
      margin-bottom: 6px;
      text-transform: uppercase; }
    .mod_bottom__nav-container ul {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.6875rem;
      line-height: 1.45455; }
      .mod_bottom__nav-container ul > li {
        display: inline-block; }
        .mod_bottom__nav-container ul > li:not(:last-child) {
          margin-right: 5px; }
          .mod_bottom__nav-container ul > li:not(:last-child):after {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.6875rem;
            line-height: 1.45455;
            content: '|';
            padding-left: 9px; }
        .mod_bottom__nav-container ul > li a {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.6875rem;
          line-height: 1.45455;
          color: black; }

.ce_accordionStart:not(:last-of-type) {
  margin-bottom: 0; }

.ce_accordionStart:last-child {
  border-bottom: 1px solid #727272; }

.ce_accordionStart .ui-accordion-header {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  color: black;
  position: relative;
  padding: 15px 65px 15px 15px;
  border-top: 1px solid #727272;
  margin-bottom: 0;
  outline: none;
  cursor: pointer;
  background-position: top 21px right 15px;
  background-repeat: no-repeat;
  background-image: url(/files/dajw_theme/down-black.svg); }
  .ce_accordionStart .ui-accordion-header:hover {
    background-color: #f2f1ef;
    text-decoration: underline; }
  .ce_accordionStart .ui-accordion-header.ui-state-active {
    background-image: url(/files/dajw_theme/up-black.svg); }
  .ce_accordionStart .ui-accordion-header:focus-visible {
    text-decoration: underline; }
  .ce_accordionStart .ui-accordion-header:focus:not(:focus-visible) {
    outline: none; }

.ce_accordionStart .ui-accordion-content {
  padding: 30px 30px 40px 15px; }
  .ce_accordionStart .ui-accordion-content :last-child {
    margin-bottom: 0; }
  .ce_accordionStart .ui-accordion-content.ui-accordion-content-active {
    background-color: #f2f1ef; }

@media (min-width: 768px) {
  .ce_accordionStart .ui-accordion-header {
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_accordionStart .ui-accordion-content {
    padding: 40px 30px 50px 30px; } }

.ce_accordionStart.standard .ui-accordion-header.ui-state-active {
  background-color: #f6ee50; }
  .contrast-active .ce_accordionStart.standard .ui-accordion-header.ui-state-active {
    background-color: white; }

.ce_accordionStart.ce_accordion--bg .ui-accordion-header.ui-state-active {
  background-color: #5fb5af; }
  .contrast-active .ce_accordionStart.ce_accordion--bg .ui-accordion-header.ui-state-active {
    background-color: white; }

.mod_contentfooter {
  background-color: #0b4648;
  padding-top: 8px;
  padding-bottom: 8px; }
  .mod_contentfooter__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .mod_contentfooter__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_contentfooter__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_contentfooter__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_contentfooter__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_contentfooter__inside {
        max-width: 1140px; } }
  .mod_contentfooter--with-print > .mod_contentfooter__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .mod_contentfooter__col {
    text-align: right; }
    .mod_contentfooter__col:not(:last-child) {
      margin-right: 25px; }
  .mod_contentfooter__link-print, .mod_contentfooter__link-totop {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    color: white;
    padding-left: 0; }
    .mod_contentfooter__link-print:hover, .mod_contentfooter__link-totop:hover {
      color: white; }
  .mod_contentfooter__link-print {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    display: inline-block;
    padding-right: 25px;
    text-align: left;
    background-image: url(/files/dajw_theme/print-blue.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 20px 20px; }
  .mod_contentfooter__link-totop {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    display: inline-block;
    padding-right: 25px;
    text-align: left;
    background-image: url(/files/dajw_theme/top-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 20px 20px; }
  .contrast-active .mod_contentfooter {
    background-color: #f2f1ef; }
    .contrast-active .mod_contentfooter__link-print, .contrast-active .mod_contentfooter__link-totop {
      color: black; }

.mod_search--main .formbody {
  max-width: 900px; }
  .mod_search--main .formbody h2,
  .mod_search--main .formbody h3,
  .mod_search--main .formbody h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .mod_search--main .formbody h2,
      .mod_search--main .formbody h3,
      .mod_search--main .formbody h4 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }

.mod_search--main .invisible {
  visibility: visible !important; }

.mod_search--main .info {
  display: none; }

.mod_search--main .widget {
  margin-bottom: 25px; }
  .mod_search--main .widget label {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 10px; }
    .mod_search--main .widget label.error {
      color: #af2200; }
  .mod_search--main .widget input[type='search'] {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    border: 0;
    background-color: #f2f1ef;
    width: 100%;
    height: 40px;
    padding: 0 15px; }
    .form__box .mod_search--main .widget input[type='search'] {
      background-color: white; }
    .mod_search--main .widget input[type='search'].error {
      border: 1px solid #af2200; }
  .mod_search--main .widget button {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #f6ee50;
    color: black;
    border: 0; }
    .contrast-active .mod_search--main .widget button {
      background-color: black !important;
      color: white !important; }
    .mod_search--main .widget button:hover, .mod_search--main .widget button:focus {
      color: black;
      text-decoration: underline; }
  .mod_search--main .widget.widget-submit {
    width: 100%;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .mod_search--main .widget.widget-submit {
        max-width: 445px; } }

.mod_search--main .mod_search__row {
  padding: 30px 0;
  border-top: 1px solid #c6c3c0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_search--main .mod_search__row {
      padding: 30px 0; } }
  @media (min-width: 768px) {
    .mod_search--main .mod_search__row {
      padding: 40px 0; } }
  .mod_search--main .mod_search__row.last {
    border-bottom: 1px solid #c6c3c0; }
  .mod_search--main .mod_search__row h3 {
    margin-bottom: 15px; }
  .mod_search--main .mod_search__row p.context {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 15px; }
    .mod_search--main .mod_search__row p.context > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .mod_search--main .mod_search__row p.context {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .mod_search--main .mod_search__row p.url {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.46667; }
    @media (min-width: 576px) {
      .mod_search--main .mod_search__row p.url {
        font-size: 1.0625rem;
        line-height: 1.41176; } }
  .mod_search--main .mod_search__row .highlight {
    background: none;
    display: inline;
    background-position: bottom 2px left 0;
    background-repeat: repeat-x;
    background-size: 1px 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
    background-image: linear-gradient(#f6ee50, #f6ee50); }

.ce_dzdocscluster__headline {
  margin-bottom: 0; }

.ce_dzdocscluster__headline-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 160px 15px 20px;
  border-top: 1px solid #e7e5e0; }
  @media (min-width: 768px) {
    .ce_dzdocscluster__headline-link {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444; } }
  .ce_dzdocscluster__headline-link:after {
    background-image: url(/files/dajw_theme/down-black.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 16px 10px;
    display: inline-block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    right: 20px; }
    .contrast-active .ce_dzdocscluster__headline-link:after {
      background-image: url(/files/dajw_theme/down-white.svg); }
    .contrast-active .ce_dzdocscluster__headline-link:after {
      background-image: url(/files/dajw_theme/down-black.svg); }
  .ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    background-color: #f6ee50; }
    @media (min-width: 768px) {
      .ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
    .contrast-active .ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
      background-color: black; }
    .ce_dzdocscluster--open .ce_dzdocscluster__headline-link:after {
      background-image: url(/files/dajw_theme/up-black.svg); }
      .contrast-active .ce_dzdocscluster--open .ce_dzdocscluster__headline-link:after {
        background-image: url(/files/dajw_theme/up-white.svg); }

.ce_dzdocscluster__doc-content {
  display: none;
  padding: 11px 20px 11px 20px;
  border-top: 1px solid #f2f1ef;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out; }
  @media (min-width: 992px) {
    .ce_dzdocscluster__doc-content {
      padding-right: 125px; } }
  .ce_dzdocscluster__doc--even .ce_dzdocscluster__doc-content {
    background-color: #f2f1ef;
    border-top: 1px solid white; }
  .ce_dzdocscluster__doc-content p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 20px; }
    .ce_dzdocscluster__doc-content p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzdocscluster__doc-content p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
    .ce_dzdocscluster__doc-content p > a {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.35294;
      display: inline-block;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 33px;
      background-position: 0 3px;
      background-size: 25px 15px;
      background-repeat: no-repeat;
      padding-left: 35px; }
      .ce_dzdocscluster__doc-content p > a:after {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 0;
        content: '';
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 25px 15px;
        width: 25px;
        height: 15px; }
      @media (min-width: 768px) {
        .ce_dzdocscluster__doc-content p > a {
          font-size: 1.125rem;
          line-height: 1.33333;
          padding-left: 36px;
          background-position: 0 1px;
          background-size: 28px 17px; }
          .ce_dzdocscluster__doc-content p > a:after {
            top: 1px;
            background-size: 28px 17px;
            width: 28px;
            height: 17px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; } }
      .ce_dzdocscluster__doc-content p > a:before {
        top: 4px;
        left: 2px; }
      .ce_dzdocscluster__doc-content p > a:after {
        top: 4px;
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
      .ce_dzdocscluster__doc-content p > a:hover:after {
        left: 3px; }
      @media (min-width: 768px) {
        .ce_dzdocscluster__doc-content p > a:after {
          top: 2px; } }
      .ce_dzdocscluster__doc-content p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
        .ce_dzdocscluster__doc-content p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
          top: 3px;
          left: 0; }
        .ce_dzdocscluster__doc-content p > a[href^='http']:hover:after {
          top: 1px;
          left: 2px; }
        @media (min-width: 768px) {
          .ce_dzdocscluster__doc-content p > a[href^='http']:after {
            top: 1px; }
          .ce_dzdocscluster__doc-content p > a[href^='http']:hover:after {
            top: -1px;
            left: 2px; } }
      .ce_dzdocscluster__doc-content p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
      .ce_dzdocscluster__doc-content p > a[href^='mailto']:hover:after {
        top: 1px;
        left: 0; }
      @media (min-width: 768px) {
        .ce_dzdocscluster__doc-content p > a[href^='mailto']:after {
          top: 1px; }
        .ce_dzdocscluster__doc-content p > a[href^='mailto']:hover:after {
          top: -1px;
          left: 0; } }
      .ce_dzdocscluster__doc-content p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
        .ce_dzdocscluster__doc-content p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
        .ce_dzdocscluster__doc-content p > a[href^='files/']:hover:after {
          top: 5px;
          left: 0; }
        @media (min-width: 768px) {
          .ce_dzdocscluster__doc-content p > a[href^='files/']:after {
            top: 1px; }
          .ce_dzdocscluster__doc-content p > a[href^='files/']:hover:after {
            top: 3px;
            left: 0; } }
      .ce_dzdocscluster__doc-content p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
      .ce_dzdocscluster__doc-content p > a[href*='#']:hover:after {
        top: 5px;
        left: 0; }
      @media (min-width: 768px) {
        .ce_dzdocscluster__doc-content p > a[href*='#']:after {
          top: 1px; }
        .ce_dzdocscluster__doc-content p > a[href*='#']:hover:after {
          top: 3px;
          left: 0; } }
  .ce_dzdocscluster__doc-content ul {
    margin-bottom: 0; }
    .ce_dzdocscluster__doc-content ul li {
      margin-bottom: 10px;
      line-height: 0; }

.ce_dzdocscluster__doc-toggle-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  display: inline-block;
  width: 100%;
  padding: 11px 20px 11px 55px;
  background-image: url(/files/dajw_theme/docs_pub_yellow.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px 25px; }
  .ce_dzdocscluster__doc-toggle-link:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url(/files/dajw_theme/arrow_down_black.svg);
    background-repeat: no-repeat;
    background-position: top 1px left;
    background-size: 20px 17px;
    margin-left: 10px; }
    .ce_dzdocscluster__doc--open .ce_dzdocscluster__doc-toggle-link:after {
      background-image: url(/files/dajw_theme/arrow_up_black.svg); }
  .ce_dzdocscluster__doc-toggle-link--even {
    background-color: #f2f1ef; }
  .ce_dzdocscluster__doc-toggle-link--form {
    background-image: url(/files/dajw_theme/docs_form_yellow.svg); }

.contrast-active .ce_dzdocscluster.ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
  background-color: black;
  color: white; }

.ce_dzdocscluster--downloads h2,
.ce_dzdocscluster--downloads h3,
.ce_dzdocscluster--downloads h4 {
  margin-bottom: 20px; }

.ce_dzdocscluster--downloads ul li {
  margin-bottom: 10px; }

.mod_dzdocreader__back-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mod_dzdocreader__back-container {
      margin-bottom: 60px; } }

.mod_dzdocreader__box {
  padding: 30px 15px 30px 15px;
  background-color: #f2f1ef; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_dzdocreader__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__box {
      padding: 40px; }
      .ce_colsetStart .mod_dzdocreader__box {
        padding: 30px; } }
  .mod_dzdocreader__box .with-icon {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }

@media (min-width: 992px) {
  .mod_dzdocreader__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.mod_dzdocreader__columns .box__bottom {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 992px) {
    .mod_dzdocreader__columns .box__bottom {
      width: calc(100% - 405px - 15px); } }
  .mod_dzdocreader__columns .box__bottom p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .mod_dzdocreader__columns .box__bottom p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .mod_dzdocreader__columns .box__bottom p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .mod_dzdocreader__columns .box__bottom > p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal; }
    .mod_dzdocreader__columns .box__bottom > p:not(:last-child) {
      margin-bottom: 15px; }
  .mod_dzdocreader__columns .box__bottom-info {
    margin-top: 20px; }
    .mod_dzdocreader__columns .box__bottom-info p:not(:last-child) {
      margin-bottom: 12px; }
    .mod_dzdocreader__columns .box__bottom-info p > a {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.35294;
      display: inline-block;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 33px;
      background-position: 0 3px;
      background-size: 25px 15px;
      background-repeat: no-repeat;
      padding-left: 35px; }
      .mod_dzdocreader__columns .box__bottom-info p > a:after {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 0;
        content: '';
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 25px 15px;
        width: 25px;
        height: 15px; }
      @media (min-width: 768px) {
        .mod_dzdocreader__columns .box__bottom-info p > a {
          font-size: 1.125rem;
          line-height: 1.33333;
          padding-left: 36px;
          background-position: 0 1px;
          background-size: 28px 17px; }
          .mod_dzdocreader__columns .box__bottom-info p > a:after {
            top: 1px;
            background-size: 28px 17px;
            width: 28px;
            height: 17px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; } }
      .mod_dzdocreader__columns .box__bottom-info p > a:before {
        top: 4px;
        left: 2px; }
      .mod_dzdocreader__columns .box__bottom-info p > a:after {
        top: 4px;
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
      .mod_dzdocreader__columns .box__bottom-info p > a:hover:after {
        left: 3px; }
      @media (min-width: 768px) {
        .mod_dzdocreader__columns .box__bottom-info p > a:after {
          top: 2px; } }
      .mod_dzdocreader__columns .box__bottom-info p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
          top: 3px;
          left: 0; }
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='http']:hover:after {
          top: 1px;
          left: 2px; }
        @media (min-width: 768px) {
          .mod_dzdocreader__columns .box__bottom-info p > a[href^='http']:after {
            top: 1px; }
          .mod_dzdocreader__columns .box__bottom-info p > a[href^='http']:hover:after {
            top: -1px;
            left: 2px; } }
      .mod_dzdocreader__columns .box__bottom-info p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
      .mod_dzdocreader__columns .box__bottom-info p > a[href^='mailto']:hover:after {
        top: 1px;
        left: 0; }
      @media (min-width: 768px) {
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='mailto']:after {
          top: 1px; }
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='mailto']:hover:after {
          top: -1px;
          left: 0; } }
      .mod_dzdocreader__columns .box__bottom-info p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
        .mod_dzdocreader__columns .box__bottom-info p > a[href^='files/']:hover:after {
          top: 5px;
          left: 0; }
        @media (min-width: 768px) {
          .mod_dzdocreader__columns .box__bottom-info p > a[href^='files/']:after {
            top: 1px; }
          .mod_dzdocreader__columns .box__bottom-info p > a[href^='files/']:hover:after {
            top: 3px;
            left: 0; } }
      .mod_dzdocreader__columns .box__bottom-info p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
      .mod_dzdocreader__columns .box__bottom-info p > a[href*='#']:hover:after {
        top: 5px;
        left: 0; }
      @media (min-width: 768px) {
        .mod_dzdocreader__columns .box__bottom-info p > a[href*='#']:after {
          top: 1px; }
        .mod_dzdocreader__columns .box__bottom-info p > a[href*='#']:hover:after {
          top: 3px;
          left: 0; } }

.mod_dzdocreader__columns .box__top {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 992px) {
    .mod_dzdocreader__columns .box__top {
      width: calc(405px - 15px); } }
  .mod_dzdocreader__columns .box__top img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199.98px) {
    .mod_dzdocreader__columns .box__top {
      text-align: center;
      margin-bottom: 30px; } }

.mod_dzdocreader__cover img {
  max-width: 100%;
  height: auto; }

.mod_dzdocreader__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .mod_dzdocreader__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }

.mod_dzdocreader__bar {
  padding: 30px 15px;
  margin-bottom: 40px;
  background-color: #e7e5e0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_dzdocreader__bar {
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__bar {
      padding: 25px 40px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__bar {
      margin-bottom: 60px; } }
  .mod_dzdocreader__bar ul {
    margin-bottom: 0; }
    .mod_dzdocreader__bar ul li:not(:last-child) {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .mod_dzdocreader__bar ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .mod_dzdocreader__bar ul li:not(:last-child) {
          margin-right: 25px;
          margin-bottom: 0; } }

.mod_dzdocreader__link-download {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(/files/dajw_theme/download-blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 767.98px) {
    .mod_dzdocreader__link-download {
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.mod_dzdocreader .info-box h2,
.mod_dzdocreader .info-box h3,
.mod_dzdocreader .info-box h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .mod_dzdocreader .info-box h2,
    .mod_dzdocreader .info-box h3,
    .mod_dzdocreader .info-box h4 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

@media (min-width: 992px) {
  .ce_dzdocteaser__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.ce_dzdocteaser__col-first {
  text-align: center;
  margin-bottom: 27px; }
  @media (min-width: 992px) {
    .ce_dzdocteaser__col-first {
      width: calc(50% - 15px);
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .ce_dzdocteaser__col-last {
    width: calc(50% - 15px); } }

.ce_dzdocteaser__teaser-image {
  max-width: 540px;
  position: relative;
  display: inline-block; }
  .ce_dzdocteaser__teaser-image img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .ce_dzdocteaser__teaser-image img {
        display: inline-block; } }

.ce_dzdocteaser__meta {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  margin-bottom: 15px;
  text-transform: uppercase; }

.ce_dzdocteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzdocteaser__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }

.ce_dzdocteaser__intro {
  margin-bottom: 15px; }
  .ce_dzdocteaser__intro p:not(:last-child) {
    margin-bottom: 12px; }

.mod_newsreader h1 {
  max-width: 900px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .mod_newsreader h1 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }
  .mod_newsreader h1 .info {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.46667;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .mod_newsreader h1 .info {
        font-size: 1.0625rem;
        line-height: 1.41176; } }

.mod_newsreader .back {
  margin-top: 40px; }
  .mod_newsreader .back a {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 15px 30px;
    background-color: black;
    color: white;
    border: 0;
    padding-left: 53px;
    padding-right: 15px;
    background-image: url(/files/dajw_theme/back-link-white.svg);
    background-repeat: no-repeat;
    background-position: 15px center; }
    .contrast-active .mod_newsreader .back a {
      background-color: black !important;
      color: white !important; }
    .mod_newsreader .back a:hover, .mod_newsreader .back a:focus {
      color: white;
      text-decoration: underline; }

.newsteaser__meta {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .newsteaser__meta {
      font-size: 1.0625rem;
      line-height: 1.41176; } }

.newsteaser__headline {
  margin-bottom: 15px; }
  .newsteaser__headline a {
    padding-left: 0; }
  .newsteaser__headline a > span {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .newsteaser__headline a > span {
        font-size: 1.625rem;
        line-height: 1.23077; } }

.newsteaser__intro {
  margin-bottom: 15px; }
  .newsteaser__intro p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .newsteaser__intro p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .newsteaser__intro p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
    .newsteaser__intro p:not(:last-child) {
      margin-bottom: 12px; }

.newsteaser.layout_latest figcaption {
  display: none; }

@media (min-width: 992px) {
  .newsteaser.layout_latest {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.newsteaser.layout_latest .newsteaser__col-first {
  text-align: center;
  margin-bottom: 27px; }
  @media (min-width: 992px) {
    .newsteaser.layout_latest .newsteaser__col-first {
      width: calc(50% - 15px);
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .newsteaser.layout_latest .newsteaser__col-last {
    width: calc(50% - 15px); } }

.newsteaser.layout_latest .newsteaser__teaser-image {
  max-width: 540px;
  position: relative;
  display: inline-block; }
  .newsteaser.layout_latest .newsteaser__teaser-image img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .newsteaser.layout_latest .newsteaser__teaser-image img {
        display: inline-block; } }

.newsteaser.layout_archive {
  padding: 40px 0;
  border-top: 1px solid #c6c3c0; }
  @media (min-width: 576px) {
    .newsteaser.layout_archive {
      padding: 30px 0; } }
  .newsteaser.layout_archive:last-child, .newsteaser.layout_archive.last {
    border-bottom: 1px solid #c6c3c0; }
  .newsteaser.layout_archive .newsteaser__inside {
    max-width: 900px; }

.mod_newsarchive h2 {
  display: none; }

.mod_newslist--slider .image-popup {
  display: none; }

.tippy-box[data-theme~='sdg'] {
  background-color: #f2f1ef;
  color: black; }

.tippy-box[data-theme~='sdg'][data-placement^='top'] > .tippy-arrow:before {
  border-top-color: #f2f1ef; }

.tippy-box[data-theme~='sdg'][data-placement^='bottom'] > .tippy-arrow:before {
  border-bottom-color: #f2f1ef; }

.tippy-box[data-theme~='sdg'][data-placement^='left'] > .tippy-arrow:before {
  border-left-color: #f2f1ef; }

.tippy-box[data-theme~='sdg'][data-placement^='right'] > .tippy-arrow:before {
  border-right-color: #f2f1ef; }

.ce_dzsdgreader a {
  padding-left: 0; }

.ce_dzsdgreader__headline {
  max-width: 900px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzsdgreader__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }

.ce_dzsdgreader__intro {
  max-width: 900px;
  margin-bottom: 60px; }

.ce_dzsdgreader__nav {
  margin: 0 -3px; }
  .ce_dzsdgreader__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .ce_dzsdgreader__nav ul {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    .ce_dzsdgreader__nav ul li {
      display: block;
      position: relative;
      width: calc(100% / 6 - 6px);
      margin: 0 3px 6px 3px; }
      @media (max-width: 767.98px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 6 - 6px); } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 9 - 6px); } }
      @media (min-width: 992px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 17 - 6px); } }
      .ce_dzsdgreader__nav ul li:after {
        content: '';
        display: block;
        padding-bottom: 100%; }

.ce_dzsdgreader__nav-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center; }
  .ce_dzsdgreader__nav-link--1 {
    background-color: #e3253c; }
  .ce_dzsdgreader__nav-link--2 {
    background-color: #dea73a; }
  .ce_dzsdgreader__nav-link--3 {
    background-color: #4ca046; }
  .ce_dzsdgreader__nav-link--4 {
    background-color: #c5202e; }
  .ce_dzsdgreader__nav-link--5 {
    background-color: #ef412c; }
  .ce_dzsdgreader__nav-link--6 {
    background-color: #29bee2; }
  .ce_dzsdgreader__nav-link--7 {
    background-color: #fac315; }
  .ce_dzsdgreader__nav-link--8 {
    background-color: #a21c44; }
  .ce_dzsdgreader__nav-link--9 {
    background-color: #f26a2c; }
  .ce_dzsdgreader__nav-link--10 {
    background-color: #e01a83; }
  .ce_dzsdgreader__nav-link--11 {
    background-color: #f99d28; }
  .ce_dzsdgreader__nav-link--12 {
    background-color: #be8b2c; }
  .ce_dzsdgreader__nav-link--13 {
    background-color: #417f45; }
  .ce_dzsdgreader__nav-link--14 {
    background-color: #1c97d4; }
  .ce_dzsdgreader__nav-link--15 {
    background-color: #5cba47; }
  .ce_dzsdgreader__nav-link--16 {
    background-color: #07699e; }
  .ce_dzsdgreader__nav-link--17 {
    background-color: #18496b; }
  .ce_dzsdgreader__nav-link span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    color: white;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .contrast-active .ce_dzsdgreader__nav-link {
    background-color: #f2f1ef; }
    .contrast-active .ce_dzsdgreader__nav-link span {
      color: black; }
  .ce_dzsdgreader__nav-link--active {
    border: 6px solid white;
    -webkit-box-shadow: 0 0 5px #0000004d;
            box-shadow: 0 0 5px #0000004d; }

.ce_dzsdgreader__box {
  padding: 40px 0;
  margin-bottom: 67px;
  position: relative; }
  .ce_dzsdgreader__box:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 49px 0 49px;
    border-color: #f2f1ef transparent transparent transparent; }
  .ce_dzsdgreader--1 .ce_dzsdgreader__box {
    background-color: #e3253c; }
    .ce_dzsdgreader--1 .ce_dzsdgreader__box:after {
      border-color: #e3253c transparent transparent transparent; }
  .ce_dzsdgreader--2 .ce_dzsdgreader__box {
    background-color: #dea73a; }
    .ce_dzsdgreader--2 .ce_dzsdgreader__box:after {
      border-color: #dea73a transparent transparent transparent; }
  .ce_dzsdgreader--3 .ce_dzsdgreader__box {
    background-color: #4ca046; }
    .ce_dzsdgreader--3 .ce_dzsdgreader__box:after {
      border-color: #4ca046 transparent transparent transparent; }
  .ce_dzsdgreader--4 .ce_dzsdgreader__box {
    background-color: #c5202e; }
    .ce_dzsdgreader--4 .ce_dzsdgreader__box:after {
      border-color: #c5202e transparent transparent transparent; }
  .ce_dzsdgreader--5 .ce_dzsdgreader__box {
    background-color: #ef412c; }
    .ce_dzsdgreader--5 .ce_dzsdgreader__box:after {
      border-color: #ef412c transparent transparent transparent; }
  .ce_dzsdgreader--6 .ce_dzsdgreader__box {
    background-color: #29bee2; }
    .ce_dzsdgreader--6 .ce_dzsdgreader__box:after {
      border-color: #29bee2 transparent transparent transparent; }
  .ce_dzsdgreader--7 .ce_dzsdgreader__box {
    background-color: #fac315; }
    .ce_dzsdgreader--7 .ce_dzsdgreader__box:after {
      border-color: #fac315 transparent transparent transparent; }
  .ce_dzsdgreader--8 .ce_dzsdgreader__box {
    background-color: #a21c44; }
    .ce_dzsdgreader--8 .ce_dzsdgreader__box:after {
      border-color: #a21c44 transparent transparent transparent; }
  .ce_dzsdgreader--9 .ce_dzsdgreader__box {
    background-color: #f26a2c; }
    .ce_dzsdgreader--9 .ce_dzsdgreader__box:after {
      border-color: #f26a2c transparent transparent transparent; }
  .ce_dzsdgreader--10 .ce_dzsdgreader__box {
    background-color: #e01a83; }
    .ce_dzsdgreader--10 .ce_dzsdgreader__box:after {
      border-color: #e01a83 transparent transparent transparent; }
  .ce_dzsdgreader--11 .ce_dzsdgreader__box {
    background-color: #f99d28; }
    .ce_dzsdgreader--11 .ce_dzsdgreader__box:after {
      border-color: #f99d28 transparent transparent transparent; }
  .ce_dzsdgreader--12 .ce_dzsdgreader__box {
    background-color: #be8b2c; }
    .ce_dzsdgreader--12 .ce_dzsdgreader__box:after {
      border-color: #be8b2c transparent transparent transparent; }
  .ce_dzsdgreader--13 .ce_dzsdgreader__box {
    background-color: #417f45; }
    .ce_dzsdgreader--13 .ce_dzsdgreader__box:after {
      border-color: #417f45 transparent transparent transparent; }
  .ce_dzsdgreader--14 .ce_dzsdgreader__box {
    background-color: #1c97d4; }
    .ce_dzsdgreader--14 .ce_dzsdgreader__box:after {
      border-color: #1c97d4 transparent transparent transparent; }
  .ce_dzsdgreader--15 .ce_dzsdgreader__box {
    background-color: #5cba47; }
    .ce_dzsdgreader--15 .ce_dzsdgreader__box:after {
      border-color: #5cba47 transparent transparent transparent; }
  .ce_dzsdgreader--16 .ce_dzsdgreader__box {
    background-color: #07699e; }
    .ce_dzsdgreader--16 .ce_dzsdgreader__box:after {
      border-color: #07699e transparent transparent transparent; }
  .ce_dzsdgreader--17 .ce_dzsdgreader__box {
    background-color: #18496b; }
    .ce_dzsdgreader--17 .ce_dzsdgreader__box:after {
      border-color: #18496b transparent transparent transparent; }
  @media (min-width: 992px) {
    .ce_dzsdgreader__box-cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .ce_dzsdgreader__box-left {
    text-align: left; }
  .ce_dzsdgreader__box-image-container {
    display: inline-block;
    position: relative; }
  .ce_dzsdgreader__box-image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto; }
  .ce_dzsdgreader__box-image-claim {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2; }

.ce_dzsdgreader a.ce_dzsdgreader__linkprojects {
  padding-left: 35px; }

.ce_dzsdgreader__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.125;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-align: left; }

.ce_dzsdgreader__project-hint {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 30px;
  margin-bottom: 20px; }
  .ce_dzsdgreader__project-hint > strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal; }
  @media (min-width: 768px) {
    .ce_dzsdgreader__project-hint {
      font-size: 1.125rem;
      line-height: 1.55556;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }

@media (min-width: 1200px) {
  .ce_dzsdgreader__box-left {
    width: calc(50% - 30px / 2);
    padding-left: 60px; }
  .ce_dzsdgreader__box-right {
    padding-right: 60px;
    width: calc(50% - 30px / 2); }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    max-width: 445px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ce_dzsdgreader__box-left {
    width: calc(50% - 30px / 2);
    padding-left: 47px; }
  .ce_dzsdgreader__box-right {
    text-align: right;
    padding-right: 30px;
    width: calc(50% - 30px / 2); }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    max-width: 343px; } }

@media (max-width: 991.98px) {
  .ce_dzsdgreader__box-left {
    text-align: center;
    margin-bottom: 0; }
  .ce_dzsdgreader__box-right {
    display: none; }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    display: block;
    max-width: 343px;
    margin: 0 auto; } }

@media (max-width: 575.98px) {
  .ce_dzsdgreader__box-left {
    text-align: center;
    margin-bottom: 0; }
  .ce_dzsdgreader__box-right {
    display: none; }
  .ce_dzsdgreader__box-image {
    display: none; }
  .ce_dzsdgreader__box-image-claim {
    position: static;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto; } }

.sdg_project {
  padding: 30px 15px 0 15px;
  background-color: #f2f1ef; }
  .sdg_project:not(:last-child) {
    margin-bottom: 10px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .sdg_project {
      padding: 30px;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .sdg_project {
      padding: 40px;
      padding-bottom: 0; } }
  .sdg_project:hover {
    background-color: #f8f8f7; }
  .sdg_project__inside {
    max-width: 900px; }
  .sdg_project__title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .sdg_project__title {
        font-size: 1.625rem;
        line-height: 1.23077; } }
  .sdg_project__row {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sdg_project .with-icon {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 25px;
    margin-bottom: 0; }
    .sdg_project .with-icon > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .sdg_project .with-icon {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .sdg_project__info {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    display: none; }
    .sdg_project__info > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .sdg_project__info {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .sdg_project__toggle {
    border: 0;
    background: none;
    display: block;
    width: 100%;
    height: 40px;
    position: relative; }
    .sdg_project__toggle:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      content: ' ';
      width: 52px;
      height: 15px;
      background-image: url(/files/dajw_theme/show_more_grey.svg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover; }
    .sdg_project__toggle--open:after {
      background-image: url(/files/dajw_theme/show_less_grey.svg); }
  @media (max-width: 991.98px) {
    .sdg_project__row {
      display: block;
      margin-bottom: 0; }
    .sdg_project .with-icon {
      margin-bottom: 10px; } }

.mod-sdg-list select[name='sdg'] {
  max-width: 600px; }

.mod-sdg-list__form-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mod-sdg-list__form-container {
      margin-bottom: 60px; } }
  .mod-sdg-list__form-container .form__container {
    margin-bottom: 0; }

.mod-sdg-list label {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  display: block;
  margin-bottom: 10px; }
  .mod-sdg-list label.error {
    color: #af2200; }

.contrast-active .ce_dzsdgreader__box {
  background-color: #f2f1ef; }
  .contrast-active .ce_dzsdgreader__box:after {
    border-color: #f2f1ef transparent transparent transparent; }
  .contrast-active .ce_dzsdgreader__box-image-container {
    width: 100%;
    height: 200px; }
  .contrast-active .ce_dzsdgreader__box-image-claim {
    -webkit-filter: invert(50%) saturate(0) brightness(0) contrast(6.3);
            filter: invert(50%) saturate(0) brightness(0) contrast(6.3); }
  .contrast-active .ce_dzsdgreader__box figure {
    display: none; }

.contrast-active .ce_dzsdgreader__title {
  color: black; }

.contrast-active .sdg_project__toggle:after {
  background-image: url(/files/dajw_theme/show_more_black.svg); }

.contrast-active .sdg_project__toggle--open:after {
  background-image: url(/files/dajw_theme/show_less_black.svg); }

@media (max-width: 575.98px) {
  .mod_contactflap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .mod_contactflap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .mod_contactflap {
      max-width: 540px; } }
  @media (max-width: 575.98px) and (min-width: 768px) {
    .mod_contactflap {
      max-width: 720px; } }
  @media (max-width: 575.98px) and (min-width: 992px) {
    .mod_contactflap {
      max-width: 960px; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .mod_contactflap {
      max-width: 1140px; } }

@media (min-width: 576px) {
  .mod_contactflap {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 900;
    text-align: right;
    overflow: hidden;
    width: 55px; }
    .mod_contactflap--open {
      width: auto !important; } }

@media (min-width: 1200px) {
  .mod_contactflap {
    width: 60px; } }

.mod_contactflap__toggle {
  border: 0;
  background: none;
  background-color: #d84c01;
  background-image: url(/files/dajw_theme/contact_yellow.svg);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .mod_contactflap__toggle span {
    display: inline-block;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 2.75;
    color: black; }
    @media (min-width: 576px) {
      .mod_contactflap__toggle span {
        position: absolute;
        bottom: -40px;
        left: 0;
        z-index: 1;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; } }
  @media (min-width: 576px) {
    .mod_contactflap__toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      overflow: hidden;
      display: inline-block;
      width: 55px;
      height: 152px;
      background-position: top 10px center; } }
  .mod_contactflap__toggle--open {
    opacity: 0; }
  @media (min-width: 1200px) {
    .mod_contactflap__toggle {
      width: 60px;
      height: 250px;
      background-size: 45px 45px; }
      .mod_contactflap__toggle span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 2.14286; } }
  @media (max-width: 575.98px) {
    .mod_contactflap__toggle {
      position: absolute;
      top: 50px;
      right: 15px;
      z-index: 1;
      background-image: none;
      margin-top: 5px;
      width: 52px;
      height: 52px;
      border-radius: 52px;
      -webkit-box-shadow: 2px 2px 6px #00000029;
              box-shadow: 2px 2px 6px #00000029; }
      .mod_contactflap__toggle:before {
        position: absolute;
        top: -3px;
        right: 0;
        z-index: 1;
        content: '';
        width: 28px;
        height: 28px;
        background-image: url(/files/dajw_theme/contact_yellow_small.svg);
        background-repeat: no-repeat;
        background-size: 28px 28px; }
      .mod_contactflap__toggle span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.8125rem;
        line-height: 1.15385;
        display: block;
        position: absolute;
        bottom: 9px;
        right: 9px;
        z-index: 1; } }

.mod_contactflap__close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }
  .mod_contactflap__close:before {
    content: ' ';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(/files/dajw_theme/close_circle_red.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  @media (min-width: 576px) {
    .mod_contactflap__close {
      top: 10px;
      bottom: auto; } }

.mod_contactflap__layer {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 30px 100px 30px 30px;
  background-color: #f6ee50;
  text-align: left;
  min-height: 250px;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  @media (min-width: 576px) {
    .mod_contactflap__layer {
      width: 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_contactflap__layer {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      width: 100%; } }
  @media (min-width: 768px) {
    .mod_contactflap__layer {
      -webkit-transform: translateX(900px);
              transform: translateX(900px);
      width: 760px; } }
  .mod_contactflap__toggle--open + .mod_contactflap__layer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    width: 100%; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        width: 100%; } }
    @media (min-width: 768px) {
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        width: 760px; } }
  @media (max-width: 767.98px) {
    .mod_contactflap__layer {
      padding: 30px 15px 30px 15px; } }
  @media (max-width: 575.98px) {
    .mod_contactflap__layer {
      display: none;
      min-height: 0;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      z-index: 100000; }
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        display: block; } }

.mod_contactflap__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .mod_contactflap__headline {
      padding-right: 60px; } }

.mod_contactflap__phone {
  background-image: url(/files/dajw_theme/phone_back.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  min-height: 50px;
  padding-left: 80px;
  margin-bottom: 15px; }
  .mod_contactflap__phone a {
    padding-left: 0; }
  @media (min-width: 768px) {
    .mod_contactflap__phone {
      background-size: 70px 70px;
      min-height: 70px;
      padding-left: 100px; } }
  .mod_contactflap__phone a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.78571;
    color: black; }
    @media (min-width: 576px) {
      .mod_contactflap__phone a {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        line-height: 1.45833; } }

.mod_contactflap__text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .mod_contactflap__content--wo-phone {
    background-image: url(/files/dajw_theme/speech_red.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 73px 68px; } }

@media (min-width: 768px) {
  .mod_contactflap__content {
    padding-left: 100px; } }

.mod_contactflap__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .mod_contactflap__content ul li {
    margin-bottom: 10px; }
    .mod_contactflap__content ul li:not(:last-child) {
      margin-right: 20px; }
    @media (max-width: 767.98px) {
      .mod_contactflap__content ul li:first-child {
        width: 100%; } }

.mod_contactflap__content a {
  color: black; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .mod_contactflap__headline, .mod_contactflap__phone, .mod_contactflap__content {
    margin-left: 10%;
    margin-right: 10%; } }

.contrast-active .mod_contactflap__toggle {
  background-color: black; }
  .contrast-active .mod_contactflap__toggle span {
    color: white; }

.ce_text figure.image_container {
  width: 100%;
  margin-top: 10px; }
  .ce_text figure.image_container figcaption {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 15px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .ce_text figure.image_container figcaption strong {
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
  @media (min-width: 768px) {
    .ce_text figure.image_container figcaption {
      font-size: 0.875rem;
      line-height: 1.57143;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }
  .ce_text figure.image_container img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_text figure.image_container {
      width: 510px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .ce_text figure.image_container {
      width: 370px;
      float: left;
      margin-right: 30px;
      margin-bottom: 20px; }
      .ce_text figure.image_container.float_right {
        float: right;
        margin-right: 0;
        margin-left: 30px; } }
  @media (min-width: 1200px) {
    .ce_text figure.image_container {
      width: 445px;
      margin-right: 50px;
      margin-bottom: 20px; }
      .ce_text figure.image_container.float_right {
        margin-right: 0;
        margin-left: 50px; } }

.ce_text .text_container > :not(:last-child) {
  margin-bottom: 15px; }

.ce_text ul.linklist {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ce_text ul.linklist li {
    margin: 0;
    padding-left: 0; }

.ce_text.standard > *,
.ce_text--intro > *,
.ce_text--infobox > *,
.ce_text--infobox-linklist > * {
  max-width: 900px; }

.ce_text--linklist,
.ce_text--quote,
.ce_text--claim,
.ce_text--claim-bg,
.ce_text--interview,
.ce_text--source {
  max-width: 900px; }

.ce_text.standard p,
.ce_text--linklist p,
.ce_text--intro p,
.ce_text--twocolumns p,
.ce_text--infobox p,
.ce_text--infobox-linklist p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .ce_text.standard p > strong,
  .ce_text--linklist p > strong,
  .ce_text--intro p > strong,
  .ce_text--twocolumns p > strong,
  .ce_text--infobox p > strong,
  .ce_text--infobox-linklist p > strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal; }
  @media (min-width: 768px) {
    .ce_text.standard p,
    .ce_text--linklist p,
    .ce_text--intro p,
    .ce_text--twocolumns p,
    .ce_text--infobox p,
    .ce_text--infobox-linklist p {
      font-size: 1.125rem;
      line-height: 1.55556;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }

.ce_text--intro p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal; }

.ce_text--source {
  margin-top: 30px; }
  .ce_text--source p {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.46667; }
    @media (min-width: 576px) {
      .ce_text--source p {
        font-size: 1.0625rem;
        line-height: 1.41176; } }

@media (min-width: 992px) {
  .ce_text--twocolumns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

.ce_text.ce_text--linklist > :not(:last-child) {
  margin-bottom: 15px; }

.ce_text.ce_text--linklist ul {
  list-style-type: none;
  padding-left: 0; }
  .ce_text.ce_text--linklist ul li {
    padding-left: 0;
    font-size: 0; }
  .ce_text.ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }

.ce_text--infobox,
.ce_text--infobox-linklist {
  padding: 30px 15px 30px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_text--infobox,
    .ce_text--infobox-linklist {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_text--infobox,
    .ce_text--infobox-linklist {
      padding: 40px; }
      .ce_colsetStart .ce_text--infobox, .ce_colsetStart
      .ce_text--infobox-linklist {
        padding: 30px; } }
  .ce_text--infobox > :not(:last-child),
  .ce_text--infobox-linklist > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .ce_text--infobox, .contrast-active
  .ce_text--infobox-linklist {
    background-color: #f8f8f7 !important;
    color: black !important; }
  .ce_text--infobox h2,
  .ce_text--infobox h3,
  .ce_text--infobox h4,
  .ce_text--infobox h5,
  .ce_text--infobox-linklist h2,
  .ce_text--infobox-linklist h3,
  .ce_text--infobox-linklist h4,
  .ce_text--infobox-linklist h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ce_text--infobox h2,
      .ce_text--infobox h3,
      .ce_text--infobox h4,
      .ce_text--infobox h5,
      .ce_text--infobox-linklist h2,
      .ce_text--infobox-linklist h3,
      .ce_text--infobox-linklist h4,
      .ce_text--infobox-linklist h5 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_text--infobox.content-bgcolor-yellow,
  .ce_text--infobox-linklist.content-bgcolor-yellow {
    background-color: #f6ee50;
    color: black; }
  .ce_text--infobox.content-bgcolor-red,
  .ce_text--infobox-linklist.content-bgcolor-red {
    background-color: #d84c01;
    color: white; }
    .ce_text--infobox.content-bgcolor-red ul > li > a:after,
    .ce_text--infobox.content-bgcolor-red p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-red ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-red p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-red ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-red p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-red ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-red p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-red ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-red p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-red ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-red p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-red ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-red p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-red ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-red p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-red ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-red p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-red ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-red p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-red ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-red p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-red ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-red p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-red ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-red p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-red p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-red ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-red p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-red p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-red ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-red p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-red ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-red p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-darkred,
  .ce_text--infobox-linklist.content-bgcolor-darkred {
    background-color: #af2200;
    color: white; }
    .ce_text--infobox.content-bgcolor-darkred ul > li > a:after,
    .ce_text--infobox.content-bgcolor-darkred p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkred ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkred p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-darkred p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-darkred p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-darkred p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-darkred p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-darkred p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkred p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-darkred p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-darkred p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-darkred p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-darkred p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkred ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-darkred p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkred ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-darkred p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkred ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkred p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-cyan,
  .ce_text--infobox-linklist.content-bgcolor-cyan {
    background-color: #5fb5af;
    color: black; }
  .ce_text--infobox.content-bgcolor-teal,
  .ce_text--infobox-linklist.content-bgcolor-teal {
    background-color: #04797e;
    color: white; }
    .ce_text--infobox.content-bgcolor-teal ul > li > a:after,
    .ce_text--infobox.content-bgcolor-teal p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-teal p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-teal ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-teal p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-teal p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-teal p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-teal p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-teal p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-teal p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-teal p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-teal p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-teal p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-teal p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-teal p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-teal p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-teal ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-teal p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-teal p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-teal ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-teal p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-teal ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-teal p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-magenta,
  .ce_text--infobox-linklist.content-bgcolor-magenta {
    background-color: #b9278f;
    color: white; }
    .ce_text--infobox.content-bgcolor-magenta ul > li > a:after,
    .ce_text--infobox.content-bgcolor-magenta p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-magenta ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-magenta p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-magenta p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-magenta p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-magenta p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-magenta p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-magenta p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-magenta p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-magenta p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-magenta p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-magenta p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-magenta p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-magenta ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-magenta p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-magenta ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-magenta p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-magenta ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-magenta p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-darkmagenta,
  .ce_text--infobox-linklist.content-bgcolor-darkmagenta {
    background-color: #9e0472;
    color: white; }
    .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a:after,
    .ce_text--infobox.content-bgcolor-darkmagenta p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkmagenta p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-darkmagenta p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-darkmagenta p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkmagenta ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-darkmagenta p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkmagenta p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-lightbeige,
  .ce_text--infobox-linklist.content-bgcolor-lightbeige {
    background-color: #f8f8f7;
    color: black; }
  .ce_text--infobox.content-bgcolor-beige,
  .ce_text--infobox-linklist.content-bgcolor-beige {
    background-color: #f2f1ef;
    color: black; }
  .ce_text--infobox.content-bgcolor-midbeige,
  .ce_text--infobox-linklist.content-bgcolor-midbeige {
    background-color: #f2f1ef;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkbeige,
  .ce_text--infobox-linklist.content-bgcolor-darkbeige {
    background-color: #e7e5e0;
    color: black; }
  .ce_text--infobox.content-bgcolor-sandybrown,
  .ce_text--infobox-linklist.content-bgcolor-sandybrown {
    background-color: #d6caa3;
    color: black; }
  .ce_text--infobox.content-bgcolor-white,
  .ce_text--infobox-linklist.content-bgcolor-white {
    background-color: white;
    color: black; }
  .ce_text--infobox.content-bgcolor-black,
  .ce_text--infobox-linklist.content-bgcolor-black {
    background-color: black;
    color: white; }
    .ce_text--infobox.content-bgcolor-black ul > li > a:after,
    .ce_text--infobox.content-bgcolor-black p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-black ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-black p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-black ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-black p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-black ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-black p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-black ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-black p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-black ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-black p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-black ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-black p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-black ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-black p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-black ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-black p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-black ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-black p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-black ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-black p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-black ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-black p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-black ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-black p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-black p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-black ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-black p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-black p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-black ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-black p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-black ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-black p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-standard,
  .ce_text--infobox-linklist.content-bgcolor-standard {
    background-color: #f2f1ef;
    color: black; }
  .ce_text--infobox.content-bgcolor-green,
  .ce_text--infobox-linklist.content-bgcolor-green {
    background-color: #b8c931;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkgreen,
  .ce_text--infobox-linklist.content-bgcolor-darkgreen {
    background-color: #80a51b;
    color: white; }
    .ce_text--infobox.content-bgcolor-darkgreen ul > li > a:after,
    .ce_text--infobox.content-bgcolor-darkgreen p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkgreen p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-darkgreen p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-darkgreen p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkgreen ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-darkgreen p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkgreen p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-bgcolor-warmgrey,
  .ce_text--infobox-linklist.content-bgcolor-warmgrey {
    background-color: #8e8882;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkwarmgrey,
  .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey {
    background-color: #675c53;
    color: white; }
    .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a:after,
    .ce_text--infobox.content-bgcolor-darkwarmgrey p > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='http'],
    .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='http'],
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='http']:after,
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='http']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='mailto']:after,
    .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='files/'],
    .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='files/'],
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='files/'], .content-active
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='files/']:after,
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href*='#']:after,
    .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href*='#']:after,
    .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-bgcolor-darkwarmgrey ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox.content-bgcolor-darkwarmgrey p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey ul > li > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text--infobox.content-with-bgimage,
  .ce_text--infobox-linklist.content-with-bgimage {
    color: white; }
    .ce_text--infobox.content-with-bgimage p > a:after,
    .ce_text--infobox-linklist.content-with-bgimage p > a:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .ce_text--infobox.content-with-bgimage p > a:after, .contrast-active
      .ce_text--infobox-linklist.content-with-bgimage p > a:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_text--infobox.content-with-bgimage p > a[href^='http'],
    .ce_text--infobox-linklist.content-with-bgimage p > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .ce_text--infobox.content-with-bgimage p > a[href^='http'], .contrast-active
      .ce_text--infobox-linklist.content-with-bgimage p > a[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_text--infobox.content-with-bgimage p > a[href^='http']:after,
      .ce_text--infobox-linklist.content-with-bgimage p > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .ce_text--infobox.content-with-bgimage p > a[href^='http']:after, .contrast-active
        .ce_text--infobox-linklist.content-with-bgimage p > a[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .ce_text--infobox.content-with-bgimage p > a[href^='mailto']:after,
    .ce_text--infobox-linklist.content-with-bgimage p > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .ce_text--infobox.content-with-bgimage p > a[href^='mailto']:after, .contrast-active
      .ce_text--infobox-linklist.content-with-bgimage p > a[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_text--infobox.content-with-bgimage p > a[href^='files/'],
    .ce_text--infobox-linklist.content-with-bgimage p > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .ce_text--infobox.content-with-bgimage p > a[href^='files/'], .content-active
      .ce_text--infobox-linklist.content-with-bgimage p > a[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_text--infobox.content-with-bgimage p > a[href^='files/']:after,
      .ce_text--infobox-linklist.content-with-bgimage p > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .ce_text--infobox.content-with-bgimage p > a[href^='files/']:after, .content-active
        .ce_text--infobox-linklist.content-with-bgimage p > a[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text--infobox.content-with-bgimage p > a[href*='#']:after,
    .ce_text--infobox-linklist.content-with-bgimage p > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .ce_text--infobox.content-with-bgimage p > a[href*='#']:after, .content-active
      .ce_text--infobox-linklist.content-with-bgimage p > a[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
    .contrast-active .ce_text--infobox.content-with-bgimage, .contrast-active
    .ce_text--infobox-linklist.content-with-bgimage {
      background-image: none !important; }

.ce_text.ce_text--infobox-linklist ul {
  list-style-type: none;
  padding-left: 0; }
  .ce_text.ce_text--infobox-linklist ul li {
    padding-left: 0;
    font-size: 0; }
  .ce_text.ce_text--infobox-linklist ul li:not(:last-child) {
    margin-bottom: 10px; }

.ce_colsetStart .ce_text.ce_text--infobox-linklist, .ce_colsetStart
.ce_text.ce_text--infobox {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  height: 100%; }

.ce_text--quote {
  position: relative;
  z-index: 2;
  padding-top: 80px; }
  .ce_text--quote:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '»';
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.75rem;
    line-height: 1; }
  .ce_text--quote p {
    margin-bottom: 15px;
    position: relative;
    z-index: 2; }
    .ce_text--quote p:first-child {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .ce_text--quote p:first-child {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 1.33333; } }
    .ce_text--quote p:not(:first-child) {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.52941;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-style: normal; }
      .ce_text--quote p:not(:first-child) > strong {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-style: normal; }
      @media (min-width: 768px) {
        .ce_text--quote p:not(:first-child) {
          font-size: 1.125rem;
          line-height: 1.55556;
          -webkit-hyphens: manual;
              -ms-hyphens: manual;
                  hyphens: manual; } }
    .ce_text--quote p:last-child {
      margin-bottom: 0; }
  .ce_text--quote.content-keycolor-yellow:after {
    color: #f6ee50; }
  .ce_text--quote.content-keycolor-red:after {
    color: #d84c01; }
  .ce_text--quote.content-keycolor-darkred:after {
    color: #af2200; }
  .ce_text--quote.content-keycolor-cyan:after {
    color: #5fb5af; }
  .ce_text--quote.content-keycolor-teal:after {
    color: #04797e; }
  .ce_text--quote.content-keycolor-magenta:after {
    color: #b9278f; }
  .ce_text--quote.content-keycolor-darkmagenta:after {
    color: #9e0472; }
  .ce_text--quote.content-keycolor-sandybrown:after {
    color: #d6caa3; }
  .ce_text--quote.content-keycolor-white:after {
    color: white; }
  .ce_text--quote.content-keycolor-standard:after {
    color: #f2f1ef; }

.ce_text--claim {
  padding: 0 10px; }
  .ce_text--claim p {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_text--claim {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .ce_text--claim {
      padding: 0; }
      .ce_text--claim p {
        font-size: 2rem;
        line-height: 1.25; } }
  .ce_text--claim.content-with-bgimage {
    min-height: 140px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .ce_text--claim.content-with-bgimage {
        min-height: 105px; } }
    @media (min-width: 768px) {
      .ce_text--claim.content-with-bgimage {
        min-height: 190px; } }

.ce_text--interview p:not(:last-child) {
  margin-bottom: 15px; }

.ce_text--interview p strong {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  display: inline;
  background-position: bottom 2px left 0;
  background-repeat: repeat-x;
  background-size: 1px 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
  background-image: linear-gradient(#f6ee50, #f6ee50); }
  .contrast-active .ce_text--interview p strong {
    background: none !important; }

.ce_text--interview.content-keycolor-yellow p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
  background-image: linear-gradient(#f6ee50, #f6ee50); }

.ce_text--interview.content-keycolor-red p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
  background-image: linear-gradient(#d84c01, #d84c01); }

.ce_text--interview.content-keycolor-darkred p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#af2200), to(#af2200));
  background-image: linear-gradient(#af2200, #af2200); }

.ce_text--interview.content-keycolor-cyan p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5fb5af), to(#5fb5af));
  background-image: linear-gradient(#5fb5af, #5fb5af); }

.ce_text--interview.content-keycolor-teal p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04797e), to(#04797e));
  background-image: linear-gradient(#04797e, #04797e); }

.ce_text--interview.content-keycolor-magenta p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9278f), to(#b9278f));
  background-image: linear-gradient(#b9278f, #b9278f); }

.ce_text--interview.content-keycolor-darkmagenta p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e0472), to(#9e0472));
  background-image: linear-gradient(#9e0472, #9e0472); }

.ce_text--interview.content-keycolor-sandybrown p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6caa3), to(#d6caa3));
  background-image: linear-gradient(#d6caa3, #d6caa3); }

.ce_text--interview.content-keycolor-white p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white); }

.ce_text--interview.content-keycolor-standard p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#f2f1ef));
  background-image: linear-gradient(#f2f1ef, #f2f1ef); }

.ce_text--claim-bg h2,
.ce_text--claim-bg h3,
.ce_text--claim-bg h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: uppercase;
  margin-bottom: 15px; }

.ce_text--claim-bg p {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: inline;
  background-position: bottom 0 left 0;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
  background-image: linear-gradient(#d84c01, #d84c01);
  margin-bottom: 0; }
  .ce_text--claim-bg p span {
    display: inline-block;
    margin: 0 5px; }
  .ce_text--claim-bg p > span {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
  @media (min-width: 768px) {
    .ce_text--claim-bg p {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571;
      display: inline;
      background-position: bottom 0 left 0;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
      background-image: linear-gradient(#d84c01, #d84c01); }
      .ce_text--claim-bg p span {
        display: inline-block;
        margin: 0 5px; }
      .ce_text--claim-bg p > span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }
  .contrast-active .ce_text--claim-bg p {
    background: #f8f8f7 !important; }

.ce_text--claim-bg.content-keycolor-yellow p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
  background-image: linear-gradient(#f6ee50, #f6ee50); }

.ce_text--claim-bg.content-keycolor-red p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
  background-image: linear-gradient(#d84c01, #d84c01); }

.ce_text--claim-bg.content-keycolor-darkred p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#af2200), to(#af2200));
  background-image: linear-gradient(#af2200, #af2200); }

.ce_text--claim-bg.content-keycolor-cyan p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5fb5af), to(#5fb5af));
  background-image: linear-gradient(#5fb5af, #5fb5af); }

.ce_text--claim-bg.content-keycolor-teal p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04797e), to(#04797e));
  background-image: linear-gradient(#04797e, #04797e); }

.ce_text--claim-bg.content-keycolor-magenta p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9278f), to(#b9278f));
  background-image: linear-gradient(#b9278f, #b9278f); }

.ce_text--claim-bg.content-keycolor-darkmagenta p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e0472), to(#9e0472));
  background-image: linear-gradient(#9e0472, #9e0472); }

.ce_text--claim-bg.content-keycolor-sandybrown p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6caa3), to(#d6caa3));
  background-image: linear-gradient(#d6caa3, #d6caa3); }

.ce_text--claim-bg.content-keycolor-white p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white); }

.ce_text--claim-bg.content-keycolor-standard p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#f2f1ef));
  background-image: linear-gradient(#f2f1ef, #f2f1ef); }

.ce_text.ce_text--linklist ul li a,
.ce_text--infobox-linklist ul li a,
.ce_text .text_container a {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .ce_text.ce_text--linklist ul li a:after,
  .ce_text--infobox-linklist ul li a:after,
  .ce_text .text_container a:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .ce_text.ce_text--linklist ul li a,
    .ce_text--infobox-linklist ul li a,
    .ce_text .text_container a {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .ce_text.ce_text--linklist ul li a:after,
      .ce_text--infobox-linklist ul li a:after,
      .ce_text .text_container a:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .ce_text.ce_text--linklist ul li a:before,
  .ce_text--infobox-linklist ul li a:before,
  .ce_text .text_container a:before {
    top: 4px;
    left: 2px; }
  .ce_text.ce_text--linklist ul li a:after,
  .ce_text--infobox-linklist ul li a:after,
  .ce_text .text_container a:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .ce_text.ce_text--linklist ul li a:hover:after,
  .ce_text--infobox-linklist ul li a:hover:after,
  .ce_text .text_container a:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .ce_text.ce_text--linklist ul li a:after,
    .ce_text--infobox-linklist ul li a:after,
    .ce_text .text_container a:after {
      top: 2px; } }
  .ce_text.ce_text--linklist ul li a[href^='http'],
  .ce_text--infobox-linklist ul li a[href^='http'],
  .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
    .ce_text.ce_text--linklist ul li a[href^='http']:after,
    .ce_text--infobox-linklist ul li a[href^='http']:after,
    .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
      top: 3px;
      left: 0; }
    .ce_text.ce_text--linklist ul li a[href^='http']:hover:after,
    .ce_text--infobox-linklist ul li a[href^='http']:hover:after,
    .ce_text .text_container a[href^='http']:hover:after {
      top: 1px;
      left: 2px; }
    @media (min-width: 768px) {
      .ce_text.ce_text--linklist ul li a[href^='http']:after,
      .ce_text--infobox-linklist ul li a[href^='http']:after,
      .ce_text .text_container a[href^='http']:after {
        top: 1px; }
      .ce_text.ce_text--linklist ul li a[href^='http']:hover:after,
      .ce_text--infobox-linklist ul li a[href^='http']:hover:after,
      .ce_text .text_container a[href^='http']:hover:after {
        top: -1px;
        left: 2px; } }
  .ce_text.ce_text--linklist ul li a[href^='mailto']:after,
  .ce_text--infobox-linklist ul li a[href^='mailto']:after,
  .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }
  .ce_text.ce_text--linklist ul li a[href^='mailto']:hover:after,
  .ce_text--infobox-linklist ul li a[href^='mailto']:hover:after,
  .ce_text .text_container a[href^='mailto']:hover:after {
    top: 1px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_text.ce_text--linklist ul li a[href^='mailto']:after,
    .ce_text--infobox-linklist ul li a[href^='mailto']:after,
    .ce_text .text_container a[href^='mailto']:after {
      top: 1px; }
    .ce_text.ce_text--linklist ul li a[href^='mailto']:hover:after,
    .ce_text--infobox-linklist ul li a[href^='mailto']:hover:after,
    .ce_text .text_container a[href^='mailto']:hover:after {
      top: -1px;
      left: 0; } }
  .ce_text.ce_text--linklist ul li a[href^='files/'],
  .ce_text--infobox-linklist ul li a[href^='files/'],
  .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
    .ce_text.ce_text--linklist ul li a[href^='files/']:after,
    .ce_text--infobox-linklist ul li a[href^='files/']:after,
    .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_text.ce_text--linklist ul li a[href^='files/']:hover:after,
    .ce_text--infobox-linklist ul li a[href^='files/']:hover:after,
    .ce_text .text_container a[href^='files/']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_text.ce_text--linklist ul li a[href^='files/']:after,
      .ce_text--infobox-linklist ul li a[href^='files/']:after,
      .ce_text .text_container a[href^='files/']:after {
        top: 1px; }
      .ce_text.ce_text--linklist ul li a[href^='files/']:hover:after,
      .ce_text--infobox-linklist ul li a[href^='files/']:hover:after,
      .ce_text .text_container a[href^='files/']:hover:after {
        top: 3px;
        left: 0; } }
  .ce_text.ce_text--linklist ul li a[href*='#']:after,
  .ce_text--infobox-linklist ul li a[href*='#']:after,
  .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_text.ce_text--linklist ul li a[href*='#']:hover:after,
  .ce_text--infobox-linklist ul li a[href*='#']:hover:after,
  .ce_text .text_container a[href*='#']:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_text.ce_text--linklist ul li a[href*='#']:after,
    .ce_text--infobox-linklist ul li a[href*='#']:after,
    .ce_text .text_container a[href*='#']:after {
      top: 1px; }
    .ce_text.ce_text--linklist ul li a[href*='#']:hover:after,
    .ce_text--infobox-linklist ul li a[href*='#']:hover:after,
    .ce_text .text_container a[href*='#']:hover:after {
      top: 3px;
      left: 0; } }

.ce_dzquote.standard .ce_dzquote__inside {
  max-width: 900px; }

.ce_dzquote.standard .ce_dzquote__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px; }

.ce_dzquote.standard blockquote {
  position: relative;
  padding-top: 70px;
  overflow: hidden; }
  .ce_dzquote.standard blockquote p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941; }
  .ce_dzquote.standard blockquote:before {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11.75rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: '„';
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }

.ce_dzquote.standard footer {
  margin-top: 15px; }
  .ce_dzquote.standard footer cite {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.35294; }

@media (min-width: 768px) {
  .ce_dzquote.standard .ce_dzquote__headline {
    font-size: 1.5rem;
    line-height: 1.33333; }
  .ce_dzquote.standard blockquote p {
    font-size: 1.125rem;
    line-height: 1.33333; }
  .ce_dzquote.standard footer cite {
    font-size: 1.125rem;
    line-height: 1.33333; } }

.ce_dzquote--claim .ce_dzquote__inside {
  max-width: 900px; }

.ce_dzquote--claim .ce_dzquote__headline {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin-bottom: 15px; }

.ce_dzquote--claim blockquote {
  padding: 0 10px; }
  .ce_dzquote--claim blockquote p {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.28571; }

.ce_dzquote--claim footer {
  margin-top: 15px; }
  .ce_dzquote--claim footer cite {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.35294; }

@media (min-width: 768px) {
  .ce_dzquote--claim .ce_dzquote__headline {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.41176; }
  .ce_dzquote--claim blockquote {
    padding: 0 30px; }
    .ce_dzquote--claim blockquote p {
      font-size: 2rem;
      line-height: 1.25; }
  .ce_dzquote--claim footer cite {
    font-size: 1.125rem;
    line-height: 1.33333; } }

@media (min-width: 992px) {
  .ce_dzquote--claim blockquote {
    max-width: 665px;
    margin: 0 auto;
    padding: 0; } }

.ce_dzquote--with-image .ce_dzquote__image-container {
  margin-bottom: 15px; }
  .ce_dzquote--with-image .ce_dzquote__image-container figure {
    width: 315px;
    margin: 0 auto;
    position: relative; }
    .ce_dzquote--with-image .ce_dzquote__image-container figure:before {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 11.75rem;
      line-height: 1;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: block;
      content: '„';
      -webkit-transform: translateY(-120px);
              transform: translateY(-120px); }
  .ce_dzquote--with-image .ce_dzquote__image-container img {
    max-width: 315px;
    height: auto; }

.ce_dzquote--with-image blockquote p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .ce_dzquote--with-image blockquote p {
      font-size: 1.75rem;
      line-height: 1.28571; } }

.ce_dzquote--with-image footer {
  margin-top: 30px; }
  .ce_dzquote--with-image footer cite {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.35294; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce_dzquote--with-image .ce_dzquote__image-container figure {
    width: 350px; }
  .ce_dzquote--with-image .ce_dzquote__image-container img {
    max-width: 350px; } }

@media (min-width: 768px) {
  .ce_dzquote--with-image .ce_dzquote__image-container {
    margin-bottom: 40px; }
  .ce_dzquote--with-image blockquote p {
    font-size: 1.75rem;
    line-height: 1.28571; }
  .ce_dzquote--with-image footer cite {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33333; } }

@media (min-width: 992px) {
  .ce_dzquote--with-image .ce_dzquote__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ce_dzquote--with-image .ce_dzquote__image-container {
    width: 380px;
    margin-bottom: 0; }
  .ce_dzquote--with-image .ce_dzquote__text-container {
    width: calc(100% - 380px); } }

@media (max-width: 575.98px) {
  .ce_dzquote--with-image .ce_dzquote__image-container figure {
    width: 74%; }
  .ce_dzquote--with-image .ce_dzquote__image-container img {
    max-width: 100%; } }

.ce_dzquote.ce_dzquote--keycolor-yellow.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-yellow.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-yellow blockquote:before {
  color: #f6ee50; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-yellow.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-yellow.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-yellow blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-red.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-red.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-red blockquote:before {
  color: #d84c01; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-red.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-red.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-red blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-darkred.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-darkred.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-darkred blockquote:before {
  color: #af2200; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-darkred.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-darkred.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-darkred blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-cyan.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-cyan.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-cyan blockquote:before {
  color: #5fb5af; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-cyan.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-cyan.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-cyan blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-teal.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-teal.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-teal blockquote:before {
  color: #04797e; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-teal.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-teal.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-teal blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-magenta.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-magenta.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-magenta blockquote:before {
  color: #b9278f; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-magenta.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-magenta.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-magenta blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-darkmagenta.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-darkmagenta.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-darkmagenta blockquote:before {
  color: #9e0472; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-darkmagenta.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-darkmagenta.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-darkmagenta blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-sandybrown.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-sandybrown.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-sandybrown blockquote:before {
  color: #d6caa3; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-sandybrown.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-sandybrown.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-sandybrown blockquote:before {
    color: black !important; }

.ce_dzquote.ce_dzquote--keycolor-white.ce_dzquote--claim,
.ce_dzquote.ce_dzquote--keycolor-white.standard .ce_dzquote__headline,
.ce_dzquote.ce_dzquote--keycolor-white blockquote:before {
  color: white; }
  .contrast-active .ce_dzquote.ce_dzquote--keycolor-white.ce_dzquote--claim, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-white.standard .ce_dzquote__headline, .contrast-active
  .ce_dzquote.ce_dzquote--keycolor-white blockquote:before {
    color: black !important; }

.contrast-active .ce_dzquote.ce_dzquote--keycolor-standard.ce_dzquote--claim, .contrast-active
.ce_dzquote.ce_dzquote--keycolor-standard.standard .ce_dzquote__headline, .contrast-active
.ce_dzquote.ce_dzquote--keycolor-standard blockquote:before {
  color: black !important; }

.ce_text ul,
.ce_text ol,
.ce_dzteaser--standard-right .ce_dzteaser__text-container ul,
.ce_dzteaser--standard-right .ce_dzteaser__text-container ol {
  padding-left: 26px;
  margin-bottom: 0; }
  .ce_text ul li,
  .ce_text ol li,
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li,
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    padding-left: 10px; }
    .ce_text ul li:not(:last-child),
    .ce_text ol li:not(:last-child),
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li:not(:last-child),
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li:not(:last-child) {
      margin-bottom: 15px; }
    .ce_text ul li > strong,
    .ce_text ol li > strong,
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li > strong,
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_text ul li,
      .ce_text ol li,
      .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li,
      .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }

.ce_text ul,
.ce_dzteaser--standard-right .ce_dzteaser__text-container ul {
  list-style-type: disc;
  padding-left: 31px; }
  .ce_text ul li,
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li {
    padding-left: 5px; }

.ce_text ol,
.ce_dzteaser--standard-right .ce_dzteaser__text-container ol {
  padding-left: 26px;
  list-style-type: none; }
  .ce_text ol li,
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li {
    position: relative;
    padding-left: 10px; }
    .ce_text ol li .custom-number,
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li .custom-number {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.52941;
      position: absolute;
      top: 0;
      left: -26px;
      text-align: center; }
    @media (min-width: 768px) {
      .ce_text ol li .custom-number,
      .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li .custom-number {
        font-size: 1.125rem;
        line-height: 1.55556; } }

.ce_list--background {
  background-color: #f8f8f7;
  padding: 30px 15px 8px 15px; }
  .ce_list--background h1,
  .ce_list--background h2,
  .ce_list--background h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: inline;
    background-position: bottom 2px left 0;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
    background-image: linear-gradient(#f6ee50, #f6ee50); }
    @media (min-width: 768px) {
      .ce_list--background h1,
      .ce_list--background h2,
      .ce_list--background h3 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        line-height: 1; } }
    @media (min-width: 992px) {
      .ce_list--background h1,
      .ce_list--background h2,
      .ce_list--background h3 {
        background-size: 1px 10px; } }
    @media (max-width: 991.98px) {
      .ce_list--background h1,
      .ce_list--background h2,
      .ce_list--background h3 {
        background-size: 1px 8px; } }
    .contrast-active .ce_list--background h1, .contrast-active
    .ce_list--background h2, .contrast-active
    .ce_list--background h3 {
      background: none !important;
      background-color: transparent !important; }
    .ce_list--background h1:after,
    .ce_list--background h2:after,
    .ce_list--background h3:after {
      clear: both;
      display: block;
      content: ' ';
      height: 36px; }
  .ce_list--background ol,
  .ce_list--background ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .ce_list--background ol li,
    .ce_list--background ul li {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      min-height: 23px;
      margin-bottom: 14px;
      padding-left: 53px;
      padding-right: 10px; }
      .ce_list--background ol li i.icon,
      .ce_list--background ul li i.icon {
        position: absolute;
        left: 0;
        top: 2px;
        width: 26px;
        height: 23px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS44MzYiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNS44MzYgMjMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTQgLTEwMDMpIj48Y2lyY2xlIGN4PSIxMS41IiBjeT0iMTEuNSIgcj0iMTEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODE0IDEwMDMpIiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik0xNjAuMTU3LDE0My41MjNhMS4yMjYsMS4yMjYsMCwwLDAtLjEyLS4xMTksMS40ODcsMS40ODcsMCwwLDAtMS45LDB2MGMtLjU1MS40NTMtMi4xMTIsMS43NzctMy40MzYsMi44NjVsLTQuOCwzLjk1MS00LjE1MSwzLjQxNGMtLjI2My4yMTctLjUzLjQzMS0uOC42NDZsLTIuNDItMy41ODktLjQ1Ni0uNjc2YTEuNDUyLDEuNDUyLDAsMCwwLTEuODM1LS40MzEsMS4xNTEsMS4xNTEsMCwwLDAtLjUzOCwxLjUzNy45OC45OCwwLDAsMCwuMDU3LjEwNmwzLjI4MSw0Ljg2Ni40NTYuNjc2YTEuNDU3LDEuNDU3LDAsMCwwLDIuMDM5LjNjLjAyNC0uMDE3LjA0Ni0uMDM1LjA2OC0uMDU0bDEuNjUzLTEuMzYsMy45NzEtMy4yNjYsNC44LTMuOTUxYzEuMzg0LTEuMTM4LDMuMzIzLTIuNzQ0LDMuOTc4LTMuMzExbC4wMjgtLjAyM0ExLjEyMSwxLjEyMSwwLDAsMCwxNjAuMTU3LDE0My41MjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0LjU5MiAtMTQwLjA2MikiIGZpbGw9IiNmZGM0MDAiLz48L3N2Zz4="); }
  @media (min-width: 576px) {
    .ce_list--background {
      padding: 30px 36px 8px 36px; } }
  @media (min-width: 992px) {
    .ce_colsetStart .ce_list--background {
      margin-top: -30px; } }

.ce_list--checklist ol,
.ce_list--checklist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0; }
  .ce_list--checklist ol li,
  .ce_list--checklist ul li {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    width: 100%;
    vertical-align: center;
    min-height: 100px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 45px;
    background-color: white;
    background-image: url(/files/dajw_theme/checklist-yellow.svg);
    background-repeat: no-repeat;
    background-position: 20px center; }
    .ce_list--checklist ol li > strong,
    .ce_list--checklist ul li > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_list--checklist ol li,
      .ce_list--checklist ul li {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
    .ce_list--checklist ol li span,
    .ce_list--checklist ul li span {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .contrast-active .ce_list--checklist ol li, .contrast-active
    .ce_list--checklist ul li {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  @media (min-width: 992px) {
    .ce_list--checklist ol,
    .ce_list--checklist ul {
      margin-bottom: -30px; }
      .ce_list--checklist ol li,
      .ce_list--checklist ul li {
        width: calc(50% - 15px); } }
  @media (max-width: 991.98px) {
    .ce_list--checklist ol li,
    .ce_list--checklist ul li {
      min-height: 80px;
      margin-bottom: 10px; }
      .ce_list--checklist ol li.last,
      .ce_list--checklist ul li.last {
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ce_list--checklist ol li,
    .ce_list--checklist ul li {
      padding-left: 45px;
      min-height: 0;
      background-size: 40px 40px; } }

.ce_list--intro ol,
.ce_list--intro ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0; }
  .ce_list--intro ol li,
  .ce_list--intro ul li {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 36px;
    background-image: url(/files/dajw_theme/bullet-intro-black.svg);
    background-repeat: no-repeat;
    background-position: top 6px left; }
    .ce_list--intro ol li > strong,
    .ce_list--intro ul li > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_list--intro ol li,
      .ce_list--intro ul li {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  @media (min-width: 992px) {
    .ce_list--intro ol,
    .ce_list--intro ul {
      margin-bottom: -20px; }
      .ce_list--intro ol li,
      .ce_list--intro ul li {
        width: calc(50% - 22px); } }
  @media (max-width: 1199.98px) {
    .ce_list--intro ol li,
    .ce_list--intro ul li {
      margin-bottom: 10px; }
      .ce_list--intro ol li.last,
      .ce_list--intro ul li.last {
        margin-bottom: 0; } }

.ce_table {
  overflow: auto; }
  .ce_table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa; }
  .ce_table::-webkit-scrollbar-thumb {
    background: #000; }
  .ce_table table {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    min-width: 920px; }
    .ce_table table td,
    .ce_table table th {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      border-bottom: 1px solid #727272;
      border-right: 1px solid white;
      padding: 15px;
      vertical-align: top; }
    .ce_table table thead th {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      background-color: #f6ee50; }
      .contrast-active .ce_table table thead th {
        background-color: #f2f1ef; }
    .ce_table table tfoot {
      background-color: #f2f1ef; }
      .ce_table table tfoot td {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-style: normal; }
        .ce_table table tfoot td[scope=row] {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-style: normal; }
    .ce_table table tbody tr:nth-child(even) {
      background-color: #f8f8f7; }
    .ce_table table tbody tr th {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal; }
  .ce_table a {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.35294;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 33px;
    background-position: 0 3px;
    background-size: 25px 15px;
    background-repeat: no-repeat;
    padding-left: 35px; }
    .ce_table a:after {
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 0;
      content: '';
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 25px 15px;
      width: 25px;
      height: 15px; }
    @media (min-width: 768px) {
      .ce_table a {
        font-size: 1.125rem;
        line-height: 1.33333;
        padding-left: 36px;
        background-position: 0 1px;
        background-size: 28px 17px; }
        .ce_table a:after {
          top: 1px;
          background-size: 28px 17px;
          width: 28px;
          height: 17px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; } }
    .ce_table a:before {
      top: 4px;
      left: 2px; }
    .ce_table a:after {
      top: 4px;
      background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .ce_table a:hover:after {
      left: 3px; }
    @media (min-width: 768px) {
      .ce_table a:after {
        top: 2px; } }
    .ce_table a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .ce_table a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
        top: 3px;
        left: 0; }
      .ce_table a[href^='http']:hover:after {
        top: 1px;
        left: 2px; }
      @media (min-width: 768px) {
        .ce_table a[href^='http']:after {
          top: 1px; }
        .ce_table a[href^='http']:hover:after {
          top: -1px;
          left: 2px; } }
    .ce_table a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .ce_table a[href^='mailto']:hover:after {
      top: 1px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_table a[href^='mailto']:after {
        top: 1px; }
      .ce_table a[href^='mailto']:hover:after {
        top: -1px;
        left: 0; } }
    .ce_table a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .ce_table a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
      .ce_table a[href^='files/']:hover:after {
        top: 5px;
        left: 0; }
      @media (min-width: 768px) {
        .ce_table a[href^='files/']:after {
          top: 1px; }
        .ce_table a[href^='files/']:hover:after {
          top: 3px;
          left: 0; } }
    .ce_table a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
    .ce_table a[href*='#']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_table a[href*='#']:after {
        top: 1px; }
      .ce_table a[href*='#']:hover:after {
        top: 3px;
        left: 0; } }
  .ce_table--equal-width {
    table-layout: fixed;
    width: 100%; }
    .ce_table--equal-width.table-2 th,
    .ce_table--equal-width.table-2 td {
      width: 50%; }
    .ce_table--equal-width.table-3 th,
    .ce_table--equal-width.table-3 td {
      width: 33.33333%; }
    .ce_table--equal-width.table-4 th,
    .ce_table--equal-width.table-4 td {
      width: 25%; }
    .ce_table--equal-width.table-5 th,
    .ce_table--equal-width.table-5 td {
      width: 20%; }
    .ce_table--equal-width.table-6 th,
    .ce_table--equal-width.table-6 td {
      width: 16.66667%; }
    .ce_table--equal-width.table-7 th,
    .ce_table--equal-width.table-7 td {
      width: 14.28571%; }
    .ce_table--equal-width.table-8 th,
    .ce_table--equal-width.table-8 td {
      width: 12.5%; }

figure.image_container {
  position: relative; }

.image-popup {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }
  .image-popup:before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/files/dajw_theme/zoom_plus_white.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

@media (max-width: 991.98px) {
  .ce_sliderStart--image-gallery,
  .ce_sliderStart--video {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .ce_sliderStart--image-gallery,
    .ce_sliderStart--video {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .ce_sliderStart--image-gallery,
    .ce_sliderStart--video {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .ce_sliderStart--image-gallery,
    .ce_sliderStart--video {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .ce_sliderStart--image-gallery,
    .ce_sliderStart--video {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .ce_sliderStart--image-gallery,
    .ce_sliderStart--video {
      max-width: 1140px; } }

.ce_sliderStart--image-gallery .slick-dots,
.ce_sliderStart--video .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px; }
  .ce_sliderStart--image-gallery .slick-dots li,
  .ce_sliderStart--video .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--image-gallery .slick-dots li button,
    .ce_sliderStart--video .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_sliderStart--image-gallery .slick-dots li button:after,
      .ce_sliderStart--video .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: black; }
      .ce_sliderStart--image-gallery .slick-dots li button:hover:after,
      .ce_sliderStart--video .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_sliderStart--image-gallery .slick-dots li button:focus-visible,
      .ce_sliderStart--video .slick-dots li button:focus-visible {
        outline: none; }
        .ce_sliderStart--image-gallery .slick-dots li button:focus-visible:after,
        .ce_sliderStart--video .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_sliderStart--image-gallery .slick-dots li button:focus:not(:focus-visible),
      .ce_sliderStart--video .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_sliderStart--image-gallery .slick-dots li.slick-active button,
    .ce_sliderStart--video .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_sliderStart--image-gallery .slick-dots li.slick-active button:after,
      .ce_sliderStart--video .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--image-gallery .slick-dots,
    .ce_sliderStart--video .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--image-gallery .slick-dots,
    .ce_sliderStart--video .slick-dots {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .ce_sliderStart--image-gallery .slick-dots,
    .ce_sliderStart--video .slick-dots {
      position: absolute;
      top: 405px;
      left: 0;
      z-index: 1;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .ce_sliderStart--image-gallery .slick-dots,
    .ce_sliderStart--video .slick-dots {
      left: 280px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_sliderStart--image-gallery .slick-dots,
    .ce_sliderStart--video .slick-dots {
      left: 190px; } }

.ce_image--fullwidth figcaption,
.ce_image.standard figcaption,
.ce_gallery .slider-main figcaption,
.ce_image--gallery figcaption,
.ce_dzyoutube--gallery figcaption {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 15px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .ce_image--fullwidth figcaption strong,
  .ce_image.standard figcaption strong,
  .ce_gallery .slider-main figcaption strong,
  .ce_image--gallery figcaption strong,
  .ce_dzyoutube--gallery figcaption strong {
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .ce_image--fullwidth figcaption,
  .ce_image.standard figcaption,
  .ce_gallery .slider-main figcaption,
  .ce_image--gallery figcaption,
  .ce_dzyoutube--gallery figcaption {
    font-size: 0.875rem;
    line-height: 1.57143;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; } }

.ce_image--fullwidth img,
.ce_image.standard img,
.ce_gallery .slider-main img,
.ce_image--gallery img,
.ce_dzyoutube--gallery img {
  width: 100%;
  height: auto; }

.ce_image.standard .image_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ce_image.standard .image_container .copyright-icon {
    top: 10px;
    left: 10px; }
  @media (min-width: 992px) {
    .ce_image.standard .image_container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .ce_image.standard .image_container img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 635px;
            -ms-flex: 0 1 635px;
                flex: 0 1 635px;
        max-width: 635px; }
      .ce_image.standard .image_container .copyright-icon {
        left: 10px;
        bottom: 10px; }
      .ce_image.standard .image_container figcaption {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 500px;
            -ms-flex: 1 1 500px;
                flex: 1 1 500px;
        padding-left: 30px; } }
  @media (min-width: 1200px) {
    .ce_image.standard .image_container figcaption {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 285px;
          -ms-flex: 0 1 285px;
              flex: 0 1 285px; } }

.ce_image--fullwidth {
  max-width: 900px; }

.ce_image--gallery,
.ce_dzyoutube--gallery {
  display: inline-block;
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    .ce_image--gallery,
    .ce_dzyoutube--gallery {
      width: 640px !important;
      margin: 0 65px; } }
  .ce_image--gallery figure,
  .ce_dzyoutube--gallery figure {
    margin: 0;
    padding: 0;
    position: relative; }
  .ce_image--gallery img,
  .ce_dzyoutube--gallery img {
    max-width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .ce_image--gallery img,
      .ce_dzyoutube--gallery img {
        opacity: 0.5;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; } }
  .ce_image--gallery figcaption,
  .ce_dzyoutube--gallery figcaption {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .ce_image--gallery figcaption,
      .ce_dzyoutube--gallery figcaption {
        opacity: 0;
        margin-top: 82px;
        -webkit-transform: translateX(50px);
                transform: translateX(50px); } }
  .slick-center .ce_image--gallery img, .slick-center
  .ce_dzyoutube--gallery img {
    opacity: 1; }
  .slick-center .ce_image--gallery figcaption, .slick-center
  .ce_dzyoutube--gallery figcaption {
    opacity: 1; }

.dzmodal {
  display: none; }

.ce_dzyoutube {
  position: relative; }
  .ce_dzyoutube .ce_dzyoutube__teaser {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 0 0; }
    .ce_dzyoutube .ce_dzyoutube__teaser .c-image-container {
      font-size: 0; }
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container {
      background-position: center left;
      background-repeat: no-repeat;
      background-size: 0 0; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
        position: relative;
        padding: 0;
        background-color: transparent;
        border: 0;
        outline: none; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
            max-width: 700px; } }
        @media (min-width: 1200px) {
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
            max-width: 842px; } }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button img {
          max-width: 100%;
          height: auto; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button .play--icon {
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1;
          width: 82px;
          height: 82px;
          background-image: url(/files/dajw_theme/play-button.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: cover; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button:focus:focus-visible .play--icon {
          width: 100px;
          height: 100px; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button:focus:focus:not(:focus-visible) {
          outline: none; }
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container {
      max-width: 730px; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.0625rem;
        line-height: 1.52941;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container p > strong {
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-style: normal; }
        @media (min-width: 768px) {
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container p {
            font-size: 1.125rem;
            line-height: 1.55556;
            -webkit-hyphens: manual;
                -ms-hyphens: manual;
                    hyphens: manual; } }
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.625rem;
      line-height: 1.23077; }
  .ce_dzyoutube.standard .ce_dzyoutube__content-container {
    margin-top: 45px; }
  .ce_dzyoutube.standard.ce_dzyoutube--with-bg-image .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link {
    text-align: right; }
  @media (min-width: 992px) {
    .ce_dzyoutube.standard .ce_dzyoutube__teaser {
      background-size: auto; }
      .ce_dzyoutube.standard .ce_dzyoutube__teaser .ce_dzyoutube__image-container {
        background-size: contain; }
    .ce_dzyoutube.standard.ce_dzyoutube--wo-bg-image .ce_dzyoutube__image-container {
      padding-left: 134px; } }
  .ce_dzyoutube.ce_dzyoutube--keycolor-standard .play--icon svg path {
    fill: #f2f1ef; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-white .play--icon svg path {
    fill: #fff; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-red .play--icon svg path {
    fill: #d84c01; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-yellow .play--icon svg path {
    fill: #f6ee50; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-cyan .play--icon svg path {
    fill: #5fb5af; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-green .play--icon svg path {
    fill: #b8c931; }

[role='tabpanel'].is-hidden {
  display: none; }

.ce_dztabs.standard .ce_dztabs__tabs,
.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs {
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item,
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item {
    margin: 0;
    width: 100%; }
    .ce_dztabs.standard .ce_dztabs__tabs .nav-item a,
    .ce_dztabs.standard .ce_dztabs__tabs .nav-item button,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button {
      width: 100%;
      background-color: white;
      margin: 0;
      border: 0;
      background-position: bottom 0 left 0;
      background-repeat: repeat-x;
      background-size: 1px 5px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e5e0), to(#e7e5e0));
      background-image: linear-gradient(#e7e5e0, #e7e5e0);
      padding: 10px 20px 15px 20px;
      color: #727272; }
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a svg,
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item button svg,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a svg,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button svg {
        display: none; }
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a .label,
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item button .label,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a .label,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button .label {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.0625rem;
        line-height: 1.35294; }
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a[aria-selected='true'],
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item button[aria-selected='true'],
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a[aria-selected='true'],
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button[aria-selected='true'] {
        background-position: bottom 0 left 0;
        background-repeat: repeat-x;
        background-size: 1px 12px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
        background-image: linear-gradient(black, black);
        color: black; }
    @media (min-width: 768px) {
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a .label,
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item button .label,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a .label,
      .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button .label {
        font-size: 1.125rem;
        line-height: 1.33333; } }
  @media (min-width: 992px) {
    .ce_dztabs.standard .ce_dztabs__tabs--2 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--2 .nav-item {
      width: calc(50% - 15px); }
    .ce_dztabs.standard .ce_dztabs__tabs--3 .nav-item, .ce_dztabs.standard .ce_dztabs__tabs--6 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--3 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 3 - 20px); }
    .ce_dztabs.standard .ce_dztabs__tabs--4 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--4 .nav-item {
      width: calc(25% - 22px); }
    .ce_dztabs.standard .ce_dztabs__tabs--5 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--5 .nav-item {
      width: calc(100% / 5 - 24px); } }
  @media (min-width: 1200px) {
    .ce_dztabs.standard .ce_dztabs__tabs--6 .nav-item,
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 6 - 25px); } }

.contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item a,
.contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item button, .contrast-active
.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a,
.contrast-active
.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button {
  background-position: bottom 0 left 0;
  background-repeat: repeat-x;
  background-size: 1px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: linear-gradient(black, black);
  color: black; }
  .contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item a[aria-selected='true'],
  .contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item button[aria-selected='true'], .contrast-active
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a[aria-selected='true'],
  .contrast-active
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button[aria-selected='true'] {
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
    background-size: 1px 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: linear-gradient(black, black); }

.ce_dztabs.standard .ce_dztabs__tabs .nav-item a,
.ce_dztabs.standard .ce_dztabs__tabs .nav-item button {
  padding-bottom: 7px; }
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item a[aria-selected='true'],
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item button[aria-selected='true'] {
    padding-bottom: 15px; }

@media (min-width: 992px) {
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item a,
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item button {
    padding-bottom: 15px; } }

.ce_dztabs.standard .ce_dztabs__pane {
  padding: 30px 15px 30px 15px;
  background-color: #f6ee50; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dztabs.standard .ce_dztabs__pane {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dztabs.standard .ce_dztabs__pane {
      padding: 40px; }
      .ce_colsetStart .ce_dztabs.standard .ce_dztabs__pane {
        padding: 30px; } }
  .contrast-active .ce_dztabs.standard .ce_dztabs__pane {
    background-color: #f2f1ef; }

.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a,
.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button {
  background-position: bottom 0 left 0;
  background-repeat: repeat-x;
  background-size: 1px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e5e0), to(#e7e5e0));
  background-image: linear-gradient(#e7e5e0, #e7e5e0);
  padding: 10px 0 7px 0;
  color: #727272; }
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a .label,
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button .label {
    font-size: 1.375rem;
    line-height: 1.18182; }
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a[aria-selected='true'],
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button[aria-selected='true'] {
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
    background-size: 1px 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: linear-gradient(black, black);
    padding-bottom: 17px;
    color: black; }

@media (min-width: 768px) {
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a .label,
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button .label {
    font-size: 1.75rem;
    line-height: 1.14286; } }

@media (min-width: 992px) {
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a,
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button {
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
    background-size: 1px 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e5e0), to(#e7e5e0));
    background-image: linear-gradient(#e7e5e0, #e7e5e0);
    padding: 10px 0 17px 0;
    color: #727272; }
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item a[aria-selected='true'],
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item button[aria-selected='true'] {
      background-position: bottom 0 left 0;
      background-repeat: repeat-x;
      background-size: 1px 32px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
      background-image: linear-gradient(black, black);
      padding-bottom: 37px;
      color: black; } }

.ce_dzfaqselection__page {
  position: relative; }
  .ce_dzfaqselection__page .faq-row {
    position: static; }

.mod_faqpage article h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .mod_faqpage article h2 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }
  .mod_faqpage article h2:after {
    clear: both;
    display: block;
    content: ' ';
    height: 48px; }
  .tu .mod_faqpage article h2 {
    color: #af2200; }
  .tw .mod_faqpage article h2 {
    color: #04797e; }
  .contrast-active .mod_faqpage article h2 {
    color: black; }

.mod_faqpage section {
  max-width: 900px;
  margin-bottom: 40px; }
  .mod_faqpage section ul {
    list-style-type: disc;
    padding-left: 31px; }
    .mod_faqpage section ul li {
      padding-left: 10px;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .mod_faqpage section {
      margin-bottom: 60px; } }
  .mod_faqpage section > *:last-child {
    margin-bottom: 0; }
  .mod_faqpage section h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .mod_faqpage section h3 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .mod_faqpage section p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 15px; }
    .mod_faqpage section p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .mod_faqpage section p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .mod_faqpage section ul.linklist {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mod_faqpage section ul.linklist li {
      margin: 0;
      padding-left: 0; }
  .mod_faqpage section p > a,
  .mod_faqpage section li > a {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.35294;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 33px;
    background-position: 0 3px;
    background-size: 25px 15px;
    background-repeat: no-repeat;
    padding-left: 35px; }
    .mod_faqpage section p > a:after,
    .mod_faqpage section li > a:after {
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 0;
      content: '';
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 25px 15px;
      width: 25px;
      height: 15px; }
    @media (min-width: 768px) {
      .mod_faqpage section p > a,
      .mod_faqpage section li > a {
        font-size: 1.125rem;
        line-height: 1.33333;
        padding-left: 36px;
        background-position: 0 1px;
        background-size: 28px 17px; }
        .mod_faqpage section p > a:after,
        .mod_faqpage section li > a:after {
          top: 1px;
          background-size: 28px 17px;
          width: 28px;
          height: 17px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; } }
    .mod_faqpage section p > a:before,
    .mod_faqpage section li > a:before {
      top: 4px;
      left: 2px; }
    .mod_faqpage section p > a:after,
    .mod_faqpage section li > a:after {
      top: 4px;
      background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .mod_faqpage section p > a:hover:after,
    .mod_faqpage section li > a:hover:after {
      left: 3px; }
    @media (min-width: 768px) {
      .mod_faqpage section p > a:after,
      .mod_faqpage section li > a:after {
        top: 2px; } }
    .mod_faqpage section p > a[href^='http'],
    .mod_faqpage section li > a[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .mod_faqpage section p > a[href^='http']:after,
      .mod_faqpage section li > a[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
        top: 3px;
        left: 0; }
      .mod_faqpage section p > a[href^='http']:hover:after,
      .mod_faqpage section li > a[href^='http']:hover:after {
        top: 1px;
        left: 2px; }
      @media (min-width: 768px) {
        .mod_faqpage section p > a[href^='http']:after,
        .mod_faqpage section li > a[href^='http']:after {
          top: 1px; }
        .mod_faqpage section p > a[href^='http']:hover:after,
        .mod_faqpage section li > a[href^='http']:hover:after {
          top: -1px;
          left: 2px; } }
    .mod_faqpage section p > a[href^='mailto']:after,
    .mod_faqpage section li > a[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .mod_faqpage section p > a[href^='mailto']:hover:after,
    .mod_faqpage section li > a[href^='mailto']:hover:after {
      top: 1px;
      left: 0; }
    @media (min-width: 768px) {
      .mod_faqpage section p > a[href^='mailto']:after,
      .mod_faqpage section li > a[href^='mailto']:after {
        top: 1px; }
      .mod_faqpage section p > a[href^='mailto']:hover:after,
      .mod_faqpage section li > a[href^='mailto']:hover:after {
        top: -1px;
        left: 0; } }
    .mod_faqpage section p > a[href^='files/'],
    .mod_faqpage section li > a[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .mod_faqpage section p > a[href^='files/']:after,
      .mod_faqpage section li > a[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
      .mod_faqpage section p > a[href^='files/']:hover:after,
      .mod_faqpage section li > a[href^='files/']:hover:after {
        top: 5px;
        left: 0; }
      @media (min-width: 768px) {
        .mod_faqpage section p > a[href^='files/']:after,
        .mod_faqpage section li > a[href^='files/']:after {
          top: 1px; }
        .mod_faqpage section p > a[href^='files/']:hover:after,
        .mod_faqpage section li > a[href^='files/']:hover:after {
          top: 3px;
          left: 0; } }
    .mod_faqpage section p > a[href*='#']:after,
    .mod_faqpage section li > a[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
    .mod_faqpage section p > a[href*='#']:hover:after,
    .mod_faqpage section li > a[href*='#']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .mod_faqpage section p > a[href*='#']:after,
      .mod_faqpage section li > a[href*='#']:after {
        top: 1px; }
      .mod_faqpage section p > a[href*='#']:hover:after,
      .mod_faqpage section li > a[href*='#']:hover:after {
        top: 3px;
        left: 0; } }
  .mod_faqpage section .info {
    display: none; }

.mod_faqpage .toplink {
  display: none; }

.ce_dzfaqselection dd.ce_dzfaqselection__answer p:not(:last-child) {
  margin-bottom: 12px; }

.ce_dzfaqselection dd.ce_dzfaqselection__answer p > a {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:before {
    top: 4px;
    left: 2px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
      top: 2px; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
      top: 3px;
      left: 0; }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='http']:hover:after {
      top: 1px;
      left: 2px; }
    @media (min-width: 768px) {
      .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='http']:after {
        top: 1px; }
      .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='http']:hover:after {
        top: -1px;
        left: 2px; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='mailto']:hover:after {
    top: 1px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='mailto']:after {
      top: 1px; }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='mailto']:hover:after {
      top: -1px;
      left: 0; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='files/']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='files/']:after {
        top: 1px; }
      .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^='files/']:hover:after {
        top: 3px;
        left: 0; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*='#']:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*='#']:after {
      top: 1px; }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*='#']:hover:after {
      top: 3px;
      left: 0; } }

@-webkit-keyframes link-anim-highlight-special {
  0% {
    left: calc(50% - 40px); }
  100% {
    left: calc(50% - 20px); } }

@keyframes link-anim-highlight-special {
  0% {
    left: calc(50% - 40px); }
  100% {
    left: calc(50% - 20px); } }

.ce_hyperlink--highlight {
  padding: 40px 0; }
  .ce_hyperlink--highlight a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
    .ce_hyperlink--highlight a > i {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333;
      display: inline;
      background-position: bottom 2px left 0;
      background-repeat: repeat-x;
      background-size: 1px 10px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
      background-image: linear-gradient(#d84c01, #d84c01); }
      @media (min-width: 992px) {
        .ce_hyperlink--highlight a > i {
          background-size: 1px 8px; } }
      @media (max-width: 991.98px) {
        .ce_hyperlink--highlight a > i {
          background-size: 1px 6px; } }
      .contrast-active .ce_hyperlink--highlight a > i {
        background: none; }
  @media (min-width: 768px) {
    .ce_hyperlink--highlight a {
      padding-top: 10px;
      padding-bottom: 10px; }
      .ce_hyperlink--highlight a:after, .ce_hyperlink--highlight a:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    .ce_hyperlink--highlight a {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4;
      padding-bottom: 83px;
      padding-right: 0; }
      .ce_hyperlink--highlight a > i {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; }
      .ce_hyperlink--highlight a:after, .ce_hyperlink--highlight a:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .ce_hyperlink--highlight a:after {
        top: auto;
        bottom: 0;
        left: calc(50% - 20px); }
      .ce_hyperlink--highlight a:before {
        top: auto;
        bottom: 0; }
      .ce_hyperlink--highlight a:hover:after {
        -webkit-animation-name: link-anim-highlight-special;
                animation-name: link-anim-highlight-special; } }

.ce_hyperlink--beside-headline {
  text-align: right;
  margin-bottom: 0; }
  .ce_hyperlink--beside-headline a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5; }
    .ce_hyperlink--beside-headline a:hover {
      text-decoration: none; }
  .ce_hyperlink--beside-headline .link-arrow {
    margin-left: 12px;
    margin-bottom: 5px; }
  @media (min-width: 992px) {
    .ce_hyperlink--beside-headline {
      margin-top: -54px;
      width: 33%;
      float: right; } }
  .ce_hyperlink--beside-headline .link-arrow .base {
    fill: #f2f1ef; }
  .ce_hyperlink--beside-headline.content-keycolor-standard .link-arrow .base {
    fill: #f2f1ef; }
  .ce_hyperlink--beside-headline.content-keycolor-white .link-arrow .base {
    fill: #fff; }
  .ce_hyperlink--beside-headline.content-keycolor-red .link-arrow .base {
    fill: #d84c01; }
  .ce_hyperlink--beside-headline.content-keycolor-yellow .link-arrow .base {
    fill: #f6ee50; }
  .ce_hyperlink--beside-headline.content-keycolor-cyan .link-arrow .base {
    fill: #5fb5af; }
  .ce_hyperlink--beside-headline.content-keycolor-green .link-arrow .base {
    fill: #b8c931; }

.ce_gallery {
  max-width: 950px; }
  .ce_gallery .slider-nav figcaption {
    display: none; }
  .ce_gallery .slider-nav li {
    width: 128px !important;
    margin: 0 6px; }
    @media (min-width: 768px) {
      .ce_gallery .slider-nav li {
        width: 256px !important; } }
    .ce_gallery .slider-nav li figure {
      margin: 0;
      padding: 0;
      background-color: white; }
    .ce_gallery .slider-nav li img {
      max-width: 100%;
      height: auto;
      opacity: 0.5; }
    .ce_gallery .slider-nav li .copyright-icon {
      display: none; }
  .ce_gallery .slider-nav .slick-center li img {
    opacity: 1; }
  .ce_gallery .slick-next,
  .ce_gallery .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ce_gallery .slick-prev {
    left: 15px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 45px;
    height: 45px; }
    .ce_gallery .slick-prev:before {
      content: ' ';
      display: inline-block;
      width: 45px;
      height: 45px;
      background-image: url(/files/dajw_theme/slider_grey_left.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .ce_gallery .slick-next {
    right: 15px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 45px;
    height: 45px; }
    .ce_gallery .slick-next:before {
      content: ' ';
      display: inline-block;
      width: 45px;
      height: 45px;
      background-image: url(/files/dajw_theme/slider_grey_right.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .ce_gallery .slick-dots {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
    text-align: center; }
    .ce_gallery .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .ce_gallery .slick-dots li button {
        width: 15px;
        height: 15px;
        position: relative;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        opacity: 0.85; }
        .ce_gallery .slick-dots li button:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          width: 7px;
          height: 7px;
          border-radius: 7px;
          background-color: black; }
        .ce_gallery .slick-dots li button:hover:after {
          width: 15px;
          height: 15px;
          border-radius: 15px; }
        .ce_gallery .slick-dots li button:focus-visible {
          outline: none; }
          .ce_gallery .slick-dots li button:focus-visible:after {
            outline: 5px dotted black; }
        .ce_gallery .slick-dots li button:focus:not(:focus-visible) {
          outline: none; }
      .ce_gallery .slick-dots li.slick-active button {
        opacity: 1; }
        .ce_gallery .slick-dots li.slick-active button:after {
          width: 15px;
          height: 15px;
          border-radius: 15px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .ce_gallery .slick-dots {
        margin-top: 40px; } }
    @media (max-width: 575.98px) {
      .ce_gallery .slick-dots {
        margin-top: 30px; } }

.mod-sdg-home .mod-sdg-wrapper {
  display: block;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
  transition: height 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
  .mod-sdg-home .mod-sdg-wrapper--active {
    height: 1110px; }
    @media (max-width: 1199.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1300px; } }
    @media (max-width: 991.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1700px; } }
    @media (max-width: 767.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1860px; } }
    @media (max-width: 575.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: auto; } }

.mod-sdg-home .mod-sdg-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 991.98px) {
    .mod-sdg-home .mod-sdg-tiles {
      margin-right: -7.5px;
      margin-left: -7.5px; } }
  .mod-sdg-home .mod-sdg-tiles__item {
    padding: 15px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666666%;
        -ms-flex: 0 0 16.666666666%;
            flex: 0 0 16.666666666%;
    -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
    .mod-sdg-home .mod-sdg-tiles__item__image {
      position: relative;
      border: 0;
      background: transparent;
      padding: 0;
      margin: 0;
      height: auto;
      width: 100%;
      display: block; }
      .mod-sdg-home .mod-sdg-tiles__item__image:before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        height: 0;
        width: 0;
        border-width: 1em 1em 1em 1em;
        border-color: transparent transparent #000 transparent;
        border-style: solid;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
        transition: opacity 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        outline: none; }
      .mod-sdg-home .mod-sdg-tiles__item__image > img {
        width: 100%;
        max-width: 100%;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01), -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01); }
      .mod-sdg-home .mod-sdg-tiles__item__image:hover > img {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
      .mod-sdg-home .mod-sdg-tiles__item__image:focus-visible {
        outline: 2px solid black;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
      .mod-sdg-home .mod-sdg-tiles__item__image:focus:not(:focus-visible) {
        outline: none; }
    .mod-sdg-home .mod-sdg-tiles__item:focus > img {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
      display: block;
      position: absolute;
      left: 15px;
      right: 15px;
      height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
      transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
    .mod-sdg-home .mod-sdg-tiles__item--active {
      margin-bottom: 30em; }
      .mod-sdg-home .mod-sdg-tiles__item--active .mod-sdg-tiles__item__image {
        position: relative; }
        .mod-sdg-home .mod-sdg-tiles__item--active .mod-sdg-tiles__item__image:before {
          opacity: 1; }
      .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
        display: block;
        opacity: 1;
        height: 30em;
        cursor: pointer;
        z-index: 11111; }
  @media (max-width: 1199.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media (max-width: 991.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 7.5px; }
      .mod-sdg-home .mod-sdg-tiles__item__image:before {
        bottom: -20px; }
      .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
        display: block;
        position: absolute;
        left: 7.5px;
        right: 7.5px;
        height: 45em; }
      .mod-sdg-home .mod-sdg-tiles__item--active {
        margin-bottom: 45em; }
        .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
          display: block;
          opacity: 1;
          height: 45em;
          cursor: pointer;
          z-index: 11111; } }
  @media (max-width: 767.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  @media (max-width: 575.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .mod-sdg-home .mod-sdg-tiles__item__image:before {
        bottom: -20px; }
      .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        z-index: 11111; }
      .mod-sdg-home .mod-sdg-tiles__item--active {
        margin-bottom: 0; }
        .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: auto;
          display: block;
          opacity: 1;
          height: 100%;
          cursor: pointer;
          z-index: 11111; }
    .mod-sdg-home .mod-sdg-tiles .mod-sdg-tiles__item__layer__inner {
      height: auto;
      min-height: 100%; } }

.mod-sdg-home .sdg-tiles-the-layer {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 30em;
  padding: 60px 60px 15px 60px;
  margin-top: 30px;
  position: relative; }
  .mod-sdg-home .sdg-tiles-the-layer__head-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    position: relative; }
  .mod-sdg-home .sdg-tiles-the-layer__head-width-number {
    max-width: 500px;
    height: auto; }
  .mod-sdg-home .sdg-tiles-the-layer__copy-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto:after {
      background-image: url(/files/dajw_theme/link_arrow_white.svg); }
      .contrast-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto:after {
        background-image: url(/files/dajw_theme/link_arrow_black.svg); }
    .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='http'] {
      background-image: url(/files/dajw_theme/link-external-square-white.svg); }
      .contrast-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='http'] {
        background-image: url(/files/dajw_theme/link-external-square-black.svg); }
      .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='http']:after {
        background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
        .contrast-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='http']:after {
          background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }
    .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='mailto']:after {
      background-image: url(/files/dajw_theme/link-mail-white.svg); }
      .contrast-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='mailto']:after {
        background-image: url(/files/dajw_theme/link-mail-black.svg); }
    .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='files/'] {
      background-image: url(/files/dajw_theme/link-download-line-white.svg); }
      .content-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='files/'] {
        background-image: url(/files/dajw_theme/link-download-line-black.svg); }
      .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='files/']:after {
        background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
        .content-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href^='files/']:after {
          background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href*='#']:after {
      background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
      .content-active .mod-sdg-home .sdg-tiles-the-layer__copy-text .link-auto[href*='#']:after {
        background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .mod-sdg-home .sdg-tiles-the-layer__subhead {
    font: 500 1.6rem/1.325 'Oswald', sans-serif; }
    @media (max-width: 767.98px) {
      .mod-sdg-home .sdg-tiles-the-layer__subhead {
        font: 500 1.4rem/1.225 'Oswald', sans-serif; } }
  .mod-sdg-home .sdg-tiles-the-layer__close-button {
    background: url(/files/dajw_theme/close_circle_sdg.svg) no-repeat center;
    background-size: contain;
    height: 3em;
    width: 3em;
    border: 0;
    position: absolute;
    top: 15px;
    right: 15px; }
    .mod-sdg-home .sdg-tiles-the-layer__close-button:focus-visible {
      outline: 2px solid black; }
    .mod-sdg-home .sdg-tiles-the-layer__close-button:focus:not(:focus-visible) {
      outline: none; }
  @media (max-width: 991.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 60px 90px;
      margin-top: 15px;
      min-height: 45em; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }
  @media (max-width: 991.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 60px 40.5px;
      margin-top: 15px;
      min-height: 45em; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }
  @media (max-width: 575.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 75px 15px;
      margin-top: 0;
      min-height: 100%; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }

.mod-sdg-home .mod-sdg-tiles__item--1 .mod-sdg-tiles__item__layer__inner {
  background-color: #e3253c; }

.mod-sdg-home .mod-sdg-tiles__item--1 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #e3253c; }

.mod-sdg-home .mod-sdg-tiles__item--2 .mod-sdg-tiles__item__layer__inner {
  background-color: #dea73a; }

.mod-sdg-home .mod-sdg-tiles__item--2 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #dea73a; }

.mod-sdg-home .mod-sdg-tiles__item--3 .mod-sdg-tiles__item__layer__inner {
  background-color: #4ca046; }

.mod-sdg-home .mod-sdg-tiles__item--3 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #4ca046; }

.mod-sdg-home .mod-sdg-tiles__item--4 .mod-sdg-tiles__item__layer__inner {
  background-color: #c5202e; }

.mod-sdg-home .mod-sdg-tiles__item--4 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #c5202e; }

.mod-sdg-home .mod-sdg-tiles__item--5 .mod-sdg-tiles__item__layer__inner {
  background-color: #ef412c; }

.mod-sdg-home .mod-sdg-tiles__item--5 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #ef412c; }

.mod-sdg-home .mod-sdg-tiles__item--6 .mod-sdg-tiles__item__layer__inner {
  background-color: #29bee2; }

.mod-sdg-home .mod-sdg-tiles__item--6 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #29bee2; }

.mod-sdg-home .mod-sdg-tiles__item--7 .mod-sdg-tiles__item__layer__inner {
  background-color: #fac315; }

.mod-sdg-home .mod-sdg-tiles__item--7 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #fac315; }

.mod-sdg-home .mod-sdg-tiles__item--8 .mod-sdg-tiles__item__layer__inner {
  background-color: #a21c44; }

.mod-sdg-home .mod-sdg-tiles__item--8 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #a21c44; }

.mod-sdg-home .mod-sdg-tiles__item--9 .mod-sdg-tiles__item__layer__inner {
  background-color: #f26a2c; }

.mod-sdg-home .mod-sdg-tiles__item--9 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #f26a2c; }

.mod-sdg-home .mod-sdg-tiles__item--10 .mod-sdg-tiles__item__layer__inner {
  background-color: #e01a83; }

.mod-sdg-home .mod-sdg-tiles__item--10 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #e01a83; }

.mod-sdg-home .mod-sdg-tiles__item--11 .mod-sdg-tiles__item__layer__inner {
  background-color: #f99d28; }

.mod-sdg-home .mod-sdg-tiles__item--11 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #f99d28; }

.mod-sdg-home .mod-sdg-tiles__item--12 .mod-sdg-tiles__item__layer__inner {
  background-color: #be8b2c; }

.mod-sdg-home .mod-sdg-tiles__item--12 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #be8b2c; }

.mod-sdg-home .mod-sdg-tiles__item--13 .mod-sdg-tiles__item__layer__inner {
  background-color: #417f45; }

.mod-sdg-home .mod-sdg-tiles__item--13 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #417f45; }

.mod-sdg-home .mod-sdg-tiles__item--14 .mod-sdg-tiles__item__layer__inner {
  background-color: #1c97d4; }

.mod-sdg-home .mod-sdg-tiles__item--14 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #1c97d4; }

.mod-sdg-home .mod-sdg-tiles__item--15 .mod-sdg-tiles__item__layer__inner {
  background-color: #5cba47; }

.mod-sdg-home .mod-sdg-tiles__item--15 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #5cba47; }

.mod-sdg-home .mod-sdg-tiles__item--16 .mod-sdg-tiles__item__layer__inner {
  background-color: #07699e; }

.mod-sdg-home .mod-sdg-tiles__item--16 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #07699e; }

.mod-sdg-home .mod-sdg-tiles__item--17 .mod-sdg-tiles__item__layer__inner {
  background-color: #18496b; }

.mod-sdg-home .mod-sdg-tiles__item--17 .mod-sdg-tiles__item__image:before {
  border-bottom-color: #18496b; }

.mod-sdg-home .c-image-container {
  position: absolute;
  bottom: 0;
  right: -20px; }
  @media (min-width: 768px) {
    .mod-sdg-home .c-image-container {
      bottom: 20px;
      right: 0; } }

@media (max-width: 575.98px) {
  .overflow-hidden-mobile {
    overflow: hidden; }
  .wrapper .header.hidden-xs {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__image > img {
  -webkit-filter: saturate(0) brightness(0.55) contrast(6.3) invert(90%);
          filter: saturate(0) brightness(0.55) contrast(6.3) invert(90%); }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__layer__inner {
  background-color: #f4f4f4 !important; }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__image:before {
  border-bottom-color: #f4f4f4 !important; }

.contrast-active .mod-sdg-home .sdg-tiles-the-layer__head-width-number {
  -webkit-filter: invert(50%) saturate(0) brightness(0) contrast(6.3);
          filter: invert(50%) saturate(0) brightness(0) contrast(6.3); }

.contrast-active .mod-sdg-home .sdg-tiles-the-layer__close-button {
  background: url(/files/dajw_theme/close_circle_sdg_black.svg) no-repeat center; }

.contrast-active .mod-sdg-home .sdg-tiles-the-layer__subhead,
.contrast-active .mod-sdg-home p,
.contrast-active .mod-sdg-home a {
  color: #000; }

/**
 * Slider (--year2)
 */
.ce_sliderStart--year2 .slick-next,
.ce_sliderStart--year2 .slick-prev,
.ce_sliderStart--year4 .slick-next,
.ce_sliderStart--year4 .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_sliderStart--year2 .slick-next.slick-disabled,
  .ce_sliderStart--year2 .slick-prev.slick-disabled,
  .ce_sliderStart--year4 .slick-next.slick-disabled,
  .ce_sliderStart--year4 .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_sliderStart--year2 .slick-prev,
.ce_sliderStart--year4 .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_sliderStart--year2 .slick-prev:before,
  .ce_sliderStart--year4 .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2 .slick-next,
.ce_sliderStart--year4 .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_sliderStart--year2 .slick-next:before,
  .ce_sliderStart--year4 .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_black_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-prev,
.ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-prev:before,
  .ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_left.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-next,
.ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-next:before,
  .ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(/files/dajw_theme/slider_arrow_white_right.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2 .slick-dots,
.ce_sliderStart--year4 .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart--year2 .slick-dots li,
  .ce_sliderStart--year4 .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--year2 .slick-dots li button,
    .ce_sliderStart--year4 .slick-dots li button {
      width: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      opacity: 0.85; }
      .ce_sliderStart--year2 .slick-dots li button:after,
      .ce_sliderStart--year4 .slick-dots li button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #d84c01; }
      .ce_sliderStart--year2 .slick-dots li button:hover:after,
      .ce_sliderStart--year4 .slick-dots li button:hover:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
      .ce_sliderStart--year2 .slick-dots li button:focus-visible,
      .ce_sliderStart--year4 .slick-dots li button:focus-visible {
        outline: none; }
        .ce_sliderStart--year2 .slick-dots li button:focus-visible:after,
        .ce_sliderStart--year4 .slick-dots li button:focus-visible:after {
          outline: 5px dotted black; }
      .ce_sliderStart--year2 .slick-dots li button:focus:not(:focus-visible),
      .ce_sliderStart--year4 .slick-dots li button:focus:not(:focus-visible) {
        outline: none; }
    .ce_sliderStart--year2 .slick-dots li.slick-active button,
    .ce_sliderStart--year4 .slick-dots li.slick-active button {
      opacity: 1; }
      .ce_sliderStart--year2 .slick-dots li.slick-active button:after,
      .ce_sliderStart--year4 .slick-dots li.slick-active button:after {
        width: 15px;
        height: 15px;
        border-radius: 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--year2 .slick-dots,
    .ce_sliderStart--year4 .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--year2 .slick-dots,
    .ce_sliderStart--year4 .slick-dots {
      margin-top: 30px; } }

.nav-slider--year2,
.nav-slider--year4 {
  display: none;
  max-width: 570px;
  margin: 45px auto auto auto; }
  .nav-slider--year2.slick-initialized:after, .nav-slider--year2.slick-initialized:before,
  .nav-slider--year4.slick-initialized:after,
  .nav-slider--year4.slick-initialized:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(4, 121, 126, 0)), to(#04797e));
    background-image: linear-gradient(to right, rgba(4, 121, 126, 0), #04797e); }
  .nav-slider--year2.slick-initialized:before,
  .nav-slider--year4.slick-initialized:before {
    right: auto;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 121, 126, 0)), to(#04797e));
    background-image: linear-gradient(to left, rgba(4, 121, 126, 0), #04797e); }
  @media (min-width: 768px) {
    .nav-slider--year2,
    .nav-slider--year4 {
      display: block; } }
  .nav-slider--year2 .nav-slider__item,
  .nav-slider--year4 .nav-slider__item {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: relative;
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px !important;
    margin: 11px 21px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav-slider--year2 .nav-slider__item:before,
    .nav-slider--year4 .nav-slider__item:before {
      content: '';
      height: 37px;
      width: 37px;
      border-radius: 50%;
      position: absolute;
      background-color: #4dbdc6; }
    .nav-slider--year2 .nav-slider__item:after,
    .nav-slider--year4 .nav-slider__item:after {
      content: '';
      height: 69px;
      width: 69px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid white;
      opacity: 0;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .nav-slider--year2 .nav-slider__item h3,
    .nav-slider--year4 .nav-slider__item h3 {
      color: white;
      margin: 0;
      position: relative;
      text-align: center;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 2;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .nav-slider--year2 .slick-current .nav-slider__item,
  .nav-slider--year4 .slick-current .nav-slider__item {
    opacity: 1 !important; }
    .nav-slider--year2 .slick-current .nav-slider__item:before,
    .nav-slider--year4 .slick-current .nav-slider__item:before {
      background-color: #d73f12;
      height: 47px;
      width: 47px; }
    .nav-slider--year2 .slick-current .nav-slider__item:after,
    .nav-slider--year4 .slick-current .nav-slider__item:after {
      content: '';
      height: 59px;
      width: 59px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid white;
      opacity: 0.8; }
    .nav-slider--year2 .slick-current .nav-slider__item h3,
    .nav-slider--year4 .slick-current .nav-slider__item h3 {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.66667; }

.ce_sliderStart.ce_sliderStart--year2 .content-slider,
.ce_sliderStart.ce_sliderStart--year4 .content-slider {
  /* übernommen von standard */ }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container {
      text-align: center; }
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img {
        width: 100%;
        height: auto; }
        @media (max-width: 991.98px) and (min-width: 768px) {
          .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img,
          .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img {
            width: 80%;
            display: inline-block; } }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
    padding-left: 2px; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2 {
      font-size: 1.5rem;
      margin-bottom: 22px; }
  @media (min-width: 992px) {
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      padding-bottom: 0; }
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2 {
        font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .image_container img,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .image_container img {
      max-width: 540px;
      max-height: 460px; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
      padding: 0 40px 30px 2px; } }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser {
    width: 100%; }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__inside,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__inside {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 576px) {
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__inside,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__inside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.ce_sliderStart.ce_sliderStart--year2 .content-margin-standard,
.ce_sliderStart.ce_sliderStart--year4 .content-margin-standard {
  margin-bottom: 40px; }

.ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
.ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
  font-size: 5rem !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  padding-left: 15px; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
    .ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
      font-size: 3.25rem !important;
      margin-bottom: -20px !important; } }

.ce_sliderStart.ce_sliderStart--year2 figure img,
.ce_sliderStart.ce_sliderStart--year4 figure img {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.ce_sliderStart.ce_sliderStart--year2 .slick-current .ce_dzteaser__meta,
.ce_sliderStart.ce_sliderStart--year4 .slick-current .ce_dzteaser__meta {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.ce_sliderStart.ce_sliderStart--year2 .slick-current figure img,
.ce_sliderStart.ce_sliderStart--year4 .slick-current figure img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__content-container .ce_dzteaser__meta {
  font-size: 4.5rem !important;
  margin-bottom: -11px !important; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__content-container .ce_dzteaser__meta {
      font-size: 2.85rem !important;
      margin-bottom: -11px !important; } }

.nav-slider--year4 .nav-slider__item h3 {
  font-size: 0.85em; }

.nav-slider--year4 .slick-current .nav-slider__item h3 {
  font-size: 1em; }

.contrast-active .nav-slider--year2.slick-initialized:after, .contrast-active .nav-slider--year2.slick-initialized:before,
.contrast-active .nav-slider--year4.slick-initialized:after,
.contrast-active .nav-slider--year4.slick-initialized:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4); }

.contrast-active .nav-slider--year2.slick-initialized:before,
.contrast-active .nav-slider--year4.slick-initialized:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
  background-image: linear-gradient(to left, rgba(244, 244, 244, 0), #f4f4f4); }

@-webkit-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.ce_dzquiz {
  position: relative;
  min-height: 911px; }
  .ce_dzquiz__quiz-alt-toggle {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 15px 30px;
    background-color: #f6ee50;
    color: black;
    border: 0; }
    .contrast-active .ce_dzquiz__quiz-alt-toggle {
      background-color: black !important;
      color: white !important; }
    .ce_dzquiz__quiz-alt-toggle:hover, .ce_dzquiz__quiz-alt-toggle:focus {
      color: black;
      text-decoration: underline; }
    .ce_dzquiz__quiz-alt-toggle + .ce_dzquiz__quiz-alt {
      display: none; }

.ce_dzquiz-page {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in-out, visibility 0s ease 1s;
  transition: opacity 1s ease-in-out, visibility 0s ease 1s;
  min-height: 911px; }
  .ce_dzquiz-page.active {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    visibility: visible; }
  .ce_dzquiz-page__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white; }
    @media (max-width: 575.98px) {
      .ce_dzquiz-page__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .ce_dzquiz-page__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .ce_dzquiz-page__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .ce_dzquiz-page__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .ce_dzquiz-page__inside {
        max-width: 1140px; } }
  .ce_dzquiz-page__headline {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #f6ee50;
    text-transform: uppercase;
    margin-bottom: 45px; }
    .ce_dzquiz-page__headline > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzquiz-page__headline {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .ce_dzquiz-page__question {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.23077;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .ce_dzquiz-page__question {
        font-size: 2.25rem;
        line-height: 1.11111; } }
  .ce_dzquiz-page__option {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.11111;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    text-align: left; }
    .ce_dzquiz-page__option > span {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal; }
    .ce_dzquiz-page__option:focus-visible {
      outline: 1px dashed white;
      text-decoration: underline; }
    .ce_dzquiz-page__option:focus:not(:focus-visible) {
      outline: none; }
  .ce_dzquiz-page__answer {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 64px;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: opacity 2s ease 1s;
    transition: opacity 2s ease 1s; }
    .ce_dzquiz-page__answer > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzquiz-page__answer {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .ce_dzquiz-page__next {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 15px 30px;
    background-color: #b9278f;
    color: white;
    border: 0;
    padding-left: 15px;
    padding-right: 53px;
    background-image: url(/files/dajw_theme/standard-link-white.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    opacity: 0;
    -webkit-transition: opacity 2s ease 2s;
    transition: opacity 2s ease 2s; }
    .contrast-active .ce_dzquiz-page__next {
      background-color: black !important;
      color: white !important; }
    .ce_dzquiz-page__next:hover, .ce_dzquiz-page__next:focus {
      color: white;
      text-decoration: underline; }
    .ce_dzquiz-page__next:focus-visible {
      outline: 1px dashed black; }
    .ce_dzquiz-page__next:focus:not(:focus-visible) {
      outline: none; }
  .ce_dzquiz-page.pending .ce_dzquiz-page__option {
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite; }
    .ce_dzquiz-page.pending .ce_dzquiz-page__option:nth-child(2) {
      -webkit-animation: pulse 1s infinite 0.2s;
              animation: pulse 1s infinite 0.2s; }
  .ce_dzquiz-page.answered .ce_dzquiz-page__option.answer {
    background-image: url(/files/dajw_theme/wrong-answer-white.svg);
    background-repeat: no-repeat;
    background-position: right 20px center; }
    .ce_dzquiz-page.answered .ce_dzquiz-page__option.answer[data-correct] {
      background-image: url(/files/dajw_theme/right-answer-white.svg); }
  .ce_dzquiz-page.answered .ce_dzquiz-page__option[data-correct] {
    border-color: transparent;
    background-color: #009b66;
    background-image: url(/files/dajw_theme/right-answer-white.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease; }
  .ce_dzquiz-page.answered .ce_dzquiz-page__answer, .ce_dzquiz-page.answered .ce_dzquiz-page__next {
    opacity: 1; }
  @media (min-width: 576px) {
    .ce_dzquiz-page {
      min-height: 800px; } }
  @media (min-width: 992px) {
    .ce_dzquiz-page {
      min-height: 690px; }
      .ce_dzquiz-page__qa-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-height: 487px; }
      .ce_dzquiz-page__question-container, .ce_dzquiz-page__answer-container {
        width: calc(50% - 30px / 2);
        position: relative; }
      .ce_dzquiz-page__next {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; } }

@media (min-width: 576px) {
  .ce_dzquiz {
    min-height: 800px; } }

@media (min-width: 992px) {
  .ce_dzquiz {
    min-height: 690px; } }

.ce_dzquiz-alt {
  padding: 20px 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .ce_dzquiz-alt {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .ce_dzquiz-alt {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .ce_dzquiz-alt {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .ce_dzquiz-alt {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .ce_dzquiz-alt {
      max-width: 1140px; } }
  .ce_dzquiz-alt h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .ce_dzquiz-alt h2 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_dzquiz-alt h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_dzquiz-alt h3 {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .ce_dzquiz-alt p,
  .ce_dzquiz-alt ul {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px; }

.ce_dzteaser__image-container .image_container {
  margin-bottom: 0; }
  .ce_dzteaser__image-container .image_container img {
    max-width: 100%;
    height: auto; }

.dzteaser__link-container {
  margin-top: 15px; }

.ce_dzteaser.standard .ce_dzteaser__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_dzteaser.standard .ce_dzteaser__content-container {
  width: calc(50% - 15px); }

.ce_dzteaser.standard .ce_dzteaser__image-container .image_container {
  text-align: center; }
  .ce_dzteaser.standard .ce_dzteaser__image-container .image_container img {
    width: 100%;
    max-width: 540px;
    height: auto; }

.ce_dzteaser.standard .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzteaser.standard .ce_dzteaser__headline {
      font-size: 1.625rem;
      line-height: 1.23077; } }

.ce_dzteaser.standard .ce_dzteaser__meta {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667;
  display: block;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .ce_dzteaser.standard .ce_dzteaser__meta {
      font-size: 1.0625rem;
      line-height: 1.41176; } }

.ce_dzteaser.standard .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .ce_dzteaser.standard .ce_dzteaser__text-container p > strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal; }
  @media (min-width: 768px) {
    .ce_dzteaser.standard .ce_dzteaser__text-container p {
      font-size: 1.125rem;
      line-height: 1.55556;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__inside,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__inside {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__content-container {
  width: 100%; }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__image-container {
  margin-bottom: 27px; }

@media (min-width: 992px) {
  .ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 65px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 45px; } }

@media (min-width: 576px) {
  .ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__headline {
    font-size: 1.25rem;
    line-height: 1.4; } }

@media (max-width: 991.98px) {
  .ce_dzteaser.standard .ce_dzteaser__inside {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .ce_dzteaser.standard .ce_dzteaser__image-container,
  .ce_dzteaser.standard .ce_dzteaser__content-container {
    width: 100%; }
  .ce_dzteaser.standard .ce_dzteaser__image-container {
    margin-bottom: 47px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 45px; } }

.ce_dzteaser--intro .ce_dzteaser__headline {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin-bottom: 16px; }
  @media (min-width: 576px) {
    .ce_dzteaser--intro .ce_dzteaser__headline {
      font-size: 1.0625rem;
      line-height: 1.41176; } }

.ce_dzteaser--intro .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .ce_dzteaser--intro .ce_dzteaser__text-container p {
      font-size: 1.75rem;
      line-height: 1.28571; } }

.sdg-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.42857;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  border: 1px solid white;
  padding: 1px 1px 2px 0;
  width: 24px;
  text-align: center; }
  .sdg-num--1 {
    background-color: #e3253c; }
  .sdg-num--2 {
    background-color: #dea73a; }
  .sdg-num--3 {
    background-color: #4ca046; }
  .sdg-num--4 {
    background-color: #c5202e; }
  .sdg-num--5 {
    background-color: #ef412c; }
  .sdg-num--6 {
    background-color: #29bee2; }
  .sdg-num--7 {
    background-color: #fac315; }
  .sdg-num--8 {
    background-color: #a21c44; }
  .sdg-num--9 {
    background-color: #f26a2c; }
  .sdg-num--10 {
    background-color: #e01a83; }
  .sdg-num--11 {
    background-color: #f99d28; }
  .sdg-num--12 {
    background-color: #be8b2c; }
  .sdg-num--13 {
    background-color: #417f45; }
  .sdg-num--14 {
    background-color: #1c97d4; }
  .sdg-num--15 {
    background-color: #5cba47; }
  .sdg-num--16 {
    background-color: #07699e; }
  .sdg-num--17 {
    background-color: #18496b; }
  .contrast-active .sdg-num {
    border-color: black;
    background-color: transparent !important; }

.ce_dzteaser--sdg .image_container,
.ce_dzteaser--sdg .c-image-container,
.ce_dzteaser--sdg .image_container-link,
.ce_dzteaser--background2 .image_container,
.ce_dzteaser--background2 .c-image-container,
.ce_dzteaser--background2 .image_container-link,
.ce_dzteaser--report .image_container,
.ce_dzteaser--report .c-image-container,
.ce_dzteaser--report .image_container-link,
.ce_dzteaser--section .image_container,
.ce_dzteaser--section .c-image-container,
.ce_dzteaser--section .image_container-link {
  display: inline-block; }

.ce_dzteaser--sdg .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
  padding-top: 4px; }

.ce_dzteaser--sdg .ce_dzteaser__image-container {
  margin-bottom: 40px;
  text-align: center; }

.ce_dzteaser--sdg .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzteaser--sdg .ce_dzteaser__text-container p {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }

@media (max-width: 575.98px) {
  .ce_dzteaser--sdg .ce_dzteaser__image-container figure {
    width: 74%; }
  .ce_dzteaser--sdg .ce_dzteaser__image-container img {
    max-width: 100%; } }

.ce_dzteaser--report .ce_dzteaser__headline {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.41176;
  display: inline-block;
  padding: 6px 10px 4px 10px;
  background-color: #d84c01;
  color: white;
  margin-bottom: 15px; }
  .contrast-active .ce_dzteaser--report .ce_dzteaser__headline {
    background-color: black; }

.ce_dzteaser--report .ce_dzteaser__image-container {
  margin-bottom: 40px;
  text-align: center; }

.ce_dzteaser--report .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .ce_dzteaser--report .ce_dzteaser__text-container p {
    font-size: 1.625rem;
    line-height: 1.23077; } }

.ce_dzteaser--section .ce_dzteaser__headline {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.41176; }
  .ce_dzteaser--section .ce_dzteaser__headline .ce_dzteaser__meta {
    display: none; }

.ce_dzteaser--section .ce_dzteaser__image-container {
  margin-bottom: 40px;
  text-align: center; }

.ce_dzteaser--section .image_container__meta {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.14286;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 16px 20px 14px 20px;
  background-color: #d84c01;
  color: white;
  text-transform: uppercase; }
  .contrast-active .ce_dzteaser--section .image_container__meta {
    background-color: black; }

.ce_dzteaser--section .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .ce_dzteaser--section .ce_dzteaser__text-container p {
    font-size: 1.625rem;
    line-height: 1.23077; } }

@media (min-width: 992px) {
  .ce_dzteaser--section .image_container__meta {
    font-size: 2.25rem;
    line-height: 1.11111; } }

.ce_dzteaser--topic {
  background-repeat: no-repeat;
  background-position: center center; }
  .ce_dzteaser--topic .ce_dzteaser__inside {
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ce_dzteaser--topic .ce_dzteaser__headline {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.52941;
    margin-bottom: 15px; }
  .ce_dzteaser--topic .ce_dzteaser__text-container {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
  @media (max-width: 575.98px) {
    .ce_dzteaser--topic {
      background-size: auto 400px; }
      .ce_dzteaser--topic .ce_dzteaser__inside {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background-size: 0 0; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .ce_dzteaser--topic .ce_dzteaser__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (max-width: 575.98px) and (min-width: 576px) {
      .ce_dzteaser--topic .ce_dzteaser__inside {
        max-width: 540px; } }
    @media (max-width: 575.98px) and (min-width: 768px) {
      .ce_dzteaser--topic .ce_dzteaser__inside {
        max-width: 720px; } }
    @media (max-width: 575.98px) and (min-width: 992px) {
      .ce_dzteaser--topic .ce_dzteaser__inside {
        max-width: 960px; } }
    @media (max-width: 575.98px) and (min-width: 1200px) {
      .ce_dzteaser--topic .ce_dzteaser__inside {
        max-width: 1140px; } }
  @media (min-width: 576px) {
    .ce_dzteaser--topic {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      background-size: 0 0; } }
  @media (min-width: 576px) and (max-width: 575.98px) {
    .ce_dzteaser--topic {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .ce_dzteaser--topic {
      max-width: 540px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .ce_dzteaser--topic {
      max-width: 720px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .ce_dzteaser--topic {
      max-width: 960px; } }
  @media (min-width: 576px) and (min-width: 1200px) {
    .ce_dzteaser--topic {
      max-width: 1140px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--topic .ce_dzteaser__inside {
      background-position: center left;
      min-height: 460px; }
    .ce_dzteaser--topic .ce_dzteaser__content-container {
      padding-left: 190px; }
    .ce_dzteaser--topic .ce_dzteaser__text-container {
      font-size: 2rem;
      line-height: 1.25; } }
  @media (min-width: 1200px) {
    .ce_dzteaser--topic .ce_dzteaser__content-container {
      padding-right: 95px; }
    .ce_dzteaser--topic .ce_dzteaser__text-container {
      font-size: 1.75rem;
      line-height: 1.28571; } }

.ce_dzteaser--infographics .ce_dzteaser__image-container {
  margin-top: 16px; }
  .ce_dzteaser--infographics .ce_dzteaser__image-container .copyright-icon {
    display: none; }
  .ce_dzteaser--infographics .ce_dzteaser__image-container a {
    display: block; }

.ce_dzteaser--infographics .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.23077;
  margin-bottom: 30px; }

.ce_dzteaser--infographics .ce_dzteaser__text-container {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }

@media (min-width: 1200px) {
  .ce_dzteaser--infographics .ce_dzteaser__image-container figure {
    text-align: right; }
    .ce_dzteaser--infographics .ce_dzteaser__image-container figure img {
      display: inline-block;
      max-width: 90%; } }

@media (max-width: 991.98px) {
  .ce_dzteaser--infographics .ce_dzteaser__image-container {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .ce_dzteaser--infographics .ce_dzteaser__inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 59%; }
    .ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__headline {
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 40px; }
    .ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__content-container {
      max-width: 41%; } }

.ce_dzteaser--background {
  position: relative; }
  .ce_dzteaser--background .ce_dzteaser__inside {
    padding: 30px 15px 30px 15px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .ce_dzteaser--background .ce_dzteaser__inside {
        padding: 30px; } }
    @media (min-width: 768px) {
      .ce_dzteaser--background .ce_dzteaser__inside {
        padding: 40px; }
        .ce_colsetStart .ce_dzteaser--background .ce_dzteaser__inside {
          padding: 30px; } }
    .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__text-container {
      margin-bottom: 15px; }
      .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__text-container p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.0625rem;
        line-height: 1.52941;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__text-container p > strong {
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-style: normal; }
        @media (min-width: 768px) {
          .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__text-container p {
            font-size: 1.125rem;
            line-height: 1.55556;
            -webkit-hyphens: manual;
                -ms-hyphens: manual;
                    hyphens: manual; } }
        .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__text-container p + ul {
          margin-top: 15px; }
    .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__headline-container {
      margin-bottom: 15px; }
    .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.625rem;
      line-height: 1.23077; }
      @media (min-width: 768px) {
        .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__headline {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 3rem;
          line-height: 1; } }
  @media (min-width: 992px) {
    .ce_dzteaser--background.ce_dzteaser--with-image {
      min-height: 483px; }
    .ce_dzteaser--background .ce_dzteaser__inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__headline-container,
      .ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__content-container {
        width: calc(50% - 15px);
        position: relative;
        z-index: 2; }
    .ce_dzteaser--background .ce_dzteaser__image-container {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
      .ce_dzteaser--background .ce_dzteaser__image-container img {
        max-width: 450px;
        height: auto; } }
  @media (min-width: 1200px) {
    .ce_dzteaser--background .ce_dzteaser__image-container img {
      max-width: 540px; } }

.ce_dzteaser--background2 {
  position: relative;
  padding-top: 210px; }
  .ce_dzteaser--background2 .ce_dzteaser__image-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center; }
  .ce_dzteaser--background2 .c-image-container__copyright-link {
    bottom: auto;
    top: 10px; }
  .ce_dzteaser--background2 .ce_dzteaser__inside {
    position: relative;
    z-index: 2; }
    .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__text-container {
      margin-bottom: 15px; }
      .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__text-container p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.0625rem;
        line-height: 1.52941;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__text-container p > strong {
          font-family: 'Rubik', sans-serif;
          font-weight: 600;
          font-style: normal; }
        @media (min-width: 768px) {
          .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__text-container p {
            font-size: 1.125rem;
            line-height: 1.55556;
            -webkit-hyphens: manual;
                -ms-hyphens: manual;
                    hyphens: manual; } }
    .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__headline-container {
      margin-bottom: 15px; }
    .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.14286; }
      @media (min-width: 768px) {
        .ce_dzteaser--background2 .ce_dzteaser__inside .ce_dzteaser__headline {
          font-size: 2.25rem;
          line-height: 1.11111; } }
  @media (min-width: 992px) {
    .ce_dzteaser--background2.ce_dzteaser--with-image {
      min-height: 483px; } }
  @media (max-width: 575.98px) {
    .ce_dzteaser--background2 {
      padding-top: 160px; }
      .ce_dzteaser--background2 .ce_dzteaser__image-container {
        width: 74%;
        margin: 0 auto;
        right: 0; } }

.ce_dzteaser--profile-ext {
  padding: 30px 15px 30px 15px;
  background-color: #d84c01;
  color: white; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzteaser--profile-ext {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--profile-ext {
      padding: 40px; }
      .ce_colsetStart .ce_dzteaser--profile-ext {
        padding: 30px; } }
  .contrast-active .ce_dzteaser--profile-ext {
    background-color: #f2f1ef;
    color: black; }
    .contrast-active .ce_dzteaser--profile-ext .ce_dzteaser__image-container {
      display: none; }
  .ce_dzteaser--profile-ext .ce_dzteaser__left-container {
    position: relative;
    margin-bottom: 20px; }
  .ce_dzteaser--profile-ext .ce_dzteaser__headline {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.23077; }
    @media (min-width: 768px) {
      .ce_dzteaser--profile-ext .ce_dzteaser__headline {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        line-height: 1; } }
  .ce_dzteaser--profile-ext .ce_dzteaser__headline-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child {
      padding-left: 28px;
      position: relative;
      z-index: 2;
      margin-bottom: 10px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child a {
        padding-left: 0; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 18px 18px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after {
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 0;
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(/files/dajw_theme/location-purple.svg); }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2) {
      padding-left: 28px;
      position: relative;
      z-index: 2;
      margin-bottom: 10px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2) a {
        padding-left: 0; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 18px 18px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 0;
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(/files/dajw_theme/partners-purple.svg); }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3) {
      padding-left: 28px;
      position: relative;
      z-index: 2;
      margin-bottom: 10px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3) a {
        padding-left: 0; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3):after {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 18px 18px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3):after {
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 0;
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(/files/dajw_theme/time-purple.svg); }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4) {
      padding-left: 28px;
      position: relative;
      z-index: 2;
      margin-bottom: 20px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4) a {
        padding-left: 0; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4):after {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 18px 18px; }
      .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4):after {
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 0;
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(/files/dajw_theme/sdg-purple.svg); }
  @media (min-width: 992px) {
    .ce_dzteaser--profile-ext .ce_dzteaser__inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .ce_dzteaser--profile-ext .ce_dzteaser__left-container,
    .ce_dzteaser--profile-ext .ce_dzteaser__content-container {
      width: calc(50% - 15px);
      margin-bottom: 0; } }

.ce_dzteaser--contact .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-left: 8%; }
  @media (min-width: 768px) {
    .ce_dzteaser--contact .ce_dzteaser__headline {
      font-size: 1.625rem;
      line-height: 1.23077; } }

.ce_dzteaser--contact .ce_dzteaser__image-container {
  margin-bottom: 30px; }
  .ce_dzteaser--contact .ce_dzteaser__image-container .image_container {
    text-align: center; }

@media (min-width: 768px) {
  .ce_dzteaser--contact .ce_dzteaser__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ce_dzteaser--contact .ce_dzteaser__image-container {
    width: 100%;
    margin-bottom: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ce_dzteaser--contact .ce_dzteaser__image-container {
      width: calc(405px - 15px); } }

@media (min-width: 768px) {
    .ce_dzteaser--contact .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
  .ce_dzteaser--contact .ce_dzteaser__content-container {
    width: 100%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ce_dzteaser--contact .ce_dzteaser__content-container {
      width: calc(100% - 405px - 15px); } }

@media (min-width: 768px) {
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__inside {
    display: block; }
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__image-container {
    width: 100%;
    margin-bottom: 30px; }
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__content-container {
    width: 100%; } }

.ce_dzteaser--contact .ce_dzteaser__text-container {
  padding-left: 8%; }
  .ce_dzteaser--contact .ce_dzteaser__text-container h3,
  .ce_dzteaser--contact .ce_dzteaser__text-container h4,
  .ce_dzteaser--contact .ce_dzteaser__text-container h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 15px; }
  .ce_dzteaser--contact .ce_dzteaser__text-container p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .ce_dzteaser--contact .ce_dzteaser__text-container p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzteaser--contact .ce_dzteaser__text-container p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
  .ce_dzteaser--contact .ce_dzteaser__text-container a {
    text-decoration: none; }
    .ce_dzteaser--contact .ce_dzteaser__text-container a:hover, .ce_dzteaser--contact .ce_dzteaser__text-container a:focus {
      text-decoration: underline; }

.ce_dzteaser--standard-right,
.ce_dzteaser--special-right {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzteaser--standard-right,
    .ce_dzteaser--special-right {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--standard-right,
    .ce_dzteaser--special-right {
      padding: 40px; }
      .ce_colsetStart .ce_dzteaser--standard-right, .ce_colsetStart
      .ce_dzteaser--special-right {
        padding: 30px; } }
  .ce_dzteaser--standard-right .ce_dzteaser__inside,
  .ce_dzteaser--special-right .ce_dzteaser__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce_dzteaser--standard-right .ce_dzteaser__headline,
  .ce_dzteaser--special-right .ce_dzteaser__headline {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ce_dzteaser--standard-right .ce_dzteaser__headline,
      .ce_dzteaser--special-right .ce_dzteaser__headline {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_dzteaser--standard-right .ce_dzteaser__content-container,
  .ce_dzteaser--special-right .ce_dzteaser__content-container {
    width: 100%; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__content-container,
      .ce_dzteaser--special-right .ce_dzteaser__content-container {
        width: calc(100% - 405px - 15px); } }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__content-container,
      .ce_dzteaser--special-right .ce_dzteaser__content-container {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .ce_dzteaser--standard-right .ce_dzteaser__text-container p,
  .ce_dzteaser--special-right .ce_dzteaser__text-container p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.52941;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p > strong,
    .ce_dzteaser--special-right .ce_dzteaser__text-container p > strong {
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      font-style: normal; }
    @media (min-width: 768px) {
      .ce_dzteaser--standard-right .ce_dzteaser__text-container p,
      .ce_dzteaser--special-right .ce_dzteaser__text-container p {
        font-size: 1.125rem;
        line-height: 1.55556;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p:not(:last-child),
    .ce_dzteaser--special-right .ce_dzteaser__text-container p:not(:last-child) {
      margin-bottom: 12px; }
  .ce_dzteaser--standard-right .ce_dzteaser__image-container,
  .ce_dzteaser--special-right .ce_dzteaser__image-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__image-container,
      .ce_dzteaser--special-right .ce_dzteaser__image-container {
        width: calc(405px - 15px); } }
    .ce_dzteaser--standard-right .ce_dzteaser__image-container img,
    .ce_dzteaser--special-right .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__image-container,
      .ce_dzteaser--special-right .ce_dzteaser__image-container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0; } }
    .ce_dzteaser--standard-right .ce_dzteaser__image-container .image_container,
    .ce_dzteaser--standard-right .ce_dzteaser__image-container .c-image-container,
    .ce_dzteaser--standard-right .ce_dzteaser__image-container .image_container-link,
    .ce_dzteaser--special-right .ce_dzteaser__image-container .image_container,
    .ce_dzteaser--special-right .ce_dzteaser__image-container .c-image-container,
    .ce_dzteaser--special-right .ce_dzteaser__image-container .image_container-link {
      display: inline-block; }

.ce_dzteaser--process .ce_dzteaser__meta {
  font-family: 'Nanum', sans-serif;
  font-weight: 400;
  font-size: 8.75rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1; }

.ce_dzteaser--process .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  position: relative;
  padding-top: 90px;
  overflow: hidden;
  margin-top: 0; }
  @media (min-width: 768px) {
    .ce_dzteaser--process .ce_dzteaser__headline {
      font-size: 1.625rem;
      line-height: 1.23077; } }

@media (min-width: 992px) {
  .ce_dzteaser--process .ce_dzteaser__content-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.ce_dzteaser--process .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.52941;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .ce_dzteaser--process .ce_dzteaser__text-container p > strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-style: normal; }
  @media (min-width: 768px) {
    .ce_dzteaser--process .ce_dzteaser__text-container p {
      font-size: 1.125rem;
      line-height: 1.55556;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; } }
  .ce_dzteaser--process .ce_dzteaser__text-container p:not(:last-child) {
    margin-bottom: 12px; }

.ce_dzteaser--process .ce_dzteaser__image-container {
  text-align: center; }
  .ce_dzteaser--process .ce_dzteaser__image-container .image_container,
  .ce_dzteaser--process .ce_dzteaser__image-container .c-image-container,
  .ce_dzteaser--process .ce_dzteaser__image-container .image_container-link {
    display: inline-block; }

@media (min-width: 576px) {
  .ce_dzteaser--process .ce_dzteaser__meta {
    font-size: 12.5rem;
    line-height: 1;
    top: -40px; }
  .ce_dzteaser--process .ce_dzteaser__headline {
    padding-top: 130px; } }

@media (min-width: 992px) {
  .ce_dzteaser--process .ce_dzteaser__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce_dzteaser--process .ce_dzteaser__content-container,
  .ce_dzteaser--process .ce_dzteaser__image-container {
    width: calc(50% - 30px / 2); }
  .ce_dzteaser--process .ce_dzteaser__image-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0; }
  .ce_dzteaser--process .ce_dzteaser__meta {
    font-size: 16.125rem;
    line-height: 1;
    top: -55px; }
  .ce_dzteaser--process .ce_dzteaser__headline {
    padding-top: 190px;
    margin-top: 60px; } }

.ce_dzteaser--special-right .ce_dzteaser__headline {
  margin-bottom: 40px; }

.ce_dzteaser--special-right h3,
.ce_dzteaser--special-right h4,
.ce_dzteaser--special-right h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .ce_dzteaser--special-right h3,
    .ce_dzteaser--special-right h4,
    .ce_dzteaser--special-right h5 {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }

.ce_dzteaser--special-right .ce_dzteaser__text-container p:not(:last-child) {
  margin-bottom: 30px; }

.ce_dzteaser--special-right br {
  display: block;
  margin-top: 10px;
  content: ' '; }

.ce_dzteaser--profile,
.ce_dzteaser--profile-2 {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzteaser--profile,
    .ce_dzteaser--profile-2 {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--profile,
    .ce_dzteaser--profile-2 {
      padding: 40px; }
      .ce_colsetStart .ce_dzteaser--profile, .ce_colsetStart
      .ce_dzteaser--profile-2 {
        padding: 30px; } }
  .ce_dzteaser--profile .ce_dzteaser__headline,
  .ce_dzteaser--profile-2 .ce_dzteaser__headline {
    display: inline;
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
    background-size: 1px 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
    background-image: linear-gradient(#d84c01, #d84c01); }
    .ce_dzteaser--profile .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 15px; }
    .ce_dzteaser--profile .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 20px; }
  .ce_dzteaser--profile .ce_dzteaser__inside,
  .ce_dzteaser--profile-2 .ce_dzteaser__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce_dzteaser--profile .ce_dzteaser__content-container,
  .ce_dzteaser--profile-2 .ce_dzteaser__content-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 992px) {
      .ce_dzteaser--profile .ce_dzteaser__content-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__content-container {
        width: calc(100% - 405px - 15px); } }
    @media (max-width: 991.98px) {
      .ce_dzteaser--profile .ce_dzteaser__content-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__content-container {
        margin-bottom: 20px; } }
  .ce_dzteaser--profile .ce_dzteaser__image-container,
  .ce_dzteaser--profile-2 .ce_dzteaser__image-container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 992px) {
      .ce_dzteaser--profile .ce_dzteaser__image-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__image-container {
        width: calc(405px - 15px); } }
    .ce_dzteaser--profile .ce_dzteaser__image-container img,
    .ce_dzteaser--profile-2 .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
    .ce_dzteaser--profile .ce_dzteaser__image-container .image_container,
    .ce_dzteaser--profile-2 .ce_dzteaser__image-container .image_container {
      text-align: center; }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child a,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child a {
      padding-left: 0; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(/files/dajw_theme/pin_red.svg); }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2),
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2) {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2) a,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2) a {
      padding-left: 0; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(/files/dajw_theme/people_red.svg); }

.ce_dzteaser--profile {
  background-color: #b8c931; }

.ce_dzteaser--profile-2 {
  background-color: #5fb5af; }

.ce_dzteaser--claim-background .ce_dzteaser__headline {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.46667; }
  @media (min-width: 576px) {
    .ce_dzteaser--claim-background .ce_dzteaser__headline {
      font-size: 1.0625rem;
      line-height: 1.41176; } }

.ce_dzteaser--claim-background .ce_dzteaser__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px; }

.ce_dzteaser--claim-background .ce_dzteaser__image-container {
  margin-bottom: 30px; }
  .ce_dzteaser--claim-background .ce_dzteaser__image-container .image_container {
    text-align: center; }

.ce_dzteaser--claim-background .ce_dzteaser__text-container p {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background .ce_dzteaser__text-container p {
      font-size: 2rem;
      line-height: 1.25; } }

@media (min-width: 768px) {
  .ce_dzteaser--claim-background .ce_dzteaser__content-container,
  .ce_dzteaser--claim-background .ce_dzteaser__image-container {
    width: calc(50% - 15px);
    margin-bottom: 0; } }

.contrast-active .ce_dzteaser--claim-background .ce_dzteaser__text-container p > span {
  color: black; }

.ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a a {
    padding-left: 0; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:before {
    top: 4px;
    left: 2px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
      top: 2px; } }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
      top: 3px;
      left: 0; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='http']:hover:after {
      top: 1px;
      left: 2px; }
    @media (min-width: 768px) {
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='http']:after {
        top: 1px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='http']:hover:after {
        top: -1px;
        left: 2px; } }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='mailto']:hover:after {
    top: 1px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='mailto']:after {
      top: 1px; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='mailto']:hover:after {
      top: -1px;
      left: 0; } }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='files/']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='files/']:after {
        top: 1px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^='files/']:hover:after {
        top: 3px;
        left: 0; } }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*='#']:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*='#']:after {
      top: 1px; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*='#']:hover:after {
      top: 3px;
      left: 0; } }

.ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: inline;
  background-position: bottom 2px left 0;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
  background-image: linear-gradient(#f6ee50, #f6ee50); }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 1; } }
  @media (min-width: 992px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      background-size: 1px 8px; } }
  .contrast-active .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
    background: none !important;
    background-color: transparent !important; }
  .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline:after {
    clear: both;
    display: block;
    content: ' ';
    height: 36px; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #f6ee50; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #d84c01; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-darkred .ce_dzteaser__meta {
  color: #af2200; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #5fb5af; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-teal .ce_dzteaser__meta {
  color: #04797e; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-magenta .ce_dzteaser__meta {
  color: #b9278f; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-darkmagenta .ce_dzteaser__meta {
  color: #9e0472; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-sandybrown .ce_dzteaser__meta {
  color: #d6caa3; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: white; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #f2f1ef; }

/**
 * Teaser: ce_dzteaser--quote
 */
.ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__image-container figcaption {
  display: none; }

.ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container {
    margin-top: 70px;
    position: relative; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
      content: '»';
      position: absolute;
      top: -43px;
      font-family: "Rock Salt", serif;
      font-weight: normal;
      font-size: 6.25rem;
      z-index: 0; }
      .mod_article--bg-green .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #80a51b; }
      .mod_article--bg-darkgreen .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #b8c931; }
      .mod_article--bg-red .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #d73f12; }
      .mod_article--bg-darkred .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #eb5b25; }
      .mod_article--bg-teal .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #4dbdc6; }
      .mod_article--bg-cyan .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #008390; }
      .mod_article--bg-yellow .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #fadc90; }
      .mod_article--bg-lightbeige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #c6c3c0; }
      .mod_article--bg-beige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #f4f4f4; }
      .mod_article--bg-darkbeige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #f4f4f4; }
      .mod_article--bg-warmgrey .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        color: #c6c3c0; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container blockquote {
      margin-bottom: 30px; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container blockquote p {
        position: relative;
        z-index: 3;
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container .ce_dzteaser__source {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.5; }

@media (min-width: 992px) {
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 36%;
      margin-top: 72px;
      margin-right: 0; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container {
      max-width: 57%; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__text-container:before {
        content: '»';
        top: -50px;
        font-size: 8.75rem; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container blockquote p {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.6; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__source {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; } }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #f6ee50; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #d84c01; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-darkred .ce_dzteaser__meta {
  color: #af2200; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #5fb5af; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-teal .ce_dzteaser__meta {
  color: #04797e; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-magenta .ce_dzteaser__meta {
  color: #b9278f; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-darkmagenta .ce_dzteaser__meta {
  color: #9e0472; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-sandybrown .ce_dzteaser__meta {
  color: #d6caa3; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: white; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #f2f1ef; }

.ce_dzteaser.contact-special {
  max-width: 900px; }
  @media (max-width: 575.98px) {
    .ce_dzteaser.contact-special .ce_dzteaser__headline-container {
      width: calc(100% - 80px); } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .ce_dzteaser.contact-special .ce_dzteaser__text-container {
      padding-right: 35px; } }

.ce_dzteaser--infographics .text_container a,
.ce_dzteaser--special-right p > a,
.ce_dzteaser--background li > a {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.35294;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 33px;
  background-position: 0 3px;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .ce_dzteaser--infographics .text_container a:after,
  .ce_dzteaser--special-right p > a:after,
  .ce_dzteaser--background li > a:after {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    width: 25px;
    height: 15px; }
  @media (min-width: 768px) {
    .ce_dzteaser--infographics .text_container a,
    .ce_dzteaser--special-right p > a,
    .ce_dzteaser--background li > a {
      font-size: 1.125rem;
      line-height: 1.33333;
      padding-left: 36px;
      background-position: 0 1px;
      background-size: 28px 17px; }
      .ce_dzteaser--infographics .text_container a:after,
      .ce_dzteaser--special-right p > a:after,
      .ce_dzteaser--background li > a:after {
        top: 1px;
        background-size: 28px 17px;
        width: 28px;
        height: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .ce_dzteaser--infographics .text_container a:before,
  .ce_dzteaser--special-right p > a:before,
  .ce_dzteaser--background li > a:before {
    top: 4px;
    left: 2px; }
  .ce_dzteaser--infographics .text_container a:after,
  .ce_dzteaser--special-right p > a:after,
  .ce_dzteaser--background li > a:after {
    top: 4px;
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }
  .ce_dzteaser--infographics .text_container a:hover:after,
  .ce_dzteaser--special-right p > a:hover:after,
  .ce_dzteaser--background li > a:hover:after {
    left: 3px; }
  @media (min-width: 768px) {
    .ce_dzteaser--infographics .text_container a:after,
    .ce_dzteaser--special-right p > a:after,
    .ce_dzteaser--background li > a:after {
      top: 2px; } }
  .ce_dzteaser--infographics .text_container a[href^='http'],
  .ce_dzteaser--special-right p > a[href^='http'],
  .ce_dzteaser--background li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
    .ce_dzteaser--infographics .text_container a[href^='http']:after,
    .ce_dzteaser--special-right p > a[href^='http']:after,
    .ce_dzteaser--background li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg);
      top: 3px;
      left: 0; }
    .ce_dzteaser--infographics .text_container a[href^='http']:hover:after,
    .ce_dzteaser--special-right p > a[href^='http']:hover:after,
    .ce_dzteaser--background li > a[href^='http']:hover:after {
      top: 1px;
      left: 2px; }
    @media (min-width: 768px) {
      .ce_dzteaser--infographics .text_container a[href^='http']:after,
      .ce_dzteaser--special-right p > a[href^='http']:after,
      .ce_dzteaser--background li > a[href^='http']:after {
        top: 1px; }
      .ce_dzteaser--infographics .text_container a[href^='http']:hover:after,
      .ce_dzteaser--special-right p > a[href^='http']:hover:after,
      .ce_dzteaser--background li > a[href^='http']:hover:after {
        top: -1px;
        left: 2px; } }
  .ce_dzteaser--infographics .text_container a[href^='mailto']:after,
  .ce_dzteaser--special-right p > a[href^='mailto']:after,
  .ce_dzteaser--background li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }
  .ce_dzteaser--infographics .text_container a[href^='mailto']:hover:after,
  .ce_dzteaser--special-right p > a[href^='mailto']:hover:after,
  .ce_dzteaser--background li > a[href^='mailto']:hover:after {
    top: 1px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzteaser--infographics .text_container a[href^='mailto']:after,
    .ce_dzteaser--special-right p > a[href^='mailto']:after,
    .ce_dzteaser--background li > a[href^='mailto']:after {
      top: 1px; }
    .ce_dzteaser--infographics .text_container a[href^='mailto']:hover:after,
    .ce_dzteaser--special-right p > a[href^='mailto']:hover:after,
    .ce_dzteaser--background li > a[href^='mailto']:hover:after {
      top: -1px;
      left: 0; } }
  .ce_dzteaser--infographics .text_container a[href^='files/'],
  .ce_dzteaser--special-right p > a[href^='files/'],
  .ce_dzteaser--background li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
    .ce_dzteaser--infographics .text_container a[href^='files/']:after,
    .ce_dzteaser--special-right p > a[href^='files/']:after,
    .ce_dzteaser--background li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }
    .ce_dzteaser--infographics .text_container a[href^='files/']:hover:after,
    .ce_dzteaser--special-right p > a[href^='files/']:hover:after,
    .ce_dzteaser--background li > a[href^='files/']:hover:after {
      top: 5px;
      left: 0; }
    @media (min-width: 768px) {
      .ce_dzteaser--infographics .text_container a[href^='files/']:after,
      .ce_dzteaser--special-right p > a[href^='files/']:after,
      .ce_dzteaser--background li > a[href^='files/']:after {
        top: 1px; }
      .ce_dzteaser--infographics .text_container a[href^='files/']:hover:after,
      .ce_dzteaser--special-right p > a[href^='files/']:hover:after,
      .ce_dzteaser--background li > a[href^='files/']:hover:after {
        top: 3px;
        left: 0; } }
  .ce_dzteaser--infographics .text_container a[href*='#']:after,
  .ce_dzteaser--special-right p > a[href*='#']:after,
  .ce_dzteaser--background li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }
  .ce_dzteaser--infographics .text_container a[href*='#']:hover:after,
  .ce_dzteaser--special-right p > a[href*='#']:hover:after,
  .ce_dzteaser--background li > a[href*='#']:hover:after {
    top: 5px;
    left: 0; }
  @media (min-width: 768px) {
    .ce_dzteaser--infographics .text_container a[href*='#']:after,
    .ce_dzteaser--special-right p > a[href*='#']:after,
    .ce_dzteaser--background li > a[href*='#']:after {
      top: 1px; }
    .ce_dzteaser--infographics .text_container a[href*='#']:hover:after,
    .ce_dzteaser--special-right p > a[href*='#']:hover:after,
    .ce_dzteaser--background li > a[href*='#']:hover:after {
      top: 3px;
      left: 0; } }

.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #f6ee50; }
  .contrast-active .ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-yellow.ce_dzteaser--background, .ce_dzteaser--keycolor-yellow.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-yellow.ce_dzteaser--special-right {
  background-color: #f6ee50;
  color: black; }
  .contrast-active .ce_dzteaser--keycolor-yellow.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-yellow.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-yellow.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #d84c01; }
  .contrast-active .ce_dzteaser--keycolor-red .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-red.ce_dzteaser--background, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right {
  background-color: #d84c01;
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a:after, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a:after, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http'], .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http'], .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http'],
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='mailto']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='mailto']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/'], .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/'], .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/'],
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href*='#']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href*='#']:after, .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--background .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--background li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--standard-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--standard-right li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-red.ce_dzteaser--special-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-red.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.ce_dzteaser--keycolor-darkred .ce_dzteaser__meta {
  color: #af2200; }
  .contrast-active .ce_dzteaser--keycolor-darkred .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right {
  background-color: #af2200;
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http'], .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http'], .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='mailto']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='mailto']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/'], .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/'], .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/'],
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href*='#']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href*='#']:after, .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--background .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--background li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--standard-right li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkred.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #5fb5af; }
  .contrast-active .ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-cyan.ce_dzteaser--background, .ce_dzteaser--keycolor-cyan.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-cyan.ce_dzteaser--special-right {
  background-color: #5fb5af;
  color: black; }
  .contrast-active .ce_dzteaser--keycolor-cyan.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-cyan.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-cyan.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-teal .ce_dzteaser__meta {
  color: #04797e; }
  .contrast-active .ce_dzteaser--keycolor-teal .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right {
  background-color: #04797e;
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http'], .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http'], .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='mailto']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='mailto']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/'], .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/'], .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/'],
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href*='#']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href*='#']:after, .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--background .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--background li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--standard-right li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-teal.ce_dzteaser--special-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-teal.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.ce_dzteaser--keycolor-magenta .ce_dzteaser__meta {
  color: #b9278f; }
  .contrast-active .ce_dzteaser--keycolor-magenta .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right {
  background-color: #b9278f;
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http'], .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http'], .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='mailto']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/'], .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/'], .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/'],
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href*='#']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href*='#']:after, .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--background .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--background li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--standard-right li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-magenta.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.ce_dzteaser--keycolor-darkmagenta .ce_dzteaser__meta {
  color: #9e0472; }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right {
  background-color: #9e0472;
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http'], .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http'], .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='mailto']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='mailto']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/'], .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/'], .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/'],
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/'], .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/'], .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/']:after,
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/']:after, .content-active
    .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href*='#']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href*='#']:after, .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href*='#']:after,
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href*='#']:after, .content-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href*='#']:after, .content-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='http']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='http']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='mailto']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='mailto']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/'], .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/'], .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href^='files/']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href^='files/']:after, .contrast-active
  .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--background li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--standard-right li > a[href*='#']:after, .contrast-active .ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right .link-auto[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right p > a[href*='#']:after, .contrast-active
.ce_dzteaser--keycolor-darkmagenta.ce_dzteaser--special-right li > a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.ce_dzteaser--keycolor-sandybrown .ce_dzteaser__meta {
  color: #d6caa3; }
  .contrast-active .ce_dzteaser--keycolor-sandybrown .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-sandybrown.ce_dzteaser--background, .ce_dzteaser--keycolor-sandybrown.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-sandybrown.ce_dzteaser--special-right {
  background-color: #d6caa3;
  color: black; }
  .contrast-active .ce_dzteaser--keycolor-sandybrown.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-sandybrown.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-sandybrown.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: white; }
  .contrast-active .ce_dzteaser--keycolor-white .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-white.ce_dzteaser--background, .ce_dzteaser--keycolor-white.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-white.ce_dzteaser--special-right {
  background-color: white;
  color: black; }
  .contrast-active .ce_dzteaser--keycolor-white.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-white.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-white.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #f2f1ef; }
  .contrast-active .ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
    color: black; }

.ce_dzteaser--keycolor-standard.ce_dzteaser--background, .ce_dzteaser--keycolor-standard.ce_dzteaser--standard-right, .ce_dzteaser--keycolor-standard.ce_dzteaser--special-right {
  background-color: #f2f1ef;
  color: black; }
  .contrast-active .ce_dzteaser--keycolor-standard.ce_dzteaser--background, .contrast-active .ce_dzteaser--keycolor-standard.ce_dzteaser--standard-right, .contrast-active .ce_dzteaser--keycolor-standard.ce_dzteaser--special-right {
    background-color: #f2f1ef;
    color: black; }

/**
 * Teaser: ce_dzteaser--meta
 */
.ce_dzteaser.ce_dzteaser--meta .ce_dzteaser__meta {
  display: block;
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 8px; }

.ce_dzteaser.ce_dzteaser--meta .ce_dzteaser__headline {
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.75rem; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #f2f1ef; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: #fff; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #d84c01; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #f6ee50; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #5fb5af; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
  color: #b8c931; }

/**
 * Teaser: ce_dzteaser--phone
 */
.mod_article.mod_article--special-phone {
  margin-top: 150px;
  overflow: visible; }
  @media (min-width: 992px) {
    .mod_article.mod_article--special-phone {
      margin-top: 120px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .mod_article.mod_article--special-phone {
      margin-top: 150px; } }

.ce_dzteaser.ce_dzteaser--phone {
  margin-bottom: 0; }
  .ce_dzteaser.ce_dzteaser--phone .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      max-width: 510px; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__headline {
      font-size: 1.5rem;
      line-height: 2rem; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container {
      padding-top: 16px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p {
        margin-bottom: 15px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child,
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child a,
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child strong {
        font-family: "Bitter", serif;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 0; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .dzteaser__link-container {
      margin-top: 0; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--nophone .ce_dzteaser__text-container {
    display: none; }
  .ce_dzteaser.ce_dzteaser--phone .image_container {
    margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      max-width: 355px; } }
  @media (min-width: 576px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child,
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child a,
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child strong {
      font-size: 3rem;
      line-height: 3.5rem; } }
  @media (min-width: 992px) {
    .ce_dzteaser.ce_dzteaser--phone .row {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
        margin-top: -150px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 10px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 18px; }
        .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container {
          padding-bottom: 18px; }
    .ce_dzteaser.ce_dzteaser--phone .image_container {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      margin-bottom: 0; } }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
    color: #f2f1ef; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
    color: #fff; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
    color: #d84c01; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
    color: #f6ee50; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
    color: #5fb5af; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
    color: #b8c931; }

/**
 * Teaser: ce_dzteaser--image-link
 */
.ce_dzteaser.ce_dzteaser--image-link {
  max-width: 378px;
  margin: auto;
  margin-bottom: 30px; }
  .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (max-width: 575.98px) {
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside {
        width: 77%;
        margin: 0 auto; } }
    .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 378px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container .copyright-icon {
        top: 8px;
        right: 8px;
        bottom: unset; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container .image_container-link {
        display: inline-block;
        width: 100%; }
    .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container {
      position: absolute;
      top: 60%;
      left: 0%;
      max-width: 378px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__headline {
        font-size: 1.5rem;
        line-height: 2rem;
        display: inline;
        background-position: bottom 0 left 0;
        background-repeat: repeat-x;
        background-size: 1px 30px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container {
        display: inline;
        margin-top: 20px; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container .link-arrow {
          margin-top: -3px;
          margin-left: 6px; }
          .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container .link-arrow .base {
            fill: #fff; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container a {
          padding-left: 0; }
    @media (max-width: 575.98px) {
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .slick-slide .ce_dzteaser__inside {
        width: 85%; } }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--image-link {
      max-width: 260px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container {
        max-width: 260px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container {
        top: 60%;
        max-width: 260px; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__headline {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
  .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__text-container {
    display: none; }
  .ce_dzteaser.ce_dzteaser--image-link .dzteaser__link span {
    display: none; }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-standard .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#f2f1ef));
    background-image: linear-gradient(#f2f1ef, #f2f1ef); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-white .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(#fff, #fff); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-red .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
    background-image: linear-gradient(#d84c01, #d84c01); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-yellow .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
    background-image: linear-gradient(#f6ee50, #f6ee50); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-cyan .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5fb5af), to(#5fb5af));
    background-image: linear-gradient(#5fb5af, #5fb5af); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-green .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8c931), to(#b8c931));
    background-image: linear-gradient(#b8c931, #b8c931); }
  .contrast-active .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__headline {
    background: none !important;
    background-color: white !important; }

/**
 * Teaser: ce_dzteaser--headline-background
 *
 * IMPORTANT:
 * This template uses a custom HTML template file !!!!!!!!!!!!!!!
 */
.ce_dzteaser--headline-background .row .ce_dzteaser__content-container .ce_dzteaser__headline {
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: inline;
  background-position: bottom 0 left 0;
  background-repeat: repeat-x;
  background-size: 1px 32px; }
  .ce_dzteaser--headline-background .row .ce_dzteaser__content-container .ce_dzteaser__headline:after {
    content: '';
    display: block;
    margin-bottom: 30px; }

.ce_dzteaser--headline-background .row .ce_dzteaser__content-container .dzteaser__link-container a {
  padding-left: 0; }

@media (min-width: 768px) {
  .ce_dzteaser--headline-background .row .ce_dzteaser__content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .ce_dzteaser--headline-background .row .ce_dzteaser__content-container .custom-headline-wrapper {
      padding-top: 6px;
      padding-right: 40px; } }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-standard .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#f2f1ef));
  background-image: linear-gradient(#f2f1ef, #f2f1ef); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-white .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-red .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d84c01), to(#d84c01));
  background-image: linear-gradient(#d84c01, #d84c01); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ee50), to(#f6ee50));
  background-image: linear-gradient(#f6ee50, #f6ee50); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5fb5af), to(#5fb5af));
  background-image: linear-gradient(#5fb5af, #5fb5af); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-green .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8c931), to(#b8c931));
  background-image: linear-gradient(#b8c931, #b8c931); }

.mod_article.mod_article--bg-yellow .ce_text {
  color: black; }
  .mod_article.mod_article--bg-yellow .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-yellow .ce_text {
    color: black; }

.mod_article.mod_article--bg-yellow .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-yellow .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-yellow .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-yellow .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-red .ce_text {
  color: white; }
  .mod_article.mod_article--bg-red .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-red .ce_text {
    color: black; }

.mod_article.mod_article--bg-red .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-red .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-red .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-red .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-red .link-auto:after,
.mod_article.mod_article--bg-red .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-red .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-red .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-red .link-auto[href^='http'],
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-red .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-red .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-red .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-red .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-red .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-red .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-red .link-auto[href^='files/'],
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-red .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-red .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-red .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-red .link-auto[href*='#']:after,
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-red .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-red .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-red .link-auto:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-red .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-red .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-red .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-red .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-red .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-red .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-red .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-red .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-red .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-red .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-darkred .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkred .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-darkred .ce_text {
    color: black; }

.mod_article.mod_article--bg-darkred .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-darkred .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-darkred .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-darkred .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkred .link-auto:after,
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-darkred .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkred .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-darkred .link-auto[href^='http'],
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-darkred .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-darkred .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-darkred .link-auto[href^='files/'],
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-darkred .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-darkred .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-darkred .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-darkred .link-auto[href*='#']:after,
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-darkred .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkred .link-auto:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkred .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkred .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkred .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkred .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-darkred .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-darkred .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-cyan .ce_text {
  color: black; }
  .mod_article.mod_article--bg-cyan .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-cyan .ce_text {
    color: black; }

.mod_article.mod_article--bg-cyan .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-cyan .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-cyan .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-cyan .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-teal .ce_text {
  color: white; }
  .mod_article.mod_article--bg-teal .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-teal .ce_text {
    color: black; }

.mod_article.mod_article--bg-teal .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-teal .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-teal .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-teal .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-teal .link-auto:after,
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-teal .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-teal .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-teal .link-auto[href^='http'],
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-teal .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-teal .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-teal .link-auto[href^='files/'],
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-teal .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-teal .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-teal .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-teal .link-auto[href*='#']:after,
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-teal .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-teal .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-teal .link-auto:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-teal .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-teal .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-teal .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-teal .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-teal .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-teal .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-magenta .ce_text {
  color: white; }
  .mod_article.mod_article--bg-magenta .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-magenta .ce_text {
    color: black; }

.mod_article.mod_article--bg-magenta .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-magenta .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-magenta .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-magenta .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-magenta .link-auto:after,
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-magenta .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-magenta .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-magenta .link-auto[href^='http'],
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-magenta .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-magenta .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-magenta .link-auto[href^='files/'],
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-magenta .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-magenta .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-magenta .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-magenta .link-auto[href*='#']:after,
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-magenta .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-magenta .link-auto:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-magenta .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-magenta .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-magenta .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-magenta .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-magenta .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-magenta .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-darkmagenta .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkmagenta .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .ce_text {
    color: black; }

.mod_article.mod_article--bg-darkmagenta .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-darkmagenta .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkmagenta .link-auto:after,
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-darkmagenta .link-auto[href^='http'],
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-darkmagenta .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-darkmagenta .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/'],
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-darkmagenta .link-auto[href*='#']:after,
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-darkmagenta .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkmagenta .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkmagenta .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-darkmagenta .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-darkmagenta .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-lightbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-lightbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-lightbeige .ce_text {
    color: black; }

.mod_article.mod_article--bg-lightbeige .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-lightbeige .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-lightbeige .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-lightbeige .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-beige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-beige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-beige .ce_text {
    color: black; }

.mod_article.mod_article--bg-beige .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-beige .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-beige .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-beige .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-midbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-midbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-midbeige .ce_text {
    color: black; }

.mod_article.mod_article--bg-midbeige .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-midbeige .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-midbeige .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-midbeige .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-darkbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-darkbeige .ce_text {
    color: black; }

.mod_article.mod_article--bg-darkbeige .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-darkbeige .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-darkbeige .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-darkbeige .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-sandybrown .ce_text {
  color: black; }
  .mod_article.mod_article--bg-sandybrown .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-sandybrown .ce_text {
    color: black; }

.mod_article.mod_article--bg-sandybrown .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-sandybrown .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-sandybrown .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-sandybrown .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-white .ce_text {
  color: black; }
  .mod_article.mod_article--bg-white .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-white .ce_text {
    color: black; }

.mod_article.mod_article--bg-white .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-white .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-white .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-white .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-black .ce_text {
  color: white; }
  .mod_article.mod_article--bg-black .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-black .ce_text {
    color: black; }

.mod_article.mod_article--bg-black .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-black .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-black .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-black .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-black .link-auto:after,
.mod_article.mod_article--bg-black .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-black .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-black .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-black .link-auto[href^='http'],
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-black .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-black .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-black .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-black .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-black .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-black .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-black .link-auto[href^='files/'],
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-black .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-black .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-black .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-black .link-auto[href*='#']:after,
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-black .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-black .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-black .link-auto:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-black .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-black .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-black .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-black .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-black .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-black .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-black .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-black .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-black .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-black .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-standard .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-standard .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-standard .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-standard .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-green .ce_text {
  color: black; }
  .mod_article.mod_article--bg-green .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-green .ce_text {
    color: black; }

.mod_article.mod_article--bg-green .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-green .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-green .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-green .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkgreen .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkgreen .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-darkgreen .ce_text {
    color: black; }

.mod_article.mod_article--bg-darkgreen .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-darkgreen .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-darkgreen .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkgreen .link-auto:after,
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-darkgreen .link-auto[href^='http'],
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-darkgreen .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-darkgreen .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-darkgreen .link-auto[href^='files/'],
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-darkgreen .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-darkgreen .link-auto[href*='#']:after,
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-darkgreen .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkgreen .link-auto:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkgreen .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkgreen .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-darkgreen .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-darkgreen .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--bg-warmgrey .ce_text {
  color: black; }
  .mod_article.mod_article--bg-warmgrey .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-warmgrey .ce_text {
    color: black; }

.mod_article.mod_article--bg-warmgrey .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-warmgrey .mod_newslist--slider .slick-dots li button:after {
  background-color: black; }
  .contrast-active .mod_article.mod_article--bg-warmgrey .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-warmgrey .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkwarmgrey .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .ce_text {
    color: black; }

.mod_article.mod_article--bg-darkwarmgrey .ce_sliderStart.standard .slick-dots li button:after,
.mod_article.mod_article--bg-darkwarmgrey .mod_newslist--slider .slick-dots li button:after {
  background-color: white; }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .ce_sliderStart.standard .slick-dots li button:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .mod_newslist--slider .slick-dots li button:after {
    background-color: black; }

.mod_article.mod_article--bg-darkwarmgrey .link-auto:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http'],
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http'],
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http'], .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http']:after,
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http']:after,
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http']:after, .contrast-active
    .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='mailto']:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='mailto']:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/'],
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/'],
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/'], .content-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/']:after,
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/']:after,
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/']:after, .content-active
    .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--bg-darkwarmgrey .link-auto[href*='#']:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href*='#']:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href*='#']:after, .content-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a:after {
  background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http'], .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='http']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='mailto']:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/'], .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^='files/']:after, .contrast-active
  .mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.contrast-active .mod_article.mod_article--bg-darkwarmgrey .link-auto[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href*='#']:after, .contrast-active
.mod_article.mod_article--bg-darkwarmgrey .ce_text .text_container a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.mod_article.mod_article--bg-darkwarmgrey .ce_sliderStart--image-gallery .slick-dots li button:after,
.mod_article.mod_article--bg-darkwarmgrey .ce_gallery .slick-dots li button:after {
  background-color: white; }

.mod_article.mod_article--with-bg-image .ce_text {
  color: white; }
  .mod_article.mod_article--with-bg-image .ce_text > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .mod_article.mod_article--with-bg-image .ce_text {
    color: black; }

.mod_article.mod_article--with-bg-image .ce_text--linklist ul li a:after {
  background-image: url(/files/dajw_theme/link_arrow_white.svg); }
  .contrast-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a:after {
    background-image: url(/files/dajw_theme/link_arrow_black.svg); }

.mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='http'] {
  background-image: url(/files/dajw_theme/link-external-square-white.svg); }
  .contrast-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='http'] {
    background-image: url(/files/dajw_theme/link-external-square-black.svg); }
  .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='http']:after {
    background-image: url(/files/dajw_theme/link-external-arrow-white.svg); }
    .contrast-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='http']:after {
      background-image: url(/files/dajw_theme/link-external-arrow-black.svg); }

.mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='mailto']:after {
  background-image: url(/files/dajw_theme/link-mail-white.svg); }
  .contrast-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='mailto']:after {
    background-image: url(/files/dajw_theme/link-mail-black.svg); }

.mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='files/'] {
  background-image: url(/files/dajw_theme/link-download-line-white.svg); }
  .content-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='files/'] {
    background-image: url(/files/dajw_theme/link-download-line-black.svg); }
  .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='files/']:after {
    background-image: url(/files/dajw_theme/link-download-arrow-white.svg); }
    .content-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href^='files/']:after {
      background-image: url(/files/dajw_theme/link-download-arrow-black.svg); }

.mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href*='#']:after {
  background-image: url(/files/dajw_theme/link-anchor-arrow-white.svg); }
  .content-active .mod_article.mod_article--with-bg-image .ce_text--linklist ul li a[href*='#']:after {
    background-image: url(/files/dajw_theme/link-anchor-arrow-black.svg); }

.contrast-active .mod_article:not(.standard):not(.mod_article--bg-white):not(.mod_article--bg-standard) {
  background-color: #f8f8f7 !important;
  color: black !important; }

.contrast-active .ce_headline--fixedsize-underline h1,
.contrast-active .ce_headline--fixedsize-underline h2,
.contrast-active .ce_headline--fixedsize-underline h3,
.contrast-active .ce_headline--fixedsize-underline h4,
.contrast-active .ce_headline--fixedsize-underline h5 {
  background: none !important;
  background-color: transparent !important; }

.contrast-active .mod_footernav {
  background-color: black; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
.only-print {
  display: none; }

/* stylelint-disable declaration-no-important */
@media print {
  *,
  *:before,
  *:after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .only-print {
    display: block; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href] {
    padding-left: 0; }
    a[href]:before {
      display: none; }
    a[href]:after {
      display: none; }
  .ce_text a[href]:after,
  .ce_text--linklist ul li a[href]:after,
  .link-auto[href]:after {
    content: " [https://www.deutsch-afrikanisches-jugendwerk.de/" attr(href) "]";
    font-weight: 400;
    white-space: nowrap;
    position: inherit;
    -webkit-transform: none !important;
            transform: none !important;
    display: inline !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
    height: auto !important; }
  .ce_text a[href^='http']:after, .ce_text a[href^='mailto']:after,
  .ce_text--linklist ul li a[href^='http']:after,
  .ce_text--linklist ul li a[href^='mailto']:after,
  .link-auto[href^='http']:after,
  .link-auto[href^='mailto']:after {
    content: " [" attr(href) "]"; }
  abbr[title]:after {
    content: " [" attr(title) "]";
    font-weight: 400; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href*='#'],
  a[href^='javascript:'] {
    display: none !important; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
    font-weight: 400; }
  .no-print {
    display: none !important; }
  /*
  * Link specails
  */
  .ce_text a,
  .link-auto {
    padding-left: 0 !important; }
  .ce_text--twocolumns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 0;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /*
   * Do NOT show:
   */
  .topheader,
  .mod_mainnav,
  .mod_searchlink,
  .stage,
  .ce_image.ce_image--gallery,
  .ce_dzteaser__image-container,
  .ce_dzteaser--claim-background,
  .mod_contentfooter,
  .mod_footernav__copyright-container p:first-child,
  .mod_footernav__nav-container,
  .mod_bottom__nav,
  .mod_homelink,
  .mod_startlink,
  .ce_gallery,
  .ce_image {
    display: none !important; }
  .ce_image.do-print {
    display: block !important; }
  /*
   * Make full width:
   */
  .container,
  .mod_bottom__inside,
  .mod_footernav__inside {
    max-width: 100%; }
  /*
   * Header Styles:
   */
  .header,
  .header.sticky {
    position: relative;
    margin: auto;
    margin-top: 50px;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    max-width: none; }
  .header__inside {
    max-width: none; }
  .sticky .mod_logo,
  .mod_logo {
    position: relative;
    bottom: 0;
    left: 0;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 2px solid #1d1d1b; }
    .sticky .mod_logo a:after,
    .mod_logo a:after {
      display: none !important; }
    .sticky .mod_logo img,
    .mod_logo img {
      height: 61px; }
  /*
   * Footer Styles
   */
  footer a[href]:after {
    display: none !important; }
  .mod_footernav__container {
    border-top: 2px solid #1d1d1b;
    padding-top: 1em;
    margin-top: 2em; }
  .mod_footernav__inside {
    padding-top: 0;
    padding-bottom: 0; }
  /*
   * Some Changes to the margins and paddings of content elements
   */
  .content-margin-small,
  .content-margin-standard,
  .content-margin-none {
    margin-bottom: 2em; }
  /*
  .ce_dzteaser,
  .ce_text {
    &.content-margin-small,
    &.content-margin-standard,
    &.content-margin-none {
      margin-bottom:2em;
    }
  }
*/
  .mod_article {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 2em; }
  /*
   * Styleing some content elementes
   */
  .ce_dzteaser--profile,
  .ce_list--background,
  .ce_text--infobox {
    border: 3px solid #70707026;
    padding: 1.4em; }
  .ce_text.standard:not(.do-print) .image_container {
    display: none; }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after,
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
    content: '';
    top: 0.5em;
    left: 0.3em;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50px;
    background: black !important; }
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container {
    max-width: none; }
  .ce_dzteaser--background.ce_dzteaser--with-image {
    min-height: 0 !important; }
  .ce_dzteaser--background .ce_dzteaser__inside {
    display: block;
    padding: 0; }
  .ce_dzteaser--standard-right {
    padding: 0; }
  .ce_dzquote.standard blockquote {
    border: 0; }
  .ce_dzquote--claim blockquote {
    margin: 0; }
  .ce_dzquote--with-image .ce_dzquote__image-container {
    display: none; }
  .ce_text--claim.content-with-bgimage {
    min-height: 0; }
  /*
    * Tabs
    */
  .tab-content > .tab-pane {
    display: block; }
  .ce_dztabs.standard .ce_dztabs__pane {
    padding: 0; }
  /*
    * Accordeon
    */
  .accordion.ui-accordion-content {
    display: block !important; }
  .ce_accordionStart .ui-accordion-header {
    padding-left: 0;
    padding-right: 0; }
  .ce_accordionStart .ui-accordion-content {
    padding: 0 !important;
    margin-bottom: 30px; }
  /*
    * Typography
    */
  .ce_headline.standard h1,
  .ce_headline--underline h1 {
    font-size: 2.4rem; }
  .ce_headline.standard .h1-subline,
  .ce_headline--underline .h1-subline {
    font-size: 1.5rem; }
  /*
    * Aufzählung
    */
  .ce_list--checklist ol,
  .ce_list--checklist ul,
  .ce_list--intro ol,
  .ce_list--intro ul {
    list-style-type: disc;
    padding-left: 25px; }
    .ce_list--checklist ol li,
    .ce_list--checklist ul li,
    .ce_list--intro ol li,
    .ce_list--intro ul li {
      width: 100%;
      min-height: 0;
      padding: 0;
      margin-bottom: 15px; }
  .ce_text--linklist ul,
  .ce_list ul {
    list-style: disc;
    padding-left: 31px; }
    .ce_text--linklist ul li,
    .ce_list ul li {
      padding-left: 0; }
      .ce_text--linklist ul li i,
      .ce_list ul li i {
        display: none; }
      .ce_text--linklist ul li a,
      .ce_list ul li a {
        padding-left: 0; }
  img[data-copyright]:after {
    content: 'asdf' !important;
    display: inline-block;
    background-color: red; }
  .ce_text.standard p.print-image-copyright {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 10px; }
  .ce_dzsdgreader__nav {
    display: none; }
  .ce_dzsdgreader__box {
    margin: 0;
    padding-top: 0; }
    .ce_dzsdgreader__box:after {
      display: none; }
  .ce_dzsdgreader__box-cols {
    display: block; }
  .ce_dzsdgreader__box-left {
    display: none !important; }
  .sdg_project {
    border: 3px solid #f2f1ef; }
    .sdg_project:not(:last-child) {
      margin-bottom: 30px; }
  .sdg_project__info {
    display: block !important; } }

/* stylelint-enable declaration-no-important */


/*# sourceMappingURL=main.css.map*/