@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@charset "UTF-8";
/**
* Micon icon mixins and variables.
*
* DO NOT MAKE MANUAL CHANGES TO THIS FILE
* Generate via `drush micon /Users/jacobweber/Sites/UsCreative/omof/themes/omof_theme/scss/base`.
*/
/* VARIABLES */
/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
/**
 * Set element to full screen width.
 */
/**
 * Set full-width background behind element.
 */
/* IMPORTS */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --theme-black: #000;
  --theme-white: #fff;
  --theme-offwhite: #fbfcfd;
  --theme-success: #86c13d;
  --theme-warning: #f1ba2e;
  --theme-alert: #e54040;
  --theme-gray-bg: #f2f2f2;
  --theme-gray-border: #acacac;
  --theme-gray-light: #acacac;
  --theme-gray-dark: #1f1f1f;
  --theme-gray-slate: #798893;
  --theme-maroon: #900128;
  --theme-yellow: #FFCC33;
  --theme-blue: #06519B;
  --theme-blue-navy: #11456a;
  --theme-primary: #00346a;
  --theme-green-white: #e9f3e3;
  --theme-blue-white: #e9f2f7;
  --theme-purple: #6b1e7f;
  --theme-teal-light: #3b8ead;
  --theme-teal: #1f6792;
  --theme-teal-dark: #005a54;
  --theme-blue-dark: #003b75;
  --theme-blue-light: #bbcad5;
  --theme-green: #496916;
  --theme-red: #900128;
  --theme-orange: #ebae54;
  --theme-milestone-green: #418100;
  --theme-milestone-yellow: #fc3;
  --theme-milestone-red: #85021a;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

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

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 30px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.breadcrumb-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

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

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

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

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

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

.list-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.91;
}

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 1100px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1100px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

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

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "Publico Headline";
  src: url(fonts/74eb96fab74d4807c160e8186909ea97.woff2) format("woff2"), url(fonts/bd28c296384bf7af334aeae9624cfd92.woff) format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Publico Text";
  src: url(fonts/4aca78572e4b86ceae776f0ac5f7c171.woff2) format("woff2"), url(fonts/654da66427eec501572b87728f5f5a32.woff) format("woff");
}
@font-face {
  font-family: "Publico Text";
  src: url(fonts/cecb32e09db81264dad97657089ed046.woff2) format("woff2"), url(fonts/8b75a519dacca2228b0e95a8b933d693.woff) format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Publico Text";
  src: url(fonts/b769a33e81f31ef93197358c718b6d67.woff2) format("woff2"), url(fonts/1d9ca90bd01b5b2c38e00332d6200566.woff) format("woff");
  font-style: italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  bottom: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
  top: 0;
}

ol li::marker,
ul li::marker {
  color: #06519B;
  font-weight: bold;
}

ul.secondary li, .cke_editable ul.secondary li {
  list-style-type: circle;
}
ul.secondary li::marker, .cke_editable ul.secondary li::marker {
  color: #06519B;
}
ul.secondary li ul li, .cke_editable ul.secondary li ul li {
  list-style-type: none;
  position: relative;
}
ul.secondary li ul li:before, .cke_editable ul.secondary li ul li:before {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #06519B;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.6rem;
  left: -1rem;
}
ul.secondary li ul li ul li, .cke_editable ul.secondary li ul li ul li {
  list-style-type: disc;
}
ul.secondary li ul li ul li:before, .cke_editable ul.secondary li ul li ul li:before {
  display: none;
}

ol.secondary, .cke_editable ol.secondary {
  counter-reset: orderedlist;
  list-style: none;
}
ol.secondary li, .cke_editable ol.secondary li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
ol.secondary li:before, .cke_editable ol.secondary li:before {
  counter-increment: orderedlist;
  content: counter(orderedlist);
  color: #06519B;
  width: 2.625rem;
  text-align: center;
  background-color: #acacac;
  border-radius: 50%;
  position: absolute;
  left: -2.75rem;
  font-size: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

::-moz-selection {
  background: #00346a;
  color: #fff;
}

::selection {
  background: #00346a;
  color: #fff;
}

@font-face {
  font-family: "cidrap1";
  src: url(fonts/b94f1c82c3144ad81ee172796d2d693b.eot);
  src: url(fonts/b94f1c82c3144ad81ee172796d2d693b.eot?#iefix) format("embedded-opentype"), url(images/24e122d853b72381c8bbe63e8fe84a7a.svg#story) format("svg"), url(fonts/90508f2943841d6fa44f748ef8cfe289.woff) format("woff"), url(fonts/e4705bb780b7f30310f846b8c5121e95.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

body {
  overflow-x: hidden;
}

body {
  position: relative;
}

body.path-rd-progress #main-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
body.path-rd-progress #main-wrapper .row-offcanvas {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

#block-mainpagecontent {
  padding: 0;
}
body.not-node #block-mainpagecontent {
  padding: 50px 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Publico Headline", serif;
}

a {
  color: #900128;
}

.margin-above-none {
  margin-top: 0;
}

.margin-above-small {
  margin-top: 2rem;
}

.margin-above-medium {
  margin-top: 4rem;
}

.margin-above-large {
  margin-top: 6rem;
}

.field--type-text-long h2 {
  font-family: "Publico Headline", serif;
  font-size: 1.9375rem;
}
.field--type-text-long h3 {
  font-family: "Publico Headline", serif;
  font-size: 1.5625rem;
}
.field--type-text-long h4 {
  font-family: "Publico Headline", serif;
  font-size: 1.125rem;
}
.field--type-text-long a {
  color: #900128;
  font-weight: bold;
  text-decoration: underline;
  transition: all 400ms;
}
.field--type-text-long a:hover, .field--type-text-long a:focus-visible {
  text-decoration: none;
}
.field--type-text-long a.button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.field--type-text-long a.button:visited, .field--type-text-long a.button:active, .field--type-text-long a.button:focus {
  color: #fff;
}
.field--type-text-long a.button:hover, .field--type-text-long a.button:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.field--type-text-long img {
  height: auto;
  max-width: 100%;
}
.field--type-text-long figcaption {
  font-size: 0.875rem;
  margin-top: 10px;
}
.field--type-text-long .align-right {
  margin-left: 4.5%;
}
.field--type-text-long .align-left,
.field--type-text-long img:not(.align-left, .align-right, .align-center) {
  margin-right: 4.5%;
}
.field--type-text-long .align-right,
.field--type-text-long .align-left {
  max-width: 65%;
}
@media screen and (max-width: 900px) {
  .field--type-text-long .align-right,
.field--type-text-long .align-left {
    max-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .field--type-text-long .align-right,
.field--type-text-long .align-left {
    clear: both;
    max-width: 100%;
    width: 100%;
  }
}
.field--type-text-long img.align-center {
  float: none;
  margin: 15px auto;
  max-width: 100%;
}
.field--type-text-long figure.cke_widget_element {
  margin: 0;
}
.field--type-text-long .cke_image_resizer_wrapper img {
  max-width: 100% !important;
}
.field--type-text-long .align-center {
  margin-bottom: 15px;
}
.field--type-text-long hr {
  border-top: 1px solid #d6d6d6;
}
.field--type-text-long ul {
  list-style: none;
  padding: 0;
}
.field--type-text-long ul li {
  padding-left: 20px;
  position: relative;
}
.field--type-text-long ul li::before {
  background: #900128;
  border: 0;
  border-radius: 0;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.5rem;
}
.field--type-text-long ul li:not(:last-child) {
  margin-bottom: 10px;
}
.field--type-text-long ul li ul {
  margin-top: 10px;
}
.field--type-text-long ul li ul li {
  list-style-type: none;
  position: relative;
}
.field--type-text-long ul li ul li::before {
  background: #900128;
  border: 0;
  border-radius: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 0.6rem;
  width: 0.5em;
}
.field--type-text-long ul li ul li ul li::before {
  background: #06519B;
  border-radius: 50%;
}
.field--type-text-long ol {
  counter-reset: custom-counter;
  list-style: none;
  padding: 0;
}
.field--type-text-long ol li {
  counter-increment: custom-counter;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.field--type-text-long ol li::before {
  color: #900128;
  content: counter(custom-counter);
  display: inline-block;
  font-family: "Publico Headline", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  left: 0;
  line-height: 32px;
  position: absolute;
  top: -2px;
  width: 25px;
}
.field--type-text-long blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 12px solid #e9f2f7;
  max-width: 56.25rem;
  padding: 0 1rem 0 2rem;
}
@media (min-width: 768px) {
  .field--type-text-long blockquote {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .field--type-text-long blockquote {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .field--type-text-long blockquote {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .field--type-text-long blockquote {
    margin-bottom: 3rem;
  }
}
.field--type-text-long blockquote,
.field--type-text-long blockquote p {
  color: #06519B;
  font-weight: bold;
  line-height: 1.4;
}
.field--type-text-long blockquote p.citation {
  color: #000;
  font-size: 1rem;
}
.field--type-text-long blockquote p:last-child {
  margin-bottom: 0;
}
.field--type-text-long ul.secondary li {
  list-style-type: circle;
}
.field--type-text-long ul.secondary li::marker {
  color: #06519B;
}
.field--type-text-long ul.secondary li ul li {
  list-style-type: none;
  position: relative;
}
.field--type-text-long ul.secondary li ul li::before {
  background: #06519B;
  content: "";
  display: block;
  height: 0.4em;
  left: -1rem;
  position: absolute;
  top: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.4em;
}
.field--type-text-long ul.secondary li ul li ul li {
  list-style-type: disc;
}
.field--type-text-long ul.secondary li ul li ul li::before {
  display: none;
}
.field--type-text-long ol.secondary {
  counter-reset: orderedlist;
  list-style: none;
}
.field--type-text-long ol.secondary li {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  position: relative;
}
.field--type-text-long ol.secondary li::before {
  background-color: #acacac;
  border-radius: 50%;
  color: #900128;
  content: counter(orderedlist);
  counter-increment: orderedlist;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -2.75rem;
  padding: 0.5rem 1.25rem;
  position: absolute;
  text-align: center;
  text-align: center;
  width: 2.625rem;
}
.field--type-text-long tr.sticky-row {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ajax-progress,
.ajax-progress::before {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.ajax-progress {
  -webkit-animation: throbber-rotation 1.1s infinite linear;
  animation: throbber-rotation 1.1s infinite linear;
  background-color: transparent;
  background-image: none;
  border-bottom: 1.1em solid rgba(6, 81, 155, 0.5);
  border-left: 1.1em solid #06519B;
  border-right: 1.1em solid rgba(6, 81, 155, 0.5);
  border-top: 1.1em solid rgba(6, 81, 155, 0.5);
  font-size: 10px;
  margin-left: -3em;
  margin-top: -100px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes throbber-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes throbber-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mm-page {
  padding-top: 0 !important;
}

.field--name-field-components > .field__item:last-child > .paragraph:not(.paragraph--type-call-to-action):not(.paragraph--type--text-grid):not(.paragraph--type-form) {
  margin-bottom: 4rem;
}

.container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.layout-main-wrapper > .container,
.layout-main-wrapper > .container-fluid,
.layout-main-wrapper > .container-sm,
.layout-main-wrapper > .container-md,
.layout-main-wrapper > .container-lg,
.layout-main-wrapper > .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.layout-main-wrapper > .container > .row,
.layout-main-wrapper > .container-fluid > .row,
.layout-main-wrapper > .container-sm > .row,
.layout-main-wrapper > .container-md > .row,
.layout-main-wrapper > .container-lg > .row,
.layout-main-wrapper > .container-xl > .row {
  margin-left: 0;
  margin-right: 0;
}
.layout-main-wrapper > .container > .row > .col.main-content,
.layout-main-wrapper > .container-fluid > .row > .col.main-content,
.layout-main-wrapper > .container-sm > .row > .col.main-content,
.layout-main-wrapper > .container-md > .row > .col.main-content,
.layout-main-wrapper > .container-lg > .row > .col.main-content,
.layout-main-wrapper > .container-xl > .row > .col.main-content {
  padding-left: 0;
  padding-right: 0;
}

#main {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

header.header {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  header.header {
    margin-bottom: 15px;
  }
}
header.header .site-name-slogan a {
  color: #032d48;
  text-decoration: none;
}
header.header .navbar {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
}
header.header .menu-wrapper {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  header.header .menu-wrapper {
    display: none;
  }
}

#umnhf-h.umnhf {
  min-height: 2.5rem;
}

.umnhf-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.umnhf-inner #umnhf-h-mast {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 2.5rem;
  width: 100%;
}
.umnhf-inner #umnhf-h-mast #umnhf-h-logo {
  background-image: url(images/19850eb2c7a91c1cacbb350edb9d5001.svg);
  background-position: left center;
  background-size: contain;
  margin: 5px 0;
  transition: all 400ms;
}
@media (max-width: 991.98px) {
  .umnhf-inner #umnhf-h-mast #umnhf-h-logo {
    background-size: contain;
    width: auto;
  }
}
.umnhf-inner #umnhf-h-mast #umnhf-h-logo:hover, .umnhf-inner #umnhf-h-mast #umnhf-h-logo:focus-visible {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#block-searchform {
  position: absolute;
  right: 16px;
  top: -45px;
}
@media screen and (max-width: 959px) {
  #block-searchform {
    display: none;
  }
}

header #search-block-form {
  background: #fdbf57;
  border-bottom: 1px solid #dd994a;
  height: 33px;
  margin-left: auto;
  margin-right: 0;
  padding: 9px 0;
  padding: 4px 5px;
}
header #search-block-form > .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header #search-block-form .form-item {
  display: inline;
}
header #search-block-form .form-search {
  border: 0;
  font-size: 14px;
  height: auto;
  margin-right: 0;
  padding: 2px 10px;
  width: 200px;
}
header #search-block-form .form-submit {
  background: none;
  border: 0;
  color: #900128;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  margin: 0;
  padding: 0 4px;
  vertical-align: top;
}

.mm-panel #search-block-form {
  margin-left: 20px;
  margin-top: 20px;
}
.mm-panel #search-block-form .form-search {
  width: 250px;
}

.responsive-menu-toggle-wrapper {
  display: none;
}
@media screen and (max-width: 980px) {
  .responsive-menu-toggle-wrapper {
    display: block;
    top: -17px;
  }
}
.responsive-menu-toggle-wrapper #toggle-icon {
  width: 36px;
}
.responsive-menu-toggle-wrapper #toggle-icon::before {
  top: 2px;
}
.responsive-menu-toggle-wrapper #toggle-icon::after {
  top: 26px;
}
.responsive-menu-toggle-wrapper #toggle-icon::before, .responsive-menu-toggle-wrapper #toggle-icon::after,
.responsive-menu-toggle-wrapper #toggle-icon .icon {
  background: #000;
  border-radius: 0;
  height: 4px;
  left: 0;
  width: 36px;
}
.responsive-menu-toggle-wrapper #toggle-icon .label {
  display: none;
}

footer.site-footer {
  background: #1f1f1f;
  color: #fff;
  padding-bottom: 100px;
}
footer.site-footer .container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer.site-footer .row {
  margin: 0;
}
footer.site-footer a {
  color: #fff;
}
footer.site-footer a.button {
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.36em;
  margin-bottom: 10px;
  padding: 9px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 0;
}
footer.site-footer a.button::before {
  background: #1f1f1f;
  border: 1px solid white;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 400ms;
  width: 100%;
  z-index: -1;
}
footer.site-footer a.button:hover::before, footer.site-footer a.button:focus-visible::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer.site-footer h2 {
  font-size: 25px;
}
footer.site-footer p {
  font-size: 14px;
  line-height: 1.5em;
}
footer.site-footer .region-footer-first {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 15px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .region-footer-first {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.site-footer .region-footer-second {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .region-footer-second {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  footer.site-footer .menu--footer-menu {
    margin-bottom: 30px;
  }
}
footer.site-footer .menu--footer-menu a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin-right: 40px;
  padding: 0;
  text-transform: uppercase;
  transition: all 400ms;
}
footer.site-footer .menu--footer-menu a:hover, footer.site-footer .menu--footer-menu a:focus-visible {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  footer.site-footer .menu--footer-menu a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  footer.site-footer .menu--footer-social-links {
    margin-bottom: 30px;
  }
}
footer.site-footer .menu--footer-social-links li {
  line-height: 0;
  margin-left: 20px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .menu--footer-social-links li {
    margin: 0 10px;
  }
}
footer.site-footer .menu--footer-social-links a {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-indent: 40px;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  width: 40px;
}
footer.site-footer .menu--footer-social-links a:focus, footer.site-footer .menu--footer-social-links a:hover {
  -webkit-transform: scale(103%);
          transform: scale(103%);
}
footer.site-footer .menu--footer-social-links a.facebook {
  background-image: url(images/0007821bb1929d4f2f68aca2cc515acf.svg);
}
footer.site-footer .menu--footer-social-links a.linkedin {
  background-image: url(images/b01ae9e66aa6a220620369f853f40293.svg);
}
footer.site-footer .menu--footer-social-links a.twitter {
  background-image: url(images/b797a89f5a95776d0427e11de24e9085.svg);
}
footer.site-footer .menu--footer-social-links a.youtube {
  background-image: url(images/9ef6a9f3511ab2dd49bfdcaf2c4cdb51.svg);
}
footer.site-footer .menu--footer-social-links a.rss {
  background-image: url(images/29d0f73132b26e2fc4fd99335769b3b7.svg);
}
footer.site-footer .menu--footer-social-links a.bluesky {
  background-image: url(images/74e9104266882e5edacc69288bc8e697.svg);
}
footer.site-footer .field--name-field-utility-links {
  font-size: 14px;
}
footer.site-footer .field--name-field-utility-links .field__item {
  display: inline-block;
}
footer.site-footer .field--name-field-utility-links .field__item a {
  text-decoration: underline;
}
footer.site-footer .field--name-field-utility-links .field__item a:hover, footer.site-footer .field--name-field-utility-links .field__item a:focus-visible {
  text-decoration: none;
}
footer.site-footer .field--name-field-utility-links .field__item::after {
  content: " | ";
  display: inline;
}
footer.site-footer .field--name-field-utility-links .field__item:last-child::after {
  display: none;
}

.sidebar_first {
  background-color: #f2f2f2;
  height: 100vh;
  margin-bottom: -50px;
  margin-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 30%;
}
@media (max-width: 1000px) {
  .sidebar_first {
    margin-right: 16px;
    width: 60px;
    z-index: 2;
  }
}
.sidebar_first::before {
  background-color: #f2f2f2;
  content: "";
  display: block;
  height: 100vh;
  left: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  z-index: -1;
}
.sidebar_first aside.section {
  height: 100%;
  overflow-y: auto;
}

.logo-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1010px) {
  .logo-wrapper {
    max-width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .logo-wrapper {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.logo-wrapper a * {
  transition: all 400ms;
}
.logo-wrapper img {
  left: -13px;
  position: relative;
  width: 240px;
  display: block;
  height: auto;
}
@media (max-width: 991.98px) {
  .logo-wrapper img {
    width: 160px;
  }
}
.logo-wrapper a:hover *,
.logo-wrapper a:focus-visible * {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
}
.logo-wrapper .site-name-slogan {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 991.98px) {
  .logo-wrapper .site-name-slogan {
    font-size: 12px;
  }
}

.navbar-brand {
  padding: 0.5rem 0 0;
}

.block-page-title-block {
  position: relative;
}
.block-page-title-block::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  background: #f2f2f2;
}
.block-page-title-block .content {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  position: relative;
}
.block-page-title-block h1 {
  font-size: 2.8125rem;
}

#block-cidrap-theme-micrositemenu {
  padding: 32px 32px 32px 0;
}
@media (max-width: 1000px) {
  #block-cidrap-theme-micrositemenu {
    background-color: #f2f2f2;
    height: 100vh;
    left: -330px;
    overflow: scroll;
    padding: 32px 16px;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 330px;
  }
  body.mm-wrapper_opened #block-cidrap-theme-micrositemenu {
    display: none;
  }
}
#block-cidrap-theme-micrositemenu.expanded {
  left: 0;
}
#block-cidrap-theme-micrositemenu h2 {
  color: #000;
  float: left;
  font-family: "Publico Headline", serif;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 100%;
  /* 30px */
  margin-bottom: 20px;
  width: calc(100% - 32px);
}
#block-cidrap-theme-micrositemenu h2 a {
  color: #000;
}
#block-cidrap-theme-micrositemenu button {
  background: #06519B;
  border: 2px solid #06519B;
  border-radius: 50%;
  box-sizing: border-box;
  height: 32px;
  padding: 0;
  transition: all 0.5s;
  width: 32px;
}
#block-cidrap-theme-micrositemenu button svg {
  height: 14px;
  vertical-align: 0;
  width: 14px;
}
#block-cidrap-theme-micrositemenu button svg path {
  stroke: #fff;
  transition: all 0.5s;
}
#block-cidrap-theme-micrositemenu button:hover, #block-cidrap-theme-micrositemenu button:focus {
  background-color: #fff;
}
#block-cidrap-theme-micrositemenu button:hover svg path, #block-cidrap-theme-micrositemenu button:focus svg path {
  stroke: #06519B;
}
#block-cidrap-theme-micrositemenu .content {
  clear: both;
}
#block-cidrap-theme-micrositemenu ul.nav {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > a {
  color: #06519B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  padding: 0;
  padding-bottom: 16px;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > a:focus, #block-cidrap-theme-micrositemenu ul.nav > li.nav-item > a:hover {
  text-decoration: underline;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item:not(:last-child) > a {
  border-bottom: 1px solid #bbcad5;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item.menu-item--expanded > a {
  border: none;
  color: #000;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 16px;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > span,
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 12px;
  line-height: 140%;
  /* 22.4px */
  padding: 0;
  color: #06519B;
  transition: color 200ms;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > span::after,
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > a::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: -6px;
  margin-top: 9px;
  width: 8px;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > span span,
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > a span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.14px;
  line-height: 100%;
  /* 14px */
  margin-top: 0;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > a:focus, #block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > a:hover {
  color: #003b75;
  text-decoration: underline;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu {
  list-style: none;
  transition: opacity 0.5s ease, max-height 0.5ms ease;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu.expanded {
  border-bottom: 1px solid #bbcad5;
  border-top: 1px solid #bbcad5;
  margin-top: 16px;
  padding: 16px 0 16px 32px;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu a {
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.14px;
  line-height: 100%;
  /* 14px */
  margin-bottom: 20px;
  padding: 0;
  transition: color 200ms;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu a span {
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu a:focus, #block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu a:hover {
  color: #003b75;
  text-decoration: underline;
}
#block-cidrap-theme-micrositemenu ul.nav > li.nav-item > ul.menu > li.nav-item > ul.menu li:last-child a {
  margin-bottom: 0;
}
#block-cidrap-theme-micrositemenu .nav .menu-toggle:focus, #block-cidrap-theme-micrositemenu .nav .menu-toggle:hover {
  cursor: pointer;
  text-decoration: underline;
}
#block-cidrap-theme-micrositemenu .nav .menu-toggle[aria-expanded=true] {
  color: #000 !important;
}
#block-cidrap-theme-micrositemenu .nav .menu-toggle[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M6.125 7.32001L3.5 4.69501L0.875 7.32001L4.17233e-07 6.44501L2.625 3.82001L0 1.19501L0.875 0.320007L3.5 2.94501L6.125 0.320007L7 1.19501L4.375 3.82001L7 6.44501L6.125 7.32001Z' fill='%23032D48'/%3E%3C/svg%3E");
}
#block-cidrap-theme-micrositemenu .nav .menu-toggle[aria-expanded=false] {
  color: #003b75;
}
#block-cidrap-theme-micrositemenu .nav .menu-toggle[aria-expanded=false]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M8 4.89144H4.57143V8.32001H3.42857V4.89144H0V3.74858H3.42857V0.320007H4.57143V3.74858H8V4.89144Z' fill='%2306519B'/%3E%3C/svg%3E");
}
#block-cidrap-theme-micrositemenu .nav .submenu.not-expanded {
  max-height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#block-cidrap-theme-micrositemenu .nav .submenu.expanded {
  max-height: 1500px;
  opacity: 1;
  position: static;
  visibility: visible;
}

#mp-menu-toggle {
  border: none;
  display: none;
  margin: 7px 0 0 7px;
  padding: 0 6px;
}
@media (max-width: 1000px) {
  #mp-menu-toggle {
    display: block;
  }
}

.menu--main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .menu--main {
    display: none;
  }
}
.menu--main ul.nav {
  box-sizing: content-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  width: 100%;
}
.menu--main ul.nav::after {
  display: none;
}
.menu--main ul.nav > li.nav-item {
  margin: 0 10px;
}
@media screen and (max-width: 1130px) {
  .menu--main ul.nav > li.nav-item {
    margin: 0 15px;
  }
}
.menu--main ul.nav > li.nav-item a.nav-link,
.menu--main ul.nav > li.nav-item span.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  padding: 3px 0 12px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.menu--main ul.nav > li.nav-item a.nav-link:hover, .menu--main ul.nav > li.nav-item a.nav-link:focus-visible,
.menu--main ul.nav > li.nav-item span.nav-link:hover,
.menu--main ul.nav > li.nav-item span.nav-link:focus-visible {
  color: #900128;
}
.menu--main ul.nav > li.nav-item.show .dropdown-toggle {
  color: #900128;
}
.menu--main ul.nav > li.nav-item.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu--main ul.nav > li.nav-item.nav-link-topics > ul, .menu--main ul.nav > li.nav-item.nav-link-topics--projects > ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.menu--main ul.nav > li.nav-item.nav-link-topics > ul .hide, .menu--main ul.nav > li.nav-item.nav-link-topics--projects > ul .hide {
  display: block;
  overflow: hidden;
  text-indent: 5px;
  width: 3px;
}
.menu--main ul.nav .dropdown-toggle {
  padding-right: 15px !important;
}
.menu--main ul.nav .dropdown-toggle::after {
  background: url(images/d29635101856c582d36a131d19c3caaf.svg);
  background-repeat: no-repeat;
  border: none;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: all 0.3s;
  vertical-align: 0;
  width: 12px;
}
.menu--main ul.dropdown-menu {
  background: #fff;
  border: none;
  display: block;
  left: -20px;
  margin: 0;
  opacity: 0;
  padding: 15px 0 35px;
  position: absolute;
  top: 100%;
  transition: all 0.3s;
  z-index: 2;
}
.menu--main ul.dropdown-menu.show {
  opacity: 1;
}
.menu--main ul.dropdown-menu li.dropdown-item {
  padding: 0 20px;
}
.menu--main ul.dropdown-menu li.dropdown-item a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
.menu--main ul.dropdown-menu li.dropdown-item a:hover, .menu--main ul.dropdown-menu li.dropdown-item a:focus-visible {
  text-decoration: underline;
}

