@charset "UTF-8";
/* dosis-300 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dosis-v19-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dosis-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis-v19-latin-300.woff2") format("woff2"), url("../fonts/dosis-v19-latin-300.woff") format("woff"), url("../fonts/dosis-v19-latin-300.ttf") format("truetype"), url("../fonts/dosis-v19-latin-300.svg#Dosis") format("svg"); /* Legacy iOS */
}
/* dosis-600 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dosis-v19-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dosis-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis-v19-latin-600.woff2") format("woff2"), url("../fonts/dosis-v19-latin-600.woff") format("woff"), url("../fonts/dosis-v19-latin-600.ttf") format("truetype"), url("../fonts/dosis-v19-latin-600.svg#Dosis") format("svg"); /* Legacy iOS */
}
/* dosis-700 - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dosis-v19-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dosis-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis-v19-latin-700.woff2") format("woff2"), url("../fonts/dosis-v19-latin-700.woff") format("woff"), url("../fonts/dosis-v19-latin-700.ttf") format("truetype"), url("../fonts/dosis-v19-latin-700.svg#Dosis") format("svg"); /* Legacy iOS */
}
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --cre-blue: #0d6efd;
  --cre-indigo: #6610f2;
  --cre-purple: #6f42c1;
  --cre-pink: #d63384;
  --cre-red: #dc3545;
  --cre-orange: #fd7e14;
  --cre-yellow: #ffc107;
  --cre-green: #198754;
  --cre-teal: #20c997;
  --cre-cyan: #0dcaf0;
  --cre-white: #fff;
  --cre-gray: #6c757d;
  --cre-gray-dark: #343a40;
  --cre-primary: #5f8cc8;
  --cre-secondary: #78e6af;
  --cre-success: #198754;
  --cre-info: #0dcaf0;
  --cre-warning: #ffc107;
  --cre-danger: #dc3545;
  --cre-light: #f8f9fa;
  --cre-dark: #212529;
  --cre-font-sans-serif: "Dosis", "Helvetica Neue", Arial, sans-serif;
  --cre-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --cre-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--cre-font-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.33;
  color: #333;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #5f8cc8;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--cre-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container, .wp-block-group .wp-block-group,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--cre-gutter-x, 0.75rem);
  padding-left: var(--cre-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .wp-block-group .wp-block-group {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .wp-block-group .wp-block-group {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .wp-block-group .wp-block-group {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .wp-block-group .wp-block-group {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .wp-block-group .wp-block-group {
    max-width: 1320px;
  }
}
.row {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --cre-gutter-x: 0;
}

.g-0,
.gy-0 {
  --cre-gutter-y: 0;
}

.g-1,
.gx-1 {
  --cre-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --cre-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --cre-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --cre-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --cre-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --cre-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --cre-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --cre-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --cre-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --cre-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --cre-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --cre-gutter-y: 6rem;
}

.g-7,
.gx-7 {
  --cre-gutter-x: 9rem;
}

.g-7,
.gy-7 {
  --cre-gutter-y: 9rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --cre-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --cre-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --cre-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --cre-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --cre-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --cre-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --cre-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --cre-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --cre-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --cre-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --cre-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --cre-gutter-y: 3rem;
  }
  .g-sm-6,
.gx-sm-6 {
    --cre-gutter-x: 6rem;
  }
  .g-sm-6,
.gy-sm-6 {
    --cre-gutter-y: 6rem;
  }
  .g-sm-7,
.gx-sm-7 {
    --cre-gutter-x: 9rem;
  }
  .g-sm-7,
.gy-sm-7 {
    --cre-gutter-y: 9rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
.gx-md-0 {
    --cre-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --cre-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --cre-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --cre-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --cre-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --cre-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --cre-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --cre-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --cre-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --cre-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --cre-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --cre-gutter-y: 3rem;
  }
  .g-md-6,
.gx-md-6 {
    --cre-gutter-x: 6rem;
  }
  .g-md-6,
.gy-md-6 {
    --cre-gutter-y: 6rem;
  }
  .g-md-7,
.gx-md-7 {
    --cre-gutter-x: 9rem;
  }
  .g-md-7,
.gy-md-7 {
    --cre-gutter-y: 9rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --cre-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --cre-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --cre-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --cre-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --cre-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --cre-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --cre-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --cre-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --cre-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --cre-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --cre-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --cre-gutter-y: 3rem;
  }
  .g-lg-6,
.gx-lg-6 {
    --cre-gutter-x: 6rem;
  }
  .g-lg-6,
.gy-lg-6 {
    --cre-gutter-y: 6rem;
  }
  .g-lg-7,
.gx-lg-7 {
    --cre-gutter-x: 9rem;
  }
  .g-lg-7,
.gy-lg-7 {
    --cre-gutter-y: 9rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --cre-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --cre-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --cre-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --cre-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --cre-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --cre-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --cre-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --cre-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --cre-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --cre-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --cre-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --cre-gutter-y: 3rem;
  }
  .g-xl-6,
.gx-xl-6 {
    --cre-gutter-x: 6rem;
  }
  .g-xl-6,
.gy-xl-6 {
    --cre-gutter-y: 6rem;
  }
  .g-xl-7,
.gx-xl-7 {
    --cre-gutter-x: 9rem;
  }
  .g-xl-7,
.gy-xl-7 {
    --cre-gutter-y: 9rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --cre-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --cre-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --cre-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --cre-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --cre-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --cre-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --cre-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --cre-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --cre-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --cre-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --cre-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --cre-gutter-y: 3rem;
  }
  .g-xxl-6,
.gx-xxl-6 {
    --cre-gutter-x: 6rem;
  }
  .g-xxl-6,
.gy-xxl-6 {
    --cre-gutter-y: 6rem;
  }
  .g-xxl-7,
.gx-xxl-7 {
    --cre-gutter-x: 9rem;
  }
  .g-xxl-7,
.gy-xxl-7 {
    --cre-gutter-y: 9rem;
  }
}
.block__post-person, .block__cta-card, .block__toggle, .block__kpi, .block__card__wrapper, .category__teaser, .post__teaser {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.block__cta-card__wrapper, .block__quote__wrapper, .block__kpi__wrapper, .block__card__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
}

.block__voting__option, .block__co2-calculator__question--type__label, input[type=submit], .archive .post__teaser__more {
  line-height: 2rem;
  border-radius: 2rem;
  border: 2px solid white;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  background: transparent;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.block__voting__option:hover, .block__co2-calculator__question--type__label:hover, input[type=submit]:hover, .archive .post__teaser__more:hover, .-active.block__voting__option, .-active.block__co2-calculator__question--type__label, input.-active[type=submit], .archive .-active.post__teaser__more {
  background: white;
  color: #333;
}
.block__voting__option:disabled, .block__co2-calculator__question--type__label:disabled, input[type=submit]:disabled, .archive .post__teaser__more:disabled {
  pointer-events: none;
}

[data-co2-calculator-type-value="0"] label[for=co2-type-e0],
[data-co2-calculator-type-value="5"] label[for=co2-type-e5],
[data-co2-calculator-type-value="10"] label[for=co2-type-e10],
[data-co2-calculator-type-value="20"] label[for=co2-type-e20], .block__co2-calculator__question--type__label:hover, input[type=submit]:hover, .archive .post__teaser__more:hover {
  background: #333;
  color: white !important;
  border-color: #333;
}

.block__co2-calculator__question--type__label, input[type=submit], .archive .post__teaser__more {
  border-color: #333;
  color: #333;
}
.posts__tab-list__navigation, .footer__content__socials ul, .search-overlay__actions ul, .header__nav__mobile ul, .header__nav__top-head ul, .header__nav__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__content__menus a, .header__nav__mobile a, .header__nav__top-head a, .header__nav__main a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0.5rem;
}
.footer__content__menus a:hover, .header__nav__mobile a:hover, .header__nav__top-head a:hover, .header__nav__main a:hover, .current-menu-item .footer__content__menus a, .footer__content__menus .current-menu-item a, .current-menu-item .header__nav__mobile a, .header__nav__mobile .current-menu-item a, .current-menu-item .header__nav__top-head a, .header__nav__top-head .current-menu-item a, .current-menu-item .header__nav__main a, .header__nav__main .current-menu-item a, .current-menu-parent .footer__content__menus a, .footer__content__menus .current-menu-parent a, .current-menu-parent .header__nav__mobile a, .header__nav__mobile .current-menu-parent a, .current-menu-parent .header__nav__top-head a, .header__nav__top-head .current-menu-parent a, .current-menu-parent .header__nav__main a, .header__nav__main .current-menu-parent a {
  color: #5f8cc8;
  text-decoration: none;
}

.posts__tab-list__navigation__item.color-night-blue:after, .posts__tab-list__navigation__item.color-sun:after, .posts__tab-list__navigation__item.color-coral:after, .posts__tab-list__navigation__item.color-plum:after, .posts__tab-list__navigation__item.color-sea-blue:after, .posts__tab-list__navigation__item.color-sky-blue:after, .category__teaser__tagline:after, .post__teaser__primary-category:after, .tagline {
  width: calc(2.325rem + 12.9vw);
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #333;
}
@media (min-width: 1200px) {
  .posts__tab-list__navigation__item.color-night-blue:after, .posts__tab-list__navigation__item.color-sun:after, .posts__tab-list__navigation__item.color-coral:after, .posts__tab-list__navigation__item.color-plum:after, .posts__tab-list__navigation__item.color-sea-blue:after, .posts__tab-list__navigation__item.color-sky-blue:after, .category__teaser__tagline:after, .post__teaser__primary-category:after, .tagline {
    width: 12rem;
  }
}

.post__teaser__more {
  display: block;
  position: relative;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  color: #333;
  fill: currentColor;
}
.post__teaser__more:hover {
  color: #5f8cc8;
}
.post__teaser--cat-sky-blue .post__teaser__more:hover {
  color: #5f8cc8;
}
.post__teaser--cat-sea-blue .post__teaser__more:hover {
  color: #3273c8;
}
.post__teaser--cat-plum .post__teaser__more:hover {
  color: #89426b;
}
.post__teaser--cat-coral .post__teaser__more:hover {
  color: #f27059;
}
.post__teaser--cat-sun .post__teaser__more:hover {
  color: #ffc870;
}
.post__teaser--cat-night-blue .post__teaser__more:hover {
  color: #2d375f;
}
.page__header .post__teaser--cat-sky-blue .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-sky-blue .post__teaser__more:hover {
  color: #333;
}
.page__header .post__teaser--cat-sea-blue .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-sea-blue .post__teaser__more:hover {
  color: #333;
}
.page__header .post__teaser--cat-plum .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-plum .post__teaser__more:hover {
  color: #333;
}
.page__header .post__teaser--cat-coral .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-coral .post__teaser__more:hover {
  color: #333;
}
.page__header .post__teaser--cat-sun .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-sun .post__teaser__more:hover {
  color: #333;
}
.page__header .post__teaser--cat-night-blue .post__teaser__more {
  color: white;
}
.page__header .post__teaser--cat-night-blue .post__teaser__more:hover {
  color: #333;
}
.post__teaser__more svg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.block__kpi-bar__bar,
.block__kpi-bar__fill, .co2__calculator__bar__bar {
  border-radius: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}

.block__kpi-bar__fill {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #5f8cc8;
  left: -1px;
  width: 0;
}

.swiper-pagination .swiper-pagination-bullet, :not(.wp-admin) .page-numbers {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem;
  color: white;
  background-color: #78e6af;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-pagination .current.swiper-pagination-bullet, :not(.wp-admin) .current.page-numbers, .swiper-pagination .active.swiper-pagination-bullet, :not(.wp-admin) .active.page-numbers {
  background-color: #5f8cc8;
}
.swiper-pagination .swiper-pagination-bullet:hover, :not(.wp-admin) .page-numbers:hover {
  text-decoration: none;
  color: white;
  background-color: #5f8cc8;
}

.page.home .content {
  padding-top: 0;
}

.archive .content {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .archive .content {
    padding-top: 3rem;
  }
}
.archive .post__teaser__primary-category {
  display: none;
}
.archive .page__header__teaser__wrapper .post__teaser__primary-category {
  display: block;
}
.archive .post__teaser__more {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 2.5;
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin: auto;
  text-indent: 0;
}
.archive .post__teaser__more svg {
  display: none;
}
.archive .post__teaser--cat-sky-blue .post__teaser__more:hover {
  background: #5f8cc8;
  border-color: #5f8cc8;
}
.archive .post__teaser--cat-sea-blue .post__teaser__more:hover {
  background: #3273c8;
  border-color: #3273c8;
}
.archive .post__teaser--cat-plum .post__teaser__more:hover {
  background: #89426b;
  border-color: #89426b;
}
.archive .post__teaser--cat-coral .post__teaser__more:hover {
  background: #f27059;
  border-color: #f27059;
}
.archive .post__teaser--cat-sun .post__teaser__more:hover {
  background: #ffc870;
  border-color: #ffc870;
}
.archive .post__teaser--cat-night-blue .post__teaser__more:hover {
  background: #2d375f;
  border-color: #2d375f;
}

.single .content__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
@media (max-width: 767.98px) {
  .single .content__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

.post-single__header {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .post-single__header {
    padding-top: 3rem;
  }
}

.single .content {
  padding-top: 3rem;
}

.tagline.tagline--sky-blue {
  background-color: #5f8cc8;
}
.tagline.tagline--sea-blue {
  background-color: #3273c8;
}
.tagline.tagline--plum {
  background-color: #89426b;
}
.tagline.tagline--coral {
  background-color: #f27059;
}
.tagline.tagline--sun {
  background-color: #ffc870;
}
.tagline.tagline--night-blue {
  background-color: #2d375f;
}

.post-single__related-posts {
  margin-top: 6rem;
}

.post__teasers__wrapper.post-single__related-posts__wrapper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.error404 .content__col,
.page .content__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
@media (max-width: 991.98px) {
  .error404 .content__col,
.page .content__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

.page .content,
.error404 .content {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .page .content,
.error404 .content {
    padding-top: 3rem;
  }
}

.content .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

:not(.wp-admin) .page-numbers.prev, :not(.wp-admin) .page-numbers.next {
  fill: currentColor;
}
:not(.wp-admin) .page-numbers.prev svg, :not(.wp-admin) .page-numbers.next svg {
  width: 10px;
}
:not(.wp-admin) .page-numbers.prev {
  margin-right: 1.5rem;
}
:not(.wp-admin) .page-numbers.prev svg {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
:not(.wp-admin) .page-numbers.next {
  margin-left: 1.5rem;
}
:not(.wp-admin) .page-numbers.next svg {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.post__teasers__wrapper {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
  -webkit-transform: translateY(-6rem);
      -ms-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
@media (max-width: 767.98px) {
  .post__teasers__wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 3rem;
  }
}

.post__teaser__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .post__teaser__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .post__teaser__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.post__teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f8fb;
}
.post__teaser.post__teaser--cat-sky-blue {
  background-color: #f6f8fb;
}
.page__header .post__teaser.post__teaser--cat-sky-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#5f8cc8), to(rgba(95, 140, 200, 0.65)));
  background: -o-linear-gradient(bottom, #5f8cc8 0%, rgba(95, 140, 200, 0.65) 100%);
  background: linear-gradient(0deg, #5f8cc8 0%, rgba(95, 140, 200, 0.65) 100%);
  color: white;
}
.post__teaser.post__teaser--cat-sea-blue {
  background-color: #f3f7fb;
}
.page__header .post__teaser.post__teaser--cat-sea-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#3273c8), to(rgba(50, 115, 200, 0.65)));
  background: -o-linear-gradient(bottom, #3273c8 0%, rgba(50, 115, 200, 0.65) 100%);
  background: linear-gradient(0deg, #3273c8 0%, rgba(50, 115, 200, 0.65) 100%);
  color: white;
}
.post__teaser.post__teaser--cat-plum {
  background-color: #f8f4f6;
}
.page__header .post__teaser.post__teaser--cat-plum {
  background: -webkit-gradient(linear, left bottom, left top, from(#89426b), to(rgba(137, 66, 107, 0.65)));
  background: -o-linear-gradient(bottom, #89426b 0%, rgba(137, 66, 107, 0.65) 100%);
  background: linear-gradient(0deg, #89426b 0%, rgba(137, 66, 107, 0.65) 100%);
  color: white;
}
.post__teaser.post__teaser--cat-coral {
  background-color: #fef7f5;
}
.page__header .post__teaser.post__teaser--cat-coral {
  background: -webkit-gradient(linear, left bottom, left top, from(#f27059), to(rgba(242, 112, 89, 0.65)));
  background: -o-linear-gradient(bottom, #f27059 0%, rgba(242, 112, 89, 0.65) 100%);
  background: linear-gradient(0deg, #f27059 0%, rgba(242, 112, 89, 0.65) 100%);
  color: white;
}
.post__teaser.post__teaser--cat-sun {
  background-color: #fffbf7;
}
.page__header .post__teaser.post__teaser--cat-sun {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc870), to(rgba(255, 200, 112, 0.65)));
  background: -o-linear-gradient(bottom, #ffc870 0%, rgba(255, 200, 112, 0.65) 100%);
  background: linear-gradient(0deg, #ffc870 0%, rgba(255, 200, 112, 0.65) 100%);
  color: white;
}
.post__teaser.post__teaser--cat-night-blue {
  background-color: #f3f4f6;
}
.page__header .post__teaser.post__teaser--cat-night-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#2d375f), to(rgba(45, 55, 95, 0.65)));
  background: -o-linear-gradient(bottom, #2d375f 0%, rgba(45, 55, 95, 0.65) 100%);
  background: linear-gradient(0deg, #2d375f 0%, rgba(45, 55, 95, 0.65) 100%);
  color: white;
}

.post__teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.post__teaser__image img {
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post__teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post__teaser__title {
  margin-bottom: 0.25rem;
}

.post__teaser__primary-category {
  margin-bottom: 0.5rem;
}
.post__teaser__primary-category:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
}
.post__teaser--cat-sky-blue .post__teaser__primary-category:after {
  background-color: #5f8cc8;
}
.post__teaser--cat-sea-blue .post__teaser__primary-category:after {
  background-color: #3273c8;
}
.post__teaser--cat-plum .post__teaser__primary-category:after {
  background-color: #89426b;
}
.post__teaser--cat-coral .post__teaser__primary-category:after {
  background-color: #f27059;
}
.post__teaser--cat-sun .post__teaser__primary-category:after {
  background-color: #ffc870;
}
.post__teaser--cat-night-blue .post__teaser__primary-category:after {
  background-color: #2d375f;
}

.post__teaser__excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post__teaser__spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post__teaser__more {
  margin-left: auto;
}

.archive .post__teaser__wrapper,
.search .post__teaser__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767.98px) {
  .archive .post__teaser__wrapper,
.search .post__teaser__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive .post__teaser__image__wrapper,
.archive .post__teaser__content,
.search .post__teaser__image__wrapper,
.search .post__teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media (max-width: 767.98px) {
  .archive .post__teaser__image__wrapper,
.archive .post__teaser__content,
.search .post__teaser__image__wrapper,
.search .post__teaser__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.archive .post__teaser__image,
.search .post__teaser__image {
  height: 100%;
}
.archive .post__teaser__image img,
.search .post__teaser__image img {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.has-sky-blue-background-color {
  background-color: #5f8cc8;
}

.has-sky-blue-color {
  color: #5f8cc8;
}

.has-sky-blue5-background-color {
  background-color: #f6f8fb;
}

.has-sky-blue5-color {
  color: #f6f8fb;
}

.has-green-background-color {
  background-color: #78e6af;
}

.has-green-color {
  color: #78e6af;
}

.has-black-background-color {
  background-color: #333;
}

.has-black-color {
  color: #333;
}

.has-white-background-color {
  background-color: white;
}

.has-white-color {
  color: white;
}

.has-sea-blue-background-color {
  background-color: #3273c8;
}

.has-sea-blue-color {
  color: #3273c8;
}

.has-sea-blue5-background-color {
  background-color: #f3f7fb;
}

.has-sea-blue5-color {
  color: #f3f7fb;
}

.has-plum-background-color {
  background-color: #89426b;
}

.has-plum-color {
  color: #89426b;
}

.has-plum5-background-color {
  background-color: #f8f4f6;
}

.has-plum5-color {
  color: #f8f4f6;
}

.has-coral-background-color {
  background-color: #f27059;
}

.has-coral-color {
  color: #f27059;
}

.has-coral5-background-color {
  background-color: #fef7f5;
}

.has-coral5-color {
  color: #fef7f5;
}

.has-sun-background-color {
  background-color: #ffc870;
}

.has-sun-color {
  color: #ffc870;
}

.has-sun5-background-color {
  background-color: #fffbf7;
}

.has-sun5-color {
  color: #fffbf7;
}

.has-night-blue-background-color {
  background-color: #2d375f;
}

.has-night-blue-color {
  color: #2d375f;
}

.has-night-blue5-background-color {
  background-color: #f3f4f6;
}

.has-night-blue5-color {
  color: #f3f4f6;
}

.has-gradient-sea-blue-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#3273c8), to(rgba(50, 115, 200, 0.65)));
  background: -o-linear-gradient(left, #3273c8 0%, rgba(50, 115, 200, 0.65) 100%);
  background: linear-gradient(90deg, #3273c8 0%, rgba(50, 115, 200, 0.65) 100%);
}

.has-gradient-plum-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#89426b), to(rgba(137, 66, 107, 0.65)));
  background: -o-linear-gradient(left, #89426b 0%, rgba(137, 66, 107, 0.65) 100%);
  background: linear-gradient(90deg, #89426b 0%, rgba(137, 66, 107, 0.65) 100%);
}

.has-gradient-coral-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#f27059), to(rgba(242, 112, 89, 0.65)));
  background: -o-linear-gradient(left, #f27059 0%, rgba(242, 112, 89, 0.65) 100%);
  background: linear-gradient(90deg, #f27059 0%, rgba(242, 112, 89, 0.65) 100%);
}

.has-gradient-sun-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#ffc870), to(rgba(255, 200, 112, 0.65)));
  background: -o-linear-gradient(left, #ffc870 0%, rgba(255, 200, 112, 0.65) 100%);
  background: linear-gradient(90deg, #ffc870 0%, rgba(255, 200, 112, 0.65) 100%);
}

.has-gradient-night-blue-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#2d375f), to(rgba(45, 55, 95, 0.65)));
  background: -o-linear-gradient(left, #2d375f 0%, rgba(45, 55, 95, 0.65) 100%);
  background: linear-gradient(90deg, #2d375f 0%, rgba(45, 55, 95, 0.65) 100%);
}

.has-gradient-sky-blue-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(rgba(95, 140, 200, 0.65)));
  background: -o-linear-gradient(left, #5f8cc8 0%, rgba(95, 140, 200, 0.65) 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, rgba(95, 140, 200, 0.65) 100%);
}

.has-gradient-primary-blue-green-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
}

.page__header {
  position: relative;
  overflow: hidden;
  height: calc(15vw + 30vh);
}
.page__header .post__teaser__content {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .page__header {
    height: auto;
  }
  .single .page__header, .page:not(.home) .page__header {
    height: 33vh;
  }
}

.page__header__background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.page__header__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 66% 33%;
     object-position: 66% 33%;
}

.page__header__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .page__header__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .page__header__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.page__header__teaser__wrapper {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .page__header__teaser__wrapper {
    margin-bottom: 6rem;
  }
}

.page__header__license {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 14px;
  color: white;
  margin-left: 0.5rem;
  text-shadow: 1px 1px #000;
  text-align: right;
}

.block__kpi__kpi {
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  .block__kpi__kpi {
    font-size: 5.625rem;
  }
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

.block__cta-card__text, .block__kpi__label, .block__kpi--small .block__kpi__kpi, h2, .h2, .archive .post__teaser__title,
.search .post__teaser__title,
.block__voting__question {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .block__cta-card__text, .block__kpi__label, .block__kpi--small .block__kpi__kpi, h2, .h2, .archive .post__teaser__title,
.search .post__teaser__title,
.block__voting__question {
    font-size: 2.1875rem;
  }
}

.block__voting__thank-you, h3, .h3, .post__teaser__title,
.content p.has-large-font-size,
.block__cta-card__link,
.block__cta-card__headline,
.block__quote__quote,
.search-overlay__actions a,
.search-overlay__input,
p.has-large-font-size {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .block__voting__thank-you, h3, .h3, .post__teaser__title,
.content p.has-large-font-size,
.block__cta-card__link,
.block__cta-card__headline,
.block__quote__quote,
.search-overlay__actions a,
.search-overlay__input,
p.has-large-font-size {
    font-size: 1.5625rem;
  }
}

.block__post-person__name, .block__kpi__description, .block__kpi--small .block__kpi__label, .posts__tab-list__navigation__item.active, .co2__calculator__bar__label, .header__nav__mobile a, .header__nav__main a,
.posts__tab-list__navigation__item,
.header__claim,
.post__teaser__excerpt,
.archive .post__teaser__excerpt,
.search .post__teaser__excerpt {
  font-size: 1.125rem;
}

.block__kpi-bar__description, .block__kpi-bar__text, .block__quote__author, .block__kpi--small .block__kpi__description, .category__teaser__tagline, .category__teaser__title, .footer__content__menus a, .block__voting__option, .block__co2-calculator__question--type__label, input[type=submit], .archive .post__teaser__more, .post__teaser__primary-category,
figcaption,
.block__responsive-embed__description,
.block__quote__position,
.category__teaser__description,
.header__nav__mobile .secondary a,
.header__nav__top-head a {
  font-size: 1rem;
}

.block__kpi__kpi,
h1,
.h1,
.block__cta-card__text,
.block__kpi__label,
.block__kpi--small .block__kpi__kpi,
h2,
.h2,
.archive .post__teaser__title,
.search .post__teaser__title,
.block__voting__thank-you,
h3,
.h3,
.post__teaser__title,
.block__post-person__name,
.block__kpi__description,
.block__kpi--small .block__kpi__label,
.posts__tab-list__navigation__item.active,
.co2__calculator__bar__label,
.header__nav__mobile a,
.header__nav__main a,
.block__kpi-bar__description,
.block__kpi-bar__text,
.block__quote__author,
.block__kpi--small .block__kpi__description,
.category__teaser__tagline,
.category__teaser__title,
.footer__content__menus a,
.block__voting__option,
.block__co2-calculator__question--type__label,
input[type=submit],
.archive .post__teaser__more,
.post__teaser__primary-category {
  font-weight: 700;
}

.block__post-person__name, .block__kpi__description, .block__kpi--small .block__kpi__label, .posts__tab-list__navigation__item.active, .co2__calculator__bar__label, .header__nav__mobile a, .header__nav__main a {
  font-weight: 600;
}

.block__voting__question,
.content p.has-large-font-size,
.block__cta-card__link,
.block__cta-card__headline,
.block__quote__quote,
.search-overlay__actions a,
.search-overlay__input,
p.has-large-font-size,
.posts__tab-list__navigation__item,
.header__claim,
.post__teaser__excerpt,
.archive .post__teaser__excerpt,
.search .post__teaser__excerpt,
figcaption,
.block__responsive-embed__description,
.block__quote__position,
.category__teaser__description,
.header__nav__mobile .secondary a,
.header__nav__top-head a {
  font-weight: 300;
}

.header__lang-switch {
  font-size: 14px;
}

h2, .h2 {
  margin-bottom: 1rem;
}

h3, .h3 {
  margin-bottom: 0.5rem;
}

p.has-large-font-size {
  --wp--preset--font-size--large: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  p.has-large-font-size {
    --wp--preset--font-size--large: 1.5625rem;
  }
}

input {
  border-radius: 0;
  border: 2px solid #2d375f;
  border-width: 0px;
  border-bottom-width: 2px;
}
input:focus {
  border-bottom-color: #78e6af;
  outline: none;
}

.header__nav__toggle, .header__search, .header__lang-switch, .header__claim, .header__nav__top-head {
  position: relative;
  top: 8px;
}

.cre__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 1030;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.cre__header:before {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
}

.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__logo {
  margin: 0.5rem 0.5rem 0 0;
  display: block;
}
@media (max-width: 991.98px) {
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 767.98px) {
  .header__logo__image {
    height: 2.5rem;
    width: auto;
  }
}

.header__nav__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.header__nav__main ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (max-width: 991.98px) {
  .header__nav__main a {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header__nav__main {
    display: none;
  }
}

.header__nav__top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav__top-head ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (max-width: 767.98px) {
  .header__nav__top-head {
    display: none;
  }
}

.header__claim {
  color: #5f8cc8;
  text-transform: uppercase;
}

.header__lang-switch .wpml-ls-legacy-list-horizontal {
  padding: 0;
  padding-left: 1rem;
}
.header__lang-switch .wpml-ls-legacy-list-horizontal a {
  padding: 0.25rem;
}

.header__search {
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}

.header__search__link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  background: url(../images/cre-content-hub-suche.svg) no-repeat center;
  background-size: 50%;
}
.-active .header__search__link {
  background: url(../images/cre-content-hub-close.svg) no-repeat center;
}

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

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

.header__nav__top-head {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.header__lang-switch {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

.header__search {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}

.header__nav__toggle {
  -webkit-box-ordinal-group: 36;
      -ms-flex-order: 35;
          order: 35;
}

.header__nav__main {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
}

@media (max-width: 991.98px) {
  .header__claim {
    -webkit-box-ordinal-group: 39;
        -ms-flex-order: 38;
            order: 38;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .header__claim {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.header__nav__toggle {
  display: none;
  width: 37px;
  height: 37px;
  padding: 0.5rem;
  margin-right: -0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 0;
  background-color: transparent;
  margin-left: 0.5rem;
}
.header__nav__toggle:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .header__nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav__toggle__bar {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  background: #333;
}

.-active .header__nav__toggle__bar {
  opacity: 0;
  background-color: #5f8cc8;
}
.-active .header__nav__toggle__bar:first-child,
.-active .header__nav__toggle__bar:last-child {
  opacity: 1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.-active .header__nav__toggle__bar:first-child {
  -webkit-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.-active .header__nav__toggle__bar:last-child {
  -webkit-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header__nav__mobile {
  display: none;
  opacity: 0;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  z-index: -1;
  text-align: right;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.header__nav__mobile ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-divider {
  visibility: hidden;
  max-height: 1rem;
}

.block__co2-calculator {
  padding: 2rem;
  border-radius: 2rem;
  background: #f6f8fb;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.block__co2-calculator__questions {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
}

.block__co2-calculator__question--type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.block__co2-calculator__question--consumption,
.block__co2-calculator__question--distance {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767.98px) {
  .block__co2-calculator__question--consumption,
.block__co2-calculator__question--distance {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.block__co2-calculator__question {
  margin-bottom: 1.5rem;
}
.block__co2-calculator__question:last-child {
  margin-bottom: 0;
}

.block__co2-calculator__question > p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.block__co2-calculator__question--type__label {
  cursor: pointer;
}
.block__co2-calculator__question--type__label input {
  display: none;
}

.co2__calculator__bar {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.64;
  -webkit-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.co2__calculator__bar.-current {
  opacity: 1;
}

.co2__calculator__bar__label {
  width: 2.5rem;
}

.co2__calculator__bar__bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
}

.co2__calculator__bar__part {
  right: auto;
  height: 2rem;
  width: 0%;
  z-index: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0.5rem;
  -webkit-transition: border-radius 150ms ease;
  -o-transition: border-radius 150ms ease;
  transition: border-radius 150ms ease;
}

.co2__calculator__bar__part-1 {
  -webkit-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  background: #5f8cc8;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.-negative .co2__calculator__bar__part-2 {
  background: #f27059;
}
.-positive .co2__calculator__bar__part-2 {
  background: #78e6af;
}

.co2__calculator__bar__bar__label {
  opacity: 0;
}
@media (max-width: 575.98px) {
  .co2__calculator__bar__bar__label {
    font-size: 0.8rem;
  }
}

.co2__calculator__bar__part-1__label {
  padding-right: 1rem;
}

.-positive .co2__calculator__bar__part-2__label {
  color: #333;
}

.co2-calculator-scale {
  position: relative;
  margin-left: 2.5rem;
}

.co2-calculator-scale__line {
  width: 100%;
  height: 1px;
  background: #333;
}

.co2-calculator-scale__start,
.co2-calculator-scale__end {
  position: absolute;
}

.co2-calculator-scale__marker {
  width: 1px;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: #333;
}

.co2-calculator-scale__label {
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block__co2-calculator__results {
  display: none;
  margin-bottom: 44px;
}
.block__co2-calculator__results h3, .block__co2-calculator__results .h3 {
  margin-top: 3rem;
}

.block__co2-calculator__results__kpis {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
  margin-top: 3rem;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__co2-calculator__results__kpis .block__kpi__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block__co2-calculator__results__kpis .block__kpi__main__wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.block__co2-calculator__results__kpis__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .block__co2-calculator__results__kpis__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .block__co2-calculator__results__kpis__col .block__kpi:before {
    padding-top: 75%;
  }
}
@media (max-width: 767.98px) {
  .block__co2-calculator__results__kpis__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .block__co2-calculator__results__kpis__col .block__kpi:before {
    padding-top: 50%;
  }
}
@media (max-width: 575.98px) {
  .block__co2-calculator__results__kpis__col .block__kpi:before {
    padding-top: 100%;
  }
}

.search-overlay {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1031;
}
.search-overlay.-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-overlay__wrapper {
  width: 100%;
}

.search-overlay__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
  margin-left: 16.6666666667%;
}
@media (max-width: 767.98px) {
  .search-overlay__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

.search-overlay__form {
  position: relative;
}

.search-overlay__input {
  height: 5rem;
  width: 100%;
  line-height: 5rem;
  background-color: #5f8cc8;
  border: 0;
  border-radius: 2rem;
  color: white;
  padding: 0 2rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.search-overlay__input::-webkit-input-placeholder {
  color: white;
}
.search-overlay__input::-moz-placeholder {
  color: white;
}
.search-overlay__input:-ms-input-placeholder {
  color: white;
}
.search-overlay__input::-ms-input-placeholder {
  color: white;
}
.search-overlay__input::placeholder {
  color: white;
}
.search-overlay__input:focus {
  outline: 0;
}

.search-overlay__button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/cre-content-hub-suche-white.svg") no-repeat center;
  background-size: 40%;
}
.search-overlay__button:hover {
  outline: none;
  border: none;
}

.search-overlay__actions ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-overlay__actions a {
  display: block;
  padding: 0.5rem;
}

.search__page__header {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
  padding: 3rem 0;
}

.footer__content {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
  margin-top: 1rem;
}

.footer__content__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .footer__content__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .footer__content__col:last-child {
    margin-bottom: 0;
  }
}

.footer__content__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer__content__menus .current-menu-item a,
.footer__content__menus .current-menu-parent a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer__content__menus {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__content__menus > :last-child {
    margin-left: 3rem;
  }
}
.footer__content__menus ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.footer__content__menus a {
  color: white;
  opacity: 0.75;
}
.footer__content__menus a:hover {
  color: white;
  opacity: 1;
}

.footer__content__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  color: white;
  padding-top: 0.5rem;
}
.footer__content__text > :last-child {
  margin-bottom: 0;
}
.footer__content__text a {
  color: white;
  text-decoration: underline;
  opacity: 0.75;
}
.footer__content__text a:hover {
  color: #f6f8fb;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .footer__content__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.footer__content__socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer__content__socials {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__content__socials li {
  margin: 0 0.25rem;
}
.footer__content__socials a {
  display: block;
}
.footer__content__socials .social__item__icon {
  width: 30px;
  height: 30px;
  color: white;
  fill: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.75;
}
.footer__content__socials .social__item__icon:hover {
  color: white;
  opacity: 1;
}

.category__teaser.category__teaser--cat-sky-blue .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(95, 140, 200, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(95, 140, 200, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(95, 140, 200, 0.9) 100%);
  opacity: 0.9;
}
.category__teaser.category__teaser--cat-sea-blue .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(50, 115, 200, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(50, 115, 200, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(50, 115, 200, 0.9) 100%);
  opacity: 0.9;
}
.category__teaser.category__teaser--cat-plum .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(137, 66, 107, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(137, 66, 107, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(137, 66, 107, 0.9) 100%);
  opacity: 0.9;
}
.category__teaser.category__teaser--cat-coral .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(242, 112, 89, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(242, 112, 89, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(242, 112, 89, 0.9) 100%);
  opacity: 0.9;
}
.category__teaser.category__teaser--cat-sun .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 200, 112, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 200, 112, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 200, 112, 0.9) 100%);
  opacity: 0.9;
}
.category__teaser.category__teaser--cat-night-blue .category__teaser__image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(45, 55, 95, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(45, 55, 95, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(45, 55, 95, 0.9) 100%);
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .category__teaser {
    margin: -1rem -1rem 1rem -1rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.category__teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category__teaser__image__wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.category__teaser__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__teaser__content {
  position: relative;
  z-index: 1;
  padding: 3rem 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .category__teaser__content {
    padding-top: 1rem;
  }
}

.category__teaser__title {
  color: white;
  margin-bottom: 0.25rem;
}

.category__teaser__category__name {
  display: none;
}
@media (max-width: 767.98px) {
  .category__teaser__category__name {
    display: block;
  }
}

.category__teaser__description {
  color: white;
}

.category__teaser__tagline {
  margin-bottom: 0.5rem;
}
.category__teaser__tagline:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
}
.category__teaser--cat-sky-blue .category__teaser__tagline:after {
  background-color: #5f8cc8;
}
.category__teaser--cat-sea-blue .category__teaser__tagline:after {
  background-color: #3273c8;
}
.category__teaser--cat-plum .category__teaser__tagline:after {
  background-color: #89426b;
}
.category__teaser--cat-coral .category__teaser__tagline:after {
  background-color: #f27059;
}
.category__teaser--cat-sun .category__teaser__tagline:after {
  background-color: #ffc870;
}
.category__teaser--cat-night-blue .category__teaser__tagline:after {
  background-color: #2d375f;
}

.posts__tab-list {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .posts__tab-list {
    margin-top: 1.5rem;
  }
}

.posts__tab-list__content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .posts__tab-list__content .swiper-pagination {
    display: none;
  }
}

.tabs__content {
  display: none;
  position: absolute;
}
.tabs__content.active {
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .tabs__content {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    padding: 1rem;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .tabs__content.tabs_content--sky-blue {
    background-color: #5f8cc8;
  }
  .tabs__content.tabs_content--sea-blue {
    background-color: #3273c8;
  }
  .tabs__content.tabs_content--plum {
    background-color: #89426b;
  }
  .tabs__content.tabs_content--coral {
    background-color: #f27059;
  }
  .tabs__content.tabs_content--sun {
    background-color: #ffc870;
  }
  .tabs__content.tabs_content--night-blue {
    background-color: #2d375f;
  }
}

.post__tab-list__teasers__wrapper {
  --cre-gutter-x: 1.5rem;
  --cre-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--cre-gutter-y) * -1);
  margin-right: calc(var(--cre-gutter-x) / -2);
  margin-left: calc(var(--cre-gutter-x) / -2);
}
.post__tab-list__teasers__wrapper .post__teaser__col {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.post__tab-list__teasers__wrapper > .post__teaser__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .post__tab-list__teasers__wrapper > .post__teaser__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .post__tab-list__teasers__wrapper > .post__teaser__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.posts__tab-list__navigation {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .posts__tab-list__navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .posts__tab-list__navigation {
    display: none;
  }
}

.posts__tab-list__navigation__item {
  cursor: pointer;
  margin: 0 0.5rem;
}
.posts__tab-list__navigation__item.color-sky-blue:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-sky-blue.active:after, .posts__tab-list__navigation__item.color-sky-blue:hover:after {
  background-color: #5f8cc8;
}
.posts__tab-list__navigation__item.color-sea-blue:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-sea-blue.active:after, .posts__tab-list__navigation__item.color-sea-blue:hover:after {
  background-color: #3273c8;
}
.posts__tab-list__navigation__item.color-plum:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-plum.active:after, .posts__tab-list__navigation__item.color-plum:hover:after {
  background-color: #89426b;
}
.posts__tab-list__navigation__item.color-coral:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-coral.active:after, .posts__tab-list__navigation__item.color-coral:hover:after {
  background-color: #f27059;
}
.posts__tab-list__navigation__item.color-sun:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-sun.active:after, .posts__tab-list__navigation__item.color-sun:hover:after {
  background-color: #ffc870;
}
.posts__tab-list__navigation__item.color-night-blue:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.posts__tab-list__navigation__item.color-night-blue.active:after, .posts__tab-list__navigation__item.color-night-blue:hover:after {
  background-color: #2d375f;
}
@media (max-width: 991.98px) {
  .posts__tab-list__navigation__item {
    font-size: 1rem;
  }
}

.tabs__content__swiper__wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
@media (max-width: 991.98px) {
  .tabs__content__swiper__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (max-width: 767.98px) {
  .tabs__content__swiper__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .tabs__content__swiper__wrapper .post__teaser__image {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .block__category-tabs .swiper-button-prev,
.block__category-tabs .swiper-button-next {
    color: white;
  }
  .block__category-tabs .swiper-button-prev:hover,
.block__category-tabs .swiper-button-next:hover {
    color: white;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

.swiper-controls-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cre-gutter-x) / 2);
  padding-left: calc(var(--cre-gutter-x) / 2);
  margin-top: var(--cre-gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
  margin-left: 16.6666666667%;
  position: relative;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .swiper-controls-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #5f8cc8;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  position: relative;
  top: 0;
}

.swiper-button-next, .swiper-button-prev {
  margin: 0.5rem 0;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #5f8cc8;
}

.wp-admin .swiper-container {
  background-color: #5f8cc8;
  padding: 1rem;
}
.wp-admin .swiper-container .block-editor-inner-blocks {
  width: 100%;
}
.wp-admin .swiper-slide {
  background-color: #f6f8fb;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block__spacer {
  margin: 0 !important;
  width: 100% !important;
}
.wp-admin .block__spacer {
  background-color: #f6f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
}
.block__spacer.block__spacer--small {
  height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--small {
    height: 1.5rem;
  }
}
.wp-admin .block__spacer.block__spacer--small:before {
  content: "- small -";
}
.block__spacer.block__spacer--medium {
  height: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--medium {
    height: 3rem;
  }
}
.wp-admin .block__spacer.block__spacer--medium:before {
  content: "- medium -";
}
.block__spacer.block__spacer--large {
  height: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--large {
    height: 6rem;
  }
}
.wp-admin .block__spacer.block__spacer--large:before {
  content: "- large -";
}
.block__spacer.block__spacer--extra-large {
  height: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--extra-large {
    height: 9rem;
  }
}
.wp-admin .block__spacer.block__spacer--extra-large:before {
  content: "- extra large -";
}

.block__card__wrapper {
  background: -o-linear-gradient(295deg, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(155deg, #5f8cc8 0%, #88d8ab 100%);
  color: white;
}
.block__card__wrapper a {
  color: white;
  text-decoration: underline;
}
.block__card__wrapper a:hover {
  color: white;
}

.block__card__content > :last-child {
  margin-bottom: 0;
}

.block__kpi {
  background: -o-linear-gradient(295deg, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(155deg, #5f8cc8 0%, #88d8ab 100%);
  color: white;
  height: auto;
}
.block__kpi:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.dashboard .block__kpi {
  height: 100%;
}
.dashboard .block__kpi:before {
  display: none;
}

.block__kpi__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.dashboard .block__kpi__wrapper {
  position: relative;
}

.block__kpi__main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__kpi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block__kpi__kpi {
  line-height: 1;
}
.block__kpi__label {
  position: relative;
  margin-left: 1rem;
}
.block__toggle {
  position: relative;
  padding: 1rem 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .block__toggle {
    padding: 1rem 1rem;
  }
}
.block__toggle.-active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.block__toggle__background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
  opacity: 0;
  z-index: -1;
}
.-active .block__toggle__background {
  opacity: 1;
}

.block__toggle__icon {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100vw;
  white-space: nowrap;
}
.block__toggle__icon:before, .block__toggle__icon:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.25rem;
  background-color: white;
  position: absolute;
  border-radius: 0.125rem;
  top: 50%;
  left: 50%;
}
.block__toggle__icon:before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block__toggle__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.-active .block__toggle__icon {
  background: transparent;
}
.-active .block__toggle__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.-active .block__toggle__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.block_toggle__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__toggle__title {
  margin-top: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.-active .block__toggle__title {
  color: white;
}

.block__toggle__content {
  color: white;
  padding-top: 1.5rem;
  padding-bottom: calc(1.5rem - 1rem);
  display: none;
}
.block__toggle__content a {
  color: white;
}
.block__toggle__content a:hover {
  color: white;
}
.wp-admin .block__toggle__content a {
  color: #333;
  text-decoration: underline;
}
.wp-admin .block__toggle__content a:hover {
  color: #333;
}
.wp-admin .block__toggle__content {
  color: #333;
  display: block;
}

.block__quote {
  position: relative;
  border-radius: 2rem;
  color: white;
  background: #5f8cc8;
  height: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.block__quote.block__quote--no-bg {
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.wp-admin .block__quote__wrapper {
  position: relative;
}
.block__quote--no-bg .block__quote__wrapper {
  padding: 0;
}
@media (max-width: 575.98px) {
  .block__quote__wrapper {
    position: relative;
  }
}

.block__quote--no-bg .block__quote__quote {
  font-weight: bold;
}
.block__quote__quote:before {
  content: "";
  display: block;
  width: calc(1.5rem + 3vw);
  height: calc(1.396875rem + 1.7625vw);
  background: url(../images/cre-content-hub-ausrufezeichen.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .block__quote__quote:before {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .block__quote__quote:before {
    height: 2.71875rem;
  }
}

.block__quote__author {
  margin-top: 1rem;
}

.block__quote__position {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block__quote__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block__quote__social-media__portal {
  width: 2rem;
  height: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  color: white;
}
.block__quote__social-media__portal:hover {
  color: #78e6af;
}

.block__cta-card {
  background: #f6f8fb;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.block__cta-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: calc(1.5rem + 1.5rem);
}
.block__cta-card--no-headline .block__cta-card__content {
  padding-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.block__cta-card__headline {
  margin: -1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
  color: white;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.block__cta-card__link__wrapper {
  margin-top: 1rem;
}

.block__cta-card__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__cta-card__link:hover {
  text-decoration: none;
}
.block__cta-card__link svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-left: 0.5rem;
}

.block__kpi {
  border-radius: 2rem;
  background: -o-linear-gradient(295deg, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(155deg, #5f8cc8 0%, #88d8ab 100%);
}

.block__footnotes {
  margin-top: 6rem;
  font-size: 16px;
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block__responsive-embed__description {
  margin-top: 0.5rem;
}

.block__voting {
  background: -o-linear-gradient(295deg, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(155deg, #5f8cc8 0%, #88d8ab 100%);
  color: white;
  border-radius: 2rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.block__voting__wrapper {
  padding: 1.5rem;
}

.block__voting__tacho {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.block__voting__tacho svg {
  overflow: visible;
}

.block__voting__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block__voting__option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.block__voting__thank-you {
  text-align: center;
  margin-top: 1rem;
  display: none;
}

.block__voting__result__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
  display: none;
}

.block__voting__result--a,
.block__voting__result--b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
}

.block__voting__result--votes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#tacho-zeiger {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 750ms ease-in-out;
  transition: -webkit-transform 750ms ease-in-out;
  -o-transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}

.block__kpi-bar + .block__kpi-bar {
  margin-top: -1.5rem;
}

.block__kpi-bar__wrapper {
  margin-bottom: 1rem;
}

.block__kpi-bar__bar {
  background-color: #78e6af;
  margin-bottom: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block__kpi-bar__text {
  position: relative;
  color: white;
  padding-left: 1rem;
}

.block__post-person {
  background: -webkit-gradient(linear, left top, right top, from(#5f8cc8), to(#88d8ab));
  background: -o-linear-gradient(left, #5f8cc8 0%, #88d8ab 100%);
  background: linear-gradient(90deg, #5f8cc8 0%, #88d8ab 100%);
  color: white;
  float: right;
  max-width: 33.33%;
  margin-left: 1.5rem !important;
  margin-right: 10% !important;
  margin-bottom: 1.5rem !important;
}
.wp-admin .block__post-person {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .block__post-person {
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .block__post-person {
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }
}

.block__post-person__wrapper {
  padding: 1rem;
}

.block__post-person__image {
  width: calc(2.375rem + 13.5vw);
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .block__post-person__image {
    width: 12.5rem;
  }
}
@media (max-width: 767.98px) {
  .block__post-person__image {
    width: 50%;
  }
}

.block__post-person__position {
  margin-bottom: 0.5rem;
}

.block__post-person__text > :last-child {
  margin-bottom: 0;
}

html {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  height: 100%;
}

body {
  font-size: 1.125rem;
  margin-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 767.98px) {
  body {
    margin-top: 90px;
  }
}

body.wp-admin {
  background: #f0f0f1;
  color: #3c434a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  min-width: 600px;
  margin: 0;
  display: block;
  height: auto;
}

main {
  overflow: hidden;
  padding-bottom: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; /* 2 */
  width: 100%;
}
@media (max-width: 767.98px) {
  main {
    padding-bottom: 3rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}
.content img:not(.wp-post-image):not(.category__teaser__image) {
  border-radius: 2rem !important;
}

.content img[src*=".svg"]:not(.wp-post-image) {
  border-radius: 0px !important;
}

.content p {
  font-size: 1.25rem;
}
.content p.has-large-font-size {
  --wp--preset--font-size--large: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .content p.has-large-font-size {
    --wp--preset--font-size--large: 1.5625rem;
  }
}

figcaption {
  margin-bottom: 0;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p:empty {
  display: none;
}

.sr-only {
  display: none;
}

.wpml-ls-current-language {
  font-weight: 700;
}

.has-background a {
  color: white;
}

.wp-admin .wp-block-group {
  border: 1px solid grey;
}
.wp-admin .editor-styles-wrapper {
  line-height: 1.33;
}
.wp-admin .editor-styles-wrapper p {
  line-height: 1.33;
}
.wp-admin .wp-block-image img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.wp-bootstrap-blocks-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .wp-bootstrap-blocks-container {
    padding-left: calc(var(--cre-gutter-x) / 2);
    padding-right: calc(var(--cre-gutter-x) / 2);
  }
}

.content > * {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .content > * {
    width: 100%;
  }
}
.content > .wp-bootstrap-blocks-row {
  width: calc(80% + var(--cre-gutter-x));
}
@media (max-width: 991.98px) {
  .content > .wp-bootstrap-blocks-row {
    width: auto;
    margin-left: calc(var(--cre-gutter-x) / -2);
    margin-right: calc(var(--cre-gutter-x) / -2);
  }
}
.content > .alignwide {
  width: 100%;
}
.content > .alignfull {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: auto;
  max-width: 100vw !important;
  margin-left: auto;
  margin-right: auto;
}
.content > div, .content > figure {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .content > div, .content > figure {
    margin-top: 1.5rem;
  }
}
.content h1 + p, .content .h1 + p,
.content p + div,
.content p + h2,
.content p + .h2,
.content p + h3,
.content p + .h3,
.content p + figure,
.content p + wp-bootstrap-blocks-row {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .content h1 + p, .content .h1 + p,
.content p + div,
.content p + h2,
.content p + .h2,
.content p + h3,
.content p + .h3,
.content p + figure,
.content p + wp-bootstrap-blocks-row {
    margin-top: 1.5rem;
  }
}
.content p.has-large-font-size + p {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .content p.has-large-font-size + p {
    margin-top: 1.5rem;
  }
}
.content > *:last-child {
  margin-bottom: 0;
}
.content > *:last-child .wp-bootstrap-blocks-container:last-child {
  margin-bottom: 0;
}
.content [class^=col] {
  margin-bottom: 1.5rem;
}
.content [class^=col] > :last-child {
  margin-bottom: 0;
}
.content .row {
  margin-bottom: calc( 3rem - 1.5rem);
}
.content .wp-bootstrap-blocks-container {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .content .wp-bootstrap-blocks-container {
    margin-bottom: 3rem;
  }
}

.wp-block-group.has-background {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .wp-block-group.has-background {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.wp-block-group.has-background .wp-block-group__inner-container .wp-bootstrap-blocks-container {
  margin-bottom: 0;
  padding-left: calc(var(--cre-gutter-x) / 2);
  padding-right: calc(var(--cre-gutter-x) / 2);
}

.wp-block-group .wp-block-group .wp-block-group__inner-container {
  width: calc(80% + var(--cre-gutter-x));
  margin: auto;
}
.wp-block-group .wp-block-group .wp-block-group__inner-container :last-child {
  margin-bottom: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 767.98px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*# sourceMappingURL=main.css.map */
