/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):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:not(:focus-visible) {
  outline: 0;
}

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"] {
  -webkit-box-sizing: border-box;
          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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .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: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 768px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1600px) {
  .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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

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

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

@media (min-width: 1600px) {
  .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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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: 1280px !important;
  }
  .container {
    min-width: 1280px !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;
  }
}

*, *:focus {
  outline: none !important;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

mark {
  background: none;
  padding: 0;
}

button {
  border-radius: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

/* colors */
:root, [data-theme="light"] {
  --color-primary-16: rgba(255, 90, 0, 0.16);
  --color-button-submit: #3A3A3C;
  --color-button-submit-color: #ffffff;
  --color-primary-8: #2b344314;
  --color-bg: #ffffff;
  --color-bg-highlight: #CF4900;
  --color-on-bg-highlight: #FFFFFF;
  --color-text: #3A3A3C;
  --color-text-highlight: #CF4900;
  --color-navigation: #ffffff;
  --color-navigation-item-pressed: #3A3A3C14;
  --color-primary: #2b3443;
  --color-cell-bg: #EEEEEE;
  --color-text-8: #3A3A3C14;
  --color-text-64: #3A3A3CCC;
  --color-cell: #ffffff;
  --color-icon-default: #CF4900;
  --color-icon-pressed: #FF5A00A3;
  --color-icon-pressed-on-footer: #FFFFFFA3;
  --color-button-highlight: #FFFFFF;
  --color-button-highlight-text: #CF4900;
  --color-button-highlight-pressed: #FFC3A3;
  --color-button-primary: #3A3A3C;
  --color-button-secondary: #3A3A3C;
  --color-button-primary-text: #FFFFFF;
  --color-button-secondary-text: #3A3A3C;
  --color-button-primary-pressed: #232324;
  --color-button-secondary-pressed: #3A3A3C28;
  --color-footer-bg: #303030;
  --color-footer-content: #ffffff;
  --color-footer-bg-pressed: #ffffff29;
  --color-footer-content-64: #ffffffa3;
  --color-footer-content-32: #ffffff52;
  --color-footer-textfield-bg: #ffffff14;
  --color-category-tag-bg: #CF490014;
  --color-category-tag-text: #CF4900;
  --color-chip-active-text: #FFFFFF;
  --color-chip-inactive-text: #3A3A3C;
  --color-chip-active-background: #3A3A3C;
  --color-chip-inactive-background: #3A3A3C;
  --color-textfield-bg-pressed: #00000014;
  --color-textfield-bg: #0000000a;
  --color-dropdown-cell-pressed: #2b344314;
  --color-branch-tag-text: #ffffff;
  --color-branch-tag-bg-1: #00b0e3;
  --color-branch-tag-bg-2: #f59c07;
  --color-branch-tag-bg-3: #afca0b;
  --color-on-background-heading: #ffffff;
  --color-primary-500: #22C55E;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue: #00B0E3;
  --color-table-line: #8e8e8e;
  --color-error: #BB0000;
}

[data-theme="dark"] {
  --color-primary-16: #2b344329;
  --color-button-submit: #ffffff;
  --color-button-submit-color: #232324;
  --color-primary-8: #143c485e;
  --color-bg: #232324;
  --color-bg-highlight: #CF4900;
  --color-on-bg-highlight: #ffffff;
  --color-text: #ffffff;
  --color-text-highlight: #FF6B1A;
  --color-navigation: #232324;
  --color-navigation-item-pressed: #3A3A3C7A;
  --color-primary: #2b3443;
  --color-cell-bg: #303030;
  --color-text-8: #ffffff14;
  --color-text-64: #FFFFFFCC;
  --color-cell: #4D4D4E;
  --color-icon-default: #FF6B1A;
  --color-icon-pressed: #FF6B1AA3;
  --color-icon-pressed-on-footer: #ffffffa3;
  --color-button-highlight: #232324;
  --color-button-highlight-text: #FF6B1A;
  --color-button-highlight-pressed: #FF6B1A;
  --color-button-primary: #FFFFFF;
  --color-button-secondary: #FFFFFF;
  --color-button-primary-text: #232324;
  --color-button-secondary-text: #FFFFFF;
  --color-button-primary-pressed: #FFFFFFA3;
  --color-button-secondary-pressed: #FFFFFF28;
  --color-footer-bg: #303030;
  --color-footer-content: #ffffff;
  --color-footer-bg-pressed: #ffffff;
  --color-footer-content-64: #FFFFFFCC;
  --color-footer-content-32: #ffffff52;
  --color-footer-textfield-bg: #ffffff14;
  --color-category-tag-bg: #FF6B1A29;
  --color-category-tag-text: #FF6B1A;
  --color-chip-active-text: #232324;
  --color-chip-inactive-text: #FFFFFF;
  --color-chip-active-background: #FFFFFF;
  --color-chip-inactive-background: #FFFFFF;
  --color-textfield-bg-pressed: #ffffff14;
  --color-textfield-bg: #ffffff0a;
  --color-dropdown-cell-pressed: #3c485e7a;
  --color-branch-tag-text: #2B3443;
  --color-branch-tag-bg-1: #00b0e3;
  --color-branch-tag-bg-2: #f59c07;
  --color-branch-tag-bg-3: #afca0b;
  --color-on-background-heading: #ffffff;
  --color-primary-500: #22C55E;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue: #00B0E3;
  --color-table-line: #8e8e8e;
  --color-error: #BB0000;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-primary-16: #2b344329;
    --color-button-submit: #ffffff;
    --color-button-submit-color: #232324;
    --color-primary-8: #143c485e;
    --color-bg: #232324;
    --color-bg-highlight: #CF4900;
    --color-on-bg-highlight: #ffffff;
    --color-text: #ffffff;
    --color-text-highlight: #FF6B1A;
    --color-navigation: #232324;
    --color-navigation-item-pressed: #3A3A3C7A;
    --color-primary: #2b3443;
    --color-cell-bg: #303030;
    --color-text-8: #ffffff14;
    --color-text-64: #FFFFFFCC;
    --color-cell: #4D4D4E;
    --color-icon-default: #FF6B1A;
    --color-icon-pressed: #FF6B1AA3;
    --color-icon-pressed-on-footer: #ffffffa3;
    --color-button-highlight: #232324;
    --color-button-highlight-text: #FF6B1A;
    --color-button-highlight-pressed: #FF6B1A;
    --color-button-primary: #FFFFFF;
    --color-button-secondary: #FFFFFF;
    --color-button-primary-text: #232324;
    --color-button-secondary-text: #FFFFFF;
    --color-button-primary-pressed: #FFFFFFA3;
    --color-button-secondary-pressed: #FFFFFF28;
    --color-footer-bg: #303030;
    --color-footer-content: #ffffff;
    --color-footer-bg-pressed: #ffffff;
    --color-footer-content-64: #FFFFFFCC;
    --color-footer-content-32: #ffffff52;
    --color-footer-textfield-bg: #ffffff14;
    --color-category-tag-bg: #FF6B1A29;
    --color-category-tag-text: #FF6B1A;
    --color-chip-active-text: #232324;
    --color-chip-inactive-text: #FFFFFF;
    --color-chip-active-background: #FFFFFF;
    --color-chip-inactive-background: #FFFFFF;
    --color-textfield-bg-pressed: #ffffff14;
    --color-textfield-bg: #ffffff0a;
    --color-dropdown-cell-pressed: #3c485e7a;
    --color-branch-tag-text: #2B3443;
    --color-branch-tag-bg-1: #00b0e3;
    --color-branch-tag-bg-2: #f59c07;
    --color-branch-tag-bg-3: #afca0b;
    --color-on-background-heading: #ffffff;
    --color-primary-500: #22C55E;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-blue: #00B0E3;
    --color-table-line: #8e8e8e;
    --color-error: #BB0000;
  }
}

/* paddings */
/*
$spacingmXL: ;
$spacingmMD: ;
$spacingmSM: ;

$spacinglXL: ;
$spacinglMD: ;
$spacinglSM: ;

*/
/* typography */
/* font sizes xl */
/* font sizes lg */
/* font sizes md */
/* font sizes sm */
/* font sizes xs */
/* z-indexes */
.to-fade-in {
  opacity: 0;
}

.to-fade-in.fade-in {
  -webkit-animation: fade-in 1s forwards;
          animation: fade-in 1s forwards;
}

.to-fade-in.no-animation {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-bg);
  color: var(--color-text);
  padding-top: 127px;
  /* header height */
}

body.landingpage {
  padding-top: 86px;
  /* header height */
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}

body.nav-open {
  height: 100vh;
  overflow: hidden;
}

body.modal-open {
  padding-right: 0 !important;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
}

body {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  color: var(--color-text);
}

h1, .h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: "Averta", sans-serif;
  font-weight: 600;
}

h1.big, .h1.big {
  font-size: 60px;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: -1.2px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Averta", sans-serif;
  font-weight: 600;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Averta", sans-serif;
  font-weight: 700;
}

h4, .h4 {
  font-size: 20px;
  line-height: 150%;
  font-family: "Averta", sans-serif;
  font-weight: 500;
}

h5, .h5 {
  font-size: 16px;
  line-height: 150%;
  font-family: "Averta", sans-serif;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0;
}