.menu--top-menu {
  position: absolute;
  right: 1rem;
  top: 7px;
}
@media screen and (max-width: 1099px) {
  .menu--top-menu {
    display: none;
  }
}
.menu--top-menu ul.nav a {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #900128;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  font-weight: normal;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-decoration: underline;
}
.menu--top-menu ul.nav a::before {
  background-image: url(images/c226eb703089582c748c26cf8c9f17dc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.1875rem;
  width: 7.1875rem;
}
.menu--top-menu ul.nav a:focus, .menu--top-menu ul.nav a:hover {
  text-decoration: none;
}

nav.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-form,
.webform-submission-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-form,
.webform-submission-form {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .contact-form,
.webform-submission-form {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .contact-form,
.webform-submission-form {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .contact-form,
.webform-submission-form {
    margin-bottom: 3rem;
  }
}
.contact-form label,
.webform-submission-form label {
  font-weight: 700;
}
.contact-form input,
.contact-form textarea,
.webform-submission-form input,
.webform-submission-form textarea {
  border-radius: 0;
}
.contact-form .description,
.webform-submission-form .description {
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.contact-form .form-control:focus,
.webform-submission-form .form-control:focus {
  border-color: #00346a;
  box-shadow: 0 0 0 0.2rem rgba(0, 52, 106, 0.25);
}
.contact-form .form-actions,
.webform-submission-form .form-actions {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form .form-actions,
.webform-submission-form .form-actions {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .contact-form .form-actions,
.webform-submission-form .form-actions {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .contact-form .form-actions,
.webform-submission-form .form-actions {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .contact-form .form-actions,
.webform-submission-form .form-actions {
    margin-bottom: 3rem;
  }
}
.contact-form .form-actions .button--primary,
.webform-submission-form .form-actions .button--primary {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  height: auto;
  width: auto;
}
.contact-form .form-actions .button--primary:visited, .contact-form .form-actions .button--primary:active, .contact-form .form-actions .button--primary:focus,
.webform-submission-form .form-actions .button--primary:visited,
.webform-submission-form .form-actions .button--primary:active,
.webform-submission-form .form-actions .button--primary:focus {
  color: #fff;
}
.contact-form .form-actions .button--primary:hover, .contact-form .form-actions .button--primary:focus-visible,
.webform-submission-form .form-actions .button--primary:hover,
.webform-submission-form .form-actions .button--primary:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}

.mm-menu::before {
  background-color: #7a0019;
  background-image: url(images/19850eb2c7a91c1cacbb350edb9d5001.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 24px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 30px;
  padding: 8px 20px;
  width: 100%;
}
.mm-menu #mm-1 .mm-navbar {
  border: 0;
}
.mm-menu #mm-1 .mm-navbar .mm-navbar__title {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mm-menu #mm-1 .mm-navbar .mm-navbar__title span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mm-menu #mm-1 .mm-navbar .mm-navbar__title button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.mm-menu #mm-1 .mm-navbar .mm-navbar__title button::after {
  content: "×";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  left: 3px;
  position: relative;
  top: 4px;
}
.mm-menu li a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}
.mm-menu li a:hover, .mm-menu li a:focus-visible {
  text-decoration: underline;
}
.mm-menu .btn-primary {
  background-color: #06519B;
  border-color: #06519B;
  font-size: 0.875rem;
  font-weight: bold;
  height: 38px;
  letter-spacing: 1.5px;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.modal.bio .modal-dialog {
  background-color: #fff;
  max-width: 750px;
  padding: 35px 50px;
}
@media screen and (max-width: 600px) {
  .modal.bio .modal-dialog {
    padding: 35px 30px;
  }
}
.modal.bio .modal-header {
  border: 0;
  padding: 0 0 20px;
}
.modal.bio .modal-footer {
  display: none;
}
.modal.bio .close {
  color: #06519B;
  font-size: 40px;
  opacity: 1;
  position: absolute;
  right: 20px;
  text-shadow: none;
  top: 10px;
}
.modal.candidate .modal-dialog .modal-content .phase-phase-1,
.modal.candidate .modal-dialog .modal-content .phase-phase-3, .modal.video_column .modal-dialog .modal-content .phase-phase-1,
.modal.video_column .modal-dialog .modal-content .phase-phase-3 {
  background-color: #fff;
}
.modal.candidate .modal-header .close,
.modal.candidate .modal-footer .close, .modal.video_column .modal-header .close,
.modal.video_column .modal-footer .close {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  font-size: 1.875rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.1875rem !important;
  opacity: 1;
  text-shadow: none;
}
.modal.candidate .modal-header .close::after,
.modal.candidate .modal-footer .close::after, .modal.video_column .modal-header .close::after,
.modal.video_column .modal-footer .close::after {
  content: "CLOSE";
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.12px;
  line-height: 2.5rem;
  margin-top: -0.5rem;
}
.modal.candidate .modal-header .close > span,
.modal.candidate .modal-footer .close > span, .modal.video_column .modal-header .close > span,
.modal.video_column .modal-footer .close > span {
  background-color: white;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 768px) {
  .modal.candidate .modal-header, .modal.video_column .modal-header {
    margin-top: 4rem;
  }
}
.modal.candidate .modal-header .close, .modal.video_column .modal-header .close {
  position: relative;
  z-index: 10;
}
.modal.candidate .modal-header .close > span, .modal.video_column .modal-header .close > span {
  background-color: white;
}
.modal.candidate .modal-header .close::after, .modal.video_column .modal-header .close::after {
  color: white;
}
.modal.candidate .modal-footer, .modal.video_column .modal-footer {
  background-color: white;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}
.modal.candidate .modal-footer .close, .modal.video_column .modal-footer .close {
  color: white;
}
@media (min-width: 768px) {
  .modal.candidate .modal-content .header-wrapper, .modal.video_column .modal-content .header-wrapper {
    margin-top: -6rem;
    padding-top: 4rem;
  }
}
.modal.candidate.color-theme-blue .modal-header, .modal.video_column.color-theme-blue .modal-header {
  background-color: #06519B;
}
.modal.candidate.color-theme-blue .modal-header .close, .modal.video_column.color-theme-blue .modal-header .close {
  color: #06519B;
}
.modal.candidate.color-theme-blue .modal-footer .close::after, .modal.video_column.color-theme-blue .modal-footer .close::after {
  color: #06519B;
}
.modal.candidate.color-theme-blue .modal-footer .close > span, .modal.video_column.color-theme-blue .modal-footer .close > span {
  background-color: #06519B;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-blue-dark .modal-header, .modal.video_column.color-theme-blue-dark .modal-header {
  background-color: #003b75;
}
.modal.candidate.color-theme-blue-dark .modal-header .close, .modal.video_column.color-theme-blue-dark .modal-header .close {
  color: #003b75;
}
.modal.candidate.color-theme-blue-dark .modal-footer .close::after, .modal.video_column.color-theme-blue-dark .modal-footer .close::after {
  color: #003b75;
}
.modal.candidate.color-theme-blue-dark .modal-footer .close > span, .modal.video_column.color-theme-blue-dark .modal-footer .close > span {
  background-color: #003b75;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-green .modal-header, .modal.video_column.color-theme-green .modal-header {
  background-color: #496916;
}
.modal.candidate.color-theme-green .modal-header .close, .modal.video_column.color-theme-green .modal-header .close {
  color: #496916;
}
.modal.candidate.color-theme-green .modal-footer .close::after, .modal.video_column.color-theme-green .modal-footer .close::after {
  color: #496916;
}
.modal.candidate.color-theme-green .modal-footer .close > span, .modal.video_column.color-theme-green .modal-footer .close > span {
  background-color: #496916;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-maroon .modal-header, .modal.video_column.color-theme-maroon .modal-header {
  background-color: #900128;
}
.modal.candidate.color-theme-maroon .modal-header .close, .modal.video_column.color-theme-maroon .modal-header .close {
  color: #900128;
}
.modal.candidate.color-theme-maroon .modal-footer .close::after, .modal.video_column.color-theme-maroon .modal-footer .close::after {
  color: #900128;
}
.modal.candidate.color-theme-maroon .modal-footer .close > span, .modal.video_column.color-theme-maroon .modal-footer .close > span {
  background-color: #900128;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-yellow .modal-header, .modal.video_column.color-theme-yellow .modal-header {
  background-color: #ebae54;
}
.modal.candidate.color-theme-yellow .modal-header .close, .modal.video_column.color-theme-yellow .modal-header .close {
  color: #ebae54;
}
.modal.candidate.color-theme-yellow .modal-footer .close::after, .modal.video_column.color-theme-yellow .modal-footer .close::after {
  color: #ebae54;
}
.modal.candidate.color-theme-yellow .modal-footer .close > span, .modal.video_column.color-theme-yellow .modal-footer .close > span {
  background-color: #ebae54;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-purple .modal-header, .modal.video_column.color-theme-purple .modal-header {
  background-color: #6b1e7f;
}
.modal.candidate.color-theme-purple .modal-header .close, .modal.video_column.color-theme-purple .modal-header .close {
  color: #6b1e7f;
}
.modal.candidate.color-theme-purple .modal-footer .close::after, .modal.video_column.color-theme-purple .modal-footer .close::after {
  color: #6b1e7f;
}
.modal.candidate.color-theme-purple .modal-footer .close > span, .modal.video_column.color-theme-purple .modal-footer .close > span {
  background-color: #6b1e7f;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-teal .modal-header, .modal.video_column.color-theme-teal .modal-header {
  background-color: #1f6792;
}
.modal.candidate.color-theme-teal .modal-header .close, .modal.video_column.color-theme-teal .modal-header .close {
  color: #1f6792;
}
.modal.candidate.color-theme-teal .modal-footer .close::after, .modal.video_column.color-theme-teal .modal-footer .close::after {
  color: #1f6792;
}
.modal.candidate.color-theme-teal .modal-footer .close > span, .modal.video_column.color-theme-teal .modal-footer .close > span {
  background-color: #1f6792;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-teal-light .modal-header, .modal.video_column.color-theme-teal-light .modal-header {
  background-color: #3b8ead;
}
.modal.candidate.color-theme-teal-light .modal-header .close, .modal.video_column.color-theme-teal-light .modal-header .close {
  color: #3b8ead;
}
.modal.candidate.color-theme-teal-light .modal-footer .close::after, .modal.video_column.color-theme-teal-light .modal-footer .close::after {
  color: #3b8ead;
}
.modal.candidate.color-theme-teal-light .modal-footer .close > span, .modal.video_column.color-theme-teal-light .modal-footer .close > span {
  background-color: #3b8ead;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.candidate.color-theme-teal-dark .modal-header, .modal.video_column.color-theme-teal-dark .modal-header {
  background-color: #005a54;
}
.modal.candidate.color-theme-teal-dark .modal-header .close, .modal.video_column.color-theme-teal-dark .modal-header .close {
  color: #005a54;
}
.modal.candidate.color-theme-teal-dark .modal-footer .close::after, .modal.video_column.color-theme-teal-dark .modal-footer .close::after {
  color: #005a54;
}
.modal.candidate.color-theme-teal-dark .modal-footer .close > span, .modal.video_column.color-theme-teal-dark .modal-footer .close > span {
  background-color: #005a54;
}
.modal.candidate.color-theme-yellow .modal-header .close > span, .modal.video_column.color-theme-yellow .modal-header .close > span {
  background-color: #000;
}
.modal.candidate.color-theme-yellow .modal-header .close::after, .modal.video_column.color-theme-yellow .modal-header .close::after {
  color: #000;
}
.modal.video_column .modal-footer {
  background-color: transparent;
}
.modal.video_column .modal-footer .close {
  color: #000;
}
.modal.video_column .modal-footer .close::after {
  color: #fff;
}
.modal.search .modal-dialog {
  margin-top: 100px;
  max-width: 632px;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .modal.search .modal-dialog {
    margin-top: 50px;
  }
}
.modal.search .modal-header {
  margin-bottom: 48px;
  padding: 0;
}
.modal.search .modal-header .close {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  opacity: 1;
  text-shadow: none;
}
.modal.search .modal-header .close::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M29.9995 26.9226L3.07686 -3.05176e-05L-1.71429e-05 3.07685L26.9226 29.9995L29.9995 26.9226Z' fill='white'/%3E%3Cpath d='M26.9231 0.000296488L0.000473022 26.923L3.07735 29.9998L30 3.07717L26.9231 0.000296488Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-bottom: 8px;
  margin-left: auto;
  width: 30px;
}
.modal.search .modal-content {
  background: none;
}
.modal.search .cidrap-mp-search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.modal.search .cidrap-mp-search-form > * {
  margin: 0;
}
.modal.search .js-form-type-search input {
  border: 1px solid;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  height: 88px;
  line-height: 140%;
  /* 28px */
  padding: 8px 24px;
  width: 512px;
}
@media (max-width: 900px) {
  .modal.search .js-form-type-search input {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .modal.search .js-form-type-search input {
    font-size: 1rem;
    height: 64px;
    padding: 8px 16px;
    width: 275px;
  }
}
@media (max-width: 400px) {
  .modal.search .js-form-type-search input {
    width: 200px;
  }
}
.modal.search input.form-submit {
  background-color: #06519B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M24.2942 18.4543C22.9661 19.7825 21.2741 20.687 19.432 21.0534C17.5899 21.4199 15.6805 21.2319 13.9453 20.5132C12.2101 19.7945 10.7269 18.5773 9.68345 17.0157C8.63996 15.454 8.08301 13.618 8.08301 11.7399C8.08301 9.86166 8.63996 8.02566 9.68345 6.46401C10.7269 4.90237 12.2101 3.68523 13.9453 2.96651C15.6805 2.2478 17.5899 2.05979 19.432 2.42626C21.2741 2.79274 22.9661 3.69724 24.2942 5.02537C26.0749 6.80622 27.0752 9.22147 27.0752 11.7399C27.0752 14.2582 26.0749 16.6735 24.2942 18.4543Z' stroke='white' stroke-width='3.71959' stroke-linecap='round'/%3E%3Cpath d='M24.2942 18.4543C22.9661 19.7825 21.2741 20.687 19.432 21.0534C17.5899 21.4199 15.6805 21.2319 13.9453 20.5132C12.2101 19.7945 10.7269 18.5773 9.68345 17.0157C8.63996 15.454 8.08301 13.618 8.08301 11.7399C8.08301 9.86166 8.63996 8.02566 9.68345 6.46401C10.7269 4.90237 12.2101 3.68523 13.9453 2.96651C15.6805 2.2478 17.5899 2.05979 19.432 2.42626C21.2741 2.79274 22.9661 3.69724 24.2942 5.02537C26.0749 6.80622 27.0752 9.22147 27.0752 11.7399C27.0752 14.2582 26.0749 16.6735 24.2942 18.4543Z' stroke='white' stroke-width='3.71959' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2.41943 26.9012L9.83352 19.4871' stroke='white' stroke-width='3.71959' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  border: none;
  font-size: 0;
  height: 88px;
  transition: all 0.3s;
  width: 88px;
}
.modal.search input.form-submit:hover, .modal.search input.form-submit:focus-visible {
  background-color: #003b75;
}
@media (max-width: 600px) {
  .modal.search input.form-submit {
    background-size: 24px;
    height: 64px;
    width: 64px;
  }
}

@media print {
  .paragraph:not(.paragraph--type-vaccine-database) {
    display: none;
  }

  header {
    display: none;
  }

  .navbar-brand img {
    display: block !important;
    width: 300px !important;
    height: 10px !important;
    margin-bottom: 0 !important;
  }

  .paragraph--type-vaccine-database {
    margin-top: 0 !important;
  }
  .paragraph--type-vaccine-database h2 {
    margin-bottom: 0 !important;
  }
  .paragraph--type-vaccine-database > div > h2 {
    display: none;
  }

  .vaccine-database.table.snapshot {
    min-width: 100% !important;
  }

  .modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    visibility: visible;
    overflow: visible !important;
  }

  .modal-dialog {
    visibility: visible !important;
    overflow: visible !important;
  }

  .modal-open .paragraph {
    display: none !important;
  }

  thead {
    display: none !important;
  }

  .paragraph--type-vaccine-database table.snapshot .count .view-header,
.paragraph--type-vaccine-database table.snapshot .count .view-empty {
    font-size: 16px !important;
  }

  .node--type-candidate.node--view-mode-overlay .field--name-field-phase .field__item,
.node--type-candidate.node--view-mode-overlay .field--label-inline {
    display: block !important;
  }
  .node--type-candidate.node--view-mode-overlay fieldset {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .node--type-candidate.node--view-mode-overlay fieldset > legend {
    padding-bottom: 0 !important;
  }

  .taxonomy-term.taxonomy-term--type-rd-status .field--name-description {
    margin-left: 0 !important;
  }

  .taxonomy-term--type-phase.taxonomy-term--view-mode-full {
    color: #000 !important;
    background: transparent !important;
  }

  .umnhf,
.umnhf-inner,
.navbar .navbar-collapse,
.navbar-toggler,
.menu--top-menu,
.views-exposed-form .nav-tabs,
.views-exposed-form .print-download,
.views-exposed-form .form-row,
.overlay-print,
.modal-dialog .close {
    display: none !important;
  }
}
ol.node_search-results li {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
ol.node_search-results a {
  color: #496916;
}
ol.node_search-results h3 {
  font-size: 1.5625rem;
}

#search-form {
  margin-bottom: 40px;
}
#search-form div.form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#search-form fieldset {
  margin-bottom: 5px;
  margin-right: 20px;
}
#search-form fieldset label {
  text-transform: uppercase;
  font-weight: bold;
}
#search-form #edit-keys {
  width: auto;
  height: calc(1.5em + 0.75rem);
}
#search-form #edit-submit {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
#search-form #edit-submit:visited, #search-form #edit-submit:active, #search-form #edit-submit:focus {
  color: #fff;
}
#search-form #edit-submit:hover, #search-form #edit-submit:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}

.vip-infographic {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  overflow: scroll;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .vip-infographic {
    display: block;
  }
}
.vip-infographic h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
}
.vip-infographic th,
.vip-infographic td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0.75rem;
  text-align: center;
}
.vip-infographic th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.vip-infographic th a {
  color: #fff;
}
.vip-infographic th:nth-child(2) {
  background-color: #027545;
}
.vip-infographic th:nth-child(3) {
  background-color: #264075;
}
.vip-infographic th:nth-child(4) {
  background-color: #f1c233;
}
.vip-infographic th:nth-child(4) a {
  color: #000;
}
.vip-infographic td:nth-child(2) {
  background-color: #d7f7d3;
}
.vip-infographic td:nth-child(3) {
  background-color: #d4ebf7;
}
.vip-infographic td:nth-child(4) {
  background-color: #f7f6d4;
}
.vip-infographic img {
  margin: 0 auto 10px !important;
  max-height: 120px;
}

