/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
ol,
ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
progress {
  vertical-align: baseline;
}
.figure {
  display: inline-block;
}
.container,
.container-fluid,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple] {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.was-validated :invalid ~ .invalid-feedback {
  display: block;
}
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-md,
.navbar > .container-sm {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    animation-duration: 1.5s;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-flex {
  display: flex !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.order-first {
  order: -1 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.text-end {
  text-align: right !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-success {
  color: #198754 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
@media (min-width: 576px) {
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
@media screen {
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url(../fonts/EnBWDINWebPro.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: EnBWDINWebPro-Bold;
  src: url(../fonts/EnBWDINWebPro-Bold.woff) format("woff");
  font-display: swap;
}
:root {
  --content-width: 100%;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: EnBWDINWebPro, sans-serif;
}
li {
  list-style: none;
}
h1 {
  font-family: EnBWDINWebPro, sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.1;
  color: var(--main-color);
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}
h2 {
  font-family: EnBWDINWebPro, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-family: EnBWDINWebPro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
p {
  font-size: 1rem;
  line-height: 1.6;
}
a {
  text-decoration: none;
}

a {
  color: var(--main-color);
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-family: EnBWDINWebPro-Bold, sans-serif;
  font-weight: 100;
}
img {
  width: 100%;
}
.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}
#header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 100;
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--white);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #header {
    padding: 1rem 0.75rem;
    flex-direction: column;
    justify-content: unset;
  }
}
#header .logo {
  display: block;
  position: relative;
  z-index: 101;
  min-width: 380px;
  transition: width 0.3s;
}
@media (max-width: 768px) {
  #header .logo {
    min-width: 280px;
  }
}
main {
  min-height: calc(100vh - 10rem);
}
.text h1 {
  font-size: 4rem;
  line-height: 1.1;
}
.text h2 {
  font-size: 2rem;
  line-height: 1.1;
  color: var(--main-color);
}
.text h2:not(:first-child) {
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .text h2 {
    font-size: 1.6rem;
  }
}
.text h3 {
  font-size: 1.4rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .text h3 {
    font-size: 1.2rem;
  }
}
.text figure,
.text ol,
.text p,
.text ul {
  font-size: 1rem;
}
.text ul {
  padding-left: 1.4rem;
}
.text li {
  list-style: disc;
}
.text > :first-child {
  margin-top: 0;
}
,
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  text-decoration: underline;
}
.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text img,
table {
  width: 100%;
}
table {
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  table {
    border-radius: 0;
  }
}
table tr {
  background-color: #f8f8f8;
}
table tr:nth-child(2n + 2) {
  background-color: var(--white);
}
table td,
table th {
  padding: 0.625em;
  text-align: center;
}
table th {
  background-color: var(--main-color);
  color: var(--white);
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  table td[data-label="Hersteller"] {
    background-color: var(--main-color);
    color: var(--white);
  }
}
table td:last-child,
table th:last-child {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  table td {
    display: block;
    font-size: 1rem;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.footer {
  background-color: var(--purple-dark);
}
.footer-item,
.footer-item a,
.footer-item p,
.footer-item span {
  font-size: 0.85rem;
  color: var(--white);
  margin: 0;
}
.footer-item a {
  margin: 0 0.5rem;
}
:root {
  --main-color: #145b6e;
  --main-color-90: rgba(20, 91, 110, 0.9);
  --main-color-80: rgba(20, 91, 110, 0.8);
  --main-color-70: rgba(20, 91, 110, 0.7);
  --main-color-60: rgba(20, 91, 110, 0.6);
  --main-color-50: rgba(20, 91, 110, 0.5);
  --second-color: #145b6e;
  --black: #000;
  --white: #fff;
  --dark-blue: #3a3a4a;
  --grey-light: #ecebed;
  --purple-dark: #3a3a4a;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}
body {
  color: var(--purple-dark);
}
main {
  overflow: hidden;
}
@media (max-width: 768px) {
  .nav {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.nav ul {
  height: 44px;
  display: flex;
  align-items: center;
  margin: 0 2rem 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .nav ul {
    height: 30px;
    margin: 0;
    width: 100%;
  }
}
.nav li {
  margin: 0 1rem -5px;
}
@media (max-width: 768px) {
  .nav li {
    margin: 0 0.75rem;
    width: 50%;
    text-align: center;
  }
}
.nav li a,
.nav li a:hover {
  font-size: 1.18rem;
  line-height: 1;
  color: var(--purple-dark);
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav li a,
  .nav li a:hover {
    font-size: 1rem;
  }
}
.nav li a:after {
  background-color: var(--main-color);
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 100%;
  height: 4px;
}
@media (max-width: 768px) {
  .nav li a:after {
    bottom: -23px;
  }
}
.nav li a:hover:after {
  transform: translateX(-50%) scaleX(0.5);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.nav li.active a:after,
.nav li a:active:after,
.nav li a:focus:after {
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.main-wrapper-form {
  margin-top: 440px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .main-wrapper-form {
    margin-top: 60vw;
  }
}
.main-wrapper-default {
  margin-top: 200px;
  margin-bottom: 56px;
}
.nopadding {
  padding: 0 !important;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
.hero-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-wrapper {
    height: auto;
  }
}
.hero {
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hero {
    height: auto;
    background-position: bottom;
  }
}
.hero-headline {
  height: 45vh;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-headline {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .hero-headline {
    height: 85vw;
    min-height: 350px;
  }
}
.headline-txt-wrapper {
  width: 60%;
  transform: translateX(-200px);
  opacity: 0;
  animation: fadeLeft 0.5s forwards;
  animation-delay: 0.5s;
}
@keyframes fadeLeft {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .headline-txt-wrapper {
    width: 100%;
  }
}
.headline-txt-wrapper h1 {
  color: var(--white);
}
.hero-box-wrapper {
  min-height: 55vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hero-box-wrapper {
    padding: 0;
  }
}
.box-01 {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.5s;
}
.box-01,
.box-02 {
  transform: translateY(100px) scale(1);
  opacity: 0;
}
.box-02 {
  animation: fadeIn 0.5s forwards;
  animation-delay: 0.75s;
}
.box-03 {
  animation: fadeIn 0.5s forwards;
  animation-delay: 1s;
}
.box-03,
.box-04 {
  transform: translateY(100px) scale(1);
  opacity: 0;
}
.box-04 {
  animation: fadeIn 0.5s forwards;
  animation-delay: 1.25s;
}
@keyframes fadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.box-wrapper {
  position: relative;
  z-index: 1;
  transition: transform 0.2s;
}
@media (max-width: 1199px) {
  .green-wrapper {
    margin-right: 33.33333333%;
  }
}
@media (max-width: 992px) {
  .green-wrapper {
    margin-right: 0;
  }
}
.box-wrapper:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}
@media (max-width: 1024px) {
  .box-wrapper:hover {
    transform: scale(1);
    transition: transform 0.2s;
  }
}
.top-box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 2rem 1rem 0;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.13);
}
.top-box h2 {
  color: var(--white);
  padding: 0.5rem 2rem 0.25rem;
  margin: 1rem 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.top-box p {
  color: var(--dark-blue);
  padding: 0.5rem 0 0.25rem 2rem;
  font-size: 1rem;
  flex-grow: 1;
}
.top-box-link-wrapper {
  display: grid;
  justify-content: flex-end;
  width: 100%;
}
.top-box a {
  color: var(--main-color);
  text-decoration: underline;
}
.top-box .top-box-link-wrapper a {
  color: var(--main-color);
  padding: 0.5rem 1.5rem 0.25rem;
  font-size: 1.5rem;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid var(--main-color);
  text-decoration: none;
  background-color: transparent;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .top-box .top-box-link-wrapper a {
    font-size: 1.2rem;
  }
}
.top-box .top-box-link-wrapper a:hover {
  text-decoration: none;
  color: var(--white);
  background-color: var(--main-color);
  transition: background 0.3s, color 0.3s;
}
.top-box.green {
  background-color: var(--main-color-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.top-box.green,
.top-box.white {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-box.green h2,
.top-box.white {
  background-color: var(--white);
}
.top-box.green h2 {
  color: var(--main-color);
}
.top-box.green a,
.top-box.green p {
  color: var(--white);
}
.top-box.green .top-box-link-wrapper a {
  border: 1px solid var(--white);
  color: var(--white);
}
.top-box.green .top-box-link-wrapper a:hover {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--main-color);
}
.top-box.white h2 {
  background-color: var(--main-color);
}
.line-wrapper,
.line-wrapper2,
.line-wrapper3 {
  position: relative;
}
@media (max-width: 992px) {
  .line-wrapper,
  .line-wrapper2,
  .line-wrapper3 {
    display: none;
  }
}
.line-wrapper {
  right: -130px;
  z-index: 1;
}
.line-wrapper2 {
  left: -130px;
  z-index: -1;
}
.line-wrapper3 {
  right: -130px;
  z-index: -1;
}
.line-container-yellow {
  position: absolute;
  top: 430px;
  right: 0;
  z-index: 1;
  width: 40vw;
  max-width: 600px;
  height: calc(16px + 1.66667vw);
  transform: rotate(45deg) translate(0);
}
@media (max-width: 1200px) {
  .line-container-yellow {
    top: 28vw;
  }
}
.line-container-yellow2 {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1;
  width: 40vw;
  max-width: 600px;
  height: calc(16px + 1.66667vw);
  transform: rotate(225deg) translate(0);
}
@media (max-width: 1400px) {
  .line-container-yellow2 {
    top: 15vw;
  }
}
.line-container-green {
  position: absolute;
  top: 220px;
  right: 0;
  z-index: 1;
  width: 40vw;
  max-width: 600px;
  height: calc(16px + 1.66667vw);
  transform: rotate(315deg) translate(0);
}
@media (max-width: 1200px) {
  .line-container-green {
    top: 12vw;
  }
}
.line-container-green2 {
  left: 0;
  transform: rotate(135deg) translate(0);
}
.line-container-cyan2,
.line-container-green2 {
  position: absolute;
  top: 100px;
  z-index: 1;
  width: 40vw;
  max-width: 600px;
  height: calc(16px + 1.66667vw);
}
.line-container-cyan2 {
  right: 0;
  transform: rotate(45deg) translate(0);
}
.line {
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  position: absolute;
  width: 40vw;
  max-width: 600px;
  height: calc(16px + 1.66667vw);
  border-radius: calc(8px + 0.83333vw);
  right: 0;
  animation-name: line;
}
@keyframes line {
  0% {
    width: 40vw;
  }
  8% {
    width: 0;
  }
}
.line-green {
  background-color: #a4c300;
}
.line-yellow {
  background-color: #fecc00;
}
.line-cyan {
  background-color: #2db398;
}
.line-yellow.blend {
  opacity: 0.5;
}
.blend {
  z-index: 2;
}
.molecule-mobile {
  width: 40vw;
  min-width: 550px;
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
}
@media (max-width: 992px) {
  .molecule-mobile {
    width: 100%;
    min-width: inherit;
    display: block;
  }
}
.mol-wrap {
  position: relative;
}
#molecules-1 {
  top: 50vh;
}
#molecules-2 {
  top: -50px;
}
@media (max-width: 992px) {
  #molecules-1,
  #molecules-2 {
    display: none;
  }
}
.molecules {
  width: 100vw;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.molecule,
.molecules {
  position: absolute;
}
.large .molecule {
  width: 13vw;
}
.large .molecule,
.large.scrolled .molecule {
  transition: transform 1s, opacity 0.2s, left 1s;
}
.large .molecule.l-1,
.large .molecule.l-2,
.large .molecule.l-3,
.middle .molecule.m-1,
.middle .molecule.m-2,
.middle .molecule.m-3,
.small .molecule.s-1,
.small .molecule.s-2,
.small .molecule.s-3 {
  transform: translateY(40vw) rotate(0);
  opacity: 0;
  left: -200px;
}
#molecules-1 .large.scrolled .molecule.l-1,
#molecules-2 .large.scrolled .molecule.l-1 {
  transform: translate(0) rotate(45deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .large.scrolled .molecule.l-2,
#molecules-2 .large.scrolled .molecule.l-2 {
  transform: translate(27vw, -9vw) rotate(-35deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .large.scrolled .molecule.l-3,
#molecules-2 .large.scrolled .molecule.l-3 {
  transform: translate(2vw, 22vw) rotate(120deg);
  opacity: 1;
  left: 0;
}
.middle .molecule {
  width: 8vw;
}
.middle .molecule,
.middle.scrolled .molecule {
  transition: transform 1s, opacity 0.2s, left 1s;
}
#molecules-1 .middle.scrolled .molecule.m-1,
#molecules-2 .middle.scrolled .molecule.m-1 {
  transform: translateY(10vw) rotate(-20deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .middle.scrolled .molecule.m-2,
#molecules-2 .middle.scrolled .molecule.m-2 {
  transform: translate(25vw) rotate(35deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .middle.scrolled .molecule.m-3,
#molecules-2 .middle.scrolled .molecule.m-3 {
  transform: translate(28vw, 23vw) rotate(-60deg);
  opacity: 1;
  left: 0;
}
.small .molecule {
  width: 5vw;
}
.small .molecule,
.small.scrolled .molecule {
  transition: transform 1s, opacity 0.2s, left 1s;
}
#molecules-1 .small.scrolled .molecule.s-1,
#molecules-2 .small.scrolled .molecule.s-1 {
  transform: translate(12vw, 1vw) rotate(70deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .small.scrolled .molecule.s-2,
#molecules-2 .small.scrolled .molecule.s-2 {
  transform: translate(17vw, -6vw) rotate(130deg);
  opacity: 1;
  left: 0;
}
#molecules-1 .small.scrolled .molecule.s-3,
#molecules-2 .small.scrolled .molecule.s-3 {
  transform: translate(16vw, 24vw) rotate(-15deg);
  opacity: 1;
  left: 0;
}
.shaddow {
  box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.22);
}
.invert {
  background-color: var(--second-color);
}
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert p,
.invert a {
  color: var(--white);
}
.txt-wrapper-left,
.txt-wrapper-right {
  position: relative;
  z-index: 1;
}
.plz-search-wrapper {
  position: relative;
}
#frmZip input {
  background-color: var(--grey-light);
  width: calc(100% - 100px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#frmZip .plz-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100px;
}
.map-wrapper {
  margin: 0.5rem;
  border: 1px solid var(--grey-light);
  border-radius: 0.5rem;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .map-wrapper {
    margin: 0.5rem 0;
    padding: 1rem;
  }
}
.hero-form-wrapper {
  width: 75vw;
  min-width: 750px;
  max-width: 850px;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .hero-form-wrapper {
    width: 100%;
    min-width: inherit;
  }
}
.hero-mobile {
  display: none;
}
@media (max-width: 992px) {
  .hero-mobile {
    display: block;
  }
}
.hero-form {
  display: block;
}
@media (max-width: 992px) {
  .hero-form {
    display: none;
  }
}
.card {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.card-body {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.card-section {
  background-color: var(--grey-light);
  border-radius: 0.5rem;
}
.form-control-wrapper {
  margin-bottom: 1.5rem;
}
.form-control,
.form-select {
  color: var(--black);
  border: 0;
  border-radius: 100px;
  height: 50px;
  padding: 0.375rem 1.5rem 0.15rem;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.form-control:focus,
.form-select {
  color: var(--black);
  border-color: transparent;
}
.form-select {
  border-radius: 100px;
}
.form-select:focus {
  color: var(--black);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
  background-position: right 1.5rem center;
  padding-right: 4rem;
}
.was-validated .form-control:valid,
.was-validated .form-select:valid {
  box-shadow: inset 0 0 0 1px #198754;
}
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  box-shadow: inset 0 0 0 1px #dc3545;
}
textarea.form-control {
  min-height: 150px;
  border-radius: 0.5rem;
  padding: 1rem;
}
.btn {
  border-radius: 100px;
  min-width: 38px;
  height: 50px;
  padding: 0.25rem 1.5rem 0;
  display: inline-flex;
  align-items: center;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-check:focus + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus + .btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0 transparent;
}
.btn-primary {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--purple-dark);
  background-color: var(--grey-light);
  border-color: var(--grey-light);
}
.btn-outline-primary {
  color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 transparent;
}
.form-check-input {
  width: 32px;
  height: 32px;
  margin: 0 1em 0 -1.5em;
  border: 0;
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: transparent;
}
.form-check-input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 transparent;
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--purple-dark);
}
.was-validated .form-check-input:valid:checked {
  background-color: var(--main-color);
}
.was-validated .form-check-input:valid {
  border-color: transparent;
}
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0 transparent;
}
label.form-check-label {
  height: 32px;
  display: inline-flex;
  align-items: center;
}
#chkAGB.form-check-input {
  background-color: var(--grey-light);
}
#chkAGB.form-check-input:checked {
  background-color: var(--main-color);
  border-color: transparent;
}
.modal {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 4.75rem auto;
  }
}
.modal-header .btn-close {
  color: var(--main-color);
  border-radius: 0;
  opacity: 1;
}
.modal-header .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1;
  color: var(--main-color);
  padding: 0.5rem 0 0.15rem;
}
.btn-calculator-wrapper {
  display: flex;
  justify-content: flex-end;
  position: static;
}
@media (max-width: 768px) {
  .btn-calculator-wrapper {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 50%;
    right: -22px;
    z-index: 1;
  }
}
.btn-calculator,
.btn-calculator:hover {
  background-image: url(../img/ic_calculator.svg);
  background-size: 32px;
  background-position: 20px 8px;
  background-repeat: no-repeat;
  padding: 3px 20px 0 60px;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .btn-calculator,
  .btn-calculator:hover {
    padding: 28px 36px;
    background-position: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.btn-calculator span {
  display: block;
}
@media (max-width: 768px) {
  .btn-calculator span {
    display: none;
  }
}
.progress-bar {
  background-color: var(--main-color);
}
.progress {
  border-radius: 0;
  height: auto;
  display: inline-flex;
  width: 100%;
}
.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
  max-width: 100%;
  width: 100%;
}
.progress-container:before {
  content: "";
  background-color: var(--grey-light);
  width: 100%;
}
.progress-container:before,
.progressbar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  z-index: -1;
}
.progressbar {
  background-color: var(--main-color);
  border-radius: 6px;
  width: 0;
  transition: 0.4s ease;
}
.circle {
  background: var(--grey-light);
  color: var(--purple-dark);
  font-size: 1.4rem;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  padding: 0.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.circle.active {
  background: var(--main-color);
  color: var(--white);
  scale: 1.1;
}
.st0_os {
  fill: #65a557;
}
.st1_os {
  fill: #3d8434;
}
.st3_os {
  fill: #1a5f29;
}
.st4_os {
  fill: #43a337;
}
.st5_os {
  fill: #a2c800;
}
.st6_os {
  fill: #79b927;
}
.st7_os {
  fill: #fff;
  stroke: #e2e2e2;
  stroke-miterlimit: 10;
}
.st0_nb {
  fill: #80c6e9;
}
.st1_nb {
  fill-rule: evenodd;
  fill: #1b9fda;
}
.st1_nb,
.st2_nb {
  clip-rule: evenodd;
}
.st2_nb {
  fill-rule: evenodd;
  fill: #3873b3;
}
.st3_nb {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2a58a0;
}
.st5_nb {
  fill: #1e3b89;
}
.st6_nb {
  fill: #84c8ca;
}
.st7_nb {
  fill: #3b8634;
}
.st8_nb {
  fill: #1b8884;
}
.st9_nb {
  fill: #1ea098;
}
.st10_nb {
  fill: #fff;
  stroke: #e2e2e2;
  stroke-miterlimit: 10;
}
.city {
  font-size: 0.9rem;
}
.shape {
  cursor: pointer;
  transform: scale(1);
  position: relative;
  transition: transform 0.2s;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 0.5;
}
.shape.active,
.shape:hover {
  transform: scale(1.075);
  z-index: 1;
  transition: transform 0.2s;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 1;
}
.topscroll {
  width: 32px;
  height: 32px;
  margin: 1.2rem;
}
@media (max-width: 768px) {
  .topscroll {
    margin: 1.2rem 1.2rem 1.2rem 0;
  }
}
.subnav {
  position: fixed;
  top: 80px;
  width: 100%;
  padding: 0.5em 2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
figure.pdf-img {
  display: block;
  margin: 0;
  padding: 0;
}
a.pdf-download,
figure.pdf-img a {
  display: block;
  margin: 1rem auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
figure.pdf-img img {
  width: 50%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 768px) {
  figure.pdf-img img {
    width: 75%;
  }
}