a {
  color: var(--color-text);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover, a:focus, a:active {
  color: var(--color-text);
  text-decoration: none;
}

* {
  word-wrap: break-word;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 16px 0;
  background-color: var(--color-bg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.landingpage {
  padding: 32px 0;
}

.scrolled header.landingpage {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scrolled header {
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateY(-47px);
          transform: translateY(-47px);
}

.scrolled header .header-top {
  opacity: 0;
}

.scrolled header .header-bottom img.logo {
  opacity: 0;
}

.scrolled header .header-bottom img.logo-small {
  opacity: 1;
}

header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

header .header-bottom .logo-wrapper {
  position: relative;
  width: 220px;
  height: 50px;
}

header .header-bottom .logo-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

header .header-bottom img.logo {
  width: 220px;
  height: 50px;
  margin: 2px 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header-bottom img.logo-small {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header-dropdown {
  position: relative;
  top: 17px;
}

header nav.main {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

header nav.main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

header nav.main ul li a {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav.main ul li a:hover {
  border: 1px solid transparent !important;
  background-color: var(--color-navigation-item-pressed);
}

header nav.main ul li a.active, header nav.main ul li a.open {
  border: 1px solid var(--color-text-64);
}

header nav.meta {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
}

header nav.meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav.meta ul li:last-child::after {
  display: none;
}

header nav.meta ul li::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-text);
  opacity: 0.32;
  margin: 0 3px;
}

header nav.meta ul li a {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header nav.meta ul li a:hover {
  border: 1px solid transparent !important;
  background-color: var(--color-navigation-item-pressed);
}

header nav.meta ul li a.active, header nav.meta ul li a.open {
  border: 1px solid var(--color-text-64);
}

header nav.sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  padding: 40px 24px;
  border-radius: 24px;
  background-color: var(--color-cell-bg);
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav.sub.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

header nav.sub.wide {
  width: 866px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 8px 8px 8px 16px;
}

header nav.sub.wide ul {
  gap: 10px;
  padding: 32px 0 48px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header nav.sub.wide ul li.heading {
  padding: 16px 16px 16px 48px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

header nav.sub.wide ul li a {
  padding: 8px 16px 8px 48px;
}

header nav.sub.wide ul li a img {
  width: 40px;
  height: 40px;
}

header nav.sub.wide ul li a .subtitle {
  display: block;
  color: var(--color-text-64);
}

header nav.sub.wide .banner {
  width: 334px;
  padding: 20px 32px;
  border: 1px solid rgba(0, 70, 109, 0.16);
  background-color: var(--color-cell);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

header nav.sub.wide .banner img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

header nav.sub.wide .banner .text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

header nav.sub.wide .banner .text .title:last-child {
  margin-bottom: 0 !important;
}

header nav.sub.wide .banner .text .subtitle {
  color: var(--color-text-64);
}

header nav.sub.wide .banner .button {
  width: 100%;
}

header nav.sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

header nav.sub ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav.sub ul li a:hover {
  background-color: var(--color-dropdown-cell-pressed);
}

header nav.sub ul li a img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

header nav.sub ul li a .title {
  display: block;
  color: var(--color-text);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
  font-weight: 700;
}

#nav-toggle {
  display: none;
}

nav.mobile {
  display: none;
  visibility: hidden;
}

.with-num {
  padding-right: 31px !important;
  position: relative;
}

.with-num .num {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  background-color: #00B0E3;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 16px;
}

footer {
  padding: 48px 0;
  background-color: var(--color-footer-bg);
  color: var(--color-footer-content);
  font-size: 14px;
  line-height: 150%;
}

footer.landingpage .footer-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

footer.landingpage .footer-top .footer-top-left {
  width: 100%;
}

footer.landingpage .footer-top .claim-text br {
  display: none;
}

footer.landingpage .footer-top ul.lang {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .popover-content ul li a:focus-visible {
  color: black !important;
}

footer a {
  color: var(--color-footer-content);
  display: block;
}

footer a:hover, footer a:active {
  color: var(--color-text-highlight);
}

footer a:focus-visible {
  outline: 2px solid white !important;
  color: white;
}

footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-top .footer-top-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

footer .footer-top .footer-top-left .claim img {
  width: 220px;
  height: 50px;
  margin-bottom: 16px;
}

footer .footer-top .footer-top-left .claim .logo-compact {
  width: 220px;
  height: 122px;
}

footer .footer-top .footer-top-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}

footer .footer-top .footer-top-right .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

footer .footer-top .footer-top-right .list-container .headline {
  padding: 16px 16px 16px 48px;
}

footer .footer-top .footer-top-right .list-container .highlight {
  color: var(--color-text-highlight);
  font-weight: 600;
}

footer .footer-top .footer-top-right .list-container .footer-item {
  padding: 8px 16px 8px 48px;
}

footer .footer-top .footer-top-right .list-container .text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

footer .footer-top .footer-top-right .list-container .subtext {
  font-weight: 400;
  color: var(--color-footer-content-64);
  font-size: 13px;
  letter-spacing: 0.325px;
  overflow: hidden;
  text-overflow: ellipsis;
}

footer .footer-top .footer-top-right .form-content {
  margin-top: 16px;
}

footer .footer-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

footer .footer-bottom hr {
  margin: 0;
  border-top: 0.5px solid var(--color-footer-content);
  opacity: 0.32;
}

footer .footer-bottom .footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

footer .footer-bottom .footer-bottom-nav ul a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

footer .footer-bottom .footer-bottom-nav ul a:hover {
  opacity: 1 !important;
}

footer .footer-bottom .footer-bottom-nav ul a:focus-visible {
  outline: 2px solid white !important;
  color: white;
}

footer .footer-bottom .footer-bottom-nav ul:hover a {
  opacity: 0.64;
}

footer .footer-bottom .footer-bottom-nav nav.meta, footer .footer-bottom .footer-bottom-nav nav.social {
  letter-spacing: 0.7px;
}

footer .footer-bottom .footer-bottom-nav nav.meta ul, footer .footer-bottom .footer-bottom-nav nav.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-bottom .footer-bottom-nav nav.meta .icomoon, footer .footer-bottom .footer-bottom-nav nav.social .icomoon {
  font-size: 20px;
}

footer .footer-bottom .footer-bottom-nav ul.lang {
  display: none;
}

footer .footer-bottom .footer-bottom-nav .mode-toggle {
  display: none;
}

footer .footer-bottom .footer-bottom-copyright {
  text-align: center;
  letter-spacing: 0.7px;
}

footer ul.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul.lang li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul.lang li a {
  letter-spacing: 0.7px;
}

footer ul.lang li a.active {
  font-weight: 500;
}

footer .list-button:focus {
  color: white;
  outline: 2px solid white !important;
}

.language-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-switcher .icomoon {
  color: var(--color-text-highlight);
}

.language-switcher .popover-content ul li a:focus-visible {
  outline: 2px solid black !important;
}

.popover-container {
  position: relative;
}

.list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.list-button.active-button {
  color: var(--color-text-highlight);
  font-weight: bold;
}

.popover-content {
  position: absolute;
  top: 100%;
  left: -100%;
  background-color: white;
  color: black;
  border-radius: 8px;
  padding: 12px 0 12px 8px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.24);
  z-index: 100;
  font-size: 14px;
}

.popover-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.popover-content ul li {
  padding: 10px 0;
}

.popover-content ul li:first-child {
  padding: 0 0 10px;
}

.popover-content ul li:last-child {
  padding: 10px 0 0;
}

.line {
  width: calc(100% - 53px);
  margin-left: auto;
  border-bottom: 1px solid #EEE;
  display: block;
}

.popover-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: black;
  min-width: 200px;
}

.popover-content a:hover {
  color: var(--color-text-highlight);
}

.popover-content a.active {
  font-weight: bold;
}

.popover-content a.active .lang-label {
  font-weight: bold;
  text-decoration: none;
}

.button, .hs-button, .cc-tag-activate-btn {
  position: relative;
  border: 0;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button .icomoon, .hs-button .icomoon, .cc-tag-activate-btn .icomoon {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.primary, .hs-button.primary, .cc-tag-activate-btn.primary {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
  border: 1px solid var(--color-button-primary);
  background-color: var(--color-button-primary);
  color: var(--color-button-primary-text);
  font-weight: 500;
}

.button.primary:hover, .hs-button.primary:hover, .cc-tag-activate-btn.primary:hover {
  border: 1px solid var(--color-button-primary-pressed);
  background-color: var(--color-button-primary-pressed);
}

.button.primary:hover .icomoon, .hs-button.primary:hover .icomoon, .cc-tag-activate-btn.primary:hover .icomoon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.button.primary.small, .hs-button.primary.small, .cc-tag-activate-btn.primary.small {
  font-size: 16px;
  line-height: 150%;
  padding: 12px 24px;
}

.button.primary.filter, .hs-button.primary.filter, .cc-tag-activate-btn.primary.filter {
  font-size: 14px;
  line-height: 21px;
  padding: 12px 24px;
  text-transform: none;
  letter-spacing: 0.7px;
}

.button.secondary, .hs-button.secondary, .cc-tag-activate-btn.secondary {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
  border: 1px solid var(--color-button-primary);
  background-color: transparent;
  color: var(--color-button-secondary-text);
  font-weight: 500;
}

.button.secondary:hover, .hs-button.secondary:hover, .cc-tag-activate-btn.secondary:hover {
  background-color: var(--color-button-secondary-pressed);
}

.button.secondary:hover .icomoon, .hs-button.secondary:hover .icomoon, .cc-tag-activate-btn.secondary:hover .icomoon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.button.secondary.small, .hs-button.secondary.small, .cc-tag-activate-btn.secondary.small {
  font-size: 16px;
  line-height: 150%;
  padding: 12px 24px;
}

.button.secondary.filter, .hs-button.secondary.filter, .cc-tag-activate-btn.secondary.filter {
  font-size: 14px;
  line-height: 21px;
  padding: 12px 24px;
  text-transform: none;
  letter-spacing: 0.7px;
}

.button.secondary.filter:hover, .button.secondary.filter.active, .hs-button.secondary.filter:hover, .hs-button.secondary.filter.active, .cc-tag-activate-btn.secondary.filter:hover, .cc-tag-activate-btn.secondary.filter.active {
  background-color: var(--color-button-primary) !important;
  color: var(--color-button-primary-text) !important;
}

.button.secondary.filter.branch-1, .hs-button.secondary.filter.branch-1, .cc-tag-activate-btn.secondary.filter.branch-1 {
  border-color: var(--color-branch-tag-bg-1);
  color: var(--color-branch-tag-bg-1);
}

.button.secondary.filter.branch-1:hover, .button.secondary.filter.branch-1.active, .hs-button.secondary.filter.branch-1:hover, .hs-button.secondary.filter.branch-1.active, .cc-tag-activate-btn.secondary.filter.branch-1:hover, .cc-tag-activate-btn.secondary.filter.branch-1.active {
  background-color: var(--color-branch-tag-bg-1) !important;
}

.button.secondary.filter.branch-2, .hs-button.secondary.filter.branch-2, .cc-tag-activate-btn.secondary.filter.branch-2 {
  border-color: var(--color-branch-tag-bg-2);
  color: var(--color-branch-tag-bg-2);
}

.button.secondary.filter.branch-2:hover, .button.secondary.filter.branch-2.active, .hs-button.secondary.filter.branch-2:hover, .hs-button.secondary.filter.branch-2.active, .cc-tag-activate-btn.secondary.filter.branch-2:hover, .cc-tag-activate-btn.secondary.filter.branch-2.active {
  background-color: var(--color-branch-tag-bg-2) !important;
}

.button.secondary.filter.branch-3, .hs-button.secondary.filter.branch-3, .cc-tag-activate-btn.secondary.filter.branch-3 {
  border-color: var(--color-branch-tag-bg-3);
  color: var(--color-branch-tag-bg-3);
}

.button.secondary.filter.branch-3:hover, .button.secondary.filter.branch-3.active, .hs-button.secondary.filter.branch-3:hover, .hs-button.secondary.filter.branch-3.active, .cc-tag-activate-btn.secondary.filter.branch-3:hover, .cc-tag-activate-btn.secondary.filter.branch-3.active {
  background-color: var(--color-branch-tag-bg-3) !important;
}

.button.cc-tag-activate-btn, .hs-button.cc-tag-activate-btn, .cc-tag-activate-btn.cc-tag-activate-btn {
  font-family: "Averta", sans-serif !important;
  font-size: 16px !important;
  line-height: 150% !important;
  padding: 12px 24px !important;
  border: 1px solid var(--color-button-primary) !important;
  background-color: var(--color-button-primary) !important;
  color: var(--color-button-primary-text) !important;
  letter-spacing: 1.8px !important;
  font-weight: 500 !important;
  border-radius: 999px !important;
  margin: 0 0 24px 0 !important;
}

.button.cc-tag-activate-btn:hover, .hs-button.cc-tag-activate-btn:hover, .cc-tag-activate-btn.cc-tag-activate-btn:hover {
  border: 1px solid var(--color-button-primary-pressed) !important;
  background-color: var(--color-button-primary-pressed) !important;
  color: var(--color-button-primary-text) !important;
  text-decoration: none !important;
}

.fancybox__infobar {
  font-family: "Averta", sans-serif;
  font-size: 16px;
}

.fancybox__caption {
  font-family: "Averta", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--color-white);
  opacity: 1;
}

.fancybox__caption strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5 {
  margin-bottom: 16px;
}

.content-area h1:last-child, .content-area h2:last-child, .content-area h3:last-child, .content-area h4:last-child, .content-area h5:last-child {
  margin-bottom: 0 !important;
}

.content-area p {
  margin-bottom: 16px;
}

.content-area p:last-child {
  margin-bottom: 0 !important;
}

.content-area a:not([id]):not([class]) {
  color: inherit;
  text-decoration: underline;
}

.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-bottom: 16px;
}

.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}

.content-area ul:not([id]):not([class]) li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}

.content-area ul:not([id]):not([class]) li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-text-64);
  position: absolute;
  top: 0.6em;
  left: 0;
  margin-top: 0;
  border-radius: 50%;
}

.content-area ol:not([id]):not([class]) {
  counter-reset: section;
  text-align: left;
  margin-bottom: 16px;
}

.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}

.content-area ol:not([id]):not([class]) li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}

.content-area ol:not([id]):not([class]) li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-text);
}