.user-login-form,
form.user-pass,
.user-register-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .user-login-form,
form.user-pass,
.user-register-form {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .user-login-form,
form.user-pass,
.user-register-form {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .user-login-form,
form.user-pass,
.user-register-form {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .user-login-form,
form.user-pass,
.user-register-form {
    margin-bottom: 3rem;
  }
}

.path-user .profile {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .path-user .profile {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .path-user .profile {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .path-user .profile {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .path-user .profile {
    margin-bottom: 3rem;
  }
}

.user--view-mode-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .user--view-mode-full {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .user--view-mode-full {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .user--view-mode-full {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .user--view-mode-full {
    margin-bottom: 3rem;
  }
}

.node--type-bio.node--view-mode-teaser {
  margin: auto;
  text-align: center;
}
.node--type-bio.node--view-mode-teaser > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
}
.node--type-bio.node--view-mode-teaser > button:hover img, .node--type-bio.node--view-mode-teaser > button:focus-visible img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.node--type-bio.node--view-mode-teaser .field--name-field-image {
  border-radius: 50%;
  height: 205px;
  isolation: isolate;
  margin: auto;
  overflow: hidden;
  width: 205px;
}
@media screen and (max-width: 650px) {
  .node--type-bio.node--view-mode-teaser .field--name-field-image {
    aspect-ratio: 1/1;
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
.node--type-bio.node--view-mode-teaser img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.node--type-bio.node--view-mode-teaser h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .node--type-bio.node--view-mode-teaser h3 {
    font-size: 14px;
  }
}
.node--type-bio.node--view-mode-teaser .field--name-field-bio-position {
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 650px) {
  .node--type-bio.node--view-mode-teaser .field--name-field-bio-position {
    font-size: 12px;
  }
}
.node--type-bio.node--view-mode-full .field--name-field-image {
  border: 30px solid #fff;
  border-width: 0 0 30px 30px;
  float: right;
}
@media screen and (max-width: 600px) {
  .node--type-bio.node--view-mode-full .field--name-field-image {
    border: 0;
    float: none;
    margin-bottom: 30px;
  }
}
.node--type-bio.node--view-mode-full .field--name-field-title-position {
  font-weight: bold;
}
.node--type-bio.node--view-mode-full .group-right {
  border-top: 1px solid #d6d6d6;
  margin-top: 30px;
  padding-top: 30px;
}
.node--type-bio.node--view-mode-overlay .field--name-field-image {
  border: 30px solid #fff;
  border-width: 0 0 30px 30px;
  float: right;
}
@media screen and (max-width: 600px) {
  .node--type-bio.node--view-mode-overlay .field--name-field-image {
    border: 0;
    float: none;
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.node--type-bio.node--view-mode-overlay .field--name-field-title-position {
  font-weight: bold;
}
.node--type-bio.node--view-mode-overlay .group-right {
  border-top: 1px solid #d6d6d6;
  margin-top: 30px;
  padding-top: 30px;
}

.node--type-candidate.node--view-mode-banner h2 {
  font-family: "Open Sans", sans-serif;
}
.node--type-candidate.node--view-mode-full {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-full {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-full {
    margin-bottom: 3rem;
  }
}
.node--type-candidate.node--view-mode-full .field__item ul {
  line-height: 1.1875rem;
}
.node--type-candidate.node--view-mode-full .field__item ul a {
  font-weight: normal;
}
.node--type-candidate.node--view-mode-full a {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.node--type-candidate.node--view-mode-full a:hover {
  color: #000;
}
.node--type-candidate.node--view-mode-full .field--name-field-developer {
  margin-top: 1rem;
}
.node--type-candidate.node--view-mode-full .field--name-field-developer .field__item {
  font-family: "Open Sans", sans-serif;
}
.node--type-candidate.node--view-mode-full .field--name-field-approach {
  margin: 1rem auto 2rem;
}
.node--type-candidate.node--view-mode-full .field--name-description {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.0625rem;
}
.node--type-candidate.node--view-mode-full .field--name-field-key-sources .field__item {
  margin-bottom: 5px;
}
.node--type-candidate.node--view-mode-full .field--name-field-key-sources a {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
}
.node--type-candidate.node--view-mode-full fieldset {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full fieldset {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-full fieldset {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full fieldset {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-full fieldset {
    margin-bottom: 3rem;
  }
}
.node--type-candidate.node--view-mode-full fieldset.trial {
  margin-bottom: 0;
  margin-top: 0;
}
.node--type-candidate.node--view-mode-full fieldset.trial > legend {
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.5rem 1rem 0 1rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full fieldset.trial > legend {
    padding: 1.5rem 2rem 0 2rem;
  }
}
.node--type-candidate.node--view-mode-full fieldset.trial .fieldset-wrapper {
  border-top: 6px solid #fff;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full fieldset.trial .fieldset-wrapper {
    padding-top: 1.5rem;
  }
}
.node--type-candidate.node--view-mode-full fieldset > legend {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.node--type-candidate.node--view-mode-full fieldset .fieldset-wrapper {
  margin: 1rem 1rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-full fieldset .fieldset-wrapper {
    margin: 1rem 2rem;
  }
}
.node--type-candidate.node--view-mode-full fieldset .fieldset-wrapper > div:not(:last-child) {
  margin-bottom: 1rem;
}
.node--type-candidate.node--view-mode-full fieldset .fieldset-wrapper .text-formatted p:last-of-type {
  margin-bottom: 0;
}
.node--type-candidate.node--view-mode-full fieldset .fieldset-wrapper:has(.preclinical) {
  margin-top: 0;
}
.node--type-candidate.node--view-mode-full fieldset.preclinical::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 24px;
  margin-left: -2rem;
  width: calc(100% + 64px);
}
.node--type-candidate.node--view-mode-full .field--label-above .field__label {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.node--type-candidate.node--view-mode-full .field--label-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.node--type-candidate.node--view-mode-full .field--label-inline .field__label {
  font-weight: bold;
  margin-right: 0.25rem;
}
.node--type-candidate.node--view-mode-full .field--label-inline .field__label::after {
  content: ":";
}

.node--type-candidate.node--view-mode-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-banner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-banner {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-banner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-banner {
    padding-bottom: 3rem;
  }
}
.node--type-candidate.node--view-mode-banner.color-theme-blue {
  background-color: #06519B;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-blue::before {
  content: "";
  background-color: #06519B;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-blue:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-blue-dark {
  background-color: #003b75;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-blue-dark::before {
  content: "";
  background-color: #003b75;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-blue-dark:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-green {
  background-color: #496916;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-green::before {
  content: "";
  background-color: #496916;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-green:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-maroon {
  background-color: #900128;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-maroon::before {
  content: "";
  background-color: #900128;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-maroon:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-yellow {
  background-color: #ebae54;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-yellow::before {
  content: "";
  background-color: #ebae54;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-yellow:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-purple {
  background-color: #6b1e7f;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-purple::before {
  content: "";
  background-color: #6b1e7f;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-purple:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal {
  background-color: #1f6792;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal::before {
  content: "";
  background-color: #1f6792;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-light {
  background-color: #3b8ead;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-light::before {
  content: "";
  background-color: #3b8ead;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-light:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-dark {
  background-color: #005a54;
  position: relative;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-dark::before {
  content: "";
  background-color: #005a54;
  width: 101vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.node--type-candidate.node--view-mode-banner.color-theme-teal-dark:not(.color-theme-yellow) {
  color: #fff;
}
.node--type-candidate.node--view-mode-banner > div {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.node--type-candidate.node--view-mode-banner .field--label-above .field__label {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.node--type-candidate.node--view-mode-banner .field--name-field-developer {
  margin-top: 1rem;
}
.node--type-candidate.node--view-mode-banner .field--name-field-developer .field__items {
  font-size: 1.25rem;
  font-weight: bold;
}

.node--type-candidate.node--view-mode-clinical-trial-teaser > button {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #acacac;
  border: 1px solid #acacac;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  min-height: 9.375rem;
  padding: 9px;
  position: relative;
  text-align: left;
  transition: border 400ms, -webkit-transform 400ms;
  transition: border 400ms, transform 400ms;
  transition: border 400ms, transform 400ms, -webkit-transform 400ms;
  width: 100%;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button::after {
  background-color: #acacac;
  border: 0 solid #acacac;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border 400ms, -webkit-transform 400ms;
  transition: border 400ms, transform 400ms;
  transition: border 400ms, transform 400ms, -webkit-transform 400ms;
  z-index: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button > div {
  z-index: 1;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button > div:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--label-above .field__label {
  color: #fff;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-transform: none;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-field-platform-category {
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin: -9px -9px 10px;
  padding: 2px 7px;
  width: calc(100% + 18px);
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-node-title h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  text-align: left;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-node-title h2 p {
  margin-bottom: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-field-developer .field__item {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875rem;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-field-rd-status-tax {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-field-rd-status-tax .field__label {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button .field--name-field-rd-status-tax .field__item {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875rem;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover::after, .node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible::after {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover .field--name-node-title h2,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover .field--name-node-title .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover .field--name-field-developer h2,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible .field--name-node-title h2,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible .field--name-node-title .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible .field--name-field-developer h2,
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible .field--name-field-developer .field__item {
  text-decoration: underline;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser > button:hover .field--name-field-combination, .node--type-candidate.node--view-mode-clinical-trial-teaser > button:focus-visible .field--name-field-combination {
  top: -3px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue > button {
  background-color: #06519B;
  border: 1px solid #06519B;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue > button::after {
  background-color: #06519B;
  border: 1px solid #06519B;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark > button {
  background-color: #003b75;
  border: 1px solid #003b75;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark > button::after {
  background-color: #003b75;
  border: 1px solid #003b75;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-blue-dark.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green > button {
  background-color: #496916;
  border: 1px solid #496916;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green > button::after {
  background-color: #496916;
  border: 1px solid #496916;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-green.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon > button {
  background-color: #900128;
  border: 1px solid #900128;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon > button::after {
  background-color: #900128;
  border: 1px solid #900128;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-maroon.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow > button {
  background-color: #ebae54;
  border: 1px solid #ebae54;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow > button::after {
  background-color: #ebae54;
  border: 1px solid #ebae54;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-yellow.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple > button {
  background-color: #6b1e7f;
  border: 1px solid #6b1e7f;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple > button::after {
  background-color: #6b1e7f;
  border: 1px solid #6b1e7f;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-purple.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal > button {
  background-color: #1f6792;
  border: 1px solid #1f6792;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal > button::after {
  background-color: #1f6792;
  border: 1px solid #1f6792;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light > button {
  background-color: #3b8ead;
  border: 1px solid #3b8ead;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light > button::after {
  background-color: #3b8ead;
  border: 1px solid #3b8ead;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-light.static > button h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark > button {
  background-color: #005a54;
  border: 1px solid #005a54;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark > button::after {
  background-color: #005a54;
  border: 1px solid #005a54;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark:not(.color-theme-yellow) > button .field--name-node-title {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark:not(.color-theme-yellow) > button .field--name-field-developer {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark:not(.color-theme-yellow) > button .field--name-field-developer .field__item {
  color: #fff;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.color-theme-yellow > button .field--name-field-rd-status-tax,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.color-theme-yellow > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.color-theme-yellow > button .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.color-theme-yellow > button .field--name-node-title h2 {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button {
  background-color: transparent;
  border-width: 0;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button::after, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button::after {
  background-color: transparent;
  border-width: 1px;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button .field--name-node-title, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button .field__label,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button .field__item,
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button .field--name-node-title {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button .field--name-field-developer .field__item, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button .field--name-field-developer .field__item {
  color: #000;
}
.node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.inactive > button h2, .node--type-candidate.node--view-mode-clinical-trial-teaser.color-theme-teal-dark.static > button h2 {
  color: #000;
}

.node--type-candidate.node--view-mode-overlay {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  font-family: "Publico Headline", serif;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-overlay {
    padding-bottom: 3rem;
  }
}
.node--type-candidate.node--view-mode-overlay .field__item {
  font-family: "Open Sans", sans-serif;
}
.node--type-candidate.node--view-mode-overlay .field__label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
}
.node--type-candidate.node--view-mode-overlay .field__label::after {
  content: ":";
}
.node--type-candidate.node--view-mode-overlay .field__item ul {
  line-height: 1.1875rem;
}
.node--type-candidate.node--view-mode-overlay .field__item ul a {
  font-weight: normal;
}
.node--type-candidate.node--view-mode-overlay .field--name-field-key-sources .field__item {
  margin-bottom: 5px;
}
.node--type-candidate.node--view-mode-overlay .field--name-field-key-sources a {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
}
.node--type-candidate.node--view-mode-overlay .field--label-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay .field--label-inline {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.node--type-candidate.node--view-mode-overlay .field--label-inline .field__label {
  margin-right: 0.25rem;
}
.node--type-candidate.node--view-mode-overlay .field--label-inline .field--name-description {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.0625rem;
}
.node--type-candidate.node--view-mode-overlay .header-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 -2rem 2rem -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay .header-wrapper {
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-overlay .header-wrapper {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay .header-wrapper {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .node--type-candidate.node--view-mode-overlay .header-wrapper {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay .header-wrapper {
    margin: 0 -3rem 2rem -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.node--type-candidate.node--view-mode-overlay .header-wrapper .field--label-above .field__label {
  font-size: 0.875rem;
  font-weight: normal;
}
.node--type-candidate.node--view-mode-overlay .field--name-node-title h2 {
  font-family: "Publico Headline", serif;
  font-size: 1.9375rem;
  line-height: 2.3125rem;
  margin-bottom: 0;
  text-align: left;
}
.node--type-candidate.node--view-mode-overlay .field--name-dynamic-token-fieldnode-print .print a {
  font-family: "Open Sans", sans-serif;
}
.node--type-candidate.node--view-mode-overlay .field--name-dynamic-token-fieldnode-print .print a:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.node--type-candidate.node--view-mode-overlay .field--name-field-developer {
  margin-bottom: 1rem;
}
.node--type-candidate.node--view-mode-overlay .field--name-field-developer .field__item {
  font-family: "Publico Headline", serif;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 2.3125rem;
}
.node--type-candidate.node--view-mode-overlay .field--name-field-approach {
  font-family: "Open Sans", sans-serif;
  margin: 1rem auto 2rem;
}
.node--type-candidate.node--view-mode-overlay a {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.node--type-candidate.node--view-mode-overlay a:hover, .node--type-candidate.node--view-mode-overlay a:focus-visible {
  color: #000;
}
.node--type-candidate.node--view-mode-overlay fieldset {
  background-color: #f2f2f2;
  margin-bottom: 1.5rem;
}
.node--type-candidate.node--view-mode-overlay fieldset.trial {
  margin-bottom: 0;
  margin-top: 0;
}
.node--type-candidate.node--view-mode-overlay fieldset.trial > legend {
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem 1rem 0;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay fieldset.trial > legend {
    padding: 1.5rem 0 0 0;
  }
}
.node--type-candidate.node--view-mode-overlay fieldset.trial .fieldset-wrapper {
  border-top: 6px solid #fff;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay fieldset.trial .fieldset-wrapper {
    margin: 1rem 0;
    padding-top: 1.5rem;
  }
}
.node--type-candidate.node--view-mode-overlay fieldset > legend {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: em-calc(23);
  padding-bottom: 1rem;
}
.node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper {
  margin: 1rem;
}
@media (min-width: 768px) {
  .node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper {
    margin: 1rem 2rem;
  }
}
.node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper > div:not(:last-child) {
  margin-bottom: 1rem;
}
.node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper .text-formatted p:last-of-type {
  margin-bottom: 0;
}
.node--type-candidate.node--view-mode-overlay fieldset .fieldset-wrapper:has(.preclinical) {
  margin-top: 0;
}
.node--type-candidate.node--view-mode-overlay fieldset.preclinical::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 24px;
  margin-left: -2rem;
  width: calc(100% + 64px);
}
.node--type-candidate.node--view-mode-overlay.color-theme-blue .header-wrapper {
  background-color: #06519B;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-blue-dark .header-wrapper {
  background-color: #003b75;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-green .header-wrapper {
  background-color: #496916;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-maroon .header-wrapper {
  background-color: #900128;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-yellow .header-wrapper {
  background-color: #ebae54;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-purple .header-wrapper {
  background-color: #6b1e7f;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-teal .header-wrapper {
  background-color: #1f6792;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-teal-light .header-wrapper {
  background-color: #3b8ead;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay.color-theme-teal-dark .header-wrapper {
  background-color: #005a54;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper {
  color: #fff;
}
.node--type-candidate.node--view-mode-overlay:not(.color-theme-yellow) .header-wrapper .field--name-node-title h2 {
  color: #fff;
}

.node--type-candidate.node--view-mode-preclinical-teaser > button {
  background: #f2f2f2;
  border: 0;
  color: #000;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
  transition: border 400ms, -webkit-transform 400ms;
  transition: border 400ms, transform 400ms;
  transition: border 400ms, transform 400ms, -webkit-transform 400ms;
  width: 100%;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button::after {
  background-color: #f2f2f2;
  border: 1px solid #5e7077;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border 400ms, -webkit-transform 400ms;
  transition: border 400ms, transform 400ms;
  transition: border 400ms, transform 400ms, -webkit-transform 400ms;
  z-index: -1;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  z-index: 1;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div > * {
  padding: 0.25rem;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser > button > div .field__label {
  border-left: 1px solid #5e7077;
  border-right: 1px solid #5e7077;
  color: #000;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-align: right;
  transition: background-color 400ms;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div .field__label {
  border-top: 1px solid #5e7077;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div .field__items {
  border-right: 1px solid #5e7077;
  border-top: 1px solid #5e7077;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div h2 {
  border-bottom: 1px solid #5e7077;
  border-right: 1px solid #5e7077;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button > div .field-label-inline {
  border-bottom: 1px solid #5e7077;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-node-title,
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-field-developer {
  overflow: hidden;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-node-title h2,
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-node-title .field__item,
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-field-developer h2,
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-field-developer .field__item {
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 0.875rem;
  margin-bottom: 0;
  text-align: left;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-field-developer {
  border-bottom: 1px solid #5e7077;
  position: relative;
}
.node--type-candidate.node--view-mode-preclinical-teaser > button .field--name-field-developer::after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0.75rem;
  opacity: 0.35;
  position: absolute;
  right: 1rem;
}
.node--type-candidate.node--view-mode-preclinical-teaser:hover > button .field--name-node-title h2, .node--type-candidate.node--view-mode-preclinical-teaser:focus-visible > button .field--name-node-title h2 {
  text-decoration: underline;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue > button::after {
  background: linear-gradient(to right, #06519B 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue > button > div .field__label {
  background-color: #06519B;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue:focus-visible > button > div .field__label {
  background-color: #086bcc;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark > button::after {
  background: linear-gradient(to right, #003b75 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark > button > div .field__label {
  background-color: #003b75;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-blue-dark:focus-visible > button > div .field__label {
  background-color: #0055a8;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green > button::after {
  background: linear-gradient(to right, #496916 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green > button > div .field__label {
  background-color: #496916;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-green:focus-visible > button > div .field__label {
  background-color: #66931f;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon > button::after {
  background: linear-gradient(to right, #900128 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon > button > div .field__label {
  background-color: #900128;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-maroon:focus-visible > button > div .field__label {
  background-color: #c30136;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow > button::after {
  background: linear-gradient(to right, #ebae54 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow > button > div .field__label {
  background-color: #ebae54;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-yellow:focus-visible > button > div .field__label {
  background-color: #f0c482;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple > button::after {
  background: linear-gradient(to right, #6b1e7f 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple > button > div .field__label {
  background-color: #6b1e7f;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-purple:focus-visible > button > div .field__label {
  background-color: #8e28a8;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal > button::after {
  background: linear-gradient(to right, #1f6792 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal > button > div .field__label {
  background-color: #1f6792;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal:focus-visible > button > div .field__label {
  background-color: #2885bc;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light > button::after {
  background: linear-gradient(to right, #3b8ead 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light > button > div .field__label {
  background-color: #3b8ead;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-light:focus-visible > button > div .field__label {
  background-color: #56a7c5;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark > button::after {
  background: linear-gradient(to right, #005a54 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark > button > div .field__label {
  background-color: #005a54;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:not(.color-theme-yellow):not(.inactive) > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:not(.color-theme-yellow):not(.inactive) > button > div .field__label {
  color: #fff;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.color-theme-yellow > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.color-theme-yellow > button > div .field__label {
  color: #000;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.inactive > button::after, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.static > button::after {
  background: linear-gradient(to right, #5e7077 42px, #f2f2f2 0);
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.inactive > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.inactive > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.static > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.static > button > div .field__label {
  background-color: #f2f2f2;
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.inactive > button .field--name-field-developer .field__item::before, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark.static > button .field--name-field-developer .field__item::before {
  content: "INACTIVE ";
}
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:hover > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:hover > button > div .field__label, .node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:focus-visible > button > div .field-label-inline,
.node--type-candidate.node--view-mode-preclinical-teaser.color-theme-teal-dark:focus-visible > button > div .field__label {
  background-color: #008d84;
}

.node--type-mp-goal.node--view-mode-banner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  min-height: 180px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .node--type-mp-goal.node--view-mode-banner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-goal.node--view-mode-banner {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-mp-goal.node--view-mode-banner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-goal.node--view-mode-banner {
    padding-bottom: 3rem;
  }
}
.node--type-mp-goal.node--view-mode-banner::before {
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  background: #11456a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.node--type-mp-goal.node--view-mode-banner::after {
  content: "";
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.node--type-mp-goal.node--view-mode-banner h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 950px) {
  .node--type-mp-goal.node--view-mode-banner h1 {
    font-size: 2.8125rem;
    padding-bottom: 24px;
  }
}
.node--type-mp-goal.node--view-mode-teaser {
  padding: 24px 0 56px 0;
}
.node--type-mp-goal.node--view-mode-teaser > .field--name-field-number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  /* 28px */
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
.node--type-mp-goal.node--view-mode-teaser h2 {
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  color: #000;
  margin-bottom: 16px;
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-description {
  font-size: 1rem;
  line-height: 150%;
  /* 24px */
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-description h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #003b75;
  margin-top: 24px;
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-description a:not(.button):not(.green-button) {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-description a:not(.button):not(.green-button):hover {
  text-decoration: none;
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-milestones {
  margin-top: 32px;
}
.node--type-mp-goal.node--view-mode-teaser .field--name-field-milestones .viewsreference--view-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #000;
  margin-bottom: 12px;
}

.node--type-mp-landing-page.node--view-mode-banner {
  position: relative;
}
.node--type-mp-landing-page.node--view-mode-banner .group-left {
  float: none;
  position: relative;
}
.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image {
  max-height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 949px) {
  .node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image {
    min-height: 21.875rem;
  }
}
.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image img {
    height: 400px;
  }
}
@media screen and (min-width: 950px) {
  .node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image img {
    height: 100%;
  }
}
.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-1.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.01);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-2.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.02);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-3.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.03);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-4.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.04);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-5.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.05);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-6.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.06);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-7.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.07);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-8.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.08);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-9.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.09);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-10.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.1);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-11.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.11);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-12.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.12);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-13.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.13);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-14.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.14);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-15.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.15);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-16.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.16);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-17.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.17);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-18.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.18);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-19.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.19);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-20.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.2);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-21.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.21);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-22.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.22);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-23.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.23);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-24.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.24);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-25.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.25);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-26.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.26);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-27.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.27);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-28.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.28);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-29.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.29);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-30.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.3);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-31.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.31);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-32.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.32);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-33.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.33);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-34.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.34);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-35.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.35);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-36.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.36);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-37.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.37);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-38.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.38);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-39.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.39);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-40.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.4);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-41.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.41);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-42.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.42);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-43.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.43);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-44.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.44);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-45.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.45);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-46.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.46);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-47.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.47);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-48.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.48);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-49.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.49);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-50.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.5);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-51.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.51);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-52.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.52);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-53.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.53);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-54.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.54);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-55.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.55);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-56.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.56);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-57.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.57);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-58.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.58);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-59.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.59);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-60.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.6);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-61.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.61);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-62.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.62);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-63.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.63);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-64.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.64);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-65.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.65);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-66.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.66);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-67.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.67);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-68.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.68);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-69.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.69);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-70.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.7);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-71.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.71);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-72.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.72);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-73.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.73);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-74.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.74);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-75.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.75);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-76.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.76);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-77.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.77);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-78.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.78);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-79.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.79);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-80.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.8);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-81.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.81);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-82.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.82);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-83.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.83);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-84.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.84);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-85.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.85);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-86.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.86);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-87.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.87);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-88.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.88);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-89.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.89);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-90.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.9);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-91.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.91);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-92.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.92);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-93.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.93);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-94.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.94);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-95.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.95);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-96.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.96);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-97.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.97);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-98.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.98);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-99.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.99);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-100.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
  background: #0a47aa;
  background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

@media screen and (max-width: 600px) {
  .darken-image-0.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-1.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.01);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-2.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.02);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-3.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.03);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-4.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.04);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-5.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.05);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-6.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.06);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-7.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.07);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-8.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.08);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-9.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.09);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-10.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.1);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-11.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.11);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-12.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.12);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-13.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.13);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-14.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.14);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-15.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.15);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-16.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.16);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-17.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.17);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-18.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.18);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-19.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.19);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-20.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.2);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-21.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.21);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-22.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.22);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-23.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.23);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-24.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.24);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-25.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.25);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-26.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.26);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-27.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.27);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-28.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.28);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-29.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.29);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-30.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.3);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-31.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.31);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-32.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.32);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-33.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.33);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-34.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.34);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-35.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.35);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-36.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.36);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-37.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.37);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-38.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.38);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-39.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.39);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-40.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.4);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-41.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.41);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-42.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.42);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-43.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.43);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-44.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.44);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-45.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.45);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-46.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.46);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-47.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.47);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-48.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.48);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-49.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.49);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-50.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.5);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-51.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.51);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-52.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.52);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-53.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.53);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-54.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.54);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-55.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.55);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-56.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.56);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-57.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.57);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-58.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.58);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-59.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.59);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-60.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.6);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-61.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.61);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-62.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.62);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-63.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.63);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-64.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.64);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-65.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.65);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-66.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.66);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-67.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.67);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-68.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.68);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-69.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.69);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-70.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.7);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-71.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.71);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-72.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.72);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-73.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.73);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-74.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.74);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-75.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.75);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-76.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.76);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-77.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.77);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-78.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.78);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-79.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.79);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-80.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.8);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-81.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.81);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-82.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.82);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-83.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.83);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-84.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.84);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-85.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.85);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-86.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.86);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-87.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.87);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-88.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.88);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-89.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.89);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-90.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.9);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-91.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.91);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-92.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.92);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-93.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.93);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-94.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.94);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-95.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.95);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-96.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.96);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-97.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.97);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-98.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.98);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-99.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.99);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-100.node--type-mp-landing-page.node--view-mode-banner .group-left .field--name-field-image:after {
    background: #0a47aa;
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }
}
.node--type-mp-landing-page.node--view-mode-banner .group-left::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-1.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.01);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-2.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.02);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-3.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.03);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-4.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.04);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-5.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.05);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-6.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.06);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-7.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.07);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-8.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.08);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-9.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.09);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-10.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.1);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-11.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.11);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-12.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.12);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-13.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.13);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-14.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.14);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-15.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.15);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-16.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.16);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-17.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.17);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-18.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.18);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-19.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.19);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-20.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.2);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-21.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.21);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-22.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.22);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-23.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.23);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-24.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.24);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-25.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.25);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-26.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.26);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-27.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.27);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-28.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.28);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-29.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.29);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-30.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.3);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-31.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.31);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-32.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.32);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-33.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.33);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-34.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.34);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-35.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.35);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-36.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.36);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-37.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.37);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-38.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.38);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-39.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.39);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-40.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.4);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-41.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.41);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-42.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.42);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-43.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.43);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-44.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.44);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-45.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.45);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-46.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.46);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-47.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.47);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-48.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.48);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-49.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.49);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-50.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.5);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-51.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.51);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-52.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.52);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-53.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.53);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-54.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.54);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-55.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.55);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-56.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.56);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-57.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.57);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-58.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.58);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-59.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.59);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-60.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.6);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-61.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.61);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-62.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.62);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-63.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.63);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-64.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.64);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-65.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.65);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-66.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.66);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-67.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.67);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-68.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.68);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-69.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.69);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-70.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.7);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-71.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.71);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-72.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.72);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-73.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.73);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-74.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.74);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-75.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.75);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-76.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.76);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-77.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.77);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-78.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.78);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-79.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.79);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-80.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.8);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-81.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.81);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-82.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.82);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-83.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.83);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-84.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.84);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-85.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.85);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-86.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.86);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-87.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.87);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-88.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.88);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-89.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.89);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-90.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.9);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-91.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.91);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-92.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.92);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-93.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.93);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-94.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.94);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-95.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.95);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-96.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.96);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-97.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.97);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-98.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.98);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-99.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: rgba(21, 26, 38, 0.99);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-100.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
  background: #151a26;
  background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 600px) {
  .darken-image-0.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-1.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.01);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-2.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.02);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-3.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.03);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-4.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.04);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-5.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.05);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-6.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.06);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-7.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.07);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-8.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.08);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-9.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.09);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-10.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.1);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-11.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.11);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-12.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.12);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-13.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.13);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-14.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.14);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-15.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.15);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-16.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.16);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-17.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.17);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-18.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.18);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-19.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.19);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-20.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.2);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-21.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.21);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-22.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.22);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-23.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.23);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-24.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.24);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-25.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.25);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-26.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.26);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-27.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.27);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-28.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.28);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-29.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.29);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-30.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.3);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-31.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.31);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-32.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.32);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-33.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.33);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-34.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.34);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-35.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.35);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-36.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.36);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-37.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.37);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-38.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.38);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-39.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.39);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-40.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.4);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-41.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.41);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-42.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.42);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-43.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.43);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-44.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.44);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-45.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.45);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-46.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.46);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-47.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.47);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-48.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.48);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-49.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.49);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-50.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.5);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-51.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.51);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-52.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.52);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-53.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.53);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-54.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.54);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-55.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.55);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-56.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.56);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-57.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.57);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-58.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.58);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-59.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.59);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-60.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.6);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-61.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.61);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-62.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.62);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-63.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.63);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-64.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.64);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-65.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.65);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-66.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.66);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-67.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.67);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-68.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.68);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-69.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.69);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-70.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.7);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-71.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.71);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-72.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.72);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-73.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.73);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-74.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.74);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-75.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.75);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-76.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.76);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-77.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.77);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-78.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.78);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-79.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.79);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-80.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.8);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-81.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.81);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-82.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.82);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-83.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.83);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-84.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.84);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-85.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.85);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-86.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.86);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-87.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.87);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-88.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.88);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-89.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.89);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-90.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.9);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-91.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.91);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-92.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.92);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-93.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.93);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-94.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.94);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-95.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.95);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-96.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.96);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-97.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.97);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-98.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.98);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-99.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: rgba(21, 26, 38, 0.99);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-100.node--type-mp-landing-page.node--view-mode-banner .group-left:after {
    background: #151a26;
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }
}
.node--type-mp-landing-page.node--view-mode-banner .group-right {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.node--type-mp-landing-page.node--view-mode-banner .group-right .wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 949px) {
  .node--type-mp-landing-page.node--view-mode-banner .group-right .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.node--type-mp-landing-page.node--view-mode-banner .group-right .wrapper > * {
  max-width: 30rem;
}
.node--type-mp-landing-page.node--view-mode-banner h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 16px;
}
@media screen and (min-width: 950px) {
  .node--type-mp-landing-page.node--view-mode-banner h1 {
    font-size: 2.8125rem;
    padding-bottom: 24px;
  }
}
.node--type-mp-landing-page.node--view-mode-banner h1 .yellow {
  color: #FFCC33;
}
.node--type-mp-landing-page.node--view-mode-full {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 4rem !important;
}
.node--type-mp-landing-page.node--view-mode-full .field--name-field-components .paragraph--type-mp-topic-area-links,
.node--type-mp-landing-page.node--view-mode-full .field--name-field-components .paragraph--type-mp-progress-highlight-links {
  border-top: 1px solid #fff;
  padding-top: 48px;
}

.node--type-mp-milestone.node--view-mode-banner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  min-height: 180px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .node--type-mp-milestone.node--view-mode-banner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-milestone.node--view-mode-banner {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-mp-milestone.node--view-mode-banner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-milestone.node--view-mode-banner {
    padding-bottom: 3rem;
  }
}
.node--type-mp-milestone.node--view-mode-banner::before {
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  background: #11456a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.node--type-mp-milestone.node--view-mode-banner::after {
  content: "";
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.node--type-mp-milestone.node--view-mode-banner h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 950px) {
  .node--type-mp-milestone.node--view-mode-banner h1 {
    font-size: 2.8125rem;
    padding-bottom: 24px;
  }
}
.node--type-mp-milestone.node--view-mode-full {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 4rem !important;
}
@media (min-width: 768px) {
  .node--type-mp-milestone.node--view-mode-full {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-milestone.node--view-mode-full {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-mp-milestone.node--view-mode-full {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-milestone.node--view-mode-full {
    margin-bottom: 3rem;
  }
}
.node--type-mp-milestone.node--view-mode-full.status-completed .group-status {
  border-color: #418100;
}
.node--type-mp-milestone.node--view-mode-full.status-completed .field--name-field-status::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_239)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16.3201C12.4183 16.3201 16 12.7383 16 8.32007C16 3.90179 12.4183 0.320068 8 0.320068C3.58172 0.320068 0 3.90179 0 8.32007C0 12.7383 3.58172 16.3201 8 16.3201ZM12.2966 5.78843C12.4448 5.62463 12.4322 5.37167 12.2684 5.22347C12.1046 5.07523 11.8516 5.08787 11.7034 5.25171L6.91236 10.5471L4.2762 8.03071C4.1164 7.87819 3.8632 7.88407 3.71064 8.04387C3.55812 8.20367 3.564 8.45687 3.7238 8.60943L6.65716 11.4094L6.95432 11.6931L7.22996 11.3884L12.2966 5.78843Z' fill='%23488B04'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_239'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.node--type-mp-milestone.node--view-mode-full.status-not-started .group-status {
  border-color: #85021a;
}
.node--type-mp-milestone.node--view-mode-full.status-not-started .field--name-field-status::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_270)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.32007C16 12.7383 12.4183 16.3201 8 16.3201C3.58172 16.3201 0 12.7383 0 8.32007C0 3.90179 3.58172 0.320068 8 0.320068C12.4183 0.320068 16 3.90179 16 8.32007ZM4.88872 11.4313C4.73252 11.2751 4.73252 11.0219 4.88872 10.8657L7.43432 8.32011L4.88872 5.77451C4.73252 5.61827 4.73252 5.36503 4.88872 5.20879C5.04492 5.05259 5.2982 5.05259 5.4544 5.20879L8 7.75439L10.5456 5.20883C10.7018 5.05263 10.9551 5.05263 11.1113 5.20883C11.2675 5.36503 11.2675 5.61831 11.1113 5.77451L8.56568 8.32011L11.1113 10.8657C11.2675 11.0219 11.2675 11.2751 11.1113 11.4313C10.955 11.5875 10.7018 11.5875 10.5456 11.4313L8 8.88579L5.45444 11.4313C5.2982 11.5876 5.04496 11.5876 4.88872 11.4313Z' fill='%2385021A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_270'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.node--type-mp-milestone.node--view-mode-full.status-in-progress .group-status {
  border-color: #fc3;
}
.node--type-mp-milestone.node--view-mode-full.status-in-progress .field--name-field-status::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='7' fill='black'/%3E%3Cg clip-path='url(%23clip0_610_2080)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM12.6577 11.8896H10.9992C11.8718 11.218 12.4983 10.2952 12.7813 9.25471C13.096 8.09807 12.9654 6.87237 12.4132 5.79952C11.8611 4.72667 10.924 3.87756 9.77138 3.40598C8.61881 2.93439 7.32709 2.87148 6.13005 3.22863L6.3044 3.75884C7.36845 3.44137 8.51665 3.49729 9.54115 3.91648C10.5657 4.33566 11.3987 5.09042 11.8895 6.04407C12.3803 6.99772 12.4963 8.08724 12.2167 9.11534C11.9633 10.0468 11.4003 10.872 10.6161 11.4701V9.94499H10.0328V12.4452H12.6577V11.8896ZM4.78293 4.52962C3.99871 5.12769 3.4357 5.95296 3.18232 6.88443C2.90265 7.91253 3.01871 9.00205 3.50949 9.9557C4.00028 10.9093 4.83331 11.6641 5.85781 12.0833C6.88232 12.5025 8.03054 12.5584 9.09456 12.2409L9.26895 12.7711C8.0719 13.1283 6.78015 13.0654 5.62758 12.5938C4.47504 12.1222 3.53784 11.2731 2.98572 10.2002C2.43359 9.1274 2.30302 7.90169 2.61765 6.74506C2.90063 5.7048 3.52692 4.78225 4.39915 4.11062H2.74133V3.55501H5.36624V6.05525H4.78293V4.52962Z' fill='%23FFCC33'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_610_2080'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.node--type-mp-milestone.node--view-mode-full .section-text,
.node--type-mp-milestone.node--view-mode-full .section-number {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #000;
}
.node--type-mp-milestone.node--view-mode-full h2,
.node--type-mp-milestone.node--view-mode-full .field--name-node-title {
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  color: #000;
  margin-bottom: 16px;
}
.node--type-mp-milestone.node--view-mode-full .group-status {
  background: #f2f2f2;
  border-top: 6px solid #003b75;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 290px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 400px) {
  .node--type-mp-milestone.node--view-mode-full .group-status {
    max-width: unset;
  }
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-status::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-status,
.node--type-mp-milestone.node--view-mode-full .field--name-field-high-priority,
.node--type-mp-milestone.node--view-mode-full .field--name-field-ongoing {
  font-size: 0.875rem;
  line-height: 140%;
  /* 19.6px */
}
.node--type-mp-milestone.node--view-mode-full .group-checkboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-high-priority,
.node--type-mp-milestone.node--view-mode-full .field--name-field-ongoing {
  font-weight: 700;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-high-priority::before,
.node--type-mp-milestone.node--view-mode-full .field--name-field-ongoing::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_4999_3630)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.148438 8.32001C0.148438 3.90173 3.73016 0.320007 8.14844 0.320007C12.5667 0.320007 16.1484 3.90173 16.1484 8.32001C16.1484 12.7383 12.5667 16.32 8.14844 16.32C3.73016 16.32 0.148438 12.7383 0.148438 8.32001ZM8.94844 3.92001C8.94844 3.47817 8.59028 3.12001 8.14844 3.12001C7.7066 3.12001 7.34844 3.47817 7.34844 3.92001V9.52001C7.34844 9.96185 7.7066 10.32 8.14844 10.32C8.59028 10.32 8.94844 9.96185 8.94844 9.52001V3.92001ZM8.14844 11.92C8.59028 11.92 8.94844 12.2782 8.94844 12.72C8.94844 13.1618 8.59028 13.52 8.14844 13.52C7.7066 13.52 7.34844 13.1618 7.34844 12.72C7.34844 12.2782 7.7066 11.92 8.14844 11.92Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4999_3630'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.148438 0.320007)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-ongoing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.14844 16.3201C12.5667 16.3201 16.1484 12.7383 16.1484 8.32007C16.1484 3.90179 12.5667 0.320068 8.14844 0.320068C3.73016 0.320068 0.148438 3.90179 0.148438 8.32007C0.148438 12.7383 3.73016 16.3201 8.14844 16.3201ZM10.699 5.70361C10.1942 5.80401 9.73036 6.05158 9.36599 6.41511C9.35862 6.42208 9.35161 6.42942 9.34498 6.43711L8.95303 6.87957C8.91484 6.92259 8.88548 6.9727 8.86662 7.02705C8.84774 7.0815 8.83976 7.13913 8.84314 7.19665C8.84618 7.24829 8.85832 7.29895 8.87897 7.34628C8.88132 7.35168 8.88378 7.35702 8.88635 7.36232C8.91149 7.41418 8.94659 7.46057 8.98966 7.49885C9.03273 7.53714 9.08292 7.56656 9.13736 7.58545C9.1918 7.60434 9.24943 7.61232 9.30696 7.60893C9.36448 7.60555 9.42078 7.59087 9.47263 7.56573C9.52448 7.54059 9.57104 7.5053 9.60932 7.46223L9.99305 7.02925C10.2352 6.7905 10.5424 6.62831 10.8762 6.56297C11.2117 6.4973 11.5592 6.53242 11.8748 6.66391C12.1904 6.7954 12.46 7.01737 12.6497 7.30184C12.8393 7.58632 12.9406 7.92057 12.9406 8.26247C12.9406 8.60437 12.8393 8.93862 12.6497 9.22309C12.46 9.50757 12.1904 9.72954 11.8748 9.86102C11.5592 9.99251 11.2117 10.0276 10.8762 9.96196C10.5424 9.89663 10.2352 9.73444 9.99307 9.4957L8.58577 7.90686L7.28556 6.43893C7.27893 6.43125 7.27192 6.4239 7.26455 6.41693C6.90021 6.05328 6.43636 5.8056 5.93145 5.70513C5.42564 5.60448 4.90133 5.65609 4.42485 5.85343C3.94837 6.05076 3.5411 6.38497 3.25457 6.81378C2.96803 7.24259 2.81509 7.74673 2.81509 8.26247C2.81509 8.7782 2.96803 9.28235 3.25457 9.71115C3.5411 10.14 3.94837 10.4742 4.42485 10.6715C4.90133 10.8688 5.42564 10.9205 5.93145 10.8198C6.43636 10.7193 6.9002 10.4717 7.26455 10.108C7.27192 10.101 7.27893 10.0937 7.28556 10.086L7.67737 9.6437C7.71562 9.60065 7.74503 9.55048 7.7639 9.49607C7.76854 9.4827 7.77253 9.46913 7.77584 9.45542C7.78603 9.41332 7.78994 9.36987 7.78739 9.32647C7.784 9.26895 7.76932 9.21265 7.74418 9.1608C7.71904 9.10895 7.68393 9.06256 7.64087 9.02427C7.5978 8.98599 7.54761 8.95656 7.49317 8.93767C7.43872 8.91879 7.3811 8.91081 7.32357 8.91419C7.26604 8.91757 7.20975 8.93226 7.1579 8.9574C7.10605 8.98254 7.05949 9.01783 7.02121 9.0609L6.63748 9.49388C6.3953 9.73263 6.08815 9.89482 5.75433 9.96015C5.4188 10.0258 5.07133 9.9907 4.75573 9.85921C4.44012 9.72773 4.1705 9.50576 3.98084 9.22128C3.79118 8.93681 3.68997 8.60256 3.68997 8.26066C3.68997 7.91876 3.79118 7.58451 3.98084 7.30003C4.1705 7.01556 4.44012 6.79359 4.75573 6.6621C5.07133 6.53061 5.4188 6.49549 5.75433 6.56116C6.08815 6.6265 6.39529 6.78868 6.63746 7.02742L8.15163 8.73692L9.34496 10.0842C9.3516 10.0919 9.35862 10.0992 9.36599 10.1062C9.73036 10.4697 10.1942 10.7173 10.699 10.8177C11.2048 10.9183 11.729 10.8667 12.2054 10.6693C12.6818 10.472 13.089 10.1379 13.3755 9.70913C13.6621 9.2804 13.815 8.77629 13.8151 8.26063C13.815 7.74498 13.6621 7.24092 13.3755 6.81219C13.089 6.38346 12.6818 6.04931 12.2054 5.85199C11.729 5.65466 11.2048 5.60303 10.699 5.70361Z' fill='black'/%3E%3C/svg%3E");
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-completion-date {
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  line-height: 140%;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-completion-date .field__label {
  display: inline;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-completion-date .field__label::after {
  content: ": ";
  display: inline;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-completion-date .field__item {
  display: inline;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-description {
  font-size: 1rem;
  line-height: 150%;
  /* 24px */
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-description h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #003b75;
  margin-top: 24px;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-description a:not(.button):not(.green-button) {
  text-decoration: underline;
  transition: color 400ms;
}
.node--type-mp-milestone.node--view-mode-full .field--name-field-description a:not(.button):not(.green-button):hover {
  text-decoration: none;
}
.node--type-mp-milestone.node--view-mode-teaser {
  height: 100%;
}
.node--type-mp-milestone.node--view-mode-teaser.status-in-progress a.field-group-link {
  border-color: #fc3;
}
.node--type-mp-milestone.node--view-mode-teaser.status-in-progress a.field-group-link:hover, .node--type-mp-milestone.node--view-mode-teaser.status-in-progress a.field-group-link:focus {
  border-color: #b38f24;
}
.node--type-mp-milestone.node--view-mode-teaser.status-in-progress a.field-group-link:hover .field--name-field-number::after, .node--type-mp-milestone.node--view-mode-teaser.status-in-progress a.field-group-link:focus .field--name-field-number::after {
  opacity: 1;
}
.node--type-mp-milestone.node--view-mode-teaser.status-in-progress .field--name-field-number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='7' fill='black'/%3E%3Cg clip-path='url(%23clip0_610_2080)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM12.6577 11.8896H10.9992C11.8718 11.218 12.4983 10.2952 12.7813 9.25471C13.096 8.09807 12.9654 6.87237 12.4132 5.79952C11.8611 4.72667 10.924 3.87756 9.77138 3.40598C8.61881 2.93439 7.32709 2.87148 6.13005 3.22863L6.3044 3.75884C7.36845 3.44137 8.51665 3.49729 9.54115 3.91648C10.5657 4.33566 11.3987 5.09042 11.8895 6.04407C12.3803 6.99772 12.4963 8.08724 12.2167 9.11534C11.9633 10.0468 11.4003 10.872 10.6161 11.4701V9.94499H10.0328V12.4452H12.6577V11.8896ZM4.78293 4.52962C3.99871 5.12769 3.4357 5.95296 3.18232 6.88443C2.90265 7.91253 3.01871 9.00205 3.50949 9.9557C4.00028 10.9093 4.83331 11.6641 5.85781 12.0833C6.88232 12.5025 8.03054 12.5584 9.09456 12.2409L9.26895 12.7711C8.0719 13.1283 6.78015 13.0654 5.62758 12.5938C4.47504 12.1222 3.53784 11.2731 2.98572 10.2002C2.43359 9.1274 2.30302 7.90169 2.61765 6.74506C2.90063 5.7048 3.52692 4.78225 4.39915 4.11062H2.74133V3.55501H5.36624V6.05525H4.78293V4.52962Z' fill='%23FFCC33'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_610_2080'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.node--type-mp-milestone.node--view-mode-teaser.status-in-progress .field--name-field-number::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.2s;
}
.node--type-mp-milestone.node--view-mode-teaser.status-not-started a.field-group-link {
  border-color: #85021a;
}
.node--type-mp-milestone.node--view-mode-teaser.status-not-started a.field-group-link:hover, .node--type-mp-milestone.node--view-mode-teaser.status-not-started a.field-group-link:focus {
  border-color: #5d0112;
}
.node--type-mp-milestone.node--view-mode-teaser.status-not-started a.field-group-link:hover .field--name-field-number::before, .node--type-mp-milestone.node--view-mode-teaser.status-not-started a.field-group-link:focus .field--name-field-number::before {
  background-color: #5d0112;
}
.node--type-mp-milestone.node--view-mode-teaser.status-not-started .field--name-field-number::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_270)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.32007C16 12.7383 12.4183 16.3201 8 16.3201C3.58172 16.3201 0 12.7383 0 8.32007C0 3.90179 3.58172 0.320068 8 0.320068C12.4183 0.320068 16 3.90179 16 8.32007ZM4.88872 11.4313C4.73252 11.2751 4.73252 11.0219 4.88872 10.8657L7.43432 8.32011L4.88872 5.77451C4.73252 5.61827 4.73252 5.36503 4.88872 5.20879C5.04492 5.05259 5.2982 5.05259 5.4544 5.20879L8 7.75439L10.5456 5.20883C10.7018 5.05263 10.9551 5.05263 11.1113 5.20883C11.2675 5.36503 11.2675 5.61831 11.1113 5.77451L8.56568 8.32011L11.1113 10.8657C11.2675 11.0219 11.2675 11.2751 11.1113 11.4313C10.955 11.5875 10.7018 11.5875 10.5456 11.4313L8 8.88579L5.45444 11.4313C5.2982 11.5876 5.04496 11.5876 4.88872 11.4313Z' fill='%2385021A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_270'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_270)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.32007C16 12.7383 12.4183 16.3201 8 16.3201C3.58172 16.3201 0 12.7383 0 8.32007C0 3.90179 3.58172 0.320068 8 0.320068C12.4183 0.320068 16 3.90179 16 8.32007ZM4.88872 11.4313C4.73252 11.2751 4.73252 11.0219 4.88872 10.8657L7.43432 8.32011L4.88872 5.77451C4.73252 5.61827 4.73252 5.36503 4.88872 5.20879C5.04492 5.05259 5.2982 5.05259 5.4544 5.20879L8 7.75439L10.5456 5.20883C10.7018 5.05263 10.9551 5.05263 11.1113 5.20883C11.2675 5.36503 11.2675 5.61831 11.1113 5.77451L8.56568 8.32011L11.1113 10.8657C11.2675 11.0219 11.2675 11.2751 11.1113 11.4313C10.955 11.5875 10.7018 11.5875 10.5456 11.4313L8 8.88579L5.45444 11.4313C5.2982 11.5876 5.04496 11.5876 4.88872 11.4313Z' fill='%2385021A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_270'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: #85021a;
}
.node--type-mp-milestone.node--view-mode-teaser.status-completed a.field-group-link {
  border-color: #418100;
}
.node--type-mp-milestone.node--view-mode-teaser.status-completed a.field-group-link:hover, .node--type-mp-milestone.node--view-mode-teaser.status-completed a.field-group-link:focus {
  border-color: #2e5a00;
}
.node--type-mp-milestone.node--view-mode-teaser.status-completed a.field-group-link:hover .field--name-field-number::before, .node--type-mp-milestone.node--view-mode-teaser.status-completed a.field-group-link:focus .field--name-field-number::before {
  background-color: #2e5a00;
}
.node--type-mp-milestone.node--view-mode-teaser.status-completed .field--name-field-number::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_239)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16.3201C12.4183 16.3201 16 12.7383 16 8.32007C16 3.90179 12.4183 0.320068 8 0.320068C3.58172 0.320068 0 3.90179 0 8.32007C0 12.7383 3.58172 16.3201 8 16.3201ZM12.2966 5.78843C12.4448 5.62463 12.4322 5.37167 12.2684 5.22347C12.1046 5.07523 11.8516 5.08787 11.7034 5.25171L6.91236 10.5471L4.2762 8.03071C4.1164 7.87819 3.8632 7.88407 3.71064 8.04387C3.55812 8.20367 3.564 8.45687 3.7238 8.60943L6.65716 11.4094L6.95432 11.6931L7.22996 11.3884L12.2966 5.78843Z' fill='%23488B04'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_239'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5023_239)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16.3201C12.4183 16.3201 16 12.7383 16 8.32007C16 3.90179 12.4183 0.320068 8 0.320068C3.58172 0.320068 0 3.90179 0 8.32007C0 12.7383 3.58172 16.3201 8 16.3201ZM12.2966 5.78843C12.4448 5.62463 12.4322 5.37167 12.2684 5.22347C12.1046 5.07523 11.8516 5.08787 11.7034 5.25171L6.91236 10.5471L4.2762 8.03071C4.1164 7.87819 3.8632 7.88407 3.71064 8.04387C3.55812 8.20367 3.564 8.45687 3.7238 8.60943L6.65716 11.4094L6.95432 11.6931L7.22996 11.3884L12.2966 5.78843Z' fill='%23488B04'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5023_239'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: #418100;
}
.node--type-mp-milestone.node--view-mode-teaser a.field-group-link {
  height: 100%;
  display: block;
  background-color: #f2f2f2;
  color: #000;
  border-top: 6px solid #003b75;
  padding: 20px;
  font-size: 1rem;
  line-height: 140%;
  /* 22.4px */
  transition: all 0.2s;
}
.node--type-mp-milestone.node--view-mode-teaser a.field-group-link:hover, .node--type-mp-milestone.node--view-mode-teaser a.field-group-link:focus {
  text-decoration: none;
}
.node--type-mp-milestone.node--view-mode-teaser a.field-group-link:hover .field--name-node-title, .node--type-mp-milestone.node--view-mode-teaser a.field-group-link:focus .field--name-node-title {
  text-decoration: underline;
}
.node--type-mp-milestone.node--view-mode-teaser .group-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-number {
  position: relative;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-number::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
  transition: all 0.2s;
}
.node--type-mp-milestone.node--view-mode-teaser .group-checkboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-number,
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-high-priority,
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-ongoing {
  font-size: 0.875rem;
  line-height: 140%;
  /* 19.6px */
  color: #000;
  font-weight: 700;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-high-priority,
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-ongoing {
  font-weight: 700;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-high-priority::before,
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-ongoing::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_4999_3630)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.148438 8.32001C0.148438 3.90173 3.73016 0.320007 8.14844 0.320007C12.5667 0.320007 16.1484 3.90173 16.1484 8.32001C16.1484 12.7383 12.5667 16.32 8.14844 16.32C3.73016 16.32 0.148438 12.7383 0.148438 8.32001ZM8.94844 3.92001C8.94844 3.47817 8.59028 3.12001 8.14844 3.12001C7.7066 3.12001 7.34844 3.47817 7.34844 3.92001V9.52001C7.34844 9.96185 7.7066 10.32 8.14844 10.32C8.59028 10.32 8.94844 9.96185 8.94844 9.52001V3.92001ZM8.14844 11.92C8.59028 11.92 8.94844 12.2782 8.94844 12.72C8.94844 13.1618 8.59028 13.52 8.14844 13.52C7.7066 13.52 7.34844 13.1618 7.34844 12.72C7.34844 12.2782 7.7066 11.92 8.14844 11.92Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4999_3630'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.148438 0.320007)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-field-ongoing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.14844 16.3201C12.5667 16.3201 16.1484 12.7383 16.1484 8.32007C16.1484 3.90179 12.5667 0.320068 8.14844 0.320068C3.73016 0.320068 0.148438 3.90179 0.148438 8.32007C0.148438 12.7383 3.73016 16.3201 8.14844 16.3201ZM10.699 5.70361C10.1942 5.80401 9.73036 6.05158 9.36599 6.41511C9.35862 6.42208 9.35161 6.42942 9.34498 6.43711L8.95303 6.87957C8.91484 6.92259 8.88548 6.9727 8.86662 7.02705C8.84774 7.0815 8.83976 7.13913 8.84314 7.19665C8.84618 7.24829 8.85832 7.29895 8.87897 7.34628C8.88132 7.35168 8.88378 7.35702 8.88635 7.36232C8.91149 7.41418 8.94659 7.46057 8.98966 7.49885C9.03273 7.53714 9.08292 7.56656 9.13736 7.58545C9.1918 7.60434 9.24943 7.61232 9.30696 7.60893C9.36448 7.60555 9.42078 7.59087 9.47263 7.56573C9.52448 7.54059 9.57104 7.5053 9.60932 7.46223L9.99305 7.02925C10.2352 6.7905 10.5424 6.62831 10.8762 6.56297C11.2117 6.4973 11.5592 6.53242 11.8748 6.66391C12.1904 6.7954 12.46 7.01737 12.6497 7.30184C12.8393 7.58632 12.9406 7.92057 12.9406 8.26247C12.9406 8.60437 12.8393 8.93862 12.6497 9.22309C12.46 9.50757 12.1904 9.72954 11.8748 9.86102C11.5592 9.99251 11.2117 10.0276 10.8762 9.96196C10.5424 9.89663 10.2352 9.73444 9.99307 9.4957L8.58577 7.90686L7.28556 6.43893C7.27893 6.43125 7.27192 6.4239 7.26455 6.41693C6.90021 6.05328 6.43636 5.8056 5.93145 5.70513C5.42564 5.60448 4.90133 5.65609 4.42485 5.85343C3.94837 6.05076 3.5411 6.38497 3.25457 6.81378C2.96803 7.24259 2.81509 7.74673 2.81509 8.26247C2.81509 8.7782 2.96803 9.28235 3.25457 9.71115C3.5411 10.14 3.94837 10.4742 4.42485 10.6715C4.90133 10.8688 5.42564 10.9205 5.93145 10.8198C6.43636 10.7193 6.9002 10.4717 7.26455 10.108C7.27192 10.101 7.27893 10.0937 7.28556 10.086L7.67737 9.6437C7.71562 9.60065 7.74503 9.55048 7.7639 9.49607C7.76854 9.4827 7.77253 9.46913 7.77584 9.45542C7.78603 9.41332 7.78994 9.36987 7.78739 9.32647C7.784 9.26895 7.76932 9.21265 7.74418 9.1608C7.71904 9.10895 7.68393 9.06256 7.64087 9.02427C7.5978 8.98599 7.54761 8.95656 7.49317 8.93767C7.43872 8.91879 7.3811 8.91081 7.32357 8.91419C7.26604 8.91757 7.20975 8.93226 7.1579 8.9574C7.10605 8.98254 7.05949 9.01783 7.02121 9.0609L6.63748 9.49388C6.3953 9.73263 6.08815 9.89482 5.75433 9.96015C5.4188 10.0258 5.07133 9.9907 4.75573 9.85921C4.44012 9.72773 4.1705 9.50576 3.98084 9.22128C3.79118 8.93681 3.68997 8.60256 3.68997 8.26066C3.68997 7.91876 3.79118 7.58451 3.98084 7.30003C4.1705 7.01556 4.44012 6.79359 4.75573 6.6621C5.07133 6.53061 5.4188 6.49549 5.75433 6.56116C6.08815 6.6265 6.39529 6.78868 6.63746 7.02742L8.15163 8.73692L9.34496 10.0842C9.3516 10.0919 9.35862 10.0992 9.36599 10.1062C9.73036 10.4697 10.1942 10.7173 10.699 10.8177C11.2048 10.9183 11.729 10.8667 12.2054 10.6693C12.6818 10.472 13.089 10.1379 13.3755 9.70913C13.6621 9.2804 13.815 8.77629 13.8151 8.26063C13.815 7.74498 13.6621 7.24092 13.3755 6.81219C13.089 6.38346 12.6818 6.04931 12.2054 5.85199C11.729 5.65466 11.2048 5.60303 10.699 5.70361Z' fill='black'/%3E%3C/svg%3E");
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-node-title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  color: #000;
  margin: 12px 0 0 0;
}
.node--type-mp-milestone.node--view-mode-teaser .field--name-node-title p {
  margin: 0;
}
.node--type-mp-milestone.node--view-mode-search-result .field--name-field-number * {
  display: inline;
  font-size: 1rem;
  line-height: 140%;
  /* 22.4px */
  color: #11456a;
}
.node--type-mp-milestone.node--view-mode-search-result h3 {
  margin-bottom: 4px;
  font-size: 1.25rem;
}
.node--type-mp-milestone.node--view-mode-search-result h3 a {
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #003b75;
}
.node--type-mp-milestone.node--view-mode-search-result .field--search-api-excerpt {
  font-size: 0.875rem;
  line-height: 130%;
  /* 18.2px */
  margin-bottom: 16px;
}
.node--type-mp-milestone.node--view-mode-search-result .field--name-field-parent * {
  display: inline;
  font-size: 0.875rem;
  line-height: 130%;
  /* 18.2px */
}
.node--type-mp-milestone.node--view-mode-search-result .field--name-field-parent .field__label {
  font-weight: 700;
  color: #06519B;
}
.node--type-mp-milestone.node--view-mode-search-result p {
  margin: 0;
}

.node--type-mp-progress-highlight.node--view-mode-search-result .field--name-field-milestone * {
  display: inline;
  font-size: 1rem;
  line-height: 140%;
  /* 22.4px */
  color: #11456a;
}
.node--type-mp-progress-highlight.node--view-mode-search-result h3 {
  margin-bottom: 4px;
  font-size: 1.25rem;
}
.node--type-mp-progress-highlight.node--view-mode-search-result h3 a {
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #003b75;
}
.node--type-mp-progress-highlight.node--view-mode-search-result .field--search-api-excerpt {
  font-size: 0.875rem;
  line-height: 130%;
  /* 18.2px */
  margin-bottom: 16px;
}
.node--type-mp-progress-highlight.node--view-mode-search-result .field--name-field-parent * {
  display: inline;
  font-size: 0.875rem;
  line-height: 130%;
  /* 18.2px */
}
.node--type-mp-progress-highlight.node--view-mode-search-result .field--name-field-parent .field__label {
  font-weight: 700;
  color: #06519B;
}
.node--type-mp-progress-highlight.node--view-mode-search-result p {
  margin: 0;
}