.content-area ol:not([id]):not([class]) li ol li {
  padding-left: 40px;
}

.content-area ol:not([id]):not([class]) li ol li li {
  padding-left: 55px;
}

.content-area img:not([id]):not([class]) {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.content-area img:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}

.content-area .table-responsive {
  margin-bottom: 32px;
}

.content-area .table-responsive:last-child {
  margin-bottom: 0 !important;
}

.content-area table {
  margin-bottom: 32px;
}

.content-area table:last-child {
  margin-bottom: 0 !important;
}

.content-area table th {
  color: var(--color-text);
  font-weight: 500;
}

.content-area table th, .content-area table td {
  padding: 12px;
  border-bottom: 1px solid var(--color-table-line);
}

.text-center ul:not([id]):not([class]) {
  display: inline-block;
}

.text-center ol:not([id]):not([class]) {
  display: inline-block;
}

span.image, div.image {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

span.image._1x1, div.image._1x1 {
  padding-bottom: 100%;
}

span.image._5x4, div.image._5x4 {
  padding-bottom: 80%;
}

span.image._4x3, div.image._4x3 {
  padding-bottom: 75%;
}

span.image._3x2, div.image._3x2 {
  padding-bottom: 66.66%;
}

span.image._5x3, div.image._5x3 {
  padding-bottom: 60%;
}

span.image._16x9, div.image._16x9 {
  padding-bottom: 56.27%;
}

span.image._21x9, div.image._21x9 {
  padding-bottom: 42.86%;
}

span.image._4x5, div.image._4x5 {
  padding-bottom: 120%;
}

span.image._3x4, div.image._3x4 {
  padding-bottom: 125%;
}

span.image._2x3, div.image._2x3 {
  padding-bottom: 133.33%;
}

span.image.round, div.image.round {
  border-radius: 9999px;
}

img.image-top {
  -o-object-position: top center;
     object-position: top center;
}

img._1x1 {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._5x4 {
  aspect-ratio: 5/4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._4x3 {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._3x2 {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._16x9 {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._21x9 {
  aspect-ratio: 21/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._4x5 {
  aspect-ratio: 4/5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._3x4 {
  aspect-ratio: 3/4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img._2x3 {
  aspect-ratio: 2/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-wrapper.with-controls {
  padding: 0 72px;
  position: relative;
}

.slider-wrapper.with-controls .slider-controls .arrow-left, .slider-wrapper.with-controls .slider-controls .arrow-right {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-primary-16);
  color: var(--color-icon-default);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-wrapper.with-controls .slider-controls .arrow-left.swiper-button-disabled, .slider-wrapper.with-controls .slider-controls .arrow-right.swiper-button-disabled {
  opacity: 0 !important;
}

.slider-wrapper.with-controls .slider-controls .arrow-left {
  left: 0;
}

.slider-wrapper.with-controls .slider-controls .arrow-right {
  right: 0;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
}

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

.slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-icon-default);
  border: 0;
  opacity: 0.32 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-pagination .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.stretched-link::after {
  z-index: 10;
}

.label {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 36px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 500;
}

.label.base {
  background-color: var(--color-category-tag-bg);
  color: var(--color-category-tag-text);
}

.label.branch-1 {
  background-color: var(--color-branch-tag-bg-1);
  color: var(--color-branch-tag-text);
}

.label.branch-2 {
  background-color: var(--color-branch-tag-bg-2);
  color: var(--color-branch-tag-text);
}

.label.branch-3 {
  background-color: var(--color-branch-tag-bg-3);
  color: var(--color-branch-tag-text);
}

.label.big {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
  background-color: var(--color-primary-16);
  color: var(--color-text);
}

.horizontal-scroll {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.quote {
  padding-left: 26px;
  position: relative;
}

.quote::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: var(--color-icon-default);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.quote .quote-text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 16px;
}

.quote .quote-text:last-child {
  margin-bottom: 0 !important;
}

.quote .quote-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote .quote-person img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.quote .quote-person .quote-name {
  color: var(--color-text-64);
}

section .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .button-wrapper.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section .button-wrapper.full .button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-item {
  text-align: center;
}

.content-item .image-wrapper {
  margin-bottom: 40px;
}

.content-item .image-wrapper:last-child {
  margin-bottom: 0 !important;
}

.content-item .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 8px;
}

.content-item .icon-wrapper {
  margin-bottom: 24px;
}

.content-item .icon-wrapper:last-child {
  margin-bottom: 0 !important;
}

.content-item .icon-wrapper img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.content-item .headline {
  margin-bottom: 16px;
  color: var(--color-text);
}

.content-item .headline:last-child {
  margin-bottom: 0 !important;
}

.content-item .headline.headline-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-64);
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.content-item .text {
  color: var(--color-text-64);
}

.content-item .button-wrapper {
  margin-top: 24px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title:last-child {
  margin-bottom: 0 !important;
}

.section-title.centered {
  text-align: center;
}

.section-title .label-wrapper {
  margin-bottom: 16px;
}

.section-title .label-wrapper:last-child {
  margin-bottom: 0 !important;
}

.section-title .headline {
  margin-bottom: 8px;
  color: var(--color-text);
}

.section-title .headline:last-child {
  margin-bottom: 0 !important;
}

.section-title .leadin {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text-64);
}

.big-card {
  background-color: var(--color-cell);
  padding: 40px 32px;
  border-radius: 16px;
}

.big-card .label-wrapper {
  margin-bottom: 24px;
}

.big-card .label-wrapper:last-child {
  margin-bottom: 0 !important;
}

.big-card .headline {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.big-card .headline:last-child {
  margin-bottom: 0 !important;
}

.big-card .headline img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.big-card .text {
  color: var(--color-text-64);
  margin-bottom: 24px;
}

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

.big-card .image-wrapper {
  margin-bottom: 24px;
}

.big-card .image-wrapper:last-child {
  margin-bottom: 0 !important;
}

.big-card .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 8px;
}

.big-card .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.big-card .product-title:last-child {
  margin-bottom: 0 !important;
}

.big-card .product-title img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5.56522px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 5.56522px 0px rgba(0, 0, 0, 0.24);
}

.big-card .product-title .title-text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text);
}

.big-card .button-wrapper {
  margin-top: 24px;
}

.small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 44px;
  position: relative;
}

.small-card .card-box {
  padding: 64px 32px 40px 32px;
  background-color: var(--color-cell-bg);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small-card .card-box:hover .hover-bg {
  opacity: 1;
}

.small-card .card-box .hover-bg {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.small-card .card-box .icon-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.small-card .card-box .icon-wrapper .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  background-color: var(--color-cell);
  border-radius: 50%;
}

.small-card .card-box .icon-wrapper .icon-box img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.small-card .card-box .headline {
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.small-card .card-box .headline:last-child {
  margin-bottom: 0 !important;
}

.small-card .card-box .text {
  color: var(--color-text);
  position: relative;
  z-index: 1;
}

.small-card .card-box .button-wrapper {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}

.section-small-title {
  margin-bottom: 40px;
}

.section-small-title:last-child {
  margin-bottom: 0 !important;
}

.section-small-title.centered {
  text-align: center;
}

.section-small-title .headline {
  margin-bottom: 16px;
  color: var(--color-text);
}

.section-small-title .headline:last-child {
  margin-bottom: 0 !important;
}

.section-small-title .leadin {
  color: var(--color-text-64);
}

.project-card {
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
}

.project-card .image-wrapper {
  margin-bottom: 24px;
}

.project-card .image-wrapper:last-child {
  margin-bottom: 0 !important;
}

.project-card .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 8px;
}

.project-card .label-wrapper {
  margin-bottom: 16px;
}

.project-card .label-wrapper:last-child {
  margin-bottom: 0 !important;
}

.project-card .headline {
  margin-bottom: 8px;
}

.project-card .headline:last-child {
  margin-bottom: 0 !important;
}

.project-card .button-wrapper {
  margin-top: 0 !important;
}

.project-card .button-wrapper a {
  border: 1px solid #000000;
}

.project-card .button-wrapper a:focus-visible {
  outline: 2px solid black;
}

.project-card .text, .project-card .headline h3, .project-card .button-wrapper a {
  color: #000000;
}

.section-bg .project-card {
  background-color: var(--color-cell-bg);
}

.section-bg .project-card .headline h3 {
  color: var(--color-text);
}

.section-bg .project-card .text {
  color: var(--color-text);
}

.section-bg .project-card .button-wrapper a {
  color: var(--color-text);
}

.section-bg .project-card .button-wrapper a:focus-visible {
  outline: 2px solid var(--color-text);
}

.pagination ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li a, .pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: var(--color-button-secondary-text);
  border: 1px solid var(--color-button-primary);
  text-align: center;
  border-radius: 50%;
}

.pagination ul li a.current, .pagination ul li a:hover, .pagination ul li span.current, .pagination ul li span:hover {
  background-color: var(--color-button-primary);
  color: var(--color-button-primary-text);
}

.blog-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--color-cell-bg);
  border-radius: 16px;
  padding-bottom: 32px;
}

.blog-card .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 8px;
}

.blog-card .headline {
  margin-bottom: 8px;
  padding: 0 24px;
}

.blog-card .headline:last-child {
  margin-bottom: 0 !important;
}

.blog-card .text {
  color: var(--color-text-64);
  padding: 0 24px;
}

.blog-card .button-wrapper {
  margin-top: 0 !important;
  padding: 0 24px;
}

.person-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 40px 24px;
  border: 1px solid var(--color-primary-16);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  background-color: var(--color-cell);
}

.person-card.contact-card .text-wrapper {
  padding-top: 14px;
}