.node--type-mp-topic-area.node--view-mode-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  min-height: 280px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .node--type-mp-topic-area.node--view-mode-banner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-topic-area.node--view-mode-banner {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-mp-topic-area.node--view-mode-banner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-topic-area.node--view-mode-banner {
    padding-bottom: 3rem;
  }
}
.node--type-mp-topic-area.node--view-mode-banner::before {
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  background: #798893;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.node--type-mp-topic-area.node--view-mode-banner::after {
  content: "";
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.node--type-mp-topic-area.node--view-mode-banner .group-left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.node--type-mp-topic-area.node--view-mode-banner .group-left * {
  height: 100%;
}
.node--type-mp-topic-area.node--view-mode-banner .group-right {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.node--type-mp-topic-area.node--view-mode-banner .group-right > * {
  max-width: 30rem;
}
.node--type-mp-topic-area.node--view-mode-banner .field--name-field-icon {
  display: none;
}
.node--type-mp-topic-area.node--view-mode-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-mp-topic-area.node--view-mode-banner .media {
  margin-bottom: 16px;
}
.node--type-mp-topic-area.node--view-mode-banner svg path {
  fill: #fff;
}
.node--type-mp-topic-area.node--view-mode-banner h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 16px;
  text-align: left;
}
@media screen and (min-width: 950px) {
  .node--type-mp-topic-area.node--view-mode-banner h1 {
    font-size: 2.8125rem;
    padding-bottom: 24px;
  }
}
.node--type-mp-topic-area.node--view-mode-full {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 4rem !important;
}
@media (min-width: 768px) {
  .node--type-mp-topic-area.node--view-mode-full {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-topic-area.node--view-mode-full {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .node--type-mp-topic-area.node--view-mode-full {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-mp-topic-area.node--view-mode-full {
    margin-bottom: 3rem;
  }
}
.node--type-mp-topic-area.node--view-mode-full > .field--name-field-description {
  font-size: 1rem;
  line-height: 150%;
  /* 24px */
}
.node--type-mp-topic-area.node--view-mode-full > .field--name-field-description h2 {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 8px;
}
.node--type-mp-topic-area.node--view-mode-full .milestones {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 32px 0 56px 0;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .group-left {
  padding: 8px;
  background-color: #003b75;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .group-left > .field--name-field-milestones-total {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 120%;
  /* 62.4px */
  color: #fff;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .group-right {
  position: relative;
  width: 100%;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .group-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #e9f2f7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.node--type-mp-topic-area.node--view-mode-full .milestones h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  color: #003b75;
  margin: 0;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .ratio-text {
  margin-bottom: 12px;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .progress-text {
  font-style: italic;
  margin-bottom: 4px;
}
.node--type-mp-topic-area.node--view-mode-full .milestones .milestone-progress-bar {
  height: 8px;
  background-color: #418100;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.node--type-mp-topic-area.node--view-mode-full > .field--name-field-goals > .views-element-container > .viewsreference--view-title {
  padding-top: 48px;
  border-top: 1px solid #bbcad5;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  color: #000;
}
.node--type-mp-topic-area.node--view-mode-teaser {
  height: 100%;
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link {
  padding: 8px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #003b75;
  transition: all 0.5s;
  min-height: 84px;
  height: 100%;
}
@media (min-width: 600px) {
  .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link {
    min-height: 106px;
  }
}
@media (min-width: 1100px) {
  .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link {
    min-height: 68px;
  }
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link::after {
  content: "";
  -webkit-flex: 0 0 10px;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' viewBox='0 0 11 16' fill='none'%3E%3Cpath d='M9.35717 8.78087C9.85757 8.38054 9.85757 7.61946 9.35717 7.21913L1.95795 1.29976C1.30318 0.775946 0.333252 1.24212 0.333252 2.08063L0.333253 13.9194C0.333253 14.7579 1.30318 15.2241 1.95795 14.7002L9.35717 8.78087Z' fill='%23032D48'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' viewBox='0 0 11 16' fill='none'%3E%3Cpath d='M9.35717 8.78087C9.85757 8.38054 9.85757 7.61946 9.35717 7.21913L1.95795 1.29976C1.30318 0.775946 0.333252 1.24212 0.333252 2.08063L0.333253 13.9194C0.333253 14.7579 1.30318 15.2241 1.95795 14.7002L9.35717 8.78087Z' fill='%23032D48'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  margin: auto 0 auto auto;
  transition: all 0.5s;
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:hover, .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:focus {
  background: #bbcad5;
  text-decoration: none;
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:hover::after, .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:focus::after {
  background-color: #003b75;
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:hover svg path, .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:focus svg path {
  fill: #003b75;
}
.node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:hover .field--name-node-title, .node--type-mp-topic-area.node--view-mode-teaser a.field-group-link:focus .field--name-node-title {
  color: #003b75;
}
.node--type-mp-topic-area.node--view-mode-teaser svg path {
  fill: #fff;
  transition: all 0.5s;
}
.node--type-mp-topic-area.node--view-mode-teaser .field--name-field-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}
.node--type-mp-topic-area.node--view-mode-teaser .field--name-node-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  color: #fff;
  transition: all 0.5s;
}

.node--type-page.node--view-mode-banner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.node--type-page.node--view-mode-banner::before {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
}
.node--type-page.node--view-mode-banner .field--name-node-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0 32px;
  position: relative;
}
.node--type-page.node--view-mode-banner h1 {
  font-size: 2.8125rem;
  margin: 0;
}
.node--type-page.node--view-mode-full .field--name-field-components > .field__item:first-child > .paragraph--type-text, .node--type-page.node--view-mode-full .field--name-field-components > .field__item:first-child > .paragraph--type-text-grid {
  padding-top: 0;
}

.paragraph--type-accordions {
  overflow: hidden;
  padding: 0;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion {
  background-color: transparent;
  color: #000;
  padding: 0;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title {
  border-bottom: 0.5px solid #5e7077;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0;
  padding: 0 0 7px 20px;
  transition: color 400ms;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000;
  font-size: 1rem;
  left: 0;
  margin-left: auto;
  margin-top: 0.5rem;
  position: absolute;
  top: 1px;
  transition: all 400ms;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title::after {
  display: none;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title:hover, .paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title:focus-visible {
  color: #06519B;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title .field--name-field-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--title .field--name-field-subtitle {
  color: #5e7077;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--content {
  padding-left: 20px;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--content a {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--content a:hover, .paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion .accordion--content a:focus-visible {
  text-decoration: none;
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion.expanded .accordion--title:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000;
  font-size: 1rem;
  margin-left: auto;
  margin-top: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type-accordions.simplified .field--name-field-items .paragraph--type-accordion.expanded .accordion--title::after {
  display: none;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion {
  background-color: #06519B;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion.text-columns .accordion--content > .accordion--content--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .paragraph--type-accordions .field--name-field-items .paragraph--type-accordion.text-columns .accordion--content > .accordion--content--inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .paragraph--type-accordions .field--name-field-items .paragraph--type-accordion.text-columns .accordion--content > .accordion--content--inner > div {
    width: 48%;
  }
  .paragraph--type-accordions .field--name-field-items .paragraph--type-accordion.text-columns .accordion--content > .accordion--content--inner > div:last-child {
    margin-left: auto;
  }
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--title {
  color: #fff;
  cursor: pointer;
  line-height: 2;
  margin-bottom: 0;
  padding-right: 50px;
  position: relative;
  transition: color 400ms;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--title:after {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.1875rem;
  margin-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--title .field--name-field-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--content {
  padding-bottom: 20px;
  padding-top: 20px;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--content a {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--content a:hover, .paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--content a:focus-visible {
  text-decoration: none;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion .accordion--content p:last-child {
  margin-bottom: 0;
}
.paragraph--type-accordions .field--name-field-items .paragraph--type-accordion.expanded .accordion--title:after {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.1875rem;
  margin-left: auto;
  margin-top: 0.5rem;
}

.paragraph--type-anchor-links {
  padding-top: 1rem;
  background-color: #acacac;
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  .paragraph--type-anchor-links {
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-anchor-links {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-anchor-links {
    margin-bottom: -2rem;
  }
}
.paragraph--type-anchor-links .view-anchor-links .row {
  margin-left: 0;
  margin-right: 0;
}
.paragraph--type-anchor-links .view-anchor-links > .view-content {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type-anchor-links .view-anchor-links a {
  background-color: #fff;
  border-radius: 30px;
  color: #496916;
  font-family: "Publico Headline", serif;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  transition: background-color 400ms, color 400ms;
}
@media (min-width: 768px) {
  .paragraph--type-anchor-links .view-anchor-links a {
    font-size: 1.125rem;
    margin: 0 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.paragraph--type-anchor-links .view-anchor-links a:hover, .paragraph--type-anchor-links .view-anchor-links a:focus-visible {
  background-color: #06519B;
  color: #fff;
}

.paragraph--type-bio-listing h2 {
  text-align: center;
}
.paragraph--type-bio-listing .field--name-field-bios {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px -20px -40px;
}
.paragraph--type-bio-listing .field--name-field-bios > .field__item {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 40px;
  max-width: 300px;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .paragraph--type-bio-listing .field--name-field-bios > .field__item {
    -webkit-flex: 0 0 calc(100%/3);
        -ms-flex: 0 0 calc(100%/3);
            flex: 0 0 calc(100%/3);
  }
}
@media screen and (max-width: 650px) {
  .paragraph--type-bio-listing .field--name-field-bios > .field__item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.paragraph--type-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.paragraph--type-banner .slick-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.paragraph--type-banner .slick-slider .slick-dots li {
  font-size: 0;
  transition: opacity 400ms;
}
.paragraph--type-banner .slick-slider .slick-dots li:not(:last-child) {
  margin-right: 0.5rem;
}
.paragraph--type-banner .slick-slider .slick-dots li button {
  background: #fff;
  border: none;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.paragraph--type-banner .slick-slider .slick-dots li.slick-active {
  opacity: 0.43;
}
.paragraph--type-banner .slick__arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 45%;
  left: 1rem;
  right: 2rem;
}
@media screen and (max-width: 949px) {
  .paragraph--type-banner .slick__arrow {
    display: none;
  }
}
.paragraph--type-banner .slick__arrow .slick-prev,
.paragraph--type-banner .slick__arrow .slick-next {
  position: relative;
  border: none;
  background: transparent;
  font-size: 0;
  outline: none;
  visibility: hidden;
}
.paragraph--type-banner .slick__arrow .slick-prev:after,
.paragraph--type-banner .slick__arrow .slick-next:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));
}
.paragraph--type-banner .slick__arrow .slick-prev:after {
  background-image: url(images/9c48c090e8d6f82f6681271d2b32b99e.svg);
}
.paragraph--type-banner .slick__arrow .slick-next {
  margin-left: auto;
}
.paragraph--type-banner .slick__arrow .slick-next:after {
  background-image: url(images/b3c3aff16cee73b07079da86d1515129.svg);
}

.paragraph--type-banner-slide {
  position: relative;
}
.paragraph--type-banner-slide .group-left {
  float: none;
  position: relative;
}
.paragraph--type-banner-slide .group-left .field--name-field-image {
  overflow: hidden;
}
@media screen and (max-width: 949px) {
  .paragraph--type-banner-slide .group-left .field--name-field-image {
    min-height: 21.875rem;
  }
}
.paragraph--type-banner-slide .group-left .field--name-field-image img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .paragraph--type-banner-slide .group-left .field--name-field-image img {
    height: 400px;
  }
}
@media screen and (min-width: 950px) {
  .paragraph--type-banner-slide .group-left .field--name-field-image img {
    height: 100%;
    max-height: 29vw;
  }
}
@media screen and (min-width: 1800px) {
  .paragraph--type-banner-slide .group-left .field--name-field-image img {
    max-height: 500px;
  }
}
.paragraph--type-banner-slide .group-left .field--name-field-image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-1.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.01);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-2.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.02);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-3.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.03);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-4.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.04);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-5.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.05);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-6.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.06);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-7.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.07);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-8.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.08);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-9.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.09);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-10.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.1);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-11.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.11);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-12.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.12);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-13.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.13);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-14.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.14);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-15.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.15);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-16.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.16);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-17.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.17);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-18.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.18);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-19.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.19);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-20.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.2);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-21.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.21);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-22.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.22);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-23.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.23);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-24.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.24);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-25.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.25);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-26.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.26);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-27.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.27);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-28.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.28);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-29.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.29);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-30.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.3);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-31.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.31);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-32.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.32);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-33.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.33);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-34.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.34);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-35.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.35);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-36.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.36);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-37.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.37);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-38.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.38);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-39.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.39);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-40.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.4);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-41.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.41);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-42.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.42);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-43.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.43);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-44.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.44);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-45.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.45);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-46.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.46);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-47.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.47);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-48.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.48);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-49.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.49);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-50.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.5);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-51.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.51);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-52.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.52);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-53.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.53);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-54.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.54);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-55.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.55);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-56.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.56);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-57.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.57);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-58.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.58);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-59.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.59);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-60.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.6);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-61.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.61);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-62.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.62);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-63.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.63);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-64.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.64);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-65.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.65);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-66.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.66);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-67.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.67);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-68.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.68);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-69.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.69);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-70.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.7);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-71.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.71);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-72.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.72);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-73.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.73);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-74.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.74);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-75.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.75);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-76.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.76);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-77.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.77);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-78.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.78);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-79.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.79);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-80.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.8);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-81.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.81);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-82.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.82);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-83.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.83);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-84.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.84);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-85.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.85);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-86.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.86);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-87.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.87);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-88.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.88);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-89.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.89);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-90.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.9);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-91.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.91);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-92.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.92);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-93.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.93);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-94.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.94);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-95.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.95);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-96.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.96);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-97.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.97);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-98.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.98);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-99.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.99);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-100.paragraph--type-banner-slide .group-left .field--name-field-image:after {
  background: #0a47aa;
  background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

@media screen and (max-width: 600px) {
  .darken-image-0.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-1.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.01);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-2.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.02);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-3.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.03);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-4.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.04);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-5.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.05);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-6.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.06);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-7.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.07);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-8.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.08);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-9.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.09);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-10.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.1);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-11.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.11);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-12.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.12);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-13.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.13);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-14.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.14);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-15.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.15);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-16.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.16);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-17.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.17);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-18.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.18);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-19.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.19);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-20.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.2);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-21.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.21);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-22.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.22);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-23.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.23);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-24.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.24);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-25.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.25);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-26.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.26);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-27.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.27);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-28.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.28);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-29.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.29);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-30.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.3);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-31.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.31);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-32.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.32);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-33.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.33);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-34.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.34);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-35.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.35);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-36.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.36);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-37.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.37);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-38.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.38);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-39.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.39);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-40.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.4);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-41.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.41);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-42.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.42);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-43.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.43);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-44.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.44);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-45.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.45);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-46.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.46);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-47.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.47);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-48.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.48);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-49.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.49);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-50.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.5);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-51.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.51);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-52.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.52);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-53.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.53);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-54.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.54);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-55.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.55);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-56.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.56);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-57.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.57);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-58.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.58);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-59.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.59);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-60.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.6);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-61.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.61);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-62.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.62);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-63.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.63);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-64.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.64);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-65.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.65);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-66.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.66);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-67.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.67);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-68.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.68);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-69.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.69);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-70.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.7);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-71.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.71);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-72.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.72);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-73.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.73);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-74.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.74);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-75.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.75);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-76.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.76);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-77.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.77);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-78.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.78);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-79.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.79);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-80.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.8);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-81.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.81);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-82.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.82);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-83.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.83);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-84.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.84);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-85.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.85);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-86.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.86);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-87.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.87);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-88.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.88);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-89.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.89);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-90.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.9);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-91.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.91);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-92.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.92);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-93.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.93);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-94.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.94);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-95.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.95);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-96.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.96);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-97.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.97);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-98.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.98);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-99.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: rgba(10, 71, 170, 0.99);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-100.paragraph--type-banner-slide .group-left .field--name-field-image:after {
    background: #0a47aa;
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }
}
.paragraph--type-banner-slide .group-left::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-1.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.01);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-2.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.02);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-3.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.03);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-4.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.04);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-5.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.05);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-6.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.06);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-7.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.07);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-8.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.08);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-9.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.09);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-10.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.1);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-11.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.11);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-12.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.12);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-13.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.13);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-14.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.14);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-15.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.15);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-16.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.16);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-17.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.17);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-18.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.18);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-19.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.19);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-20.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.2);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-21.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.21);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-22.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.22);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-23.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.23);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-24.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.24);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-25.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.25);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-26.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.26);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-27.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.27);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-28.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.28);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-29.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.29);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-30.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.3);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-31.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.31);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-32.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.32);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-33.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.33);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-34.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.34);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-35.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.35);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-36.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.36);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-37.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.37);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-38.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.38);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-39.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.39);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-40.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.4);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-41.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.41);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-42.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.42);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-43.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.43);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-44.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.44);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-45.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.45);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-46.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.46);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-47.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.47);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-48.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.48);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-49.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.49);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-50.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.5);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-51.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.51);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-52.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.52);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-53.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.53);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-54.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.54);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-55.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.55);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-56.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.56);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-57.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.57);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-58.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.58);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-59.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.59);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-60.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.6);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-61.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.61);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-62.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.62);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-63.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.63);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-64.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.64);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-65.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.65);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-66.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.66);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-67.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.67);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-68.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.68);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-69.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.69);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-70.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.7);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-71.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.71);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-72.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.72);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-73.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.73);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-74.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.74);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-75.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.75);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-76.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.76);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-77.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.77);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-78.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.78);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-79.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.79);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-80.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.8);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-81.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.81);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-82.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.82);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-83.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.83);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-84.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.84);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-85.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.85);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-86.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.86);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-87.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.87);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-88.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.88);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-89.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.89);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-90.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.9);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-91.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.91);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-92.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.92);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-93.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.93);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-94.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.94);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-95.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.95);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-96.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.96);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-97.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.97);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-98.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.98);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-99.paragraph--type-banner-slide .group-left:after {
  background: rgba(21, 26, 38, 0.99);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.darken-image-100.paragraph--type-banner-slide .group-left:after {
  background: #151a26;
  background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 600px) {
  .darken-image-0.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-1.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.01);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-2.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.02);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-3.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.03);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-4.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.04);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-5.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.05);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-6.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.06);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-7.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.07);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-8.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.08);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-9.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.09);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-10.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.1);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-11.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.11);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-12.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.12);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-13.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.13);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-14.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.14);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-15.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.15);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-16.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.16);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-17.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.17);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-18.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.18);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-19.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.19);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-20.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.2);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-21.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.21);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-22.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.22);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-23.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.23);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-24.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.24);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-25.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.25);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-26.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.26);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-27.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.27);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-28.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.28);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-29.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.29);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-30.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.3);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-31.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.31);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-32.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.32);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-33.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.33);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-34.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.34);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-35.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.35);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-36.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.36);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-37.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.37);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-38.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.38);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-39.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.39);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-40.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.4);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-41.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.41);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-42.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.42);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-43.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.43);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-44.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.44);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-45.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.45);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-46.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.46);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-47.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.47);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-48.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.48);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-49.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.49);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-50.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.5);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-51.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.51);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-52.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.52);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-53.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.53);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-54.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.54);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-55.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.55);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-56.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.56);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-57.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.57);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-58.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.58);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-59.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.59);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-60.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.6);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-61.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.61);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-62.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.62);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-63.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.63);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-64.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.64);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-65.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.65);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-66.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.66);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-67.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.67);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-68.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.68);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-69.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.69);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-70.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.7);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-71.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.71);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-72.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.72);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-73.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.73);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-74.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.74);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-75.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.75);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-76.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.76);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-77.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.77);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-78.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.78);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-79.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.79);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-80.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.8);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-81.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.81);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-82.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.82);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-83.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.83);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-84.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.84);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-85.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.85);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-86.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.86);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-87.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.87);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-88.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.88);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-89.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.89);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-90.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.9);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-91.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.91);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-92.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.92);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-93.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.93);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-94.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.94);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-95.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.95);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-96.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.96);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-97.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.97);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-98.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.98);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-99.paragraph--type-banner-slide .group-left:after {
    background: rgba(21, 26, 38, 0.99);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-100.paragraph--type-banner-slide .group-left:after {
    background: #151a26;
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }
}
.paragraph--type-banner-slide .group-right {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.paragraph--type-banner-slide .group-right .wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 949px) {
  .paragraph--type-banner-slide .group-right .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.paragraph--type-banner-slide .group-right .wrapper > * {
  max-width: 30rem;
}
.paragraph--type-banner-slide .group-right .field--name-field-link {
  margin-top: 1rem;
}
.paragraph--type-banner-slide .group-right .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-banner-slide .group-right .field--name-field-link a:visited, .paragraph--type-banner-slide .group-right .field--name-field-link a:active, .paragraph--type-banner-slide .group-right .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-banner-slide .group-right .field--name-field-link a:hover, .paragraph--type-banner-slide .group-right .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-banner-slide h2,
.paragraph--type-banner-slide .field--name-field-title-html {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 950px) {
  .paragraph--type-banner-slide h2,
.paragraph--type-banner-slide .field--name-field-title-html {
    font-size: 2.8125rem;
  }
}
.paragraph--type-banner-slide h2 .yellow,
.paragraph--type-banner-slide .field--name-field-title-html .yellow {
  color: #FFCC33;
}
.paragraph--type-banner-slide .field--name-field-subheading {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 950px) {
  .paragraph--type-banner-slide .field--name-field-subheading {
    font-size: 1.0625rem;
  }
}
.paragraph--type-banner-slide .field--name-field-call-to-action,
.paragraph--type-banner-slide .field--name-field-file-download {
  margin-top: 20px;
}
.paragraph--type-banner-slide .field--name-field-call-to-action a,
.paragraph--type-banner-slide .field--name-field-file-download a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #06519B;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-banner-slide .field--name-field-call-to-action a:visited, .paragraph--type-banner-slide .field--name-field-call-to-action a:active, .paragraph--type-banner-slide .field--name-field-call-to-action a:focus,
.paragraph--type-banner-slide .field--name-field-file-download a:visited,
.paragraph--type-banner-slide .field--name-field-file-download a:active,
.paragraph--type-banner-slide .field--name-field-file-download a:focus {
  color: #06519B;
}
.paragraph--type-banner-slide .field--name-field-call-to-action a:hover, .paragraph--type-banner-slide .field--name-field-call-to-action a:focus-visible,
.paragraph--type-banner-slide .field--name-field-file-download a:hover,
.paragraph--type-banner-slide .field--name-field-file-download a:focus-visible {
  background: #e6e6e6;
  color: #06519B;
  text-decoration: none;
}

.paragraph--type-call-to-action {
  position: relative;
}
.paragraph--type-call-to-action .group-left {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}
.paragraph--type-call-to-action .group-left .field--name-field-image {
  overflow: hidden;
}
.paragraph--type-call-to-action .group-left .field--name-field-image img {
  display: block;
  height: auto;
  width: 100vw;
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action .group-left .field--name-field-image img {
    width: 100%;
  }
}
.paragraph--type-call-to-action .group-left .field--name-field-image::after {
  background: #1f6792 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
}
.paragraph--type-call-to-action .group-left::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0) 80%);
  mix-blend-mode: multiply;
}

.darken-image-1.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.01) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.01) 80%);
  mix-blend-mode: multiply;
}

.darken-image-2.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.02) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.02) 80%);
  mix-blend-mode: multiply;
}

.darken-image-3.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.03) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.03) 80%);
  mix-blend-mode: multiply;
}

.darken-image-4.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.04) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.04) 80%);
  mix-blend-mode: multiply;
}

.darken-image-5.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.05) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.05) 80%);
  mix-blend-mode: multiply;
}

.darken-image-6.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.06) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.06) 80%);
  mix-blend-mode: multiply;
}

.darken-image-7.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.07) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.07) 80%);
  mix-blend-mode: multiply;
}

.darken-image-8.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.08) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.08) 80%);
  mix-blend-mode: multiply;
}

.darken-image-9.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.09) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.09) 80%);
  mix-blend-mode: multiply;
}

.darken-image-10.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.1) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.1) 80%);
  mix-blend-mode: multiply;
}

.darken-image-11.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.11) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.11) 80%);
  mix-blend-mode: multiply;
}

.darken-image-12.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.12) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.12) 80%);
  mix-blend-mode: multiply;
}

.darken-image-13.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.13) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.13) 80%);
  mix-blend-mode: multiply;
}

.darken-image-14.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.14) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.14) 80%);
  mix-blend-mode: multiply;
}

.darken-image-15.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.15) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.15) 80%);
  mix-blend-mode: multiply;
}

.darken-image-16.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.16) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.16) 80%);
  mix-blend-mode: multiply;
}

.darken-image-17.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.17) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.17) 80%);
  mix-blend-mode: multiply;
}

.darken-image-18.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.18) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.18) 80%);
  mix-blend-mode: multiply;
}

.darken-image-19.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.19) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.19) 80%);
  mix-blend-mode: multiply;
}

.darken-image-20.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.2) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.2) 80%);
  mix-blend-mode: multiply;
}

.darken-image-21.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.21) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.21) 80%);
  mix-blend-mode: multiply;
}

.darken-image-22.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.22) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.22) 80%);
  mix-blend-mode: multiply;
}

.darken-image-23.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.23) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.23) 80%);
  mix-blend-mode: multiply;
}

.darken-image-24.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.24) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.24) 80%);
  mix-blend-mode: multiply;
}

.darken-image-25.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.25) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.25) 80%);
  mix-blend-mode: multiply;
}

.darken-image-26.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.26) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.26) 80%);
  mix-blend-mode: multiply;
}

.darken-image-27.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.27) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.27) 80%);
  mix-blend-mode: multiply;
}

.darken-image-28.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.28) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.28) 80%);
  mix-blend-mode: multiply;
}

.darken-image-29.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.29) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.29) 80%);
  mix-blend-mode: multiply;
}

.darken-image-30.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.3) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.3) 80%);
  mix-blend-mode: multiply;
}

.darken-image-31.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.31) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.31) 80%);
  mix-blend-mode: multiply;
}

.darken-image-32.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.32) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.32) 80%);
  mix-blend-mode: multiply;
}

.darken-image-33.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.33) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.33) 80%);
  mix-blend-mode: multiply;
}

.darken-image-34.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.34) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.34) 80%);
  mix-blend-mode: multiply;
}

.darken-image-35.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.35) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.35) 80%);
  mix-blend-mode: multiply;
}

.darken-image-36.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.36) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.36) 80%);
  mix-blend-mode: multiply;
}

.darken-image-37.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.37) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.37) 80%);
  mix-blend-mode: multiply;
}

.darken-image-38.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.38) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.38) 80%);
  mix-blend-mode: multiply;
}

.darken-image-39.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.39) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.39) 80%);
  mix-blend-mode: multiply;
}

.darken-image-40.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.4) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.4) 80%);
  mix-blend-mode: multiply;
}

.darken-image-41.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.41) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.41) 80%);
  mix-blend-mode: multiply;
}

.darken-image-42.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.42) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.42) 80%);
  mix-blend-mode: multiply;
}

.darken-image-43.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.43) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.43) 80%);
  mix-blend-mode: multiply;
}

.darken-image-44.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.44) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.44) 80%);
  mix-blend-mode: multiply;
}

.darken-image-45.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.45) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.45) 80%);
  mix-blend-mode: multiply;
}

.darken-image-46.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.46) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.46) 80%);
  mix-blend-mode: multiply;
}

.darken-image-47.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.47) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.47) 80%);
  mix-blend-mode: multiply;
}

.darken-image-48.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.48) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.48) 80%);
  mix-blend-mode: multiply;
}

.darken-image-49.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.49) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.49) 80%);
  mix-blend-mode: multiply;
}

.darken-image-50.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.5) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.5) 80%);
  mix-blend-mode: multiply;
}

.darken-image-51.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.51) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.51) 80%);
  mix-blend-mode: multiply;
}

.darken-image-52.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.52) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.52) 80%);
  mix-blend-mode: multiply;
}

.darken-image-53.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.53) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.53) 80%);
  mix-blend-mode: multiply;
}

.darken-image-54.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.54) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.54) 80%);
  mix-blend-mode: multiply;
}

.darken-image-55.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.55) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.55) 80%);
  mix-blend-mode: multiply;
}

.darken-image-56.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.56) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.56) 80%);
  mix-blend-mode: multiply;
}

.darken-image-57.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.57) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.57) 80%);
  mix-blend-mode: multiply;
}

.darken-image-58.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.58) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.58) 80%);
  mix-blend-mode: multiply;
}

.darken-image-59.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.59) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.59) 80%);
  mix-blend-mode: multiply;
}

.darken-image-60.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.6) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.6) 80%);
  mix-blend-mode: multiply;
}

.darken-image-61.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.61) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.61) 80%);
  mix-blend-mode: multiply;
}

.darken-image-62.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.62) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.62) 80%);
  mix-blend-mode: multiply;
}

.darken-image-63.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.63) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.63) 80%);
  mix-blend-mode: multiply;
}

.darken-image-64.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.64) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.64) 80%);
  mix-blend-mode: multiply;
}

.darken-image-65.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.65) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.65) 80%);
  mix-blend-mode: multiply;
}

.darken-image-66.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.66) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.66) 80%);
  mix-blend-mode: multiply;
}

.darken-image-67.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.67) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.67) 80%);
  mix-blend-mode: multiply;
}

.darken-image-68.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.68) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.68) 80%);
  mix-blend-mode: multiply;
}

.darken-image-69.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.69) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.69) 80%);
  mix-blend-mode: multiply;
}

.darken-image-70.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.7) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.7) 80%);
  mix-blend-mode: multiply;
}

.darken-image-71.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.71) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.71) 80%);
  mix-blend-mode: multiply;
}

.darken-image-72.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.72) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.72) 80%);
  mix-blend-mode: multiply;
}

.darken-image-73.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.73) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.73) 80%);
  mix-blend-mode: multiply;
}

.darken-image-74.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.74) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.74) 80%);
  mix-blend-mode: multiply;
}

.darken-image-75.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.75) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.75) 80%);
  mix-blend-mode: multiply;
}

.darken-image-76.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.76) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.76) 80%);
  mix-blend-mode: multiply;
}

.darken-image-77.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.77) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.77) 80%);
  mix-blend-mode: multiply;
}

.darken-image-78.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.78) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.78) 80%);
  mix-blend-mode: multiply;
}

.darken-image-79.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.79) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.79) 80%);
  mix-blend-mode: multiply;
}

.darken-image-80.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.8) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.8) 80%);
  mix-blend-mode: multiply;
}

.darken-image-81.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.81) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.81) 80%);
  mix-blend-mode: multiply;
}

.darken-image-82.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.82) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.82) 80%);
  mix-blend-mode: multiply;
}

.darken-image-83.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.83) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.83) 80%);
  mix-blend-mode: multiply;
}

.darken-image-84.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.84) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.84) 80%);
  mix-blend-mode: multiply;
}

.darken-image-85.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.85) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.85) 80%);
  mix-blend-mode: multiply;
}

.darken-image-86.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.86) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.86) 80%);
  mix-blend-mode: multiply;
}

.darken-image-87.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.87) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.87) 80%);
  mix-blend-mode: multiply;
}

.darken-image-88.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.88) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.88) 80%);
  mix-blend-mode: multiply;
}

.darken-image-89.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.89) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.89) 80%);
  mix-blend-mode: multiply;
}

.darken-image-90.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.9) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.9) 80%);
  mix-blend-mode: multiply;
}

.darken-image-91.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.91) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.91) 80%);
  mix-blend-mode: multiply;
}

.darken-image-92.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.92) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.92) 80%);
  mix-blend-mode: multiply;
}

.darken-image-93.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.93) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.93) 80%);
  mix-blend-mode: multiply;
}

.darken-image-94.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.94) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.94) 80%);
  mix-blend-mode: multiply;
}

.darken-image-95.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.95) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.95) 80%);
  mix-blend-mode: multiply;
}

.darken-image-96.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.96) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.96) 80%);
  mix-blend-mode: multiply;
}

.darken-image-97.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.97) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.97) 80%);
  mix-blend-mode: multiply;
}

.darken-image-98.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.98) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.98) 80%);
  mix-blend-mode: multiply;
}

.darken-image-99.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.99) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, rgba(25, 67, 78, 0.99) 80%);
  mix-blend-mode: multiply;
}