.person-card.contact-card .text-wrapper .position {
  font-size: 20px;
  margin-bottom: 16px;
}

.person-card.contact-card .text-wrapper .name {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.person-card.contact-card .contact-wrapper .phone {
  font-size: 20px;
}

.person-card.contact-card .contact-wrapper .icon-wrapper {
  padding-top: 14px;
}

.person-card.no-hover .image-wrapper img:not(.hover) {
  opacity: 1 !important;
}

.person-card:hover .image-wrapper img:not(.hover) {
  opacity: 0;
}

.person-card:hover .image-wrapper img.hover {
  opacity: 1;
}

.person-card .image-wrapper {
  position: relative;
}

.person-card .image-wrapper img:not(.hover) {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.person-card .image-wrapper img.hover {
  width: calc(100% + 48px);
  height: 200px;
  position: absolute;
  top: -40px;
  left: -24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.person-card .text-wrapper .position {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-text-highlight);
  margin-bottom: 8px;
}

.person-card .text-wrapper .position:last-child {
  margin-bottom: 0 !important;
}

.person-card .text-wrapper .name {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-text);
}

.person-card .contact-wrapper .phone {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-text-64);
  margin-bottom: 16px;
}

.person-card .contact-wrapper .phone:last-child {
  margin-bottom: 0 !important;
}

.person-card .contact-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.person-card .contact-wrapper .icon-wrapper img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.job-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--color-cell-bg);
  border-radius: 16px;
  padding: 40px 32px;
}

.job-card .text-wrapper {
  margin-bottom: 40px;
}

.job-card .text-wrapper:last-child {
  margin-bottom: 0 !important;
}

.job-card .text-wrapper .headline {
  margin-bottom: 24px;
}

.job-card .text-wrapper .headline:last-child {
  margin-bottom: 0 !important;
}

.job-card .text-wrapper .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.job-card .text-wrapper .icon-list .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.job-card .text-wrapper .icon-list .icon-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.job-card .text-wrapper .icon-list .icon-item div {
  font-weight: 500;
  color: var(--color-text-64);
}

.job-card .button-wrapper .button {
  width: 100%;
}

.video-wrapper {
  font-size: 0;
  line-height: 0;
}

.video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.tw-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  padding: 2px;
  border-radius: 999px;
  position: relative;
  background-color: #4D4D4E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tw-toggle > label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0;
}

.tw-toggle > label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  width: 36px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF6B1A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tw-toggle > input {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: radio;
}

.tw-toggle > input[value="light"] {
  left: 3px;
}

.tw-toggle > input[value="auto"] {
  left: 48px;
}

.tw-toggle > input[value="dark"] {
  left: 94px;
}

.tw-toggle > input:focus-visible + label span {
  outline: 2px solid white !important;
}

.tw-toggle > span {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #FF6B1A;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tw-toggle input[value="light"]:checked ~ span {
  left: 3px;
}

.tw-toggle input[value="auto"]:checked ~ span {
  left: 48px;
}

.tw-toggle input[value="dark"]:checked ~ span {
  left: 94px;
}

.tw-toggle input[value="light"]:checked + label span svg {
  color: #ffffff !important;
}

.tw-toggle input[value="auto"]:checked + label span {
  color: #ffffff !important;
}

.tw-toggle input[value="dark"]:checked + label span {
  color: #232324 !important;
}

/* datareporter elements */
.cc-tag-placeholder {
  padding: 24px !important;
  background-color: var(--color-cell-bg) !important;
  border: 1px solid var(--color-text-8) !important;
  border-radius: 16px !important;
  text-align: center !important;
}

.cc-tag-placeholder::after {
  display: none !important;
}

.cc-tag-placeholder .cc-tag-info {
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: var(--color-text) !important;
}

/* sticky banner */
.sticky-banner {
  width: 100%;
  max-height: calc(100vh - 100px);
  max-width: 400px;
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 99;
  padding: 16px 24px;
  background-color: var(--color-bg-highlight);
  color: var(--color-on-bg-highlight);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

.scrolled-banner .sticky-banner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.sticky-banner.open .more-content {
  display: block;
}

.sticky-banner.open .more-content .form-field label, .sticky-banner.open .more-content .form-field .frm_primary_label {
  display: none;
}

.sticky-banner.open .more-content .form-field input, .sticky-banner.open .more-content .form-field input::-webkit-input-placeholder {
  font-family: Averta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-bg-highlight) !important;
}

.sticky-banner.open .more-content .form-field input, .sticky-banner.open .more-content .form-field input::-moz-placeholder {
  font-family: Averta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-bg-highlight) !important;
}

.sticky-banner.open .more-content .form-field input, .sticky-banner.open .more-content .form-field input::-ms-input-placeholder {
  font-family: Averta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-bg-highlight) !important;
}

.sticky-banner.open .more-content .form-field input, .sticky-banner.open .more-content .form-field input::placeholder {
  font-family: Averta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-bg-highlight) !important;
}

.sticky-banner.open .more-content .vertical_radio label {
  display: block;
  color: white;
  font-family: Averta;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.65px;
}

.sticky-banner.open .more-content .with_frm_style .frm_form_fields {
  width: 100%;
}

.sticky-banner.open .more-content .frm_forms.frm_full_submit .frm_submit.frm_flex button {
  background-color: transparent;
  padding: 16px 26px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: Averta;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.sticky-banner.open .show-more {
  display: none;
}

.sticky-banner.open .headline button .icon-chevron-down {
  display: block;
}

.sticky-banner.open .headline button .icon-chevron-up {
  display: none;
}

.sticky-banner .headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-banner .headline button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--color-on-bg-highlight);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sticky-banner .headline button .icomoon {
  font-size: 14px;
  font-weight: bold !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sticky-banner .headline button .icon-chevron-down {
  display: none;
}

.sticky-banner .headline button .icon-chevron-up {
  display: block;
}

.sticky-banner .text {
  font-size: 16px;
  line-height: 24px;
}

.sticky-banner .more-content {
  display: none;
}

.sticky-banner .button-wrapper .button {
  border-radius: 8px;
  border: 1px solid #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.sticky-banner .hs-button {
  width: 100% !important;
}

.lightmode {
  display: block;
}

.darkmode {
  display: none;
}

/* input fields */
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"], input[type="file"], input[type="date"], textarea {
  width: 100%;
  margin: 0;
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-textfield-bg);
  color: var(--color-text-64);
  border-radius: 4px;
}

footer input[type="text"], footer input[type="email"], footer input[type="number"], footer input[type="tel"], footer input[type="search"], footer input[type="password"], footer input[type="file"], footer input[type="date"], footer textarea {
  background-color: #FFFFFF14;
  color: #babcc0;
}

input[type="text"]:disabled, input[type="text"].disabled, input[type="email"]:disabled, input[type="email"].disabled, input[type="number"]:disabled, input[type="number"].disabled, input[type="tel"]:disabled, input[type="tel"].disabled, input[type="search"]:disabled, input[type="search"].disabled, input[type="password"]:disabled, input[type="password"].disabled, input[type="file"]:disabled, input[type="file"].disabled, input[type="date"]:disabled, input[type="date"].disabled, textarea:disabled, textarea.disabled {
  pointer-events: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="date"] {
  cursor: text;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #2B3443A3;
  opacity: 1;
}

input::-moz-placeholder {
  color: #2B3443A3;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #2B3443A3;
  opacity: 1;
}

input:-moz-placeholder {
  color: #2B3443A3;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #2B3443A3;
  opacity: 1;
}

input::placeholder {
  color: #2B3443A3;
  opacity: 1;
}

footer input::-webkit-input-placeholder {
  color: #babcc0;
}

footer input::-moz-placeholder {
  color: #babcc0;
}

footer input:-ms-input-placeholder {
  color: #babcc0;
}

footer input:-moz-placeholder {
  color: #babcc0;
}

footer input::-ms-input-placeholder {
  color: #babcc0;
}

footer input::placeholder {
  color: #babcc0;
}

/* bootstrap select */
.bootstrap-select {
  width: 100% !important;
  display: block;
}

.bootstrap-select.show .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 !important;
}

.bootstrap-select.show .dropdown-toggle::after {
  content: '\e90a';
}

.bootstrap-select > .select {
  display: none;
}

.bootstrap-select .dropdown-toggle {
  margin: 0;
  padding: 16px 24px;
  padding-right: 55px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  background-color: var(--color-cell-bg) !important;
  color: var(--color-text) !important;
  border: 1px solid var(--color-primary-8) !important;
  border-radius: 26px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
}

.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select .dropdown-toggle::after {
  content: '\e908';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 16px;
  color: var(--color-icon-default);
  border: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bootstrap-select div.dropdown-menu {
  border-radius: 0;
  padding: 0 24px 16px 24px;
  margin: 0;
  background-color: var(--color-cell-bg) !important;
  border: 1px solid var(--color-primary-8) !important;
  border-top: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.bootstrap-select div.dropdown-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: transparent !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--color-primary-8) !important;
}

.bootstrap-select div.dropdown-menu .dropdown-item {
  padding: 0;
  color: var(--color-text);
  white-space: normal;
  background-color: transparent !important;
  font-weight: 500;
}

.bootstrap-select div.dropdown-menu .dropdown-item.branch-1 {
  color: var(--color-branch-tag-bg-1);
}

.bootstrap-select div.dropdown-menu .dropdown-item.branch-2 {
  color: var(--color-branch-tag-bg-2);
}

.bootstrap-select div.dropdown-menu .dropdown-item.branch-3 {
  color: var(--color-branch-tag-bg-3);
}

/* select */
select {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  /* styles */
  width: 100%;
  margin: 0;
  padding: 16px 50px 16px 16px;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-textfield-bg);
  color: var(--color-text-64);
  border-radius: 4px;
}

footer select {
  background-color: #FFFFFF14;
  color: #babcc0;
}

.select {
  display: inline-block;
  position: relative;
  line-height: 100%;
  width: 100%;
}

.select::after {
  content: '\e908';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  border: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* hubspot forms */
.form-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  line-height: normal;
}

.form-content form .field {
  width: 100%;
}

.form-content form .field.hs-salutation .select {
  width: calc(50% - 4px);
}

.form-content form .field > label {
  display: none;
}

.form-content form .field .hs-error-msgs {
  margin-top: 8px;
}

.form-content form .field .hs-error-msgs label {
  margin: 0;
}

.form-content form .field textarea {
  height: 136px;
}

.form-content form .legal-consent-container {
  width: 100%;
  padding: 8px 0;
}

.form-content form .legal-consent-container .hs-richtext {
  margin-bottom: 8px;
}

.form-content form .legal-consent-container .hs-richtext:last-child {
  margin-bottom: 0 !important;
}

.form-content form .hs-button.primary {
  border: 1px solid var(--color-button-primary);
  background-color: var(--color-button-primary);
  color: var(--color-button-primary-text);
}

.form-content form .hs-button.primary:hover {
  border: 1px solid var(--color-button-primary-pressed);
  background-color: var(--color-button-primary-pressed);
}

.form-content form .hs-form-booleancheckbox label {
  position: relative;
  padding-left: 35px;
  margin: 0;
}

.form-content form .hs-form-booleancheckbox input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}

.form-content form .hs-form-booleancheckbox input[type="checkbox"]:checked + span::before {
  content: '\e907';
}

.form-content form .hs-form-booleancheckbox input[type="checkbox"] + span {
  margin-left: 0;
}

.form-content form .hs-form-booleancheckbox input[type="checkbox"] + span::before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  top: -2px;
  left: 0;
}

.form-content form .hs-richtext a {
  text-decoration: underline;
}

.form-content form .hs_error_rollup {
  width: 100%;
}

.form-content form .hs-error-msgs {
  color: #f2545b;
}

.form-content form .hs-error-msgs label {
  margin: 0;
}

footer .form-content form .field.hs-salutation .select {
  width: calc(50% - 4px);
}

footer .form-content form .field.hs-firstname {
  width: calc(50% - 4px);
}

footer .form-content form .field.hs-lastname {
  width: calc(50% - 4px);
}

footer .form-content form .hs-button.primary {
  background-color: #00B0E3;
  color: #2B3443;
}

footer .form-content form .hs-button.primary:hover {
  background-color: #00B0E3A3;
}

footer .form-content form .hs-form-booleancheckbox input[type="checkbox"] + span::before {
  color: #00B0E3;
}

footer .form-content form .hs-richtext a {
  color: #00B0E3;
}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label, .with_frm_style .frm_primary_label {
  color: var(--color-text) !important;
}

.frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
  color: var(--color-error) !important;
}

.frm_button_submit {
  background-color: var(--color-button-submit) !important;
  color: var(--color-button-submit-color) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

section.section-bg-em {
  background-color: var(--color-cell-bg);
}

section.section-bg-highlight {
  background-color: var(--color-bg-highlight);
}

section.section-bg-highlight .headline *,
section.section-bg-highlight .content-area * {
  color: var(--color-on-bg-highlight);
}

.section-padding-medium {
  padding: 48px 0;
}

section.hero-teaser .swiper-slide:nth-child(odd) .slide-inner .text-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

section.hero-teaser .swiper-slide:nth-child(odd) .slide-inner .image-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.hero-teaser .swiper-slide:nth-child(even) .slide-inner .text-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.hero-teaser .swiper-slide:nth-child(even) .slide-inner .image-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

section.hero-teaser .swiper-slide {
  visibility: visible;
  -webkit-transition: visibility var(--global-animation-duration) var(--global-animation-timing-function);
  transition: visibility var(--global-animation-duration) var(--global-animation-timing-function);
}

section.hero-teaser .swiper-slide:not(.swiper-slide-visible) {
  visibility: hidden;
  -webkit-transition: visibility var(--global-animation-duration) var(--global-animation-timing-function);
  transition: visibility var(--global-animation-duration) var(--global-animation-timing-function);
}

section.hero-teaser .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.hero-teaser .slide-inner .text-wrapper {
  width: 50%;
}

section.hero-teaser .slide-inner .text-wrapper .label-wrapper {
  margin-bottom: 16px;
}

section.hero-teaser .slide-inner .text-wrapper .label-wrapper:last-child {
  margin-bottom: 0 !important;
}

section.hero-teaser .slide-inner .text-wrapper .headline {
  margin-bottom: 8px;
}

section.hero-teaser .slide-inner .text-wrapper .headline:last-child {
  margin-bottom: 0 !important;
}

section.hero-teaser .slide-inner .text-wrapper .text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text-64);
}

section.hero-teaser .slide-inner .text-wrapper .button-wrapper {
  margin-top: 16px;
}

section.hero-teaser .slide-inner .text-wrapper .quote {
  margin-top: 16px;
}

section.hero-teaser .slide-inner .image-wrapper {
  width: 50%;
}

section.hero-teaser .slide-inner .image-wrapper img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

section.hero-teaser .slider-pagination-wrapper {
  margin-top: 70px;
}

section.content {
  text-align: center;
}

section.content.text {
  text-align: left;
}

section.content.text .section-inner {
  max-width: 800px;
}

section.content.text-quote {
  text-align: left;
}

section.content.text-quote .section-inner {
  max-width: 680px;
}

section.content.job-header {
  background-color: var(--color-primary);
  color: var(--color-footer-content);
  padding: 88px 0;
}

section.content.job-header h1 {
  color: var(--color-footer-content);
}

section.content.job-header .leadin {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.64);
}

section.content.job-header .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0;
}

section.content.job-header .icon-list:last-child {
  margin-bottom: 0 !important;
}

section.content.job-header .icon-list .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.content.job-header .icon-list .icon-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.content.job-header .icon-list .icon-item div {
  color: var(--color-white);
}

section.content.job-header .button-wrapper {
  margin: 0;
}

section.content.job-header .button.primary {
  background-color: #00B0E3;
  color: #2B3443;
}

section.content.job-header .button.primary:hover {
  background-color: #00B0E3A3;
}

section.content .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

section.content .icon-wrapper {
  margin-bottom: 24px;
}

section.content .icon-wrapper:last-child {
  margin-bottom: 0 !important;
}

section.content .icon-wrapper .icon-box {
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 0;
}

section.content .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.content .headline {
  margin-bottom: 16px;
}

section.content .headline:last-child {
  margin-bottom: 0 !important;
}

section.content .leadin {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text-64);
}

section.content .button-wrapper {
  margin-top: 48px;
}

section.content .button-wrapper:first-child {
  margin-top: 0 !important;
}

section.content-tiles-half-width .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

section.content-tiles-half-width .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
}

section.content-tiles-half-width .tiles-list .tile-item {
  width: calc(50% - 32px);
}

section.content-tiles-third-width .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

section.content-tiles-third-width .tiles-list .tile-item {
  width: 328px;
}

section.content-tiles-third-width .tiles-list .tile-item .content-item .image-wrapper {
  margin-bottom: 24px;
}

section.big-cards .tiles-list-wrapper {
  margin: 0 -80px;
}

section.big-cards .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  padding: 0 80px;
}

section.big-cards .tiles-list .tile-item {
  width: calc(50% - 24px);
  min-width: 616px;
}

section.big-cards .button-wrapper {
  margin-top: 40px;
}

@media (max-width: 1454px) {
  section.big-cards .tiles-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

section.cards-3-grid .tiles-list-wrapper {
  margin: 0 -80px;
}

section.cards-3-grid .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 0 80px;
}

section.cards-3-grid .tiles-list .tile-item {
  width: 300px;
}

section.cards-3-grid .button-wrapper {
  margin-top: 40px;
}

section.logo-carousel.image-carousel .swiper-slide {
  width: 160px;
}

section.logo-carousel.image-carousel .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1150/680;
  -o-object-fit: cover;
     object-fit: cover;
}

section.logo-carousel .swiper-slide {
  width: 160px;
}

section.logo-carousel .swiper-slide img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.image-full-width {
  text-align: center;
}

section.image-full-width img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

section.project-teaser .tiles-list-wrapper {
  margin: 0 -80px;
}

section.project-teaser .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 0 80px;
}

section.project-teaser .tiles-list .tile-item {
  width: 323px;
}

section.project-teaser .button-wrapper {
  margin-top: 40px;
}

section.references-list .filter-wrapper, section.resources-list .filter-wrapper {
  margin-bottom: 72px;
}

section.references-list .filter-wrapper .bootstrap-select, section.resources-list .filter-wrapper .bootstrap-select {
  display: none;
}

section.references-list .tiles-list, section.resources-list .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

section.references-list .tiles-list .tile-item, section.resources-list .tiles-list .tile-item {
  width: 323px;
}

section.references-list .pagination-wrapper, section.resources-list .pagination-wrapper {
  margin-top: 96px;
}

section.hero-teaser-color {
  padding: 64px 0;
  text-align: center;
  position: relative;
}

section.hero-teaser-color.dual-image {
  padding: 108px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}

section.hero-teaser-color.dual-image > img {
  width: auto;
  height: 440px;
  aspect-ratio: 280/440;
  -o-object-fit: contain;
     object-fit: contain;
}

section.hero-teaser-color.dual-image > img:first-child {
  -o-object-position: left center;
     object-position: left center;
}

section.hero-teaser-color.dual-image > img:last-child {
  -o-object-position: right center;
     object-position: right center;
}

section.hero-teaser-color.dual-image .section-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.hero-teaser-color.dual-image .section-inner > img {
  display: none;
}

section.hero-teaser-color .color-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
}

section.hero-teaser-color .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

section.hero-teaser-color .headline {
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

section.hero-teaser-color .headline:last-child {
  margin-bottom: 0 !important;
}

section.hero-teaser-color .leadin {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

section.hero-teaser-color .image-wrapper {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

section.hero-teaser-color .image-wrapper img {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580/432;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

section.hero-teaser-color .button-wrapper {
  margin-top: 48px;
}

section.hero-teaser-color .button-wrapper:first-child {
  margin-top: 0 !important;
}

section.image.image-small .section-inner {
  max-width: 800px;
}

section.image .section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

section.image .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

section.image .image-wrapper .caption {
  font-size: 14px;
  line-height: normal;
  color: var(--color-text);
  opacity: 0.64;
  margin-top: 8px;
  text-align: left;
  letter-spacing: 0.7px;
}

section.download {
  text-align: center;
}

section.download .section-inner {
  max-width: 800px;
  margin: 0 auto;
}

section.download .label-wrapper {
  margin-bottom: 32px;
}

section.download .label-wrapper:last-child {
  margin-bottom: 0 !important;
}

section.download .text {
  margin-bottom: 32px;
}

section.download .text:last-child {
  margin-bottom: 0 !important;
}

section.download .button-wrapper img {
  width: auto;
  height: 48px;
}

section.news-list .container {
  margin-top: 30px;
}

section.news-list .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px;
}

section.news-list .tiles-list .tile-item {
  width: 50%;
  padding: 24px;
}

section.news-list .pagination-wrapper {
  margin-top: 96px;
}

section.image-text-small .section-inner {
  max-width: 800px;
  margin: 0 auto;
}

section.image-text-small .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-cell-bg);
  border-radius: 16px;
}

section.image-text-small .box .image-wrapper {
  width: 266px;
  height: 100%;
}

section.image-text-small .box .image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 8px;
}

section.image-text-small .box .text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
}

section.image-text-small .box .text-wrapper .headline {
  margin-bottom: 8px;
}

section.image-text-small .box .text-wrapper .headline:last-child {
  margin-bottom: 0 !important;
}

section.image-text-small .box .text-wrapper .text {
  color: var(--color-text-64);
}

section.image-text-small .box .text-wrapper .button-wrapper {
  margin-top: 24px;
}

section.image-text .section-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

section.image-text .section-inner.order-text-image .image-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

section.image-text .section-inner.order-text-image .text-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.image-text .section-inner.small-image .image-wrapper {
  width: 33.33%;
}

section.image-text .section-inner.small-image .text-wrapper {
  width: 66.66%;
}

section.image-text .image-wrapper {
  width: 50%;
}

section.image-text .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
}