.darken-image-100.paragraph--type-call-to-action .group-left:after {
  background: -moz-linear-gradient(top, rgba(25, 67, 78, 0) 0%, #19434e 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 67, 78, 0) 0%, #19434e 80%);
  mix-blend-mode: multiply;
}

.paragraph--type-call-to-action .group-right {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action .group-right {
    padding-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-call-to-action .group-right {
    padding-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action .group-right {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-call-to-action .group-right {
    padding-bottom: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  .paragraph--type-call-to-action .group-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: auto;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.paragraph--type-call-to-action .group-right > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action .group-right > * {
    max-width: 30rem;
  }
}
.paragraph--type-call-to-action .group-right .field--name-field-link {
  margin-top: 1rem;
}
.paragraph--type-call-to-action .group-right .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  white-space: nowrap;
}
.paragraph--type-call-to-action .group-right .field--name-field-link a:visited, .paragraph--type-call-to-action .group-right .field--name-field-link a:active, .paragraph--type-call-to-action .group-right .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-call-to-action .group-right .field--name-field-link a:hover, .paragraph--type-call-to-action .group-right .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-call-to-action h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action h2 {
    font-size: 2.8125rem;
  }
}
.paragraph--type-call-to-action .field--name-field-subheading {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .paragraph--type-call-to-action .field--name-field-subheading {
    font-size: 1.125rem;
  }
}

.paragraph--type-callout-box > div {
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .paragraph--type-callout-box > div {
    max-width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.paragraph--type-callout-box > div .field--name-field-text p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.paragraph--type-cidrap-news {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  min-height: 255px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 768px) {
  .paragraph--type-cidrap-news {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-cidrap-news {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-cidrap-news {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-cidrap-news {
    padding-bottom: 3rem;
  }
}
.paragraph--type-cidrap-news > .link-wrapper {
  text-align: center;
  padding-top: 30px;
}
.paragraph--type-cidrap-news > .link-wrapper a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-cidrap-news > .link-wrapper a:visited, .paragraph--type-cidrap-news > .link-wrapper a:active, .paragraph--type-cidrap-news > .link-wrapper a:focus {
  color: #000;
}
.paragraph--type-cidrap-news > .link-wrapper a:hover, .paragraph--type-cidrap-news > .link-wrapper a:focus-visible {
  background: #d9d9d9;
  color: #000;
  text-decoration: none;
}
.paragraph--type-cidrap-news h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
}
.paragraph--type-cidrap-news h2 + div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.paragraph--type-cidrap-news h2 + div > div {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .paragraph--type-cidrap-news h2 + div > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .paragraph--type-cidrap-news h2 + div > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.paragraph--type-cidrap-news h2 + div > div ul {
  padding: 0;
  margin: 0;
}
.paragraph--type-cidrap-news h2 + div > div ul li {
  list-style: none;
}
.paragraph--type-cidrap-news h2 + div > div > div {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
}
.paragraph--type-cidrap-news h2 + div > div > div::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  display: block;
  background: rgba(172, 172, 172, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.paragraph--type-cidrap-news h2 + div > div:last-child > div::after {
  display: none;
}
.paragraph--type-cidrap-news h2 + div > div .thumbnail-image {
  padding-left: 20px;
}
.paragraph--type-cidrap-news h2 + div > div .thumbnail-image img {
  width: 66px;
  height: auto;
}
.paragraph--type-cidrap-news h2 + div > div a {
  color: black;
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraph--type-cidrap-news h2 + div > div a:hover, .paragraph--type-cidrap-news h2 + div > div a:focus-visible {
  text-decoration: none;
}
.paragraph--type-cidrap-news h2 + div > div a:hover h3, .paragraph--type-cidrap-news h2 + div > div a:focus-visible h3 {
  text-decoration: underline;
}
.paragraph--type-cidrap-news h2 + div > div .teaser-without-thumbnail a {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type-cidrap-news h2 + div > div h3 {
  font-size: 16px;
  color: black;
  text-decoration: none;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.paragraph--type-cidrap-news h2 + div > div img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.paragraph--type-cidrap-news h2 + div > div .date,
.paragraph--type-cidrap-news h2 + div > div .authors {
  font-size: 13px;
  line-height: 1.4em;
  color: #5E7077;
  margin-bottom: 3px;
}

.paragraph--type-cta-links {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06519B;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-cta-links {
    padding-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-cta-links {
    padding-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-cta-links {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-cta-links {
    padding-bottom: 4.5rem;
  }
}
.paragraph--type-cta-links > div {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 46.875rem;
}
.paragraph--type-cta-links .group--links {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .paragraph--type-cta-links .group--links {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type-cta-links .group--links .field--type-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #00346a;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  display: inline-block;
}
.paragraph--type-cta-links .group--links .field--type-link a:visited, .paragraph--type-cta-links .group--links .field--type-link a:active, .paragraph--type-cta-links .group--links .field--type-link a:focus {
  color: #00346a;
}
.paragraph--type-cta-links .group--links .field--type-link a:hover, .paragraph--type-cta-links .group--links .field--type-link a:focus-visible {
  background: #e6e6e6;
  color: #00346a;
  text-decoration: none;
}
.paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #900128;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a:visited, .paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a:active, .paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a:focus {
  color: #fff;
}
.paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a:hover, .paragraph--type-cta-links .group--links .field--type-link:nth-of-type(2) a:focus-visible {
  background: #5d011a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-cta-links h2 {
  font-family: "Publico Headline", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #06519B;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  color: #fff;
  margin: 0 0 20px;
  text-transform: none;
}
@media (min-width: 768px) {
  .paragraph--type-cta-links h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-cta-links h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.paragraph--type-embed.width-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}

.paragraph--type-form {
  background-color: #f2f2f2;
  margin: 0 auto;
  max-width: 56.25rem;
  padding: 3rem 1rem;
  position: relative;
}
.paragraph--type-form::before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.paragraph--type-form .field--name-field-title {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type-form .field--name-field-title {
    font-size: 1.9375rem;
    line-height: 2.3125rem;
  }
}
.paragraph--type-form .form-actions,
.paragraph--type-form .webform-submission-form {
  margin-bottom: 0;
}
.paragraph--type-form .form-submit.btn {
  background-color: #900128;
  padding: 0.9375rem 3.1875rem;
}

.paragraph--type-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
  text-align: center;
  text-decoration: none;
  transition: all 400ms;
}
.paragraph--type-logo:hover, .paragraph--type-logo:focus-visible {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.paragraph--type-logo .field--name-field-title {
  font-weight: bold;
  text-decoration: none;
  transition: color 400ms;
}
.paragraph--type-logo img {
  width: 100%;
  height: auto;
}
.paragraph--type-logo.size-0 img {
  width: 0px;
}
.paragraph--type-logo.size-1 img {
  width: 3.5px;
}
.paragraph--type-logo.size-2 img {
  width: 7px;
}
.paragraph--type-logo.size-3 img {
  width: 10.5px;
}
.paragraph--type-logo.size-4 img {
  width: 14px;
}
.paragraph--type-logo.size-5 img {
  width: 17.5px;
}
.paragraph--type-logo.size-6 img {
  width: 21px;
}
.paragraph--type-logo.size-7 img {
  width: 24.5px;
}
.paragraph--type-logo.size-8 img {
  width: 28px;
}
.paragraph--type-logo.size-9 img {
  width: 31.5px;
}
.paragraph--type-logo.size-10 img {
  width: 35px;
}
.paragraph--type-logo.size-11 img {
  width: 38.5px;
}
.paragraph--type-logo.size-12 img {
  width: 42px;
}
.paragraph--type-logo.size-13 img {
  width: 45.5px;
}
.paragraph--type-logo.size-14 img {
  width: 49px;
}
.paragraph--type-logo.size-15 img {
  width: 52.5px;
}
.paragraph--type-logo.size-16 img {
  width: 56px;
}
.paragraph--type-logo.size-17 img {
  width: 59.5px;
}
.paragraph--type-logo.size-18 img {
  width: 63px;
}
.paragraph--type-logo.size-19 img {
  width: 66.5px;
}
.paragraph--type-logo.size-20 img {
  width: 70px;
}
.paragraph--type-logo.size-21 img {
  width: 73.5px;
}
.paragraph--type-logo.size-22 img {
  width: 77px;
}
.paragraph--type-logo.size-23 img {
  width: 80.5px;
}
.paragraph--type-logo.size-24 img {
  width: 84px;
}
.paragraph--type-logo.size-25 img {
  width: 87.5px;
}
.paragraph--type-logo.size-26 img {
  width: 91px;
}
.paragraph--type-logo.size-27 img {
  width: 94.5px;
}
.paragraph--type-logo.size-28 img {
  width: 98px;
}
.paragraph--type-logo.size-29 img {
  width: 101.5px;
}
.paragraph--type-logo.size-30 img {
  width: 105px;
}
.paragraph--type-logo.size-31 img {
  width: 108.5px;
}
.paragraph--type-logo.size-32 img {
  width: 112px;
}
.paragraph--type-logo.size-33 img {
  width: 115.5px;
}
.paragraph--type-logo.size-34 img {
  width: 119px;
}
.paragraph--type-logo.size-35 img {
  width: 122.5px;
}
.paragraph--type-logo.size-36 img {
  width: 126px;
}
.paragraph--type-logo.size-37 img {
  width: 129.5px;
}
.paragraph--type-logo.size-38 img {
  width: 133px;
}
.paragraph--type-logo.size-39 img {
  width: 136.5px;
}
.paragraph--type-logo.size-40 img {
  width: 140px;
}
.paragraph--type-logo.size-41 img {
  width: 143.5px;
}
.paragraph--type-logo.size-42 img {
  width: 147px;
}
.paragraph--type-logo.size-43 img {
  width: 150.5px;
}
.paragraph--type-logo.size-44 img {
  width: 154px;
}
.paragraph--type-logo.size-45 img {
  width: 157.5px;
}
.paragraph--type-logo.size-46 img {
  width: 161px;
}
.paragraph--type-logo.size-47 img {
  width: 164.5px;
}
.paragraph--type-logo.size-48 img {
  width: 168px;
}
.paragraph--type-logo.size-49 img {
  width: 171.5px;
}
.paragraph--type-logo.size-50 img {
  width: 175px;
}
.paragraph--type-logo.size-51 img {
  width: 178.5px;
}
.paragraph--type-logo.size-52 img {
  width: 182px;
}
.paragraph--type-logo.size-53 img {
  width: 185.5px;
}
.paragraph--type-logo.size-54 img {
  width: 189px;
}
.paragraph--type-logo.size-55 img {
  width: 192.5px;
}
.paragraph--type-logo.size-56 img {
  width: 196px;
}
.paragraph--type-logo.size-57 img {
  width: 199.5px;
}
.paragraph--type-logo.size-58 img {
  width: 203px;
}
.paragraph--type-logo.size-59 img {
  width: 206.5px;
}
.paragraph--type-logo.size-60 img {
  width: 210px;
}
.paragraph--type-logo.size-61 img {
  width: 213.5px;
}
.paragraph--type-logo.size-62 img {
  width: 217px;
}
.paragraph--type-logo.size-63 img {
  width: 220.5px;
}
.paragraph--type-logo.size-64 img {
  width: 224px;
}
.paragraph--type-logo.size-65 img {
  width: 227.5px;
}
.paragraph--type-logo.size-66 img {
  width: 231px;
}
.paragraph--type-logo.size-67 img {
  width: 234.5px;
}
.paragraph--type-logo.size-68 img {
  width: 238px;
}
.paragraph--type-logo.size-69 img {
  width: 241.5px;
}
.paragraph--type-logo.size-70 img {
  width: 245px;
}
.paragraph--type-logo.size-71 img {
  width: 248.5px;
}
.paragraph--type-logo.size-72 img {
  width: 252px;
}
.paragraph--type-logo.size-73 img {
  width: 255.5px;
}
.paragraph--type-logo.size-74 img {
  width: 259px;
}
.paragraph--type-logo.size-75 img {
  width: 262.5px;
}
.paragraph--type-logo.size-76 img {
  width: 266px;
}
.paragraph--type-logo.size-77 img {
  width: 269.5px;
}
.paragraph--type-logo.size-78 img {
  width: 273px;
}
.paragraph--type-logo.size-79 img {
  width: 276.5px;
}
.paragraph--type-logo.size-80 img {
  width: 280px;
}
.paragraph--type-logo.size-81 img {
  width: 283.5px;
}
.paragraph--type-logo.size-82 img {
  width: 287px;
}
.paragraph--type-logo.size-83 img {
  width: 290.5px;
}
.paragraph--type-logo.size-84 img {
  width: 294px;
}
.paragraph--type-logo.size-85 img {
  width: 297.5px;
}
.paragraph--type-logo.size-86 img {
  width: 301px;
}
.paragraph--type-logo.size-87 img {
  width: 304.5px;
}
.paragraph--type-logo.size-88 img {
  width: 308px;
}
.paragraph--type-logo.size-89 img {
  width: 311.5px;
}
.paragraph--type-logo.size-90 img {
  width: 315px;
}
.paragraph--type-logo.size-91 img {
  width: 318.5px;
}
.paragraph--type-logo.size-92 img {
  width: 322px;
}
.paragraph--type-logo.size-93 img {
  width: 325.5px;
}
.paragraph--type-logo.size-94 img {
  width: 329px;
}
.paragraph--type-logo.size-95 img {
  width: 332.5px;
}
.paragraph--type-logo.size-96 img {
  width: 336px;
}
.paragraph--type-logo.size-97 img {
  width: 339.5px;
}
.paragraph--type-logo.size-98 img {
  width: 343px;
}
.paragraph--type-logo.size-99 img {
  width: 346.5px;
}
.paragraph--type-logo.size-100 img {
  width: 350px;
}
.paragraph--type-logo.has-link {
  text-decoration: none;
}
.paragraph--type-logo.has-link:hover, .paragraph--type-logo.has-link:focus-visible {
  text-decoration: none;
}
.paragraph--type-logo.has-link:hover .field--name-field-title, .paragraph--type-logo.has-link:focus-visible .field--name-field-title {
  color: #900128;
  text-decoration: none;
}

.paragraph--type-logo-callout {
  margin-top: 4rem;
}
.paragraph--type-logo-callout > div {
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type-logo-callout > div > .field--name-field-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  text-align: center;
}
.paragraph--type-logo-callout .field--name-field-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -40px 0;
}
.paragraph--type-logo-callout .field--name-field-logos > .field__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding: 0 40px;
}
@media screen and (max-width: 650px) and (min-width: 450px) {
  .paragraph--type-logo-callout .field--name-field-logos > .field__item {
    padding: 0 20px;
  }
}

.paragraph-logo-callout + .paragraph-logo-callout .paragraph--type-logo-callout {
  padding-top: 2rem;
  border-top: 4px solid #acacac;
}
@media (min-width: 768px) {
  .paragraph-logo-callout + .paragraph-logo-callout .paragraph--type-logo-callout {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph-logo-callout + .paragraph-logo-callout .paragraph--type-logo-callout {
    padding-top: 3rem;
  }
}

.paragraph--type-mp-overview-chart {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: unset;
  position: static;
}
@media (min-width: 768px) {
  .paragraph--type-mp-overview-chart {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-overview-chart {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-mp-overview-chart {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-overview-chart {
    margin-bottom: 3rem;
  }
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart {
    min-height: 144px;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .paragraph--type-mp-overview-chart {
    min-height: 210px;
    position: relative;
  }
}
.paragraph--type-mp-overview-chart .field--type-integer {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 180px;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--type-integer {
    min-width: unset;
    padding: 12px;
    width: unset;
  }
}
.paragraph--type-mp-overview-chart .field--type-integer::before {
  content: "";
  position: absolute;
  width: 4px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--type-integer::before {
    height: 20px;
  }
}
.paragraph--type-mp-overview-chart .field--type-integer .field__item {
  font-family: "Publico Headline", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin-right: 4px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--type-integer .field__item {
    font-size: 1.25rem;
    margin-right: 12px;
  }
}
@media (min-width: 1000px) {
  .paragraph--type-mp-overview-chart .field--type-integer .field__item {
    font-size: 2.8125rem;
  }
}
.paragraph--type-mp-overview-chart .field--type-integer .field__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-completed {
  background-color: transparent;
  color: #000;
  top: -20px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--name-field-milestones-completed {
    background-color: #418100;
    color: #fff;
    top: 0;
    right: 0;
  }
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-completed::before {
  background-color: #418100;
  bottom: -20px;
  right: 0;
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-in-progress {
  background-color: transparent;
  bottom: unset;
  color: #000;
  top: -20px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--name-field-milestones-in-progress {
    background-color: #fc3;
    bottom: 0;
    top: unset;
  }
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-in-progress::before {
  background-color: #fc3;
  left: 0;
  top: -20px;
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-not-started {
  background-color: transparent;
  color: #000;
  top: -20px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .field--name-field-milestones-not-started {
    background-color: #85021a;
    color: #fff;
    left: 0;
    top: 0;
  }
}
.paragraph--type-mp-overview-chart .field--name-field-milestones-not-started::before {
  background-color: #85021a;
  bottom: -20px;
  left: 0;
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar > div {
  height: 100%;
  margin-bottom: 36px;
  min-height: 32px;
  position: relative;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar > div {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
    position: static;
  }
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar .mp-overview-chart--progress-bar-completed {
  margin-bottom: 0;
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar-completed {
  background-color: #418100;
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar-in-progress {
  background-color: #fc3;
}
.paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar-not-started {
  background-color: #85021a;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .paragraph--type-mp-overview-chart .mp-overview-chart--progress-bar-not-started {
    margin-top: 0;
  }
}

.paragraph--type-mp-progress-highlight-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type-mp-progress-highlight-links {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-progress-highlight-links {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-mp-progress-highlight-links {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-progress-highlight-links {
    margin-bottom: 3rem;
  }
}
.paragraph--type-mp-progress-highlight-links h2 {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 8px;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-text {
  font-size: 1rem;
  line-height: 150%;
  /* 24px */
}
.paragraph--type-mp-progress-highlight-links .field--name-field-text h3 {
  color: #11456a;
  font-family: "Publico Text", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-top: 24px;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 32px;
}
@media (min-width: 600px) {
  .paragraph--type-mp-progress-highlight-links .field--name-field-links {
    gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .paragraph--type-mp-progress-highlight-links .field--name-field-links {
    gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item a {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 16px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 150%;
  /* 27px */
  min-height: 160px;
  height: 100%;
  padding: 24px;
  transition: all 0.2s;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M9.02391 8.78087C9.52432 8.38054 9.52432 7.61946 9.02391 7.21913L1.6247 1.29976C0.969933 0.775946 5.42947e-08 1.24212 9.0947e-08 2.08063L6.08435e-07 13.9194C6.45087e-07 14.7579 0.969932 15.2241 1.6247 14.7002L9.02391 8.78087Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-flex: 0 0 10px;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 16px;
  margin-top: 4px;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+1) {
  background-color: #11456a;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+1) a:hover {
  background-color: #0c304a;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+2) {
  background-color: #6b1e7f;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+2) a:hover {
  background-color: #4b1559;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+3) {
  background-color: #06519B;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+3) a:hover {
  background-color: #04396d;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+4) {
  background-color: #900128;
}
.paragraph--type-mp-progress-highlight-links .field--name-field-links > .field__item:nth-child(4n+4) a:hover {
  background-color: #65011c;
}

.paragraph--type-mp-topic-area-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type-mp-topic-area-links {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-topic-area-links {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-mp-topic-area-links {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-mp-topic-area-links {
    margin-bottom: 3rem;
  }
}
.paragraph--type-mp-topic-area-links h2 {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 8px;
}
.paragraph--type-mp-topic-area-links .field--name-field-text {
  font-size: 1rem;
  line-height: 150%;
  /* 24px */
}
.paragraph--type-mp-topic-area-links .field--name-field-text h3 {
  color: #11456a;
  font-family: "Publico Text", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  margin-top: 8px;
}
.paragraph--type-mp-topic-area-links .field--name-field-topic-areas {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 32px;
}
@media (min-width: 600px) {
  .paragraph--type-mp-topic-area-links .field--name-field-topic-areas {
    gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .paragraph--type-mp-topic-area-links .field--name-field-topic-areas {
    gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.paragraph--type-news-feed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  min-height: 255px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-news-feed {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-news-feed {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-news-feed {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-news-feed {
    padding-bottom: 3rem;
  }
}
.paragraph--type-news-feed > .link-wrapper {
  text-align: center;
  padding-top: 20px;
}
.paragraph--type-news-feed > .link-wrapper a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-news-feed > .link-wrapper a:visited, .paragraph--type-news-feed > .link-wrapper a:active, .paragraph--type-news-feed > .link-wrapper a:focus {
  color: #fff;
}
.paragraph--type-news-feed > .link-wrapper a:hover, .paragraph--type-news-feed > .link-wrapper a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-news-feed h2 {
  font-family: "Publico Headline", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #06519B;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .paragraph--type-news-feed h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-news-feed h2 {
    font-size: 2.125rem;
    letter-spacing: 1.6px;
  }
}
.paragraph--type-news-feed > form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 50px;
}
.paragraph--type-news-feed > form [type=text] {
  border: 2px solid #D6DCE0;
  background-color: #EFF3F6;
  width: 600px;
  max-width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.paragraph--type-news-feed > form [type=submit] {
  width: 56px;
  height: 50px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.paragraph--type-news-feed > form [type=submit]::before {
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='50' viewBox='0 0 56 50'%3E%3Cg id='Group_104' data-name='Group 104' transform='translate(-985 -1165)'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='56' height='50' transform='translate(985 1165)' fill='%23032d48'/%3E%3Cpath id='Path_45' data-name='Path 45' d='M-90.477,453.118a8.746,8.746,0,0,0-8.736-8.736,8.746,8.746,0,0,0-8.736,8.736,8.747,8.747,0,0,0,7.561,8.655v9.069h2.35v-9.069A8.747,8.747,0,0,0-90.477,453.118Zm-8.736,6.385a6.393,6.393,0,0,1-6.386-6.385,6.393,6.393,0,0,1,6.386-6.386,6.393,6.393,0,0,1,6.386,6.386A6.393,6.393,0,0,1-99.213,459.5Z' transform='translate(1406.471 936.344) rotate(45)' fill='%23bbd2e1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type-news-feed .ivr-news-teaser {
  position: relative;
  padding: 25px 45px;
  min-height: 255px;
  height: 100%;
}
.paragraph--type-news-feed .ivr-news-teaser a {
  color: black;
}
.paragraph--type-news-feed .ivr-news-teaser .teaser-date {
  color: black;
  font-weight: bold;
  position: relative;
  margin: 0 0 5px;
}
.paragraph--type-news-feed .ivr-news-teaser::before {
  background-color: #EFF3F6;
  bottom: 10px;
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  content: "";
  z-index: -1;
}
.paragraph--type-news-feed .ivr-news-teaser .thumbnail-image img {
  left: 10px;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: top;
}
.paragraph--type-news-feed .ivr-news-teaser h3 {
  font-size: 18px;
  color: black;
  text-decoration: none;
}
.paragraph--type-news-feed .ivr-news-teaser .teaser-with-thumbnail > a {
  text-decoration: none !important;
}
.paragraph--type-news-feed .ivr-news-teaser .teaser-with-thumbnail h3 {
  color: white;
}
.paragraph--type-news-feed .ivr-news-teaser .teaser-with-thumbnail .teaser-date {
  color: white;
}
.paragraph--type-news-feed .ivr-news-teaser .thumbnail-image::after {
  background: transparent linear-gradient(180deg, #040505 0%, #000000 47%, #57585800 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 164px;
  left: 10px;
  mix-blend-mode: multiply;
  opacity: 0.72;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
}
.paragraph--type-news-feed .ivr-news-teaser h3 {
  position: relative;
}
.paragraph--type-news-feed .ivr-news-teaser a {
  display: block;
  height: 100%;
  width: 100%;
}
.paragraph--type-news-feed .ivr-news-teaser a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.paragraph--type-news-feed .slick-prev,
.paragraph--type-news-feed .slick-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
  width: 55px;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 27.5px);
}
.paragraph--type-news-feed .slick-prev::before,
.paragraph--type-news-feed .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='67' viewBox='0 0 67 67'%3E%3Cg id='Component_1_7' data-name='Component 1 – 7' transform='translate(6 6)'%3E%3Cg id='Path_192' data-name='Path 192' fill='%23032d48'%3E%3Cpath d='M 27.5 58 C 23.38385009765625 58 19.38923072814941 57.19316864013672 15.62709999084473 55.6019287109375 C 11.99483013153076 54.06560134887695 8.733340263366699 51.86685180664062 5.933239936828613 49.0667610168457 C 3.133150100708008 46.26665878295898 0.9344000220298767 43.00516891479492 -0.6019300222396851 39.37289810180664 C -2.193170070648193 35.61077117919922 -3 31.61614990234375 -3 27.5 C -3 23.38385009765625 -2.193170070648193 19.38923072814941 -0.6019300222396851 15.62709999084473 C 0.9344000220298767 11.99483013153076 3.133150100708008 8.733340263366699 5.933239936828613 5.933239936828613 C 8.733340263366699 3.133150100708008 11.99483013153076 0.9344000220298767 15.62709999084473 -0.6019300222396851 C 19.38923072814941 -2.193170070648193 23.38385009765625 -3 27.5 -3 C 31.61614990234375 -3 35.61077117919922 -2.193170070648193 39.37289810180664 -0.6019300222396851 C 43.00516891479492 0.9344000220298767 46.26665878295898 3.133150100708008 49.0667610168457 5.933239936828613 C 51.86685180664062 8.733340263366699 54.06560134887695 11.99483013153076 55.6019287109375 15.62709999084473 C 57.19316864013672 19.38923072814941 58 23.38385009765625 58 27.5 C 58 31.61614990234375 57.19316864013672 35.61077117919922 55.6019287109375 39.37289810180664 C 54.06560134887695 43.00516891479492 51.86685180664062 46.26665878295898 49.0667610168457 49.0667610168457 C 46.26665878295898 51.86685180664062 43.00516891479492 54.06560134887695 39.37289810180664 55.6019287109375 C 35.61077117919922 57.19316864013672 31.61614990234375 58 27.5 58 Z' stroke='none'/%3E%3Cpath d='M 27.5 0 C 12.31217193603516 0 0 12.31217193603516 0 27.5 C 0 42.68782806396484 12.31217193603516 55 27.5 55 C 42.68782806396484 55 55 42.68782806396484 55 27.5 C 55 12.31217193603516 42.68782806396484 0 27.5 0 M 27.5 -6 C 45.97196197509766 -6 61 9.028041839599609 61 27.5 C 61 45.97196197509766 45.97196197509766 61 27.5 61 C 9.028041839599609 61 -6 45.97196197509766 -6 27.5 C -6 9.028041839599609 9.028041839599609 -6 27.5 -6 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_106' data-name='Path 106' d='M118.388,227.943c1.081-1.083,13.753-13.792,14.243-14.282-.486-.49-13.093-13.092-14.243-14.241v28.523' transform='translate(151.01 241.182) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.paragraph--type-news-feed .slick-next {
  left: auto;
  right: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.paragraph--type-short-banner {
  left: -50vw;
  margin-left: 50%;
  position: relative;
  width: 100vw;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 360px;
}
@media (max-width: 1200px) {
  .paragraph--type-short-banner {
    min-height: 300px;
  }
}
@media (max-width: 800px) {
  .paragraph--type-short-banner {
    min-height: 240px;
  }
}
.paragraph--type-short-banner .field--name-field-banner-background-image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-1.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.01);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-2.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.02);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-3.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.03);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-4.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.04);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-5.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.05);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-6.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.06);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-7.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.07);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-8.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.08);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-9.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.09);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-10.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.1);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-11.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.11);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-12.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.12);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-13.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.13);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-14.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.14);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-15.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.15);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-16.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.16);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-17.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.17);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-18.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.18);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-19.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.19);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-20.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.2);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-21.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.21);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-22.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.22);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-23.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.23);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-24.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.24);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-25.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.25);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-26.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.26);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-27.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.27);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-28.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.28);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-29.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.29);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-30.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.3);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-31.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.31);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-32.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.32);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-33.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.33);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-34.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.34);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-35.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.35);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-36.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.36);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-37.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.37);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-38.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.38);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-39.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.39);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-40.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.4);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-41.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.41);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-42.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.42);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-43.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.43);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-44.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.44);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-45.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.45);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-46.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.46);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-47.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.47);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-48.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.48);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-49.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.49);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-50.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.5);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-51.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.51);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-52.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.52);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-53.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.53);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-54.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.54);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-55.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.55);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-56.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.56);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-57.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.57);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-58.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.58);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-59.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.59);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-60.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.6);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-61.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.61);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-62.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.62);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-63.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.63);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-64.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.64);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-65.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.65);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-66.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.66);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-67.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.67);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-68.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.68);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-69.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.69);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-70.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.7);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-71.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.71);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-72.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.72);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-73.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.73);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-74.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.74);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-75.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.75);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-76.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.76);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-77.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.77);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-78.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.78);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-79.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.79);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-80.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.8);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-81.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.81);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-82.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.82);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-83.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.83);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-84.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.84);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-85.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.85);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-86.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.86);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-87.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.87);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-88.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.88);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-89.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.89);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-90.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.9);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-91.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.91);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-92.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.92);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-93.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.93);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-94.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.94);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-95.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.95);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-96.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.96);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-97.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.97);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-98.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.98);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-99.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: rgba(10, 71, 170, 0.99);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-100.paragraph--type-short-banner .field--name-field-banner-background-image:after {
  background: #0a47aa;
  background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

@media screen and (max-width: 600px) {
  .darken-image-0.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-1.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.01);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-2.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.02);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-3.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.03);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-4.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.04);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-5.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.05);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-6.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.06);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-7.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.07);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-8.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.08);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-9.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.09);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-10.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.1);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-11.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.11);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-12.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.12);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-13.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.13);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-14.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.14);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-15.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.15);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-16.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.16);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-17.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.17);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-18.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.18);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-19.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.19);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-20.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.2);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-21.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.21);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-22.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.22);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-23.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.23);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-24.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.24);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-25.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.25);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-26.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.26);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-27.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.27);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-28.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.28);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-29.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.29);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-30.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.3);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-31.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.31);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-32.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.32);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-33.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.33);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-34.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.34);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-35.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.35);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-36.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.36);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-37.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.37);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-38.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.38);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-39.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.39);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-40.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.4);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-41.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.41);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-42.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.42);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-43.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.43);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-44.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.44);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-45.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.45);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-46.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.46);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-47.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.47);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-48.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.48);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-49.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.49);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-50.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.5);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-51.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.51);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-52.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.52);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-53.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.53);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-54.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.54);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-55.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.55);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-56.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.56);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-57.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.57);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-58.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.58);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-59.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.59);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-60.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.6);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-61.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.61);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-62.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.62);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-63.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.63);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-64.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.64);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-65.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.65);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-66.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.66);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-67.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.67);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-68.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.68);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-69.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.69);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-70.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.7);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-71.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.71);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-72.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.72);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-73.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.73);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-74.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.74);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-75.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.75);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-76.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.76);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-77.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.77);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-78.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.78);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-79.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.79);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-80.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.8);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-81.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.81);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-82.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.82);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-83.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.83);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-84.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.84);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-85.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.85);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-86.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.86);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-87.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.87);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-88.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.88);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-89.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.89);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-90.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.9);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-91.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.91);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-92.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.92);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-93.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.93);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-94.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.94);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-95.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.95);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-96.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.96);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-97.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.97);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-98.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.98);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-99.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: rgba(10, 71, 170, 0.99);
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }

  .darken-image-100.paragraph--type-short-banner .field--name-field-banner-background-image:after {
    background: #0a47aa;
    background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 100%);
    mix-blend-mode: color;
  }
}
.paragraph--type-short-banner .group-left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.paragraph--type-short-banner .group-left::before {
  z-index: 1;
  mix-blend-mode: multiply;
}
.paragraph--type-short-banner .group-left * {
  height: 100%;
}
.paragraph--type-short-banner .group-left:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
:not(.has-background-image).paragraph--type-short-banner .group-left:after {
  background: #11456A;
}