section.image-text .text-wrapper {
  width: 50%;
}

section.image-text .text-wrapper .headline {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

section.image-text .text-wrapper .headline:last-child {
  margin-bottom: 0 !important;
}

section.image-text .text-wrapper .headline img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.image-text .text-wrapper .text {
  color: var(--color-text-64);
}

section.image-text .text-wrapper .button-wrapper {
  margin-top: 24px;
}

section.image-text .text-wrapper ul {
  list-style: disc;
  padding-left: 2.5rem;
}

section.article-teaser .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

section.article-teaser .tiles-list .tile-item {
  width: calc(50% - 20px);
}

section.article-teaser .button-wrapper {
  margin-top: 40px;
}

section.team-list {
  text-align: center;
}

section.team-list .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}

section.team-list .team-group .headline {
  margin-bottom: 24px;
}

section.team-list .team-group .headline:last-child {
  margin-bottom: 0 !important;
}

section.team-list .team-group .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.team-list .team-group .tiles-list .tile-item {
  width: 328px;
}

section.form .section-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}

section.form .section-inner.person-centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.form .content-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

section.form .content-wrapper > .image-wrapper img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

section.form .content-wrapper > .text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-text-64);
}

section.form .content-wrapper .person-card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

section.form .form-wrapper {
  width: 50%;
}

section.form .form-wrapper .headline {
  margin-bottom: 8px;
}

section.form .form-wrapper .headline:last-child {
  margin-bottom: 0 !important;
}

section.form .form-wrapper .form-content {
  margin-top: 16px;
}

section.jobs-list .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

section.jobs-list .tiles-list .tile-item {
  width: 328px;
}

section.jobs-list .button-wrapper {
  margin-top: 40px;
}

section.map iframe {
  width: 100%;
  height: 400px;
}

section.testimonials .text-wrapper {
  margin: 0 auto;
}

section.testimonials .label-wrapper, section.testimonials .headline-wrapper, section.testimonials .subheadline-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.testimonials .label-wrapper {
  margin: 0 auto 16px;
}

section.testimonials .headline-wrapper {
  margin: 0 auto 8px;
}

section.testimonials .subheadline-wrapper {
  margin: 0 auto 24px;
}

section.testimonials .testimonial-swiper {
  position: relative;
}

section.testimonials .swiper {
  width: calc(100% - 144px);
  margin: 0 auto;
}

section.testimonials .swiper-slide {
  background-color: var(--color-cell-bg);
  border-radius: 16px;
  padding: 32px 24px;
  height: auto;
}

section.testimonials .swiper-slide .slide-wrapper {
  padding: 0 16px;
}

section.testimonials .swiper-slide .name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-64);
}

section.testimonials .swiper-slide .rating-wrapper {
  margin-bottom: 24px;
}

section.testimonials .swiper-slide blockquote {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 30px;
}

section.testimonials .swiper-button-next::after, section.testimonials .swiper-button-prev::after {
  content: unset;
}

section.testimonials .swiper-button-next, section.testimonials .swiper-button-prev {
  border-radius: 100px;
  padding: 12px;
  background-color: var(--color-primary-16);
  width: 48px;
  height: 48px;
}

section.testimonials .swiper-button-next span, section.testimonials .swiper-button-prev span {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text-highlight);
  font-size: 24px;
}

section.testimonials .swiper-button-next:disabled span, section.testimonials .swiper-button-prev:disabled span {
  color: black;
}

section.testimonials .swiper-button-prev {
  left: 0;
}

section.testimonials .swiper-button-next {
  right: 0;
}

section.filter .container {
  margin-top: 30px;
}

section.filter .tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

section.filter .tiles-list .tile-item {
  width: calc(33.3% - 16px);
}

section.filter .pagination-wrapper {
  margin-top: 96px;
}

section.filter.section-bg-em .project-card {
  background-color: white;
}

section.faq {
  background-color: var(--color-cell-bg);
}

section.faq .icon-container {
  margin: 0 auto 24px;
  width: 80px;
  height: 80px;
  padding: 16px;
}

section.faq .icon-container .headline-icon {
  width: 48px;
  height: 48px;
}

section.faq .headline-container {
  text-align: center;
  margin-bottom: 16px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}

section.faq .accordion-content {
  display: none;
  padding-top: 17px;
}

section.faq .accordion-toggle[aria-expanded="true"] + .accordion-content {
  display: block;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

section.faq .accordion-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

section.faq .accordion-toggle:focus-visible {
  outline: 2px solid black !important;
}

section.faq .accordion-icon {
  width: 32px;
  height: 32px;
}

section.faq .accordion-toggle[aria-expanded="true"] {
  color: #CF4900;
}

section.faq .accordion-item {
  margin-bottom: 24px;
  background-color: white;
  border-radius: 16px;
  padding: 32px;
}

section.faq-filter .faq-filters {
  margin: 24px 0 36px;
}

section.faq-filter .faq-filters .faq-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

section.faq-filter .faq-filters a {
  padding: 12px 26px;
  border: 1px solid var(--color-button-primary);
  border-radius: 8px;
}

section.faq-filter .faq-filters .active {
  background-color: var(--color-button-primary);
  color: var(--color-button-primary-text);
}

section.faq-filter .faq-filter-dropdown {
  display: none;
}

@media (max-width: 1599px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
  h1, .h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 150%;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 1279px) {
  .container {
    padding: 0 32px;
  }
  body {
    font-size: 16px;
    line-height: 150%;
  }
  h1, .h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h1.big, .h1.big {
    font-size: 48px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 150%;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 150%;
  }
  header nav.main {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  header nav.main ul li a {
    padding: 8px 12px;
  }
  header nav.meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav.meta ul li a {
    padding: 8px 12px;
  }
  header nav.lang {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  header nav.lang ul li a {
    padding: 0 12px;
  }
  .with-num {
    padding-right: 27px !important;
  }
  .with-num .num {
    right: 12px;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-top {
    gap: 40px;
  }
  footer .footer-top .footer-top-left {
    width: calc(33.33% - 10px);
    gap: 10px;
  }
  footer .footer-top .footer-top-right {
    width: 66.66%;
  }
  footer .footer-top .footer-top-right .headline {
    margin-bottom: 12px;
  }
  footer .footer-top .footer-top-right .form-content {
    margin-top: 12px;
  }
  footer .footer-bottom {
    margin-top: 32px;
    gap: 32px;
  }
  footer .footer-bottom .footer-bottom-nav {
    gap: 32px;
  }
  footer .footer-bottom .footer-bottom-nav nav.meta, footer .footer-bottom .footer-bottom-nav nav.social {
    letter-spacing: 0.7px;
  }
  footer .footer-bottom .footer-bottom-nav nav.meta ul, footer .footer-bottom .footer-bottom-nav nav.social ul {
    gap: 12px 24px;
  }
  .button.primary.filter, .hs-button.primary.filter, .cc-tag-activate-btn.primary.filter {
    padding: 8px 16px;
  }
  .button.secondary.filter, .hs-button.secondary.filter, .cc-tag-activate-btn.secondary.filter {
    padding: 8px 16px;
  }
  .button.cc-tag-activate-btn, .hs-button.cc-tag-activate-btn, .cc-tag-activate-btn.cc-tag-activate-btn {
    font-size: 16px !important;
    line-height: 150% !important;
  }
  .slider-wrapper.with-controls {
    padding: 0;
  }
  .slider-wrapper.with-controls .slider-controls {
    display: none;
  }
  .slider-pagination {
    gap: 12px;
  }
  .quote {
    padding-left: 16px;
  }
  .content-item .image-wrapper {
    margin-bottom: 28px;
  }
  .content-item .icon-wrapper {
    margin-bottom: 16px;
  }
  .content-item .headline {
    margin-bottom: 12px;
  }
  .content-item .button-wrapper {
    margin-top: 16px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title .label-wrapper {
    margin-bottom: 12px;
  }
  .small-card {
    padding-top: 36px;
  }
  .small-card .card-box {
    padding: 56px 24px 32px 24px;
  }
  .small-card .card-box .hover-bg {
    top: 36px;
  }
  .small-card .card-box .icon-wrapper .icon-box {
    width: 72px;
    height: 72px;
  }
  .section-small-title {
    margin-bottom: 32px;
  }
  .section-small-title .headline {
    margin-bottom: 12px;
  }
  .project-card {
    gap: 16px;
  }
  .project-card .image-wrapper {
    margin-bottom: 16px;
  }
  .project-card .label-wrapper {
    margin-bottom: 12px;
  }
  .blog-card {
    gap: 24px;
    padding-bottom: 24px;
  }
  .blog-card .headline {
    padding: 0 16px;
  }
  .blog-card .text {
    padding: 0 16px;
  }
  .blog-card .button-wrapper {
    padding: 0 16px;
  }
  .person-card {
    padding: 32px 16px;
  }
  .person-card .image-wrapper img.hover {
    width: calc(100% + 32px);
    height: 192px;
    top: -32px;
    left: -16px;
  }
  .job-card {
    padding: 32px 24px;
  }
  .job-card .text-wrapper {
    margin-bottom: 32px;
  }
  .job-card .text-wrapper .headline {
    margin-bottom: 16px;
  }
  /* datareporter elements */
  .cc-tag-placeholder .cc-tag-info {
    font-size: 16px !important;
    line-height: 150% !important;
  }
  /* sticky banner */
  .sticky-banner {
    right: 32px;
  }
  /* input fields */
  input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"], input[type="file"], input[type="date"], textarea {
    padding: 16px 12px;
    font-size: 16px;
    line-height: 150%;
  }
  /* select */
  select {
    padding: 16px 45px 16px 12px;
    font-size: 16px;
    line-height: 150%;
  }
  .section-padding-medium {
    padding: 40px 0;
  }
  section.hero-teaser .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  section.hero-teaser .slider-pagination-wrapper {
    margin-top: 64px;
  }
  section.content.job-header {
    padding: 64px 0;
  }
  section.content.job-header .leadin {
    font-size: 24px;
    line-height: 32px;
  }
  section.content .icon-wrapper {
    margin-bottom: 16px;
  }
  section.content .headline {
    margin-bottom: 12px;
  }
  section.content .button-wrapper {
    margin-top: 32px;
  }
  section.content-tiles-half-width .tiles-list {
    gap: 56px;
  }
  section.content-tiles-half-width .tiles-list .tile-item {
    width: calc(50% - 28px);
  }
  section.content-tiles-third-width .tiles-list {
    gap: 32px 24px;
  }
  section.content-tiles-third-width .tiles-list .tile-item .content-item .image-wrapper {
    margin-bottom: 16px;
  }
  section.big-cards .button-wrapper {
    margin-top: 28px;
  }
  section.big-cards .tiles-list-wrapper {
    margin: 0 -32px;
  }
  section.big-cards .tiles-list {
    gap: 40px;
    padding: 0 32px;
  }
  section.big-cards .tiles-list .tile-item {
    width: calc(50% - 20px);
    min-width: 616px;
  }
  section.big-cards .button-wrapper {
    margin-top: 28px;
  }
  section.cards-3-grid .tiles-list-wrapper {
    margin: 0 -32px;
  }
  section.cards-3-grid .tiles-list {
    gap: 24px;
    padding: 0 32px;
  }
  section.cards-3-grid .button-wrapper {
    margin-top: 28px;
  }
  section.logo-carousel .swiper-slide {
    width: 120px;
  }
  section.logo-carousel .swiper-slide img {
    height: 56px;
  }
  section.project-teaser .tiles-list-wrapper {
    margin: 0 -32px;
  }
  section.project-teaser .tiles-list {
    gap: 16px;
    padding: 0 32px;
  }
  section.project-teaser .button-wrapper {
    margin-top: 28px;
  }
  section.references-list .filter-wrapper, section.resources-list .filter-wrapper {
    margin-bottom: 64px;
  }
  section.references-list .tiles-list, section.resources-list .tiles-list {
    gap: 16px;
  }
  section.references-list .pagination-wrapper, section.resources-list .pagination-wrapper {
    margin-top: 64px;
  }
  section.hero-teaser-color {
    padding: 56px 0;
  }
  section.hero-teaser-color.dual-image {
    gap: 32px;
  }
  section.hero-teaser-color.dual-image > img {
    height: 380px;
  }
  section.hero-teaser-color.dual-image .section-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.hero-teaser-color.dual-image .section-inner > img {
    display: none;
  }
  section.hero-teaser-color .image-wrapper {
    margin-top: 32px;
  }
  section.hero-teaser-color .image-wrapper img {
    max-width: 300px;
  }
  section.hero-teaser-color .button-wrapper {
    margin-top: 32px;
  }
  section.download .label-wrapper {
    margin-bottom: 24px;
  }
  section.download .text {
    margin-bottom: 24px;
  }
  section.news-list .tiles-list {
    margin: -20px;
  }
  section.news-list .tiles-list .tile-item {
    padding: 20px;
  }
  section.news-list .pagination-wrapper {
    margin-top: 64px;
  }
  section.image-text .section-inner {
    gap: 40px;
  }
  section.image-text .section-inner.small-image .image-wrapper {
    width: 50%;
  }
  section.image-text .section-inner.small-image .text-wrapper {
    width: 50%;
  }
  section.article-teaser .tiles-list {
    gap: 32px;
  }
  section.article-teaser .tiles-list .tile-item {
    width: calc(50% - 16px);
  }
  section.article-teaser .button-wrapper {
    margin-top: 32px;
  }
  section.team-list .section-inner {
    gap: 64px;
  }
  section.team-list .team-group .tiles-list {
    gap: 24px;
  }
  section.team-list .team-group .tiles-list .tile-item {
    width: 328px;
  }
  section.form .section-inner {
    gap: 40px;
  }
  section.form .form-wrapper .form-content {
    margin-top: 12px;
  }
  section.jobs-list .tiles-list {
    gap: 24px;
  }
  section.jobs-list .button-wrapper {
    margin-top: 28px;
  }
  section.filter .tiles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.filter .tiles-list .tile-item {
    width: 100%;
  }
  section.faq .headline-container {
    margin-bottom: 12px;
  }
}

@media (max-width: 1023px) {
  body {
    padding-top: 61px;
    /* header height */
  }
  body.landingpage {
    padding-top: 65px;
    /* header height */
  }
  .container {
    padding: 0 24px;
  }
  body {
    font-size: 14px;
    line-height: 150%;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h1.big, .h1.big {
    font-size: 34px;
    line-height: 125%;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4, .h4 {
    font-size: 16px;
    line-height: 150%;
  }
  h5, .h5 {
    font-size: 14px;
    line-height: 150%;
  }
  header {
    padding: 22px 0 !important;
  }
  .scrolled header, .nav-open header {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .header-top {
    display: none;
  }
  header .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-bottom .logo-wrapper {
    width: 150px;
    height: 33.5px;
  }
  header .header-bottom img.logo {
    width: 150px;
    height: 33.5px;
    margin: 0;
    opacity: 1 !important;
  }
  header .header-bottom img.logo-small {
    display: none;
  }
  header .header-dropdown {
    display: none;
  }
  header nav.main {
    display: none;
  }
  header nav.meta {
    display: none;
  }
  header nav.lang {
    display: none;
  }
  header nav.sub {
    display: none;
  }
  #nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .nav-open #nav-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translateX(2.5px);
            transform: rotate(45deg) translateX(2.5px);
  }
  .nav-open #nav-toggle .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .nav-open #nav-toggle .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #nav-toggle .icon-bar {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #2b3443;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #nav-toggle .icon-bar:nth-child(2) {
    background-color: #aaaeb4;
  }
  nav.mobile {
    display: block;
    width: 100%;
    height: calc(100vh - 61px);
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow: auto;
    background-color: var(--color-bg);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-open nav.mobile {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  nav.mobile ul.main, nav.mobile ul.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 8px 0;
    margin: 0 -16px;
    border-bottom: 1px solid var(--color-text-8);
  }
  nav.mobile ul.main.meta li a .text, nav.mobile ul.meta.meta li a .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  nav.mobile ul.main.meta li a .text .num, nav.mobile ul.meta.meta li a .text .num {
    top: 0;
  }
  nav.mobile ul.main > li > a, nav.mobile ul.meta > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
  }
  nav.mobile ul.main > li > a.collapsed .icomoon, nav.mobile ul.meta > li > a.collapsed .icomoon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  nav.mobile ul.main > li > a.active, nav.mobile ul.meta > li > a.active {
    background-color: var(--color-dropdown-cell-pressed);
  }
  nav.mobile ul.main > li > a .text, nav.mobile ul.meta > li > a .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-text);
  }
  nav.mobile ul.main > li > a .icomoon, nav.mobile ul.meta > li > a .icomoon {
    font-size: 16px;
    color: var(--color-text-64);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.mobile ul.lang {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
  }
  nav.mobile ul.lang li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.mobile ul.lang li:last-child::after {
    display: none;
  }
  nav.mobile ul.lang li a.active {
    text-decoration: underline;
  }
  nav.mobile .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-text-8);
  }
  nav.mobile .sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  nav.mobile .sub ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 8px 16px;
  }
  nav.mobile .sub ul li a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  nav.mobile .sub ul li a .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-text);
  }
  nav.mobile .sub ul li a .subtitle {
    display: block;
    color: var(--color-text-64);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  nav.mobile .sub .banner {
    padding: 16px;
    border: 1px solid rgba(0, 70, 109, 0.16);
    background-color: var(--color-cell-bg);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  nav.mobile .sub .banner .text .title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
  }
  nav.mobile .sub .banner .text .title:last-child {
    margin-bottom: 0 !important;
  }
  nav.mobile .sub .banner .text .subtitle {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-text-64);
  }
  nav.mobile .sub .banner .button {
    width: auto;
  }
  footer {
    padding: 32px 0;
    font-size: 14px;
    line-height: 150%;
  }
  footer.landingpage .footer-top {
    display: none;
  }
  footer .footer-top {
    display: none;
  }
  footer .footer-bottom {
    margin-top: 0;
  }
  footer .footer-bottom hr {
    display: none;
  }
  footer .footer-bottom .footer-bottom-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  footer .footer-bottom .footer-bottom-nav nav.meta ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-bottom .footer-bottom-nav nav.social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-bottom .footer-bottom-nav ul.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  footer .footer-bottom .footer-bottom-nav .mode-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-bottom .footer-bottom-copyright {
    font-size: 12px;
  }
  .button.primary, .hs-button.primary, .cc-tag-activate-btn.primary {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.6px;
  }
  .button.primary.small, .hs-button.primary.small, .cc-tag-activate-btn.primary.small {
    font-size: 14px;
    line-height: 150%;
  }
  .button.secondary, .hs-button.secondary, .cc-tag-activate-btn.secondary {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.6px;
  }
  .button.secondary.small, .hs-button.secondary.small, .cc-tag-activate-btn.secondary.small {
    font-size: 14px;
    line-height: 150%;
  }
  .button.cc-tag-activate-btn, .hs-button.cc-tag-activate-btn, .cc-tag-activate-btn.cc-tag-activate-btn {
    font-size: 14px !important;
    line-height: 150% !important;
  }
  .fancybox__infobar {
    font-size: 12px;
  }
  .fancybox__caption {
    font-size: 12px;
    line-height: 16px;
  }
  .fancybox__caption strong {
    font-size: 12px;
    line-height: 16px;
  }
  .content-area ul:not([id]):not([class]) li::before {
    top: 0.5em;
  }
  .content-area .table-responsive {
    margin-bottom: 24px;
  }
  .content-area table {
    margin-bottom: 24px;
  }
  .slider-pagination {
    gap: 8px;
  }
  .label.big {
    font-size: 14px;
    line-height: 24px;
  }
  .quote {
    padding-left: 12px;
  }
  .quote .quote-text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .quote .quote-person {
    gap: 12px;
  }
  .content-item .image-wrapper {
    margin-bottom: 20px;
  }
  .content-item .icon-wrapper {
    margin-bottom: 12px;
  }
  .content-item .headline {
    margin-bottom: 9px;
  }
  .content-item .button-wrapper {
    margin-top: 12px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .label-wrapper {
    margin-bottom: 8px;
  }
  .section-title .headline {
    margin-bottom: 6px;
  }
  .section-title .leadin {
    font-size: 16px;
    line-height: 150%;
  }
  .big-card {
    padding: 24px 16px;
  }
  .big-card .label-wrapper {
    margin-bottom: 16px;
  }
  .big-card .headline {
    margin-bottom: 8px;
    gap: 16px;
  }
  .big-card .headline img {
    width: 30px;
    height: 30px;
  }
  .big-card .text {
    margin-bottom: 16px;
  }
  .big-card .image-wrapper {
    margin-bottom: 16px;
  }
  .big-card .product-title {
    gap: 16px;
    margin-bottom: 16px;
  }
  .big-card .product-title img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .big-card .product-title .title-text {
    font-size: 16px;
    line-height: 150%;
  }
  .big-card .button-wrapper {
    margin-top: 16px;
  }
  .small-card {
    padding-top: 32px;
  }
  .small-card .card-box {
    padding: 48px 16px 24px 16px;
  }
  .small-card .card-box .hover-bg {
    display: none;
  }
  .small-card .card-box .icon-wrapper .icon-box {
    width: 64px;
    height: 64px;
  }
  .section-small-title {
    margin-bottom: 24px;
  }
  .section-small-title .headline {
    margin-bottom: 8px;
  }
  .project-card {
    gap: 12px;
  }
  .project-card .image-wrapper {
    margin-bottom: 12px;
  }
  .project-card .label-wrapper {
    margin-bottom: 8px;
  }
  .blog-card {
    gap: 16px;
    padding-bottom: 16px;
  }
  .blog-card .headline {
    margin-bottom: 6px;
    padding: 0 12px;
  }
  .blog-card .text {
    padding: 0 12px;
  }
  .blog-card .button-wrapper {
    padding: 0 12px;
  }
  .person-card {
    padding: 24px 12px;
  }
  .person-card.contact-card .text-wrapper {
    padding-top: 8px;
  }
  .person-card.contact-card .text-wrapper .position {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .person-card.contact-card .text-wrapper .name {
    font-size: 24px;
    line-height: 28px;
  }
  .person-card.contact-card .contact-wrapper {
    margin-top: -4px;
  }
  .person-card.contact-card .contact-wrapper .phone {
    font-size: 16px;
  }
  .person-card.contact-card .contact-wrapper .icon-wrapper {
    padding-top: 4px;
  }
  .person-card .image-wrapper img.hover {
    width: calc(100% + 24px);
    height: 184px;
    top: -24px;
    left: -12px;
  }
  .job-card {
    padding: 24px 16px;
  }
  .job-card .text-wrapper {
    margin-bottom: 24px;
  }
  .job-card .text-wrapper .headline {
    margin-bottom: 12px;
  }
  .job-card .text-wrapper .icon-list .icon-item {
    gap: 12px;
  }
  /* datareporter elements */
  .cc-tag-placeholder .cc-tag-info {
    font-size: 14px !important;
    line-height: 150% !important;
  }
  /* sticky banner */
  .sticky-banner {
    right: 24px;
  }
  /* input fields */
  input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
    font-size: 14px;
    line-height: 150%;
  }
  /* bootstrap select */
  .bootstrap-select .dropdown-toggle {
    font-size: 14px;
    line-height: 150%;
  }
  .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 150%;
  }
  /* select */
  select {
    font-size: 14px;
    line-height: 150%;
  }
  /* hubspot forms */
  .form-content form .field.hs-salutation .select {
    width: 100%;
  }
  footer .form-content form .field.hs-salutation .select {
    width: 100%;
  }
  footer .form-content form .field.hs-firstname {
    width: 100%;
  }
  footer .form-content form .field.hs-lastname {
    width: 100%;
  }
  footer .form-content form .hs-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .frm_button_submit {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }
  .section-padding-medium {
    padding: 32px 0;
  }
  section.hero-teaser .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.hero-teaser .slide-inner .text-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  section.hero-teaser .slide-inner .text-wrapper .text {
    font-size: 16px;
    line-height: 150%;
  }
  section.hero-teaser .slide-inner .image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  section.hero-teaser .slider-pagination-wrapper {
    margin-top: 48px;
  }
  section.content.job-header {
    padding: 32px 0;
  }
  section.content.job-header .leadin {
    font-size: 20px;
    line-height: 30px;
  }
  section.content.job-header .icon-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin: 24px 0;
  }
  section.content.job-header .icon-list .icon-item {
    gap: 12px;
    text-align: left;
  }
  section.content .icon-wrapper {
    margin-bottom: 12px;
  }
  section.content .headline {
    margin-bottom: 8px;
  }
  section.content .leadin {
    font-size: 16px;
    line-height: 150%;
  }
  section.content .button-wrapper {
    margin-top: 24px;
  }
  section.content-tiles-half-width .tiles-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  section.content-tiles-half-width .tiles-list .tile-item {
    width: 100%;
  }
  section.big-cards .tiles-list-wrapper {
    margin: 0 -24px;
  }
  section.big-cards .tiles-list {
    gap: 16px;
    padding: 0 24px;
  }
  section.big-cards .tiles-list .tile-item {
    width: calc(50% - 8px);
    min-width: 300px;
  }
  section.big-cards .button-wrapper {
    margin-top: 24px;
  }
  section.cards-3-grid .tiles-list-wrapper {
    margin: 0 -24px;
  }
  section.cards-3-grid .tiles-list {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 24px;
  }
  section.cards-3-grid .tiles-list .tile-item {
    min-width: 300px;
  }
  section.cards-3-grid .button-wrapper {
    margin-top: 24px;
  }
  section.logo-carousel .swiper-slide {
    width: 80px;
  }
  section.logo-carousel .swiper-slide img {
    height: 48px;
  }
  section.project-teaser .tiles-list-wrapper {
    margin: 0 -24px;
  }
  section.project-teaser .tiles-list {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 24px;
  }
  section.project-teaser .tiles-list .tile-item {
    min-width: 320px;
  }
  section.project-teaser .button-wrapper {
    margin-top: 24px;
  }
  section.references-list .filter-wrapper, section.resources-list .filter-wrapper {
    margin-bottom: 48px;
  }
  section.references-list .filter-wrapper .button-wrapper, section.resources-list .filter-wrapper .button-wrapper {
    display: none;
  }
  section.references-list .filter-wrapper .bootstrap-select, section.resources-list .filter-wrapper .bootstrap-select {
    display: block;
  }
  section.references-list .tiles-list, section.resources-list .tiles-list {
    gap: 16px;
  }
  section.references-list .tiles-list .tile-item, section.resources-list .tiles-list .tile-item {
    width: 100%;
  }
  section.references-list .pagination-wrapper, section.resources-list .pagination-wrapper {
    margin-top: 48px;
  }
  section.hero-teaser-color {
    padding: 48px 0 32px 0;
  }
  section.hero-teaser-color.dual-image {
    padding: 32px 24px;
  }
  section.hero-teaser-color.dual-image > img {
    display: none;
  }
  section.hero-teaser-color.dual-image .section-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.hero-teaser-color.dual-image .section-inner > img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 32px auto;
  }
  section.hero-teaser-color .color-background {
    height: 75%;
  }
  section.hero-teaser-color .headline {
    margin-bottom: 6px;
  }
  section.hero-teaser-color .leadin {
    font-size: 16px;
    line-height: 150%;
  }
  section.hero-teaser-color .button-wrapper {
    margin-top: 24px;
  }
  section.download .label-wrapper {
    margin-bottom: 16px;
  }
  section.download .text {
    margin-bottom: 16px;
  }
  section.news-list .tiles-list {
    margin: -12px;
  }
  section.news-list .tiles-list .tile-item {
    width: 100%;
    padding: 12px;
  }
  section.news-list .pagination-wrapper {
    margin-top: 48px;
  }
  section.image-text-small .box {
    display: block;
  }
  section.image-text-small .box .image-wrapper {
    width: 100%;
    height: auto;
  }
  section.image-text-small .box .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    min-height: 0;
  }
  section.image-text-small .box .text-wrapper {
    padding: 16px;
  }
  section.image-text-small .box .text-wrapper .headline {
    margin-bottom: 6px;
  }
  section.image-text-small .box .text-wrapper .button-wrapper {
    margin-top: 16px;
  }
  section.image-text .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  section.image-text .image-wrapper {
    width: 100% !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  section.image-text .text-wrapper {
    width: 100% !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  section.image-text .text-wrapper .headline {
    margin-bottom: 6px;
  }
  section.article-teaser .tiles-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  section.article-teaser .tiles-list .tile-item {
    width: 100%;
  }
  section.article-teaser .button-wrapper {
    margin-top: 24px;
  }
  section.team-list .section-inner {
    gap: 48px;
  }
  section.team-list .team-group .tiles-list {
    gap: 16px;
  }
  section.team-list .team-group .tiles-list .tile-item {
    width: 300px;
  }
  section.form .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  section.form .content-wrapper {
    width: 100%;
  }
  section.form .content-wrapper > .text {
    font-size: 16px;
    line-height: 150%;
  }
  section.form .form-wrapper {
    width: 100%;
  }
  section.form .form-wrapper .form-content {
    margin-top: 8px;
  }
  section.jobs-list .tiles-list {
    gap: 24px;
  }
  section.jobs-list .button-wrapper {
    margin-top: 24px;
  }
  section.testimonials .text-wrapper {
    width: 100%;
    padding: 0 16px;
  }
  section.testimonials .headline-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  section.testimonials .swiper {
    width: 100%;
    padding: 0 16px;
  }
  section.testimonials .swiper-button-next, section.testimonials .swiper-button-prev {
    display: none;
  }
  section.faq .headline-container {
    margin-bottom: 8px;
  }
  section.faq-filter .faq-filters .faq-filter-buttons {
    display: none;
  }
  section.faq-filter .faq-filters .faq-filter-dropdown {
    display: block;
    position: relative;
    width: 100%;
  }
  section.faq-filter .faq-filters .faq-filter-dropdown summary {
    background: var(--color-cell-bg);
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    list-style: none;
    border: 1px solid var(--color-button-secondary-pressed);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
  }
  section.faq-filter .faq-filters .faq-filter-dropdown details[open] summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }
  section.faq-filter .faq-filters .faq-filter-dropdown details[open] summary::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    background-color: var(--color-button-secondary-pressed);
  }
  section.faq-filter .faq-filters .faq-filter-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--color-cell-bg);
    border: 1px solid var(--color-button-secondary-pressed);
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 100%;
    z-index: 10;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  section.faq-filter .faq-filters .faq-filter-dropdown li a {
    display: block;
    padding: 14px 24px;
    text-decoration: none;
    border: none;
  }
  section.faq-filter .faq-filters details[open] .headline-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .popover-content {
    left: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4, .h4 {
    font-size: 16px;
    line-height: 150%;
  }
  h5, .h5 {
    font-size: 14px;
    line-height: 150%;
  }
  /* sticky banner */
  .sticky-banner {
    right: 0;
    max-width: 100%;
  }
}