.has-background-image.darken-image-0.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-1.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.01);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.01) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-2.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.02);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.02) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-3.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.03);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.03) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-4.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.04);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.04) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-5.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.05);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.05) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-6.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.06);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.06) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-7.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.07);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.07) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-8.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.08);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.08) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-9.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.09);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.09) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-10.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.1);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.1) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-11.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.11);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.11) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-12.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.12);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.12) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-13.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.13);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.13) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-14.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.14);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.14) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-15.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.15);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.15) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-16.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.16);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.16) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-17.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.17);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.17) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-18.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.18);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.18) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-19.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.19);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.19) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-20.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.2);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.2) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-21.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.21);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.21) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-22.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.22);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.22) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-23.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.23);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.23) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-24.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.24);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.24) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-25.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.25);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.25) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-26.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.26);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.26) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-27.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.27);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.27) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-28.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.28);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.28) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-29.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.29);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.29) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-30.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.3);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.3) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-31.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.31);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.31) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-32.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.32);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.32) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-33.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.33);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.33) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-34.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.34);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.34) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-35.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.35);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.35) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-36.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.36);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.36) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-37.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.37);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.37) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-38.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.38);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.38) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-39.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.39);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.39) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-40.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.4);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.4) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-41.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.41);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.41) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-42.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.42);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.42) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-43.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.43);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.43) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-44.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.44);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.44) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-45.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.45);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.45) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-46.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.46);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.46) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-47.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.47);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.47) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-48.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.48);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.48) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-49.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.49);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.49) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-50.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.5);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.5) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-51.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.51);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.51) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-52.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.52);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.52) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-53.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.53);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.53) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-54.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.54);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.54) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-55.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.55);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.55) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-56.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.56);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.56) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-57.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.57);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.57) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-58.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.58);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.58) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-59.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.59);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.59) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-60.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.6);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.6) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-61.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.61);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.61) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-62.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.62);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.62) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-63.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.63);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.63) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-64.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.64);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.64) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-65.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.65);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.65) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-66.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.66);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.66) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-67.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.67);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.67) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-68.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.68);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.68) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-69.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.69);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.69) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-70.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.7);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.7) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-71.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.71);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.71) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-72.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.72);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.72) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-73.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.73);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.73) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-74.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.74);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.74) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-75.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.75);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.75) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-76.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.76);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.76) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-77.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.77);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.77) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-78.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.78);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.78) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-79.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.79);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.79) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-80.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.8);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-81.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.81);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.81) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-82.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.82);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.82) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-83.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.83);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.83) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-84.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.84);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.84) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-85.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.85);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.85) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-86.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.86);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.86) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-87.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.87);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.87) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-88.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.88);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.88) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-89.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.89);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.89) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-90.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.9);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.9) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-91.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.91);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.91) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-92.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.92);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.92) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-93.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.93);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.93) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-94.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.94);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.94) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-95.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.95);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.95) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-96.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.96);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.96) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-97.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.97);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.97) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-98.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.98);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.98) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-99.paragraph--type-short-banner .group-left:after {
  background: rgba(21, 26, 38, 0.99);
  background: -moz-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, rgba(21, 26, 38, 0.99) 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

.has-background-image.darken-image-100.paragraph--type-short-banner .group-left:after {
  background: #151a26;
  background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 60%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 600px) {
  .darken-image-0.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-1.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.01);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-2.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.02);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-3.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.03);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-4.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.04);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-5.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.05);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-6.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.06);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-7.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.07);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-8.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.08);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-9.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.09);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-10.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.1);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-11.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.11);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-12.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.12);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-13.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.13);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-14.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.14);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-15.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.15);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-16.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.16);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-17.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.17);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-18.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.18);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-19.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.19);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-20.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.2);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-21.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.21);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-22.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.22);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-23.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.23);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-24.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.24);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-25.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.25);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-26.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.26);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-27.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.27);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-28.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.28);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-29.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.29);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-30.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.3);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-31.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.31);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-32.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.32);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-33.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.33);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-34.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.34);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-35.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.35);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-36.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.36);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-37.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.37);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-38.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.38);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-39.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.39);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-40.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.4);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-41.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.41);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-42.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.42);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-43.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.43);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-44.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.44);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-45.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.45);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-46.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.46);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-47.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.47);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-48.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.48);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-49.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.49);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-50.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.5);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-51.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.51);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-52.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.52);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-53.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.53);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-54.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.54);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-55.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.55);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-56.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.56);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-57.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.57);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-58.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.58);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-59.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.59);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-60.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.6);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-61.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.61);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-62.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.62);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-63.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.63);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-64.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.64);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-65.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.65);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-66.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.66);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-67.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.67);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-68.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.68);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-69.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.69);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-70.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.7);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-71.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.71);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-72.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.72);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-73.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.73);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-74.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.74);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-75.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.75);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-76.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.76);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-77.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.77);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-78.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.78);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-79.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.79);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-80.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.8);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-81.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.81);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-82.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.82);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-83.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.83);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-84.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.84);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-85.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.85);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-86.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.86);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-87.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.87);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-88.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.88);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-89.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.89);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-90.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.9);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-91.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.91);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-92.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.92);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-93.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.93);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-94.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.94);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-95.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.95);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-96.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.96);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-97.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.97);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-98.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.98);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-99.paragraph--type-short-banner .group-left:after {
    background: rgba(21, 26, 38, 0.99);
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }

  .darken-image-100.paragraph--type-short-banner .group-left:after {
    background: #151a26;
    background: -moz-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: -webkit-linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    background: linear-gradient(to right, #151a26 0%, rgba(21, 26, 38, 0) 100%);
    mix-blend-mode: multiply;
  }
}
.paragraph--type-short-banner .group-right {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.paragraph--type-short-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type-short-banner .field--name-field-supertitle {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  color: #ffcd34;
}
.paragraph--type-short-banner h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 950px) {
  .paragraph--type-short-banner h1 {
    font-size: 2.8125rem;
  }
}
.paragraph--type-short-banner h1 .yellow {
  color: #FFCC33;
}

.paragraph--type-resource-group {
  display: block;
  margin-top: 4rem;
  min-height: 255px;
  position: relative;
  width: 100%;
}
.paragraph--type-resource-group h2 {
  border-bottom: 1px solid #d6d6d6;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 30px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.paragraph--type-resource-group .field__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px;
}
@media screen and (max-width: 700px) {
  .paragraph--type-resource-group .field__items {
    margin: 0;
  }
}
.paragraph--type-resource-group .field__items > .field__item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 30px;
  max-width: 50%;
  min-width: 50%;
  padding: 0 30px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .paragraph--type-resource-group .field__items > .field__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
}
.paragraph--type-resource-group .field__items > .field__item .paragraph {
  border-bottom: 1px solid #ebebeb;
}
.paragraph--type-resource-group .field__items > .field__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .paragraph--type-resource-group .field__items > .field__item:nth-last-child(2) {
    margin-bottom: 30px;
  }
}
.paragraph--type-resource-group .field__items > .field__item:nth-last-child(2) .paragraph {
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .paragraph--type-resource-group .field__items > .field__item:nth-last-child(2) .paragraph {
    border-bottom: 1px solid #ebebeb;
  }
}
.paragraph--type-resource-group .field__items > .field__item:last-child {
  margin-bottom: 0;
}
.paragraph--type-resource-group .field__items > .field__item:last-child .paragraph {
  border-bottom: none;
}

.paragraph--type-resource {
  height: 100%;
  padding-bottom: 20px;
}
.paragraph--type-resource a {
  color: black;
  display: block;
  height: 100%;
  width: 100%;
}
.paragraph--type-resource a:hover, .paragraph--type-resource a:focus-visible {
  text-decoration: none;
}
.paragraph--type-resource a:hover h3, .paragraph--type-resource a:focus-visible h3 {
  text-decoration: underline;
}
.paragraph--type-resource h3 {
  color: black;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 5px;
  text-decoration: none;
}
.paragraph--type-resource .field--name-field-date {
  color: #5e7077;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 3px;
}
.paragraph--type-resource .field--type-image {
  float: right;
  margin-left: 20px;
  margin-right: 10%;
  width: 30%;
}
.paragraph--type-resource img {
  height: auto;
  width: 100%;
}