@media print {
  header,
  footer {
    display: none !important;
  }
  html, body {
    height: auto !important;
    padding: 0 !important;
  }
  img, .image {
    page-break-inside: avoid;
  }
  .container {
    max-width: 100% !important;
  }
  .section-inner {
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  section.jobs-header .filter-toggle {
    display: none;
  }
  #filter-collapse {
    display: block;
  }
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

*:focus-visible {
  outline: 2px solid var(--color-button-primary) !important;
  outline-offset: 2px;
}

[data-theme="light"] .lightmode {
  display: block;
}

[data-theme="light"] .darkmode {
  display: none;
}

[data-theme="dark"] .lightmode {
  display: none;
}

[data-theme="dark"] .darkmode {
  display: block;
}

[data-theme="dark"] .button.primary:hover, [data-theme="dark"] .hs-button.primary:hover, [data-theme="dark"] .cc-tag-activate-btn.primary:hover {
  border: 1px solid transparent;
}

[data-theme="dark"] .small-card .card-box .icon-wrapper .icon-box {
  background-color: var(--color-bg);
}

[data-theme="dark"] .sticky-banner .button-wrapper .button {
  color: #ffffff !important;
}

[data-theme="dark"] .cards-3-grid .card-box:hover .button.secondary {
  border: 1px solid var(--color-white) !important;
  color: var(--color-white) !important;
}

@media (prefers-color-scheme: dark) {
  .lightmode {
    display: none;
  }
  .darkmode {
    display: block;
  }
  .button.primary:hover, .hs-button.primary:hover, .cc-tag-activate-btn.primary:hover {
    border: 1px solid transparent;
  }
  .small-card .card-box .icon-wrapper .icon-box {
    background-color: var(--color-bg);
  }
  .sticky-banner .button-wrapper .button {
    color: #ffffff !important;
  }
  .cards-3-grid .card-box:hover .button.secondary {
    border: 1px solid var(--color-white) !important;
    color: var(--color-white) !important;
  }
}