.paragraph--type-section-header {
  position: relative;
  margin: 50px 0;
}
.paragraph--type-section-header .group-left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}
.paragraph--type-section-header .group-left .field--name-field-image {
  overflow: hidden;
  height: 100%;
}
.paragraph--type-section-header .group-left .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type-section-header .group-left .field--name-field-image:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-1.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.01);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.01) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-2.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.02);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.02) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-3.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.03);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.03) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-4.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.04);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.04) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-5.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.05);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.05) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-6.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.06);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.06) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-7.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.07);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.07) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-8.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.08);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.08) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-9.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.09);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.09) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-10.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.1);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.1) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-11.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.11);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.11) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-12.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.12);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.12) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-13.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.13);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.13) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-14.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.14);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.14) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-15.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.15);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.15) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-16.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.16);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.16) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-17.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.17);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.17) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-18.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.18);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.18) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-19.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.19);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.19) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-20.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.2);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.2) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-21.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.21);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.21) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-22.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.22);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.22) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-23.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.23);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.23) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-24.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.24);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.24) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-25.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.25);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.25) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-26.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.26);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.26) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-27.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.27);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.27) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-28.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.28);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.28) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-29.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.29);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.29) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-30.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.3);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.3) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-31.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.31);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.31) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-32.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.32);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.32) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-33.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.33);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.33) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-34.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.34);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.34) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-35.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.35);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.35) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-36.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.36);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.36) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-37.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.37);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.37) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-38.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.38);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.38) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-39.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.39);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.39) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-40.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.4);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.4) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-41.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.41);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.41) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-42.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.42);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.42) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-43.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.43);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.43) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-44.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.44);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.44) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-45.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.45);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.45) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-46.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.46);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.46) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-47.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.47);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.47) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-48.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.48);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.48) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-49.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.49);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.49) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-50.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.5);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.5) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-51.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.51);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.51) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-52.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.52);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.52) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-53.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.53);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.53) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-54.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.54);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.54) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-55.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.55);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.55) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-56.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.56);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.56) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-57.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.57);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.57) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-58.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.58);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.58) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-59.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.59);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.59) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-60.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.6);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.6) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-61.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.61);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.61) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-62.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.62);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.62) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-63.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.63);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.63) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-64.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.64);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.64) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-65.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.65);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.65) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-66.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.66);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.66) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-67.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.67);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.67) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-68.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.68);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.68) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-69.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.69);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.69) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-70.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.7);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.7) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-71.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.71);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.71) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-72.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.72);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.72) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-73.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.73);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.73) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-74.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.74);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.74) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-75.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.75);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.75) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-76.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.76);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.76) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-77.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.77);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.77) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-78.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.78);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.78) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-79.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.79);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.79) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-80.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.8);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.8) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-81.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.81);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.81) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-82.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.82);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.82) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-83.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.83);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.83) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-84.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.84);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.84) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-85.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.85);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.85) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-86.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.86);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.86) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-87.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.87);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.87) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-88.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.88);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.88) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-89.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.89);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.89) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-90.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.9);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.9) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-91.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.91);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.91) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-92.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.92);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.92) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-93.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.93);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.93) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-94.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.94);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.94) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-95.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.95);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.95) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-96.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.96);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.96) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-97.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.97);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.97) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-98.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.98);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.98) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-99.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: rgba(10, 71, 170, 0.99);
  background: -moz-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, rgba(10, 71, 170, 0.99) 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.darken-image-100.paragraph--type-section-header .group-left .field--name-field-image:after {
  background: #0a47aa;
  background: -moz-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: -webkit-linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  background: linear-gradient(to right, #0a47aa 0%, rgba(10, 71, 170, 0) 60%);
  mix-blend-mode: color;
}

.paragraph--type-section-header .group-left:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.darken-image-0.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-1.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.01);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-2.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.02);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-3.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.03);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-4.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.04);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-5.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-6.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.06);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-7.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.07);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-8.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.08);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-9.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.09);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-10.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-11.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.11);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-12.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.12);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-13.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.13);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-14.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.14);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-15.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-16.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.16);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-17.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.17);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-18.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.18);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-19.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.19);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-20.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-21.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.21);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-22.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.22);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-23.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.23);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-24.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.24);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-25.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-26.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.26);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-27.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.27);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-28.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.28);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-29.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.29);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-30.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-31.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.31);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-32.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.32);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-33.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.33);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-34.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.34);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-35.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-36.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.36);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-37.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.37);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-38.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.38);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-39.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.39);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-40.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-41.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.41);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-42.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.42);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-43.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.43);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-44.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.44);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-45.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.45);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-46.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.46);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-47.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.47);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-48.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.48);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-49.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.49);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-50.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-51.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.51);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-52.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.52);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-53.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.53);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-54.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.54);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-55.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.55);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-56.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.56);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-57.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.57);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-58.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.58);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-59.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.59);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-60.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-61.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.61);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-62.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.62);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-63.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.63);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-64.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.64);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-65.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.65);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-66.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.66);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-67.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.67);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-68.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.68);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-69.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.69);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-70.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-71.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.71);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-72.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.72);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-73.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.73);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-74.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.74);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-75.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-76.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.76);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-77.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.77);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-78.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.78);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-79.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.79);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-80.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-81.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.81);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-82.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.82);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-83.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.83);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-84.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.84);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-85.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.85);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-86.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.86);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-87.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.87);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-88.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.88);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-89.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.89);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-90.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-91.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.91);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-92.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.92);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-93.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.93);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-94.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.94);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-95.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.95);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-96.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.96);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-97.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.97);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-98.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.98);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-99.paragraph--type-section-header .group-left:after {
  background: rgba(0, 0, 0, 0.99);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.darken-image-100.paragraph--type-section-header .group-left:after {
  background: black;
  background: -moz-linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.paragraph--type-section-header .group-right {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 50px 0;
  min-height: 300px;
}
@media (min-width: 768px) {
  .paragraph--type-section-header .group-right {
    min-height: 400px;
  }
}
.paragraph--type-section-header .group-right > * {
  max-width: 18.75rem;
}
@media (min-width: 768px) {
  .paragraph--type-section-header .group-right > * {
    max-width: 40.625rem;
  }
}
.paragraph--type-section-header .group-right .field--name-field-link {
  margin-top: 1rem;
}
.paragraph--type-section-header .group-right .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-section-header .group-right .field--name-field-link a:visited, .paragraph--type-section-header .group-right .field--name-field-link a:active, .paragraph--type-section-header .group-right .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-section-header .group-right .field--name-field-link a:hover, .paragraph--type-section-header .group-right .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-section-header .group-right .field--name-field-title {
  font-family: "Publico Headline", serif;
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .paragraph--type-section-header .group-right .field--name-field-title {
    font-size: 2.8125rem;
  }
}

.paragraph--type-section-nav {
  background-color: #f2f2f2;
  position: relative;
}
@media (max-width: 991.98px) {
  .paragraph--type-section-nav:not(.collapsed) {
    height: 100%;
    overflow: scroll;
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
    padding: 0 15px;
  }
}
.paragraph--type-section-nav > div {
  position: relative;
}
.paragraph--type-section-nav > div::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  background-color: #f2f2f2;
  position: absolute;
}
.paragraph--type-section-nav .field-title {
  max-width: 75rem;
  padding: 28px 0 1rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 1.9375rem;
  margin-bottom: 0;
  position: relative;
}
.paragraph--type-section-nav .field-title:after {
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
  width: 1.9375rem;
  height: 1.9375rem;
  background-image: url(images/88116305e4e1cc6a7d716812785db882.svg);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.paragraph--type-section-nav .inner {
  position: relative;
}
.paragraph--type-section-nav .field--name-field-link,
.paragraph--type-section-nav .field--name-field-file-download {
  margin: 2rem auto 0;
  padding-bottom: 2rem;
  text-align: center;
}
.paragraph--type-section-nav .field--name-field-link a,
.paragraph--type-section-nav .field--name-field-file-download a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-section-nav .field--name-field-link a:visited, .paragraph--type-section-nav .field--name-field-link a:active, .paragraph--type-section-nav .field--name-field-link a:focus,
.paragraph--type-section-nav .field--name-field-file-download a:visited,
.paragraph--type-section-nav .field--name-field-file-download a:active,
.paragraph--type-section-nav .field--name-field-file-download a:focus {
  color: #fff;
}
.paragraph--type-section-nav .field--name-field-link a:hover, .paragraph--type-section-nav .field--name-field-link a:focus-visible,
.paragraph--type-section-nav .field--name-field-file-download a:hover,
.paragraph--type-section-nav .field--name-field-file-download a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-section-nav .view-section-header-nav {
  max-width: 75rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type-section-nav .view-section-header-nav .row {
  margin-left: 0;
  margin-right: 0;
}
.paragraph--type-section-nav .view-section-header-nav .item-list {
  width: 100%;
}
.paragraph--type-section-nav .view-section-header-nav .item-list ol {
  list-style: none;
  padding: 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 992px) {
  .paragraph--type-section-nav .view-section-header-nav .item-list ol {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
.paragraph--type-section-nav .view-section-header-nav .item-list ol li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media (min-width: 992px) {
  .paragraph--type-section-nav .view-section-header-nav .item-list ol li {
    min-height: 94px;
  }
}
.paragraph--type-section-nav .view-section-header-nav .item-list ol li a {
  color: #900128;
  font-size: 1rem;
  transition: background-color 400ms, color 400ms;
  padding: 25px 0 16px;
}
.paragraph--type-section-nav .view-section-header-nav .item-list ol li a:hover, .paragraph--type-section-nav .view-section-header-nav .item-list ol li a:focus-visible {
  color: #06519B;
}
@media (max-width: 991.98px) {
  .paragraph--type-section-nav.collapsed {
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
  }
}
.paragraph--type-section-nav.collapsed .field-title:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.paragraph--type-section-nav.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  left: 0;
}
@media (max-width: 991.98px) {
  .paragraph--type-section-nav.fixed {
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
    padding: 0;
  }
}
.paragraph--type-section-nav.fixed .field-title {
  padding: 1rem;
}
.paragraph--type-section-nav.fixed .view {
  padding: 0 1rem;
}

.paragraph--type-supporters {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00346a;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-supporters {
    padding-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-supporters {
    padding-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-supporters {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-supporters {
    padding-bottom: 4.5rem;
  }
}
.paragraph--type-supporters > div {
  max-width: 87.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--type-supporters > div {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type-supporters > div .group--info {
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .paragraph--type-supporters > div .group--info {
    padding-bottom: 4rem;
    margin-bottom: 0;
    text-align: right !important;
    width: 20%;
  }
  .paragraph--type-supporters > div .group--info > * {
    text-align: right !important;
  }
}
.paragraph--type-supporters .field--name-field-count {
  font-family: "Publico Headline", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #06519B;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  color: #fff;
}
@media (min-width: 768px) {
  .paragraph--type-supporters .field--name-field-count {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-supporters .field--name-field-count {
    font-size: 3.75rem !important;
    line-height: 2.75rem;
  }
}
.paragraph--type-supporters .field--name-field-title {
  font-family: "Publico Headline", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #06519B;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .paragraph--type-supporters .field--name-field-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.paragraph--type-supporters .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  font-weight: bold;
  display: inline-block;
  background-color: #06519B;
  border-radius: 40px;
}
.paragraph--type-supporters .field--name-field-link a:visited, .paragraph--type-supporters .field--name-field-link a:active, .paragraph--type-supporters .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-supporters .field--name-field-link a:hover, .paragraph--type-supporters .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-supporters .field--name-field-link a:hover, .paragraph--type-supporters .field--name-field-link a:focus-visible {
  background-color: #04376a;
}
.paragraph--type-supporters .group--supporters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-supporters .group--supporters {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .paragraph--type-supporters .group--supporters {
    width: 75%;
  }
}
.paragraph--type-supporters .group--supporters > .field {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type-supporters .group--supporters > .field {
    border-left: 2px solid #496916;
    border-bottom: 0;
    font-size: 1.375rem;
    padding: 0 0 1.5rem 3%;
    text-align: left;
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .paragraph--type-supporters .group--supporters > .field:first-child {
    border-left: 0;
  }
}
.paragraph--type-supporters .group--supporters > .field > .field__item {
  border-bottom: 2px solid #496916;
  line-height: 2;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .paragraph--type-supporters .group--supporters > .field > .field__item {
    border-bottom: 0;
    padding-top: 0;
  }
}
.path-frontpage .paragraph--type-supporters {
  padding-bottom: 0;
  max-height: 34.375rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .path-frontpage .paragraph--type-supporters {
    max-height: 46.875rem;
    min-height: 25rem;
  }
}
.path-frontpage .paragraph--type-supporters:after {
  content: "";
  background: transparent linear-gradient(180deg, #00346a00 0%, #00346a 100%) 0% 0% no-repeat padding-box;
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .path-frontpage .paragraph--type-supporters > div {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .path-frontpage .paragraph--type-supporters .group--info {
    width: 100%;
    text-align: left;
  }
  .path-frontpage .paragraph--type-supporters .group--info > * {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .path-frontpage .paragraph--type-supporters .group--info {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .path-frontpage .paragraph--type-supporters .group--supporters {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .path-frontpage .paragraph--type-supporters .group--supporters {
    width: 55%;
  }
  .path-frontpage .paragraph--type-supporters .group--supporters > div {
    width: 50%;
  }
}
.path-frontpage .paragraph--type-supporters .group--supporters > .field {
  border-left: 2px solid #496916;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .path-frontpage .paragraph--type-supporters .group--supporters > .field:first-child {
    border-left: 0;
  }
}
.path-frontpage .paragraph--type-supporters .group--supporters > .field > .field__item {
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .path-frontpage .paragraph--type-supporters .field--name-field-supporters-three {
    display: none;
  }
}

.paragraph--type-text.width-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}
.paragraph--type-text .field--type-text-long table {
  display: block;
  max-width: 100%;
  overflow: scroll;
  width: 100%;
}
.paragraph--type-text .field--type-text-long table caption {
  font-size: 0.9375rem;
  padding-left: 0.5rem;
}
.paragraph--type-text .field--type-text-long table thead {
  background: #11456a;
  color: #fff;
}
.paragraph--type-text .field--type-text-long table thead tr th {
  border: 5px solid #fff;
  padding: 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-text .field--type-text-long table thead tr th:first-of-type {
    border-right-width: 0;
  }
  .paragraph--type-text .field--type-text-long table thead tr th:last-of-type {
    border-left-width: 0;
  }
}
.paragraph--type-text .field--type-text-long table thead tr th[colspan="2"] {
  text-align: center;
}
.paragraph--type-text .field--type-text-long table tbody tr td {
  border: 5px solid #fff;
  padding: 1rem;
  vertical-align: top;
}
.paragraph--type-text .field--type-text-long table tbody tr td.gray {
  background: #f2f2f2;
}
.paragraph--type-text .field--type-text-long table tbody tr td.yellow {
  background: #fdf1d6;
}
.paragraph--type-text .field--type-text-long table tbody tr td.navy {
  background: #11456a;
  color: #fff;
}
@media (min-width: 768px) {
  .paragraph--type-text .field--type-text-long table tbody tr td:first-of-type {
    width: 11.25rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text .field--type-text-long table tbody.wide-first tr td:first-of-type {
    width: 15.9375rem;
  }
}
.paragraph--type-text .field--type-text-long a:not(.button) {
  color: #900128;
  transition: color 400ms;
}
.paragraph--type-text .field--type-text-long a:not(.button):hover, .paragraph--type-text .field--type-text-long a:not(.button):focus-visible {
  color: #000;
}
.paragraph--type-text .field--type-text-long .button {
  margin-bottom: 0.75rem;
  margin-right: 1.5rem;
}

.paragraph--type-text-callout {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #acacac;
  overflow: hidden;
}
@media (min-width: 768px) {
  .paragraph--type-text-callout {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text-callout {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout {
    padding-bottom: 3rem;
  }
}
.paragraph--type-text-callout > div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #fff;
  max-width: 52.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type-text-callout > div {
    padding-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout > div {
    padding-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text-callout > div {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout > div {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text-callout > div {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout > div {
    padding-left: 6rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text-callout > div {
    padding-right: 5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout > div {
    padding-right: 6rem;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type-text-callout > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.paragraph--type-text-callout .field--name-field-title {
  font-family: "Publico Headline", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #06519B;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin-bottom: 1rem;
  border-bottom: 4px solid #acacac;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .paragraph--type-text-callout .field--name-field-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-text-callout .field--name-field-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout .field--name-field-title {
    margin-bottom: 1.5rem;
  }
}
.paragraph--type-text-callout .field--name-field-text a:not(.button) {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.paragraph--type-text-callout .field--name-field-text a:not(.button):hover, .paragraph--type-text-callout .field--name-field-text a:not(.button):focus-visible {
  color: #06519B;
}
.paragraph--type-text-callout .field--name-field-text a.button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-text-callout .field--name-field-text a.button:visited, .paragraph--type-text-callout .field--name-field-text a.button:active, .paragraph--type-text-callout .field--name-field-text a.button:focus {
  color: #fff;
}
.paragraph--type-text-callout .field--name-field-text a.button:hover, .paragraph--type-text-callout .field--name-field-text a.button:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}
.paragraph--type-text-callout .social-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.paragraph--type-text-callout .social-share .social-sharing-buttons {
  margin: 0;
}
.paragraph--type-text-callout .social-share a {
  font-size: 1.25rem;
}
.paragraph--type-text-callout .social-share a:after {
  color: #000;
  font-size: 0.875rem;
  margin: 0 0.5rem;
  text-decoration: none;
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type-text-callout .social-share a:after {
    display: inline;
  }
}
.paragraph--type-text-callout .social-share a[aria-label*=Facebook]:after {
  content: "Share";
}
.paragraph--type-text-callout .social-share a[aria-label*=Twitter]:after {
  content: "Tweet";
}
.paragraph--type-text-callout .social-share a[aria-label*=Linkedin]:after {
  content: "LinkedIn";
}
.paragraph--type-text-callout .social-share a[aria-label*=E-mail]:after {
  content: "Email";
}
.paragraph--type-text-callout .social-share a[aria-label*=E-mail] svg {
  fill: #FFCC33;
}
.paragraph--type-text-callout .social-share a#printlink:after {
  content: "Print & PDF";
}
.paragraph--type-text-callout .social-share a#printlink svg {
  fill: #FFCC33;
  padding: 4px;
}
.paragraph--type-text-callout .social-share .printfriendly {
  margin-left: 1rem;
}
.paragraph--type-text-callout .social-share .printfriendly:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #FFCC33;
}
.paragraph--type-text-callout .social-share .printfriendly:after {
  content: "Print & PDF";
}
.paragraph--type-text-callout .social-share .printfriendly img {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  /**
   * The .focusable class extends the .visually-hidden class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
}
.paragraph--type-text-callout .field--name-field-link {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-text-callout .field--name-field-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-callout .field--name-field-link {
    margin-top: 1.5rem;
  }
}
.paragraph--type-text-callout .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-text-callout .field--name-field-link a:visited, .paragraph--type-text-callout .field--name-field-link a:active, .paragraph--type-text-callout .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-text-callout .field--name-field-link a:hover, .paragraph--type-text-callout .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}

.paragraph--type-text-columns h2 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.paragraph--type-text-columns .field--name-field-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 991.98px) {
  .paragraph--type-text-columns .field--name-field-items {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type-text-columns .field--name-field-items > .field__item {
  width: 50%;
}
@media (max-width: 991.98px) {
  .paragraph--type-text-columns .field--name-field-items > .field__item {
    margin-bottom: 1rem;
    margin-top: 0;
    width: 100%;
  }
  .paragraph--type-text-columns .field--name-field-items > .field__item:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.paragraph--type-text-columns .field--name-field-items > .field__item:nth-of-type(n+3) {
  margin-top: 2rem;
}
.paragraph--type-text-columns .paragraph--type-text-column {
  margin: 0 30px;
}
.paragraph--type-text-columns .paragraph--type-text-column ul,
.paragraph--type-text-columns .paragraph--type-text-column ol {
  padding-left: 1.25rem;
}

.paragraph--type-text-grid {
  padding: 40px 0 8px;
  position: relative;
}
.paragraph--type-text-grid::before {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
}
.paragraph--type-text-grid > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -32px;
  position: relative;
  text-align: left;
}
@media (max-width: 991.98px) {
  .paragraph--type-text-grid > div {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.paragraph--type-text-grid > div > .field__item {
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .paragraph--type-text-grid > div > .field__item {
    margin-bottom: 2rem;
    margin-top: 0;
    width: 100%;
  }
}
.paragraph--type-text-grid .paragraph--type-text-grid-item {
  background: #fff;
  height: 100%;
  margin: 0 32px;
  max-width: 580px;
}
@media (max-width: 991.98px) {
  .paragraph--type-text-grid .paragraph--type-text-grid-item {
    margin: 0 auto;
  }
}
.paragraph--type-text-grid .paragraph--type-text-grid-item img {
  height: auto;
  width: 100%;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .group-right {
  padding: 20px 48px 30px;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item h3 {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-transform: none;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-text {
  font-size: 14px;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-text a:not(.button) {
  color: #900128;
  text-decoration: underline;
  transition: color 400ms;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-text a:not(.button):hover, .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-text a:not(.button):focus-visible {
  color: #900128;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link {
    margin-top: 0.625rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link {
    margin-top: 0.75rem;
  }
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a:visited, .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a:active, .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a:focus {
  color: #fff;
}
.paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a:hover, .paragraph--type-text-grid .paragraph--type-text-grid-item .field--name-field-link a:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}

.paragraph--type-vaccine-database {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-database {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-database {
    margin-bottom: 4.5rem;
  }
}
.paragraph--type-vaccine-database .views-row {
  width: 100%;
}
.paragraph--type-vaccine-database > div > h2 {
  margin-bottom: 2rem;
  font-family: "Publico Headline", serif;
  text-align: center;
  color: #000;
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database > div > h2 {
    font-size: 1.9375rem;
    line-height: 2.3125rem;
  }
}
.paragraph--type-vaccine-database #snapshot {
  position: relative;
}
.paragraph--type-vaccine-database #snapshot.active.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.paragraph--type-vaccine-database #snapshot .table-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media only screen and (min-width: 1150px) {
  .paragraph--type-vaccine-database #snapshot .table-nav {
    display: none;
  }
}
.paragraph--type-vaccine-database #snapshot .table-nav > span {
  background-color: #06519B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.paragraph--type-vaccine-database #snapshot .table-nav .label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  /**
   * The .focusable class extends the .visually-hidden class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
}
.paragraph--type-vaccine-database #snapshot .table-nav .next {
  margin-left: auto;
}
.paragraph--type-vaccine-database table .mobile-toggle {
  padding: 2rem 0;
}
.paragraph--type-vaccine-database table .mobile-toggle a {
  background-color: #acacac;
  color: #900128;
  font-weight: bold !important;
  border-radius: 19px;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database table .mobile-toggle {
    display: none;
  }
}
.paragraph--type-vaccine-database table th,
.paragraph--type-vaccine-database table .platform-header {
  padding: 0;
}
.paragraph--type-vaccine-database table.snapshot {
  min-width: 70.9375rem;
  transition: margin 800ms;
}
.paragraph--type-vaccine-database table.snapshot th {
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database table.snapshot th:not(:last-of-type) {
    border-right: 4px solid #fff;
  }
}
.paragraph--type-vaccine-database table.snapshot td.phase-preclinical, .paragraph--type-vaccine-database table.snapshot td.phase-phase-1, .paragraph--type-vaccine-database table.snapshot td.phase-phase-2, .paragraph--type-vaccine-database table.snapshot td.phase-phase-3 {
  width: 23%;
}
.paragraph--type-vaccine-database table.snapshot td.phase-approved {
  width: 8%;
}
.paragraph--type-vaccine-database table.snapshot tr.teasers + tr {
  border-left: 1px solid #798893;
}
.paragraph--type-vaccine-database table.snapshot tr.teasers .phase-phase-1,
.paragraph--type-vaccine-database table.snapshot tr.teasers .phase-phase-3 {
  background-color: #f2f2f2;
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue {
  background-color: rgba(6, 81, 155, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue .phase-preclinical {
  background-color: rgba(6, 81, 155, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue .phase-phase-1 {
  background-color: rgba(6, 81, 155, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue .phase-phase-2 {
  background-color: rgba(6, 81, 155, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue .phase-phase-3 {
  background-color: rgba(6, 81, 155, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue .phase-approved {
  background-color: rgba(6, 81, 155, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark {
  background-color: rgba(0, 59, 117, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark .phase-preclinical {
  background-color: rgba(0, 59, 117, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark .phase-phase-1 {
  background-color: rgba(0, 59, 117, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark .phase-phase-2 {
  background-color: rgba(0, 59, 117, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark .phase-phase-3 {
  background-color: rgba(0, 59, 117, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-blue-dark .phase-approved {
  background-color: rgba(0, 59, 117, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green {
  background-color: rgba(73, 105, 22, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green .phase-preclinical {
  background-color: rgba(73, 105, 22, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green .phase-phase-1 {
  background-color: rgba(73, 105, 22, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green .phase-phase-2 {
  background-color: rgba(73, 105, 22, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green .phase-phase-3 {
  background-color: rgba(73, 105, 22, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-green .phase-approved {
  background-color: rgba(73, 105, 22, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon {
  background-color: rgba(144, 1, 40, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon .phase-preclinical {
  background-color: rgba(144, 1, 40, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon .phase-phase-1 {
  background-color: rgba(144, 1, 40, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon .phase-phase-2 {
  background-color: rgba(144, 1, 40, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon .phase-phase-3 {
  background-color: rgba(144, 1, 40, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-maroon .phase-approved {
  background-color: rgba(144, 1, 40, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow {
  background-color: rgba(235, 174, 84, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow .phase-preclinical {
  background-color: rgba(235, 174, 84, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow .phase-phase-1 {
  background-color: rgba(235, 174, 84, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow .phase-phase-2 {
  background-color: rgba(235, 174, 84, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow .phase-phase-3 {
  background-color: rgba(235, 174, 84, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-yellow .phase-approved {
  background-color: rgba(235, 174, 84, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple {
  background-color: rgba(107, 30, 127, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple .phase-preclinical {
  background-color: rgba(107, 30, 127, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple .phase-phase-1 {
  background-color: rgba(107, 30, 127, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple .phase-phase-2 {
  background-color: rgba(107, 30, 127, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple .phase-phase-3 {
  background-color: rgba(107, 30, 127, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-purple .phase-approved {
  background-color: rgba(107, 30, 127, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal {
  background-color: rgba(31, 103, 146, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal .phase-preclinical {
  background-color: rgba(31, 103, 146, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal .phase-phase-1 {
  background-color: rgba(31, 103, 146, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal .phase-phase-2 {
  background-color: rgba(31, 103, 146, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal .phase-phase-3 {
  background-color: rgba(31, 103, 146, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal .phase-approved {
  background-color: rgba(31, 103, 146, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light {
  background-color: rgba(59, 142, 173, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light .phase-preclinical {
  background-color: rgba(59, 142, 173, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light .phase-phase-1 {
  background-color: rgba(59, 142, 173, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light .phase-phase-2 {
  background-color: rgba(59, 142, 173, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light .phase-phase-3 {
  background-color: rgba(59, 142, 173, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-light .phase-approved {
  background-color: rgba(59, 142, 173, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark {
  background-color: rgba(0, 90, 84, 0);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark .phase-preclinical {
  background-color: rgba(0, 90, 84, 0.3);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark .phase-phase-1 {
  background-color: rgba(0, 90, 84, 0.2);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark .phase-phase-2 {
  background-color: rgba(0, 90, 84, 0.1);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark .phase-phase-3 {
  background-color: rgba(0, 90, 84, 0.05);
}
.paragraph--type-vaccine-database table.snapshot tr.color-theme-teal-dark .phase-approved {
  background-color: rgba(0, 90, 84, 0);
}
.paragraph--type-vaccine-database table.snapshot tr:last-of-type {
  border-bottom: 1px solid #798893;
}
.paragraph--type-vaccine-database table.snapshot td.platform-header {
  border-left: 1px solid #798893;
  border-right: 1px solid #798893;
}
.paragraph--type-vaccine-database table.snapshot td.phase-preclinical {
  border-left: 1px solid #798893;
}
.paragraph--type-vaccine-database table.snapshot td.phase-approved {
  border-right: 1px solid #798893;
}
.paragraph--type-vaccine-database table.snapshot td.phase-phase-1, .paragraph--type-vaccine-database table.snapshot td.phase-phase-2, .paragraph--type-vaccine-database table.snapshot td.phase-phase-3, .paragraph--type-vaccine-database table.snapshot td.phase-approved {
  position: relative;
}
.paragraph--type-vaccine-database table.snapshot td.phase-phase-1:after, .paragraph--type-vaccine-database table.snapshot td.phase-phase-2:after, .paragraph--type-vaccine-database table.snapshot td.phase-phase-3:after, .paragraph--type-vaccine-database table.snapshot td.phase-approved:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.paragraph--type-vaccine-database table.snapshot .count {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type-vaccine-database table.snapshot .count > div:first-of-type {
  margin-right: 0.25rem;
}
.paragraph--type-vaccine-database table.snapshot .count .view-header,
.paragraph--type-vaccine-database table.snapshot .count .view-empty {
  font-size: 2.75rem;
  font-family: "Publico Headline", serif;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.25rem;
}
.paragraph--type-vaccine-database table.snapshot .count .platform {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3125rem;
}
.paragraph--type-vaccine-database table.snapshot .count .phase {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type-vaccine-database table.snapshot .count .phase div {
  margin-left: 0.25rem;
}
.paragraph--type-vaccine-database .table-display {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .paragraph--type-vaccine-database .table-display table tr,
.paragraph--type-vaccine-database .table-display table th,
.paragraph--type-vaccine-database .table-display table td {
    display: block;
  }
}
.paragraph--type-vaccine-database .table-display table th {
  background-color: #06519B;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  text-align: left;
  vertical-align: middle;
  border-right: 4px solid #fff;
}
@media (max-width: 991.98px) {
  .paragraph--type-vaccine-database .table-display table th {
    display: none;
  }
}
.paragraph--type-vaccine-database .table-display table th a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 400ms;
}
.paragraph--type-vaccine-database .table-display table th a:hover, .paragraph--type-vaccine-database .table-display table th a:focus-visible {
  text-decoration: none;
}
.paragraph--type-vaccine-database .table-display table th.is-active a {
  opacity: 1;
}
.paragraph--type-vaccine-database .table-display table th.is-active a .tablesort {
  margin-left: 0.3333333333rem;
}
.paragraph--type-vaccine-database .table-display table th.is-active a .tablesort.tablesort--desc {
  background-image: none;
}
.paragraph--type-vaccine-database .table-display table th.is-active a .tablesort.tablesort--desc:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.875rem;
}
.paragraph--type-vaccine-database .table-display table th.is-active a .tablesort.tablesort--asc {
  background-image: none;
}
.paragraph--type-vaccine-database .table-display table th.is-active a .tablesort.tablesort--asc:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.875rem;
}
.paragraph--type-vaccine-database .table-display table tbody {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 991.98px) {
  .paragraph--type-vaccine-database .table-display table tbody td {
    border-top: 4px solid #e9f2f7;
  }
  .paragraph--type-vaccine-database .table-display table tbody td:before {
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-title {
    background-color: #003b75;
    color: #fff;
    border: 0;
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-title > div {
    display: none;
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-title:before {
    content: "Name";
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-field-developer {
    border: 0;
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-field-developer:before {
    content: "Developer/Location";
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-name:before {
    content: "Platform";
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-name-1:before {
    content: "Phase";
  }
  .paragraph--type-vaccine-database .table-display table tbody td.views-field-field-approach:before {
    content: "Approach & Sources";
  }
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-database .table-display table tbody td {
    border: 4px solid #e9f2f7;
    width: 17.5%;
  }
  .paragraph--type-vaccine-database .table-display table tbody td:last-of-type {
    width: 30%;
  }
}
.paragraph--type-vaccine-database .table-display table tbody a {
  color: #900128;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: underline;
  transition: color 400ms;
}
.paragraph--type-vaccine-database .table-display table tbody a:hover, .paragraph--type-vaccine-database .table-display table tbody a:focus-visible {
  color: #000;
}
.paragraph--type-vaccine-database .table-display table tbody .views-field-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.paragraph.paragraph--type-vaccine-database {
  margin-top: 0;
}

.paragraph--type-vaccine-tracker {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-tracker {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-tracker {
    padding-bottom: 3rem;
  }
}
.paragraph--type-vaccine-tracker > div {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type-vaccine-tracker h2 {
  margin-bottom: 2rem;
  font-family: "Publico Headline", serif;
  text-align: center;
  color: #000;
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker h2 {
    font-size: 1.9375rem;
    line-height: 2.3125rem;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview {
  margin-bottom: 1rem;
  cursor: pointer;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview {
    margin-bottom: 0;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview > div {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 9.0625rem;
  height: 9.0625rem;
  margin: 0.5rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview > div {
    width: 10rem;
    height: 10rem;
    margin: 1rem 0.5rem;
    padding: 0 1.5rem;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview > div:after {
  content: "";
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview > div.break {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  /**
   * The .focusable class extends the .visually-hidden class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview > div img {
  max-width: 1.875rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview > div img {
    max-width: 100%;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview > div .vaccine-tracker--overview-number {
  font-family: "Publico Headline", serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview > div .vaccine-tracker--overview-number {
    font-size: 1.9375rem;
    line-height: 2.3125rem;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview .see-all {
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: margin 400ms, opacity 400ms, visibility 400ms;
}
@media (max-width: 991.98px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview .see-all {
    display: none;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview .see-all > span {
  background-color: #f2f2f2;
  border-radius: 50%;
  display: inline-block;
  color: #000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
  line-height: 5;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: top 400ms;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview .see-all > span:after {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 40%;
  bottom: 1rem;
  color: #000;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview .see-all > span {
    top: -100%;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview:hover > div:after, .paragraph--type-vaccine-tracker .vaccine-tracker--overview:focus-visible > div:after {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.paragraph--type-vaccine-tracker .vaccine-tracker--overview:hover .see-all, .paragraph--type-vaccine-tracker .vaccine-tracker--overview:focus-visible .see-all {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--overview:hover .see-all > span, .paragraph--type-vaccine-tracker .vaccine-tracker--overview:focus-visible .see-all > span {
    top: 0;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage {
    margin-top: 0.625rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage {
    margin-bottom: 4.5rem;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.25rem;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:after {
  border-left: 20px solid #3b8ead;
  right: -20px;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div {
    color: #fff;
    position: relative;
    padding: 1.4rem;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 62px solid transparent;
    border-bottom: 62px solid transparent;
    border-left: 30px solid #3b8ead;
    position: absolute;
    right: -30px;
    z-index: 1;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div .vaccine-tracker--phase-number {
  color: #fff;
  font-family: "Publico Headline", serif;
  font-size: 1rem;
  line-height: 2.75rem;
  padding: 1.1rem 0.75rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div .vaccine-tracker--phase-number:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #3b8ead;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div .vaccine-tracker--phase-number {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    padding: 0;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div .vaccine-tracker--phase-number:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.preclinical {
    background-color: #6b1e7f;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.preclinical:after {
    border-left: 30px solid #6b1e7f;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.preclinical .vaccine-tracker--phase-number {
  background-color: #6b1e7f;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.preclinical .vaccine-tracker--phase-number:after {
  border-left-color: #6b1e7f;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical) {
    padding-left: 3rem;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical):before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 62px solid transparent;
    border-bottom: 62px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    left: 0;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical) .vaccine-tracker--phase-number {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical) .vaccine-tracker--phase-number {
    padding-left: 0;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical) .vaccine-tracker--phase-number:before {
    display: none;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div:not(.preclinical) .vaccine-tracker--phase-number:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase1 {
    background-color: #3b8ead;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase1:after {
    border-left: 30px solid #3b8ead;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase1 .vaccine-tracker--phase-number {
  background-color: #3b8ead;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase1 .vaccine-tracker--phase-number:after {
  border-left-color: #3b8ead;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase2 {
    background-color: #1f6792;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase2:after {
    border-left: 30px solid #1f6792;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase2 .vaccine-tracker--phase-number {
  background-color: #1f6792;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase2 .vaccine-tracker--phase-number:after {
  border-left-color: #1f6792;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase3 {
    background-color: #003b75;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase3:after {
    border-left: 30px solid #003b75;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase3 .vaccine-tracker--phase-number {
  background-color: #003b75;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.phase3 .vaccine-tracker--phase-number:after {
  border-left-color: #003b75;
}
@media (min-width: 768px) {
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.approved {
    background-color: #496916;
  }
  .paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.approved:after {
    display: none;
  }
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.approved .vaccine-tracker--phase-number {
  background-color: #496916;
}
.paragraph--type-vaccine-tracker .vaccine-tracker--stage > div.approved .vaccine-tracker--phase-number:after {
  display: none;
}

.paragraph.paragraph--type-vaccine-tracker {
  padding-bottom: 0;
}

.taxonomy-term--type-goal {
  padding: 0.5rem 0;
}
.taxonomy-term--type-goal .field--name-taxonomy-term-title.field--label-inline {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.taxonomy-term--type-goal .field--name-taxonomy-term-title.field--label-inline .field__label {
  margin-right: 0.25rem;
}
.taxonomy-term--type-goal .field--name-taxonomy-term-title.field--label-inline .field__label::after {
  content: ":";
}
.taxonomy-term--type-goal .field--name-taxonomy-term-title.field--label-inline .field__item h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0;
}
.taxonomy-term--type-goal.color-theme-blue {
  background-color: #06519B;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-blue.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-blue-dark {
  background-color: #003b75;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-blue-dark.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-green {
  background-color: #496916;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-green.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-maroon {
  background-color: #900128;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-maroon.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-yellow {
  background-color: #ebae54;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-yellow.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-purple {
  background-color: #6b1e7f;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-purple.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-teal {
  background-color: #1f6792;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-teal.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-teal-light {
  background-color: #3b8ead;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-teal-light.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-goal.color-theme-teal-dark {
  background-color: #005a54;
  color: #fff;
}
.taxonomy-term--type-goal.color-theme-teal-dark.color-theme-yellow {
  color: #000;
}

.taxonomy-term--type-phase.taxonomy-term--view-mode-full {
  background-color: #1f1f1f;
  color: #fff;
  text-transform: none;
  font-size: 1.125rem;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full .field--name-taxonomy-term-title {
  padding: 1.2rem;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-blue {
  background-color: #06519B;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-blue-dark {
  background-color: #003b75;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-green {
  background-color: #496916;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-maroon {
  background-color: #900128;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-yellow {
  background-color: #ebae54;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-purple {
  background-color: #6b1e7f;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-teal {
  background-color: #1f6792;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-teal-light {
  background-color: #3b8ead;
}
.taxonomy-term--type-phase.taxonomy-term--view-mode-full.color-theme-teal-dark {
  background-color: #005a54;
}

.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon) {
  padding: 0.5rem 0;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon) .field--name-taxonomy-term-title.field--label-inline {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon) .field--name-taxonomy-term-title.field--label-inline .field__label {
  margin-right: 0.25rem;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon) .field--name-taxonomy-term-title.field--label-inline .field__label::after {
  content: ":";
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon) .field--name-taxonomy-term-title.field--label-inline .field__item h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-blue {
  background-color: #06519B;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-blue.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-blue-dark {
  background-color: #003b75;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-blue-dark.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-green {
  background-color: #496916;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-green.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-maroon {
  background-color: #900128;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-maroon.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-yellow {
  background-color: #ebae54;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-yellow.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-purple {
  background-color: #6b1e7f;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-purple.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal {
  background-color: #1f6792;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal-light {
  background-color: #3b8ead;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal-light.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal-dark {
  background-color: #005a54;
  color: #fff;
}
.taxonomy-term--type-platform-category:not(.taxonomy-term--view-mode-label-with-icon).color-theme-teal-dark.color-theme-yellow {
  color: #000;
}
.taxonomy-term--type-platform-category.taxonomy-term--view-mode-label-with-icon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.taxonomy-term--type-platform-category.taxonomy-term--view-mode-label-with-icon .field--name-taxonomy-term-title {
  line-height: 1.2em;
}
.taxonomy-term--type-platform-category.taxonomy-term--view-mode-label-with-icon img {
  height: 24px;
  width: auto;
}

.field--name-dynamic-block-fieldparagraph-database-filters .form-row {
  margin-left: 0;
  margin-right: 0;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form {
  position: relative;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs {
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs {
    margin-bottom: 3rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs li {
  text-align: center;
  width: 10.3125rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs li a {
  background-color: #f2f2f2;
  border: none;
  color: #000;
  font-size: 1rem;
  padding: 0.75rem 2rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs li a.active {
  background-color: #000;
  color: #f2f2f2;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs li:first-child a {
  border-radius: 29px 0 0 29px;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form ul.nav.nav-tabs li:last-child a {
  border-radius: 0 29px 29px 0;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download {
    margin-bottom: -2rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download .page-print {
  margin-right: 1rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a {
  color: #000;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 400ms;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a .label {
  text-decoration: underline;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a .micon {
  color: #900128;
  font-size: 1.25rem;
  margin-right: 0.3333333333rem;
  transition: color 400ms;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a svg {
  fill: #900128;
  padding: 4px;
  width: 1.875rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a:hover, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a:focus-visible {
  color: #900128;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a:hover .micon, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .print-download a:focus-visible .micon {
  color: #000;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .reset-search {
  text-align: right;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form [id^=edit-reset] {
  font-size: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  width: auto;
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form [id^=edit-reset] {
    margin: 0 0 0.5rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form [id^=edit-reset]:active, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form [id^=edit-reset]:hover, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form [id^=edit-reset]:focus-visible {
  background-color: transparent;
  color: #900128;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form > .form-row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form > .form-row {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form > .form-row > * {
    margin-bottom: 0;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form > .form-row .js-form-type-textfield {
  width: calc(100% - 42px);
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form > .form-row .js-form-type-textfield {
    width: auto;
    min-width: 17.1875rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-item-keyword label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  /**
   * The .focusable class extends the .visually-hidden class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions {
  width: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions {
    margin-right: 32px;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .btn-search {
  font-size: 0;
  position: relative;
  height: 38px;
  margin: 0;
  padding: 8px 18px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .btn-search:before {
  font-family: "fa" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.375rem;
  color: #5e7077;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: color 400ms;
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .btn-search {
    padding: 6px 18px;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .btn-search:hover:before, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .btn-search:focus-visible:before {
  color: #900128;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .form-actions .button:not([id^=edit-reset]) {
  background: transparent;
  border: none;
  color: #000;
  font-size: 0;
  height: 100%;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group {
  position: initial;
  margin-left: 0.25rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle {
  background-color: #bbcad5;
  border: 0;
  color: #000;
  font-size: 0.875rem;
  padding-right: 2rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle:before {
  content: "";
  display: block;
  background: url(images/e939439fbb9ffc58036884817aceb437.svg) no-repeat top right;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle:after {
  display: none;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle:hover .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle:focus-visible, .show .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group > .btn-secondary.dropdown-toggle {
  background-color: #900128;
  border: none;
  color: #fff;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #f2f2f2;
  width: 100%;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-left: 1.875rem;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu {
    padding-right: 2.25rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  top: 5rem !important;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu:before {
  content: "Filter By ...";
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  width: 100%;
  border-bottom: 5px solid #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu fieldset {
    width: 29%;
  }
  .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu fieldset:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu fieldset label {
  font-size: 1.25rem;
  font-weight: bold;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu fieldset select {
  border-radius: 0;
  border: 1px solid #acacac;
  cursor: pointer;
  padding: 0.5rem;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #900128 50%), linear-gradient(135deg, #900128 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions {
  text-align: center;
  width: 100%;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #06519B;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease, background-position 400ms;
  border-radius: 1.5625rem;
  line-height: 0;
  margin: 1rem auto 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: auto;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary:visited, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary:active, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary:focus {
  color: #fff;
}
.field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary:hover, .field--name-dynamic-block-fieldparagraph-database-filters .views-exposed-form .btn-group .dropdown-menu .actions .btn-secondary:focus-visible {
  background: #04376a;
  color: #fff;
  text-decoration: none;
}

.view-database-phase-platform .row {
  margin-left: 0;
  margin-right: 0;
}

.view-goals {
  margin-top: 24px;
}
.view-goals > .row {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.view-goals > .row > .views-row {
  border-bottom: 1px solid #bbcad5;
}

.view-milestone-progress-search {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .view-milestone-progress-search {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .view-milestone-progress-search {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .view-milestone-progress-search {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .view-milestone-progress-search {
    margin-bottom: 3rem;
  }
}
.view-milestone-progress-search .form-row,
.view-milestone-progress-search .view-content {
  margin: 0;
}
.view-milestone-progress-search .view-filters .form-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.view-milestone-progress-search .view-filters label {
  font-family: "Publico Headline", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  color: #003b75;
  margin-bottom: 16px;
}
.view-milestone-progress-search .view-filters .form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.view-milestone-progress-search .view-filters .js-form-type-textfield input {
  height: 64px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  padding: 8px 24px;
  color: #000;
  border: 1px solid;
}
@media (max-width: 600px) {
  .view-milestone-progress-search .view-filters .js-form-type-textfield input {
    height: 48px;
    padding: 8px 16px;
  }
}
.view-milestone-progress-search .view-filters input.form-submit {
  width: 64px;
  height: 64px;
  font-size: 0;
  background-color: #06519B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M24.2942 18.4543C22.9661 19.7825 21.2741 20.687 19.432 21.0534C17.5899 21.4199 15.6805 21.2319 13.9453 20.5132C12.2101 19.7945 10.7269 18.5773 9.68345 17.0157C8.63996 15.454 8.08301 13.618 8.08301 11.7399C8.08301 9.86166 8.63996 8.02566 9.68345 6.46401C10.7269 4.90237 12.2101 3.68523 13.9453 2.96651C15.6805 2.2478 17.5899 2.05979 19.432 2.42626C21.2741 2.79274 22.9661 3.69724 24.2942 5.02537C26.0749 6.80622 27.0752 9.22147 27.0752 11.7399C27.0752 14.2582 26.0749 16.6735 24.2942 18.4543Z' stroke='white' stroke-width='3.71959' stroke-linecap='round'/%3E%3Cpath d='M24.2942 18.4543C22.9661 19.7825 21.2741 20.687 19.432 21.0534C17.5899 21.4199 15.6805 21.2319 13.9453 20.5132C12.2101 19.7945 10.7269 18.5773 9.68345 17.0157C8.63996 15.454 8.08301 13.618 8.08301 11.7399C8.08301 9.86166 8.63996 8.02566 9.68345 6.46401C10.7269 4.90237 12.2101 3.68523 13.9453 2.96651C15.6805 2.2478 17.5899 2.05979 19.432 2.42626C21.2741 2.79274 22.9661 3.69724 24.2942 5.02537C26.0749 6.80622 27.0752 9.22147 27.0752 11.7399C27.0752 14.2582 26.0749 16.6735 24.2942 18.4543Z' stroke='white' stroke-width='3.71959' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2.41943 26.9012L9.83352 19.4871' stroke='white' stroke-width='3.71959' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: none;
  transition: 0.3s;
}
.view-milestone-progress-search .view-filters input.form-submit:hover, .view-milestone-progress-search .view-filters input.form-submit:focus-visible {
  background-color: #003b75;
}
@media (max-width: 600px) {
  .view-milestone-progress-search .view-filters input.form-submit {
    width: 48px;
    height: 48px;
  }
}
.view-milestone-progress-search .view-header {
  margin-top: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
}
.view-milestone-progress-search .view-content {
  margin-top: 24px;
  border-top: 1px solid #bbcad5;
}
.view-milestone-progress-search .view-content > .views-row {
  width: 100%;
  padding: 32px 0 24px 0;
  border-bottom: 1px solid #bbcad5;
}
.view-milestone-progress-search .pagination {
  margin-top: 24px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.view-milestone-progress-search .pagination .page-item.active .page-link {
  background-color: #00346a;
  border: 0;
  color: #fff;
}
.view-milestone-progress-search .pagination .page-link {
  border: 0;
  color: #00346a;
  transition: background-color 400ms, color 400ms;
}
.view-milestone-progress-search .pagination .page-link:hover {
  background: #900128;
  color: #fff;
}

.view-milestones > .view-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0;
}
@media (min-width: 600px) {
  .view-milestones > .view-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .view-milestones > .view-content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.view-progress-highlights {
  margin-top: 32px;
}
.view-progress-highlights .row {
  margin: 0;
}
.view-progress-highlights .panel-group {
  width: 100%;
}
.view-progress-highlights .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
.view-progress-highlights .accordion-header {
  margin: 0;
}
.view-progress-highlights button {
  background-color: #f2f2f2;
  border: 0;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  padding: 16px 24px;
  text-align: left;
  text-decoration: underline;
  width: 100%;
}
.view-progress-highlights button.collapsed::before {
  -webkit-transform: none;
          transform: none;
}
.view-progress-highlights button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M8.78087 9.34398C8.38054 9.84439 7.61946 9.84439 7.21913 9.34398L1.29976 1.94476C0.775946 1.29 1.24212 0.320068 2.08062 0.320068H13.9194C14.7579 0.320068 15.2241 1.29 14.7002 1.94476L8.78087 9.34398Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto 16px auto 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.5s;
  vertical-align: 1px;
  width: 16px;
}
.view-progress-highlights button:hover, .view-progress-highlights button:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}
.view-progress-highlights button.btn-link:focus, .view-progress-highlights button.btn-link.focus {
  text-decoration: none;
}
.view-progress-highlights .accordion-body {
  border: 1px solid #bbcad5;
  padding: 24px;
}
.view-progress-highlights .accordion-body p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map*/